
/* moved by compressor */
@import "../../fileadmin/templates/general/css/font-awesome.css";

/* default styles for extension "tx_felogin_pi1" */
	.tx-felogin-pi1 label {
		display: block;
	}
/* default styles for extension "tx_cssstyledcontent" */
	/* Headers */
	.csc-header-alignment-center { text-align: center; }
	.csc-header-alignment-right { text-align: right; }
	.csc-header-alignment-left { text-align: left; }

	/* Clear floats after csc-textpic and after csc-textpic-imagerow */
	div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li { overflow: hidden; }

	/* Set padding for tables */
	div.csc-textpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spacing: 0; }
	div.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; vertical-align: top; }

	/* Settings for figure and figcaption (HTML5) */
	div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap { margin: 0; display: table; }

	/* Captions */
	figcaption.csc-textpic-caption { display: table-caption; }
	.csc-textpic-caption { text-align: left; caption-side: bottom; }
	div.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center; }
	div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r { text-align: right; }
	div.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align: left; }

	/* Float the columns */
	div.csc-textpic div.csc-textpic-imagecolumn { float: left; }

	/* Border just around the image */
	div.csc-textpic-border div.csc-textpic-imagewrap img {
		border: 2px solid black;
		padding: 0px 0px;
	}

	div.csc-textpic .csc-textpic-imagewrap img { border: none; display: block; }

	/* Space below each image (also in-between rows) */
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image { margin-bottom: 0; }

	/* colSpace around image columns, except for last column */
	div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image { margin-right: 10px; }
	div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image { margin-right: 0; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	div.csc-textpic-intext-left .csc-textpic-imagewrap,
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
		margin-right: 10px;
	}
	div.csc-textpic-intext-right .csc-textpic-imagewrap,
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
		margin-left: 10px;
	}

	/* Positioning of images: */

	/* Center (above or below) */
	div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap { overflow: hidden; }
	div.csc-textpic-center .csc-textpic-center-outer { position: relative; float: right; right: 50%; }
	div.csc-textpic-center .csc-textpic-center-inner { position: relative; float: right; right: -50%; }

	/* Right (above or below) */
	div.csc-textpic-right .csc-textpic-imagewrap { float: right; }
	div.csc-textpic-right div.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	div.csc-textpic-left .csc-textpic-imagewrap { float: left; }
	div.csc-textpic-left div.csc-textpic-text { clear: left; }

	/* Left (in text) */
	div.csc-textpic-intext-left .csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	div.csc-textpic-intext-right .csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: right; }

	/* Left (in text, no wrap around) */
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { float: left; }

	div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last { margin-bottom: 0; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; }

	/* File Links */
	ul.csc-uploads { padding: 0; }
	ul.csc-uploads li { list-style: none outside none; margin: 1em 0; }
	ul.csc-uploads img { float: left; padding-right: 1em; vertical-align: top; }
	ul.csc-uploads span { display: block; }
	ul.csc-uploads span.csc-uploads-fileName { text-decoration: underline; }

	/* Table background colors: */

	table.contenttable-color-1 { background-color: #EDEBF1; }
	table.contenttable-color-2 { background-color: #F5FFAA; }
	table.contenttable-color-240 { background-color: black; }
	table.contenttable-color-241 { background-color: white; }
	table.contenttable-color-242 { background-color: #333333; }
	table.contenttable-color-243 { background-color: gray; }
	table.contenttable-color-244 { background-color: silver; }
/* specific page styles for extension "tx_cssstyledcontent" */
	.csc-textpic-intext-right-nowrap .csc-textpic-text { margin-right: 310px; }
	.csc-textpic-intext-left-nowrap .csc-textpic-text { margin-left: 310px; }
/* @group Blocks */
.cw_frame_highlight .block {
  font-weight: bold;
}
/* @end */

/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #565960;
  background-color: #ffffff;
}
a {
  color: #968e81;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #6e675c;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -10px;
  *zoom: 1;
  float: none;
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 10px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 938px;
}
.span12 {
  width: 938px;
}
.span11 {
  width: 859px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 701px;
}
.span8 {
  width: 622px;
}
.span7 {
  width: 543px;
}
.span6 {
  width: 464px;
}
.span5 {
  width: 385px;
}
.span4 {
  width: 306px;
}
.span3 {
  width: 227px;
}
.span2 {
  width: 148px;
}
.span1 {
  width: 69px;
}
.offset12 {
  margin-left: 958px;
}
.offset11 {
  margin-left: 879px;
}
.offset10 {
  margin-left: 800px;
}
.offset9 {
  margin-left: 721px;
}
.offset8 {
  margin-left: 642px;
}
.offset7 {
  margin-left: 563px;
}
.offset6 {
  margin-left: 484px;
}
.offset5 {
  margin-left: 405px;
}
.offset4 {
  margin-left: 326px;
}
.offset3 {
  margin-left: 247px;
}
.offset2 {
  margin-left: 168px;
}
.offset1 {
  margin-left: 89px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
  float: none;
  clear: both;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 1.0660980810234542%;
  *margin-left: 1.0127931769722816%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 1.0660980810234542%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94669509594883%;
}
.row-fluid .span11 {
  width: 91.57782515991471%;
  *width: 91.52452025586354%;
}
.row-fluid .span10 {
  width: 83.15565031982942%;
  *width: 83.10234541577825%;
}
.row-fluid .span9 {
  width: 74.73347547974413%;
  *width: 74.68017057569296%;
}
.row-fluid .span8 {
  width: 66.31130063965884%;
  *width: 66.25799573560766%;
}
.row-fluid .span7 {
  width: 57.88912579957355%;
  *width: 57.835820895522374%;
}
.row-fluid .span6 {
  width: 49.46695095948827%;
  *width: 49.4136460554371%;
}
.row-fluid .span5 {
  width: 41.04477611940298%;
  *width: 40.99147121535181%;
}
.row-fluid .span4 {
  width: 32.62260127931769%;
  *width: 32.56929637526652%;
}
.row-fluid .span3 {
  width: 24.20042643923241%;
  *width: 24.147121535181235%;
}
.row-fluid .span2 {
  width: 15.77825159914712%;
  *width: 15.724946695095948%;
}
.row-fluid .span1 {
  width: 7.356076759061833%;
  *width: 7.30277185501066%;
}
.row-fluid .offset12 {
  margin-left: 102.13219616204691%;
  *margin-left: 102.02558635394456%;
}
.row-fluid .offset12:first-child {
  margin-left: 101.06609808102345%;
  *margin-left: 100.9594882729211%;
}
.row-fluid .offset11 {
  margin-left: 93.71002132196162%;
  *margin-left: 93.60341151385927%;
}
.row-fluid .offset11:first-child {
  margin-left: 92.64392324093816%;
  *margin-left: 92.53731343283582%;
}
.row-fluid .offset10 {
  margin-left: 85.28784648187633%;
  *margin-left: 85.18123667377398%;
}
.row-fluid .offset10:first-child {
  margin-left: 84.22174840085287%;
  *margin-left: 84.11513859275053%;
}
.row-fluid .offset9 {
  margin-left: 76.86567164179104%;
  *margin-left: 76.75906183368869%;
}
.row-fluid .offset9:first-child {
  margin-left: 75.79957356076758%;
  *margin-left: 75.69296375266524%;
}
.row-fluid .offset8 {
  margin-left: 68.44349680170575%;
  *margin-left: 68.3368869936034%;
}
.row-fluid .offset8:first-child {
  margin-left: 67.3773987206823%;
  *margin-left: 67.27078891257995%;
}
.row-fluid .offset7 {
  margin-left: 60.02132196162046%;
  *margin-left: 59.91471215351811%;
}
.row-fluid .offset7:first-child {
  margin-left: 58.955223880597%;
  *margin-left: 58.848614072494655%;
}
.row-fluid .offset6 {
  margin-left: 51.59914712153518%;
  *margin-left: 51.492537313432834%;
}
.row-fluid .offset6:first-child {
  margin-left: 50.53304904051173%;
  *margin-left: 50.42643923240938%;
}
.row-fluid .offset5 {
  margin-left: 43.17697228144989%;
  *margin-left: 43.070362473347544%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.11087420042644%;
  *margin-left: 42.00426439232409%;
}
.row-fluid .offset4 {
  margin-left: 34.7547974413646%;
  *margin-left: 34.64818763326225%;
}
.row-fluid .offset4:first-child {
  margin-left: 33.68869936034115%;
  *margin-left: 33.5820895522388%;
}
.row-fluid .offset3 {
  margin-left: 26.33262260127932%;
  *margin-left: 26.22601279317697%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.266524520255864%;
  *margin-left: 25.159914712153515%;
}
.row-fluid .offset2 {
  margin-left: 17.91044776119403%;
  *margin-left: 17.803837953091683%;
}
.row-fluid .offset2:first-child {
  margin-left: 16.844349680170573%;
  *margin-left: 16.73773987206823%;
}
.row-fluid .offset1 {
  margin-left: 9.488272921108742%;
  *margin-left: 9.381663113006397%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.422174840085287%;
  *margin-left: 8.315565031982942%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  float: none;
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  *zoom: 1;
  float: none;
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 19.5px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #818181;
}
a.muted:hover,
a.muted:focus {
  color: #686868;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #818181;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 23.400000000000002px;
}
h4 {
  font-size: 16.25px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 11.049999999999999px;
}
h1 small {
  font-size: 22.75px;
}
h2 small {
  font-size: 16.25px;
}
h3 small {
  font-size: 13px;
}
h4 small {
  font-size: 13px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
  float: none;
  clear: both;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818181;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #dedede;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16.25px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #818181;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #dedede;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 11px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 19.5px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #818181;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: Tahoma, Geneva, Verdana, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #5a5d64;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #c4c5c9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #c4c5c9;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #818181;
  background-color: #fcfcfc;
  border-color: #c4c5c9;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #818181;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #818181;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #818181;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 10px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 924px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 845px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 687px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 608px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 529px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 450px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 371px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 292px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 213px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 134px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 55px;
}
.controls-row {
  *zoom: 1;
  float: none;
  clear: both;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #dedede;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  *zoom: 1;
  float: none;
  clear: both;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #7a7e88;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 13px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #dedede;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
  float: none;
  clear: both;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 53px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 132px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 211px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 290px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 369px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 448px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 527px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 606px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 685px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 843px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 922px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #818181;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-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-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #818181;
  text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
  background-color: #dad4ce;
  background-image: -moz-linear-gradient(top, #d7d1ca, #ded9d4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d7d1ca), to(#ded9d4));
  background-image: -webkit-linear-gradient(top, #d7d1ca, #ded9d4);
  background-image: -o-linear-gradient(top, #d7d1ca, #ded9d4);
  background-image: linear-gradient(to bottom, #d7d1ca, #ded9d4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd7d1ca', endColorstr='#ffded9d4', GradientType=0);
  border-color: #ded9d4 #ded9d4 #bdb3a9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ded9d4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  text-transform: uppercase;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #818181;
  background-color: #ded9d4;
  *background-color: #d3ccc6;
}
.btn:active,
.btn.active {
  background-color: #c8c0b7 \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 16.25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.049999999999999px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 9.75px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #969181;
  background-image: -moz-linear-gradient(top, #968e81, #969581);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#968e81), to(#969581));
  background-image: -webkit-linear-gradient(top, #968e81, #969581);
  background-image: -o-linear-gradient(top, #968e81, #969581);
  background-image: linear-gradient(to bottom, #968e81, #969581);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff968e81', endColorstr='#ff969581', GradientType=0);
  border-color: #969581 #969581 #6e6e5c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #969581;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #969581;
  *background-color: #8a8973;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #7c7b68 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #968e81;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #6e675c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 13px;
}
.btn-group > .btn-mini {
  font-size: 9.75px;
}
.btn-group > .btn-small {
  font-size: 11.049999999999999px;
}
.btn-group > .btn-large {
  font-size: 16.25px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #969581;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #dedede;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #818181;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #968e81;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
  float: none;
  clear: both;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #dedede #dedede #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #5a5d64;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #968e81;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #968e81;
  border-bottom-color: #968e81;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #6e675c;
  border-bottom-color: #6e675c;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #5a5d64;
  border-bottom-color: #5a5d64;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #818181;
  border-color: #818181;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #818181;
}
.tabbable {
  *zoom: 1;
  float: none;
  clear: both;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #dedede #dddddd #dedede #dedede;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #dedede #dedede #dedede #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #818181;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 36px;
  padding-left: 20px;
  *zoom: 1;
  float: none;
  clear: both;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 8px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #5a5d64;
  text-shadow: 0 1px 0 transparent;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 36px;
  color: #5a5d64;
}
.navbar-link {
  color: #5a5d64;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}
.navbar .divider-vertical {
  height: 36px;
  margin: 0 9px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 3px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
  float: none;
  clear: both;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 3px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 3px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 938px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 8px 15px 8px;
  color: #5a5d64;
  text-decoration: none;
  text-shadow: 0 1px 0 transparent;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #5a5d64;
  text-decoration: none;
  background-color: transparent;
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar-inverse .navbar-inner {
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #818181;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #818181;
}
.navbar-inverse .navbar-text {
  color: #818181;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #818181;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #818181;
  border-bottom-color: #818181;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.breadcrumb {
  padding: 0;
  margin: 0 0 25px;
  font-size: 11.049999999999999px;
  list-style: none;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #818181;
}
.breadcrumb > .active {
  color: #333333;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #818181;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #818181;
  background-color: transparent;
  cursor: default;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 16.25px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.049999999999999px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 9.75px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
  float: none;
  clear: both;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #818181;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
  float: none;
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.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: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -10px;
  list-style: none;
  *zoom: 1;
  float: none;
  clear: both;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 10px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #968e81;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #5a5d64;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #818181;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
  margin-bottom: 20px;
}
.accordion .box {
  margin: 0;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading,
.collapsible .heading {
  background: url('../../fileadmin/templates/general/images/icon-chevron-right.png') no-repeat 4px center;
}
.accordion-heading a,
.collapsible .heading a {
  color: inherit;
}
.accordion-heading {
  border-bottom: 1px solid #ddd;
}
.accordion-heading.in,
.accordion-heading.open,
.collapsible .heading.open {
  background: url('../../fileadmin/templates/general/images/icon-chevron-down.png') no-repeat 2px center;
}
.accordion-heading,
.collapsible .heading {
  display: block;
  padding: 8px 20px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner,
.accordion-body {
  padding: 9px 15px;
  border-top: 0;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #dedede;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.header-background {
  height: 128px;
  border-top: 1px solid #d7d1ca;
  border-bottom: 1px solid #d7d1ca;
  background-color: #f7f6f4;
  background-image: -moz-linear-gradient(top, #f6f5f3, #f8f7f6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f5f3), to(#f8f7f6));
  background-image: -webkit-linear-gradient(top, #f6f5f3, #f8f7f6);
  background-image: -o-linear-gradient(top, #f6f5f3, #f8f7f6);
  background-image: linear-gradient(to bottom, #f6f5f3, #f8f7f6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6f5f3', endColorstr='#fff8f7f6', GradientType=0);
  background-color: #f7f6f5;
  padding-top: 5px;
}
#cw_box_logo {
  margin-top: 42px;
}
.header-background .navbar .span3 {
  position: relative;
}
.header-background .navbar .span9 {
  position: relative;
  height: 30px;
  overflow: hidden;
}
.header-background .navbar .cw-top-menu {
  height: 100px;
  overflow: visible;
}
.header-background .navbar .cw-top-menu .navbar-inner {
  position: absolute;
  bottom: -1px;
  right: 0px;
}
.top-links .pull-right {
  margin-left: 50px;
}
#cw_box_social {
  min-width: 108px;
  padding-top: 2px;
}
#cw_box_social img {
  padding-left: 4px;
}
.navbar #cw_box_search li:hover {
  background-color: transparent;
}
.navbar-search .search-query {
  width: 170px;
  padding: 2px 4px;
}
#cw_search_button {
  background: none;
  border: none;
}
#cw_box_langmenu {
  padding-top: 10px;
}
#cw_box_langmenu li {
  font-size: 11.049999999999999px;
  line-height: 11.049999999999999px;
  border-right: 1px solid #5a5d64;
}
#cw_box_langmenu li a,
#cw_box_langmenu li.last {
  border: none;
}
#cw_box_langmenu li > a,
#cw_box_langmenu li.disabled {
  padding: 0 10px 2px !important;
}
#cw_box_langmenu li.disabled {
  color: #d7d1ca;
}
#cw_box_langmenu li.active > a {
  font-weight: bold;
}
.navbar .nav {
  float: none;
}
.nav li:hover > .dropdown-menu {
  display: block;
}
.navbar .nav > li > a {
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid #d7d1ca;
  border-bottom: 1px solid transparent;
  padding: 8px 9px;
}
.navbar .nav > li.first > a {
  border-left: 1px solid transparent;
}
.navbar .nav > li:hover {
  background-color: #ffffff;
}
.navbar .nav > li:hover > a {
  border-top-color: #d7d1ca;
  border-bottom-color: #d7d1ca;
}
.navbar .nav > li.dropdown:hover > a {
  border-bottom: 1px solid #ffffff;
}
.navbar .nav > li.first:hover > a {
  border-left-color: #d7d1ca;
}
.navbar .nav > li.last:hover > a {
  border-right-color: #d7d1ca;
}
.urgences-menu {
  display: none !important;
}
.navbar .nav > li.urgences {
  background-color: #f3efe8;
  background-image: -moz-linear-gradient(top, #f4f2ef, #f1ebde);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f2ef), to(#f1ebde));
  background-image: -webkit-linear-gradient(top, #f4f2ef, #f1ebde);
  background-image: -o-linear-gradient(top, #f4f2ef, #f1ebde);
  background-image: linear-gradient(to bottom, #f4f2ef, #f1ebde);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f2ef', endColorstr='#fff1ebde', GradientType=0);
}
.navbar .nav > li.urgences > a,
.navbar .nav > li.urgences > a:hover {
  background-image: url('../../fileadmin/templates/general/images/emergencies.png');
  background-repeat: no-repeat;
  background-position: 8px 5px;
  padding-left: 40px;
  border-bottom: 1px solid #d7d1ca;
}
.dropdown-menu {
  min-width: 190px;
  margin-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #d7d1ca;
  border-top: none;
  padding: 20px;
  margin-top: 0px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.mnu-last .dropdown-menu {
  right: -1px;
  left: auto;
}
.dropdown .span4 {
  width: 396px;
}
ul.dropdown-menu {
  min-width: 380px;
}
ul.dropdown-menu li {
  float: left;
  width: 180px;
}
#cw_box_topmenu,
.cw_subsite .cw-top-menu ul.nav {
  height: 40px;
  margin-bottom: 0px;
}
#cw_box_topmenu li,
.cw_subsite .cw-top-menu ul.nav li {
  height: 38px;
}
#cw_box_topmenu li li,
.cw_subsite .cw-top-menu ul.nav li li {
  height: auto;
}
.dropdown .dropdown-menu .nav-header {
  height: 31px !important;
  line-height: 31px;
  padding: 0px 0px;
  margin: 0px;
}
ul.dropdown-menu li.odd {
  margin-right: 20px !important;
}
ul#cw_specialties_list {
  display: none;
  float: left;
  list-style: none;
  margin: 0;
  min-width: 190px;
}
#cw_all_specialties {
  text-align: left;
  padding: 4px 0;
}
#cw_main_center_content .nav li a {
  margin: 0;
  text-decoration: none;
}
#cw_main_center_content .nav li a,
.dropdown-menu li a {
  display: block;
  color: #565960;
  padding: 5px;
  background-color: #f4f2ef;
  margin-bottom: 1px;
}
#cw_main_center_content .nav li a:hover,
.dropdown-menu li a:hover,
#cw_main_center_content .nav .active a {
  background-color: #ded9d4;
}
.nav-tabs > li {
  margin-right: 2px;
}
.dropdown-menu li.protected a {
  background-color: #f0ece8;
  background-image: url('../../fileadmin/templates/general/images/lock.png');
  background-position: 166px 7px;
  background-repeat: no-repeat;
  color: #818181;
  padding-right: 30px;
}
.dropdown-menu > li.protected > a:hover {
  background-color: #ded9d4;
}
.dropdown-submenu > a {
  background-image: url('../../fileadmin/templates/general/images/dropdown_bullet.png');
  background-position: 170px 7px;
  background-repeat: no-repeat;
  padding-right: 30px;
}
.dropdown-submenu > .dropdown-menu {
  border: 1px solid #d7d1ca;
}
#cw_banner {
  background-color: #d2cbc3;
  background-image: -moz-linear-gradient(top, #d7d1ca, #cac1b8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d7d1ca), to(#cac1b8));
  background-image: -webkit-linear-gradient(top, #d7d1ca, #cac1b8);
  background-image: -o-linear-gradient(top, #d7d1ca, #cac1b8);
  background-image: linear-gradient(to bottom, #d7d1ca, #cac1b8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd7d1ca', endColorstr='#ffcac1b8', GradientType=0);
  background-color: #f7f6f5;
}
#cw_banner .container {
  width: 1052px;
}
#cw_banner img {
  width: 1052px;
  max-width: 1052px;
}
.breadcrumb a {
  color: #818181;
}
.breadcrumb > li {
  text-shadow: none;
}
h1 {
  font-weight: normal;
}
#cw_main a {
  text-decoration: underline;
}
h2,
.heading2 {
  height: 22px;
  color: #818181;
  font-size: 19.5px;
  font-weight: normal;
  padding: 6px 10px 22px 10px;
  margin-bottom: 0;
}
#cw_main h2 a {
  color: #818181;
  text-decoration: none;
}
h3 {
  color: #818181;
  font-size: 18.2px;
  font-weight: normal;
}
#cw_main_center_content h2,
#cw_main_center_content .heading2 {
  background-color: #dad4ce;
  background-image: -moz-linear-gradient(top, #d7d1ca, #ded9d4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d7d1ca), to(#ded9d4));
  background-image: -webkit-linear-gradient(top, #d7d1ca, #ded9d4);
  background-image: -o-linear-gradient(top, #d7d1ca, #ded9d4);
  background-image: linear-gradient(to bottom, #d7d1ca, #ded9d4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd7d1ca', endColorstr='#ffded9d4', GradientType=0);
}
#cw_main_center_content .heading2 {
  position: relative;
}
#cw_main_center_content .heading2 h2 {
  padding-top: 20px;
  padding-bottom: 12px;
  padding-left: 0;
  float: left;
}
#cw_main .block-outer {
  padding: 0 1px;
  background-color: #ffffff;
  background-image: url('../../fileadmin/templates/general/images/block_background.png');
  background-repeat: repeat-x;
}
#cw_main .block-outer-mailform {
  border: 1px solid #ded9d4;
  border-top: none;
}
#cw_main_center_content .block {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}
#cw_main .block-outer .block,
#cw_main .block-outer-mailform .block {
  padding: 20px 10px 0 10px;
  background-color: #ffffff;
}
#cw_main_left_content {
  color: #968e81;
}
#cw_main_left_content .box {
  border: 1px solid #ded9d4;
}
#cw_main_left_content .block {
  padding: 10px;
}
#cw_main_left_content .block-outer .block {
  padding: 20px 10px 20px 10px;
}
#cw_main_left_content h2 {
  background-color: #f4f2ef;
}
#cw_main_left_content h3 {
  background-color: #f4f2ef;
  padding: 5px 10px 5px 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #f0ece8;
}
#cw_footer_wrap {
  background-color: #f4f2ef;
  border-top: 1px solid #dedede;
  margin-top: -45px;
}
#cw_footer {
  color: #818181;
}
#cw_footer a {
  color: #818181;
}
#cw_footer .nav-list {
  padding-left: 0;
}
#cw_footer .nav li {
  float: left;
  margin-right: 50px;
  padding: 7px 0 10px 0;
}
#cw_footer .nav > li > a:hover,
#cw_footer .nav > li > a:focus {
  background-color: transparent;
}
#cw_box_social_footer {
  padding: 10px 0;
}
#cw_box_social_footer img {
  padding-left: 4px;
}
#cw_box_social_footer .pull-right {
  min-width: 265px;
}
.html_carousel div.slide {
  position: relative;
}
.html_carousel div.slide img {
  width: 100%;
  height: 100%;
}
.clearfix {
  float: none;
  clear: both;
}
.cw_fce3col_6-3-3 {
  width: 100%;
}
.cw_fce3col_6-3-3 .col {
  width: 24%;
}
.cw_fce3col_6-3-3 .col.first {
  width: 49.5%;
}
.cw_fce3col_6-3-3 .col.last {
  width: 24.5%;
}
.cw_fce3col_6-3-3 div.last {
  margin-right: 0;
}
.cw_fce3col_6-3-3 .box {
  height: 308px;
}
.cw_fce3col_6-3-3 h2 {
  height: 10px;
  padding-top: 26px;
  padding-bottom: 14px;
}
#cw_home #cw_main_center_content .nav li {
  list-style-type: none;
  background: url('../../fileadmin/templates/general/images/link_list_bullet.png') no-repeat top left;
  border-bottom: 1px solid #ded9d4;
  padding: 8px 10px 5px 35px;
}
#cw_home #cw_main_center_content .nav a {
  font-size: 14px;
  text-decoration: underline;
  background-color: transparent;
  color: #968e81;
}
#cw_home #cw_main_center_content .nav-list > li > a:hover {
  background-color: transparent;
}
#cw_home nav.csc-default {
  border: 1px solid #ded9d4;
}
#cw_home .nav-list {
  padding: 0;
}
#cw_home #cw_main_center_content .block {
  padding-top: 10px;
}
#cw_home .html_carousel div.slide div.legend_container {
  width: 95.3%;
  display: none;
  position: absolute;
  bottom: 10px;
  left: 2.5%;
}
#cw_home .html_carousel div.slide div.legend {
  background-color: rgba(255, 255, 255, 0.9);
}
#cw_home .html_carousel div.slide h4,
#cw_home .html_carousel div.slide p {
  padding: 0px;
}
#cw_home .html_carousel div.slide h4,
.html_carousel div.slide h4 {
  color: #565960;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}
#cw_home .html_carousel div.slide h4,
.html_carousel div.slide p {
  margin: 0;
}
#cw_home .header_link {
  font-size: 16px;
  position: relative;
  top: 19px;
}
#cw_home .header_link img {
  margin-top: -2px;
}
#cw_home .header_link a {
  text-decoration: none;
}
#cw_home .cw_carousel_controls {
  padding: 20px 150px 0 0;
  min-width: 30px;
  float: left;
}
#cw_home .cw_carousel_controls span {
  cursor: pointer;
}
#cw_home .cw_carousel_controls img {
  vertical-align: top;
  padding-top: 2px;
}
#cw_home #cw_banner .container {
  position: relative;
}
#cw_home .network_menu div {
  position: absolute;
  left: 56px;
  top: 130px;
}
#cw_home .network_menu ul {
  margin: 0;
}
#cw_home .network_menu li {
  width: 238px;
  height: 44px;
  list-style-type: none;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 0;
  margin-bottom: 5px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
#cw_home .network_menu li a {
  display: block;
  height: 56px;
  padding: 8px 10px 5px 35px;
  line-height: 25px;
  color: #818181;
  font-size: 17.03px;
  background: url('../../fileadmin/templates/general/images/link_list_bullet.png') no-repeat top left;
}
#cw_home .network_menu li a:hover {
  color: #818181;
}
#cw_main_left_content .doctors h2 {
  background-color: #dad4ce;
  background-image: -moz-linear-gradient(top, #d7d1ca, #ded9d4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d7d1ca), to(#ded9d4));
  background-image: -webkit-linear-gradient(top, #d7d1ca, #ded9d4);
  background-image: -o-linear-gradient(top, #d7d1ca, #ded9d4);
  background-image: linear-gradient(to bottom, #d7d1ca, #ded9d4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd7d1ca', endColorstr='#ffded9d4', GradientType=0);
}
.doctors table {
  width: 100%;
}
.doctors .phone {
  text-align: right;
  width: 43%;
}
.doctor .picture {
  float: left;
  padding: 0 30px 30px 0;
}
.doctor .contact {
  margin-bottom: 40px;
}
#cw_news_carousel .legend a {
  text-decoration: none;
  color: #565960;
  display: block;
  padding: 5px 5px 5px 10px;
}
#cw_news_carousel .legend a.detail {
  text-decoration: underline;
}
.news-list-item {
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px;
}
.news-list-item.last {
  border-bottom: none;
}
.news-list-item h3 {
  margin-bottom: 0;
}
.news-list-item .text {
  margin-left: 361px;
  margin-bottom: 10px;
}
.news-single-timedata {
  margin-bottom: 20px;
}
.news-list-date {
  color: #565960;
}
.news-single-backlink {
  margin-top: 60px;
}
#cw_main .pagination a,
#cw_main .news-single-backlink a {
  color: #565960;
  font-weight: bold;
  text-decoration: none;
}
.pagination ul > li > a,
.pagination ul > li > span {
  padding: 4px;
}
#cw_main .pagination ul > .active > a,
#cw_main .pagination ul > .active > span {
  text-decoration: underline;
  background-color: transparent;
}
#cw_main .pagination ul > li > a:hover {
  background-color: transparent;
}
#cw_main .tx-pagebrowse {
  text-align: right;
}
.news-related-files ul,
.news-related-links ul {
  margin: 0;
}
.news-related-files li,
.news-related-links li {
  list-style: none;
  background-image: url('../../fileadmin/templates/general/images/icon_link.png');
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position-y: 2px;
}
.news-related-files li {
  background-image: url('../../fileadmin/templates/general/images/pdf.png');
}
.download {
  background: url('../../fileadmin/templates/general/images/icon_pdf.png') left top no-repeat;
  padding-left: 25px;
  padding-bottom: 2px;
}
.external-link-new-window:before,
.external-link:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f08e";
  padding-right: 6px;
  text-decoration: none;
}
#colorbox button {
  border: none;
  background-color: transparent;
}
#colorbox button#cboxSlideshow {
  bottom: 0;
}
.births {
  border-spacing: 8px;
}
.births td {
  padding: 4px;
  width: 120px;
  height: 120px;
  vertical-align: top;
  border: solid 4px #ffffff;
}
.births td.boy {
  background-color: #99ccff;
}
.births td.girl {
  background-color: #ffccff;
}
#cw_main_center_content .cw_sitemap ul {
  margin: 0;
}
#cw_main_center_content .cw_sitemap li {
  list-style-type: none;
}
#cw_main_center_content .cw_sitemap li a {
  font-weight: bold;
}
#cw_main_center_content .cw_sitemap li li a {
  padding-left: 20px;
  font-weight: normal;
}
#cw_main_center_content .navbar-search .input-xxlarge {
  width: 530px;
}
.gsc-search-box,
.gsc-adBlockVertical,
.gsc-adBlock {
  display: none !important;
}
#cse .gs-result .gs-title,
#cse .gs-result .gs-title * {
  color: #968e81 !important;
  text-decoration: underline !important;
}
.gs-result .gs-snippet {
  color: #565960 !important;
}
.gs-result a.gs-visibleUrl,
.gs-result .gs-visibleUrl {
  color: #968e81 !important;
  text-decoration: underline !important;
  display: none;
}
.gsc-thinWrapper {
  width: 100% !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #968e81 !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #565960 !important;
}
.gsc-webResult .gsc-result {
  padding: 20px 0px !important;
}
.cw_fce_last_modification {
  color: #999999;
  text-align: justify;
  font-style: italic;
}
.cw_fce_last_modification p.first {
  margin-bottom: 0px;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
/*  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
*/
    box-shadow: none;
}



.datepicker[readonly] {
    cursor: default;
    background-color: transparent;
    background-image: url('../../fileadmin/templates/general/images/calendar-month.png');
    background-position:  right center;
    background-repeat: no-repeat;
}

.datepicker .dow, .datepicker .days div {
    float: none;
}

.datepicker: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: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.disabled,
.datepicker td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker td.active,
.datepicker td.active:hover,
.datepicker td.active.disabled,
.datepicker td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active.disabled:hover,
.datepicker td.active.disabled:hover:hover,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.disabled:active,
.datepicker td.active.disabled:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled.active,
.datepicker td.active.disabled:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active.disabled.disabled,
.datepicker td.active.disabled:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled],
.datepicker td.active.disabled[disabled],
.datepicker td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.disabled:active,
.datepicker td.active.disabled:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled.active,
.datepicker td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.disabled,
.datepicker td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker td span.active,
.datepicker td span.active:hover,
.datepicker td span.active.disabled,
.datepicker td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:hover:hover,
.datepicker td span.active.disabled:hover,
.datepicker td span.active.disabled:hover:hover,
.datepicker td span.active:active,
.datepicker td span.active:hover:active,
.datepicker td span.active.disabled:active,
.datepicker td span.active.disabled:hover:active,
.datepicker td span.active.active,
.datepicker td span.active:hover.active,
.datepicker td span.active.disabled.active,
.datepicker td span.active.disabled:hover.active,
.datepicker td span.active.disabled,
.datepicker td span.active:hover.disabled,
.datepicker td span.active.disabled.disabled,
.datepicker td span.active.disabled:hover.disabled,
.datepicker td span.active[disabled],
.datepicker td span.active:hover[disabled],
.datepicker td span.active.disabled[disabled],
.datepicker td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker td span.active:active,
.datepicker td span.active:hover:active,
.datepicker td span.active.disabled:active,
.datepicker td span.active.disabled:hover:active,
.datepicker td span.active.active,
.datepicker td span.active:hover.active,
.datepicker td span.active.disabled.active,
.datepicker td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
/*
    None fixed topbar
*/
.topbar {
	position: relative;
}

/*
    Footer
*/
html, body {
	height: 100%;
}

#wrap {
	min-height: 100%;
}

#container-wrap {
	padding-bottom: 50px;
	margin-top: 16px;
}

#footer {
	clear: both;
	padding: 0;

	position: relative;
}

#cw_footer_client {
    text-align: left;
}

#cw_footer_cobweb {
    text-align: right;
}

.cw_fce2col,
.cw_fce3col,
.cw_fce4col {
	width: 100%;
}

.col {
	margin-right: 1%;
	float: left;
}
/*
.ie .col {
    margin-right: 3%;
}
*/

.cw_fce2col .col {
	width: 49.5%;
}

.cw_fce3col .col {
	width: 32.6%;
}

.cw_fce2col_l .col_r,
.cw_fce2col_r .col_l {
	width: 33%;
}

.cw_fce2col_l .col_l,
.cw_fce2col_r .col_r {
	width: 66%;
}

.cw_fce4col .col {
	width: 24.25%;
	margin-right: 1%;
}

.cw_fce2col div.last,
.cw_fce3col div.last,
.cw_fce4col div.last,
.cw_fce2col_r div.col_r,
.cw_fce2col_l div.col_r {
	margin-right: 0;
}


/* @group General */
body {
    font-size: 13px;
}

table.table-no-border * {
    border: 0;
}

img {
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
}

.ie img {
	max-width: none;
}

a:focus{
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}
h1{
	line-height: 1.2em;
    font-family: 'OfficinaSansITCW01-Bold',Tahoma,Geneva,Verdana,sans-serif;
}
.cw_subsite #cw_main_left_content #cw_box_title h1{
    color:#666666;
}
h3 {
    line-height: 1.4em;
}

.page-header {
    padding-bottom: 0;
}
.cw_subsite .page-header{
    margin:20px 0px 15px;
}
.tx-pagebrowse.pagination {
    min-width: 420px;
    margin: auto;
}

.cw_frame_invisible {
    display: none;
}

/* @end */

/* @group Responsive images */
.ie .csc-textpic-image img {
    width: 100%;
}
div.csc-textpic-center .csc-textpic-center-inner,
div.csc-textpic-center .csc-textpic-center-outer,
.images-cols-1 .csc-textpic-image {
    width: 100%;
	display:block !important;
}


.images-cols-2 .csc-textpic-image {
    /* width: 48%; */
}

.images-cols-3 .csc-textpic-image {
    /*width: 31% !important;*/
}

.images-cols-4 .csc-textpic-image {
    width: 23%;
}
/* iPad */
@media (max-width: 979px) and (min-width: 768px) { .images-cols-4 .csc-textpic-image { width: 23%; } }
/* Mobile */
@media (max-width: 768px) { .images-cols-4 .csc-textpic-image { width: 22%; } }

.images-cols-5 .csc-textpic-image {
    width: 19%;
}
/* iPad */
@media (max-width: 979px) and (min-width: 768px) { .images-cols-5 .csc-textpic-image { width: 18%; } }
/* Mobile */
@media (max-width: 768px) { .images-cols-5 .csc-textpic-image { width: 17%; } }

.images-cols-6 .csc-textpic-image {
    width: 15%;
}
/* Mobile */
@media (max-width: 768px) { .images-cols-6 .csc-textpic-image { width: 13%; margin-left: 5px; } }


.images-cols-7 .csc-textpic-image {
    width: 48%;
}


.images-cols-8 .csc-textpic-image {
    width: 48%;
}
/* @end */

/* @group Bootstrap fixes */

.nav .dropdown-toggle .caret {
    border-top-color: #000;
}

.navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle {
    background-color: #222;
}


.ie .modal-body {
    overflow: visible;
}

.ie #cw_box_topmenu {
    position: relative;
    z-index: 1000;
}
/* @end */

/* @group Blocks types */

p.indent {
	margin-left: 20px;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

.align-center{
	text-align: center;
}

.clear {
    clear: both;
}

.clearfix {
    height: 0;
}

a:hover {
    text-decoration: none;
}

.box {
    margin-bottom: 20px;
}

.loading {
    background-image: url('../../fileadmin/templates/general/images/loading.gif');
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    min-height: 24px;
    margin-top: 15px;
    clear: both;
}

/* @end */

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
}

input[type="file"] {
    margin-top: 4px;
}

/* @group News */
.news-latest-container .news-latest-item .thumb,
.news-list-container .news-list-item .thumb {
	float: left;
	margin-top: 3px;
}

.news-latest-container .news-latest-item .text {
	margin-left: 85px;
}

.news-list-container .news-list-item .text {
	/*margin-left: 135px;*/
}
.news-list-container .news-list-item .thumb {
	padding-bottom: 30px;
	margin-right: 15px;
}
.news-list-container .news-list-item .vidthumb {
    height: 167px;
    margin-bottom: 30px;
    overflow: hidden;
}
.news-list-item .vidthumb .youthumb{
    margin-top: -33px;
}
.news-list-item .vidthumb a.youtube{
    position:relative;
}
span.news-list-date {
	font-size: 12px;
	font-weight: bold;
}

.news-single-item .vidthumb{
    position:relative;
    max-width:480px;
    max-height:270px;
    overflow: hidden;

}

.news-single-item img, .cw_news_gallery {
    margin-bottom: 15px;
    margin-top: 15px;
}

.cw_news_caroufredsel img, .cw_carousel_thumbs img {
    margin: 0;
}


.caroufredsel_wrapper img {
    float: left;
}

#cw_news_caroufredsel_container {
    margin-bottom: 4px;
    position: relative;
}

#cw_news_caroufredsel_container .pagination {
    position: absolute;
    bottom: 5px;
    right: 5px;
    margin: 0;
    border: 0;
}

.ie7 #cw_news_caroufredsel_container .pagination {
    bottom: 35px;
}

#cw_news_caroufredsel_container .pagination span {
    visibility: hidden;
}

#cw_news_caroufredsel_container .pagination a {
    border: 0;
    background-image: url('../../fileadmin/templates/general/images/carousel_pagination.png');
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 8px;
}

#cw_news_caroufredsel_container .pagination a:hover {
    background-color: transparent;
}

#cw_news_caroufredsel_container .pagination a.selected {
    background-image: url('../../fileadmin/templates/general/images/carousel_pagination_active.png');
}

/* @end */

/* @group Top links */
.navbar .brand {
    color: #000;
}

.navbar-form, .navbar-search {
    margin: 0;
}

.navbar .nav.pull-right {
    float: right !important;
}

.navbar .nav.pull-left {
    float: left !important;
}

.navbar .top-links .nav > li {
    float: left;
}

li [class^="icon-"], li [class*=" icon-"] {
    width: 1.4em;
    text-align: left;
}


.navbar-search .search-query {
  background-image: url('../../fileadmin/templates/general/images/search_icon.png');
  background-repeat: no-repeat;
  background-position: 3px center;
  padding-left: 30px;
}
/* @end */

/* @group Main menu */
@media (max-width: 979px) {
    .navbar .btn-navbar {
        margin-bottom: 5px;
    }

    .nav-collapse .dropdown-menu {
        display: none !important;
    }
    .nav-collapse .open .dropdown-menu {
        display: block !important;
    }

    #cw_header .collapse.in {
        height: auto !important;
    }

    #cw_header .nav-collapse .dropdown-menu a.current {
        color: #FFFFFF;
    }
}

/* @end */

/* @group Carousel */
#cw_carousel_controls {
    position: relative;
    top: -85px;
}

#cw_carousel_controls a {
    display: block; width: 100%; height: 100%;
}

#cw_carousel_thumbs_container {
    margin-left: 20%;
    margin-right: 20%;
}

#cw_carousel_controls #prev, #cw_carousel_controls #next {
    width: 20px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    position: absolute;
}

#cw_carousel_controls #next {
    float: right;
    background-image: url('../../fileadmin/templates/general/images/arrow-next.png');
    right: 0;
}
#cw_carousel_controls #prev {
    float: left;
    background-image: url('../../fileadmin/templates/general/images/arrow-prev.png');
    left: 0;
}

.cw_news_gallery {
    margin-bottom: 15px;
}

.cw_carousel_thumbs img {
    cursor: pointer;
}

/* @end */

/* @group Login form */
#cw_box_topmenu .box {
    margin: 0;
}

#cw_box_topmenu .loading {
	height: 30px;
	margin-top: 5px;
	margin-bottom: 8px;
	width: 50px;
}

#cw_box_user .loading {
    width: auto;
}

.navbar #cw_box_user .dropdown-menu::before {
    right: 20px;
    left: auto;
}

.navbar #cw_box_user .dropdown-menu::after {
    right: 21px;
    left: auto;
}

.ie7 .login-form button, .ie7 .login-form a.btn {
    width: 220px;
}

.logout-form {
    margin: 0;
}

.logout-form .well {
    margin: 0;
}

.logout-form .well button {
    display: block;
    width: 100%;
}

.logout-form .well .status-message {
    margin-bottom: 15px;
}

.tx-felogin-pi1 .status-message {
    font-size: 12px;
    padding-right: 10px;
}


.tx-srfeuserregister-pi1 input[type="submit"] {
    padding: 5px 15px;
}

.tx-srfeuserregister-pi1-gender-0-label {
	display: none !important;
}

.tx-srfeuserregister-pi1-terms_acknowledged-label input {
	margin-top : -5px;
}

a.tx-srfeuserregister-pi1-terms_acknowledged-link {
	margin-top : 5px;
	display: inline-block;
}

.tx-srfeuserregister-pi1 span.alert-error {
	margin-bottom : 5px;
	margin-top : 5px;
	display : block;
}

input[type="checkbox"].csc-mailform-check {
    margin-top: 8px;
}

.control-group.success .alert-error {
    display: none;
}

/* @end */


/* @group Accordions */
.accordion-inner, .accordion-body {
    border-top: none;
    padding: 0px;
    width: 100% !important;
}

/* @end */

/* @video iframe */
.cw_video_container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.cw_video_container iframe,
.cw_video_container object,
.cw_video_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.news-list-item .thumb {
    position:relative;
}
.news-list-item .youtube .youtube_play, .news-single-item .youtube .youtube_play{
    position:absolute;
    left:41%;
    bottom:0px;
}
.news-single-item .youtube .youtube_play{
    bottom:38%;
    left:43%;
}
.html_carousel div.slide .thumb .youtube_play{
    position:absolute;
    left:41%;
    top:41%;
    width:55px;
    height:55px;

}
.html_carousel div.slide img.youthumb {
    margin-top: -9.5%;
}
.news-single-item .vidthumb .youthumb {
    margin-top: -9.4%;
}
/* @end */

/* @typo3 images */
div.csc-textpic .csc-textpic-imagewrap img {
    margin: auto;
}
/* @end */




/* @end */

/* @group Responsive rules */
/* Mobile and tablet */
@media (max-width: 767px) {
	.span1,
	.span2,
	.span3,
	.span4,
	.span5,
	.span6,
	.span7,
	.span8,
	.span9,
	.span10,
	.span11,
	.span12 {
		width: 100%;
		margin-left: 0px;
	}
    .news-single-item .vidthumb{
        max-height:175px;
    }
    .news-single-item .vidthumb .youthumb {
        margin-top: -9.5%;
    }
    .news-single-item .youtube .youtube_play{
        bottom:30%;
    }
}

/* Mobile to 940 */
@media (max-width: 979px) {
    .nav-collapse {
        margin-top: 10px;
    }
}

@media (max-width: 979px) and (min-width: 768px) {
	#cw_carousel_controls {
        top: -65px;
    }


    #cw_box_langmenu li.disabled {
        padding: 6px 11px 0px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    #cw_box_langmenu {
        float: left;
    }

    .navbar #cw_box_langmenu .nav > li > a, .navbar .dropdown-menu a {
        padding: 10px 6px;
    }


    #cw_carousel_controls {
        top: -55px;
    }
}

/* @end */

/* BugzID: 19609  */

.gray_centre_box{
    width:45%;
    margin-right:3%;
    margin-bottom:3%;
    padding:5px 5px 0px 5px;
    float:left;
    border:3px solid #B6AFA5;
    position:relative;
    cursor:pointer;
}
.gray_centre_box.gray_centre_even{
    margin-right:0px;
}
#cw_main_left_content .gray_centre_box h2{
    height: auto;
    background:none;
    padding:0px 0px 10px 0px;
}
.gray_centre_desc{
    padding-bottom:30px;
}
.gray_centre_link{
    background-color: #8e8980;
    bottom: -2px;
    line-height: 30px;
    margin-left: -8px;
    margin-right: -8px;
    position: absolute;
    width: 102.8%;
}
.gray_centre_link a{
    color:#ebe9e7;
    text-decoration:none !important;
    padding-left:8px;
    font-size:14px;
    background:url('../../fileadmin/templates/general/images/right-arrow.png') 97% center no-repeat;
    display:block;
}
/* @end */
/* sepciality accordion */
.page_speciality #cw_main_left_content h2,
.page_speciality #cw_main_center_content h2,
.page_speciality #cw_main_center_content .block-outer{
    background-color:initial;
    background-image: none;
}

#cw_main_center_content .speciality_acc_content h2.heading{
    background:#f4f2ef url('../../fileadmin/templates/general/images/icon-chevron-right.png') 98% center no-repeat;
    font-size:16px;
    padding:4px 2px 9px 10px;
    margin-bottom:1px;
    line-height:25px;
    cursor:pointer;
}
#cw_main_center_content .speciality_acc_content h2.heading.speciality_acc_open{
    background:#f4f2ef url('../../fileadmin/templates/general/images/icon-chevron-down.png') 98% center no-repeat;
}

.speciality_acc_container{}
.acc_open button, .acc_close button{
    margin:-35px 0px 10px 0px;
}
.acc_open{}
.acc_close button{
    display:none;
}
.speciality_acc_content{}
#cw_main_center_content .speciality_acc_content .block-outer{
    background:none;
}
.page_speciality #cw_main .block-outer .block{
    padding-top: 0px;
}
.speciality_acc_content .block-outer .block{
    padding:5px 2px 3px 4px !important;
}
.speciality_acc_content .nav-list{
    padding-left:0px !important;
}
.speciality_acc_content .nav-list li a{
    background:url('../../fileadmin/templates/general/images/link_list_bullet.png') left -1px no-repeat;
    padding:8px 10px 9px 35px !important;
    background-color:initial !important;
}

/* responsive */

@media (min-width: 769px) and (max-width: 979px) {
    .gray_centre_box {
        width:100%;
    }
    .gray_centre_link{
        width:101.7%;
    }
    .gray_centre_link a{
        background:url('../../fileadmin/templates/general/images/right-arrow.png') 98% center no-repeat;
    }
}

@media (max-width: 768px) {
    .page_speciality #cw_main_left_content, .page_speciality #cw_main_center_content {
        float:left;
        width:98.5%;
    }
    .gray_centre_box {
        width:97%;
    }
    .gray_centre_link{
        width:100.8%;
    }
    .gray_centre_link a{
        background:url('../../fileadmin/templates/general/images/right-arrow.png') 99% center no-repeat;
    }
}
@media (min-width: 361px) and (max-width: 540px) {
    .gray_centre_link{
        width:101.2%;
    }
}
@media (min-width: 361px) and (max-width: 398px) {
    .gray_centre_link{
        width:101.4%;
    }
}
@media (max-width: 360px) {
    .gray_centre_link{
        width:101.6%;
    }
}
@media (width: 768px) {
    .gray_centre_link{
        width:101.5%;
    }
}
/* @end */
/* END OF BugzID: 19609  */

/* Newborn babies */
#newborn_form{
    border-top:1px solid #ccc3bb;
    padding-top:10px;
    margin-bottom:-20px;
}
.newborn_list .col{
    margin-right:10px;
    width:32.5%;
}
.newborn_list .col.newborn_even{
    margin-right: 0px;
}
.newborn_item{
    cursor:pointer;
}
.newborn_topbar{
    color:#FFFFFF;
    height: 73px;
}
.newborn_datetime{
    margin-bottom: 3px;
}
.newborn_date{
     margin-right:15px;
 }
.newborn_name{
    font-size:18px;
    margin-bottom:10px;
    padding-right:40px;
}
.newborn_name a{
    text-decoration: none !important;
    color:#FFFFFF;
}
.newborn_sex_1, .newborn_sex_2,.newborn_grey .newborn_sex_2,
.newborn_grey .newborn_sex_1{
    height:37px;
    width:37px;
    position: absolute;
    right:10px;
    top:15px;
}
.newborn_item .newborn_sex_1{
    background: url('../../fileadmin/templates/general/images/baby_male_grey.png') left top no-repeat;
}
.newborn_item .newborn_sex_2{
    background: url('../../fileadmin/templates/general/images/baby_female_grey.png') left top no-repeat;
    height:42px;
    width:29px;
}
.newborn_item_detail .newborn_sex_2{
    height:42px;
    width:29px;
}
.newborn_item_detail.newborn_big_grey .newborn_sex_1{
    background: url('../../fileadmin/templates/general/images/baby_big_male_grey.png') left top no-repeat;
}
.newborn_item_detail.newborn_big_grey .newborn_sex_2{
    background: url('../../fileadmin/templates/general/images/baby_big_female_grey.png') left top no-repeat;
}
.newborn_item_detail.newborn_big_blue .newborn_sex_1{
    background: url('../../fileadmin/templates/general/images/baby_big_male_blue.png') left top no-repeat;
}
.newborn_item_detail.newborn_big_blue .newborn_sex_2{
    background: url('../../fileadmin/templates/general/images/baby_big_female_blue.png') left top no-repeat;
}
.newborn_item_detail.newborn_big_green .newborn_sex_1{
    background: url('../../fileadmin/templates/general/images/baby_big_male_green.png') left top no-repeat;
}
.newborn_item_detail.newborn_big_green .newborn_sex_2{
    background: url('../../fileadmin/templates/general/images/baby_big_female_green.png') left top no-repeat;
}
.newborn_item_detail.newborn_big_orange .newborn_sex_1{
    background: url('../../fileadmin/templates/general/images/baby_big_male_orange.png') left top no-repeat;
}
.newborn_item_detail.newborn_big_orange .newborn_sex_2{
    background: url('../../fileadmin/templates/general/images/baby_big_female_orange.png') left top no-repeat;
}
/*
.newborn_image{
    height: 162px;
    overflow: hidden;
}
.newborn_twin .newborn_image{
    height: auto;
}
.newborn_item_detail .newborn_image{
    height: auto;
    overflow: auto;
}
*/
.newborn_red, .newborn_green, .newborn_blue, .newborn_orange,.newborn_grey{
    width:286px;
    height:236px;
    padding:8px 10px 12px 10px;
    margin-bottom:10px;
    position: relative;
}
.newborn_item {
    background: url('../../fileadmin/templates/general/images/baby_bg_grey.png') left top no-repeat ;
    background-size:cover;
}
.newborn_baby1, .newborn_baby2{
    float:left;
    margin-right:3%;
    width:48%;
    position:relative;
    word-break:break-all;
}
.newborn_baby2{
    margin:0px;
}

.newborn_baby1 .newborn_name, .newborn_baby2 .newborn_name{
    padding-right:0px;
}
.newborn_baby1 .newborn_topbar, .newborn_baby2 .newborn_topbar{
    margin-top:50px;
}
.newborn_baby1 .newborn_sex_1, .newborn_baby1 .newborn_sex_2,
.newborn_baby2 .newborn_sex_1, .newborn_baby2 .newborn_sex_2{
    top:5px;
    right:0px;
}
.newborn_list{
    position:relative;
}
.newborn_image{}
 #cw_main .newborn_list .block-outer{
    background: none;
    height: 203px;
    overflow: hidden;
}
#cw_main_center_content .newborn_list .block{
    background: none;
}
.newborn_list div.csc-textpic, .newborn_list div.csc-textpic .newborn_list div.csc-textpic-imagerow, .newborn_list ul.csc-uploads li{
    height: 185px;
}
.newborn_list .box{
    margin:0px ;
    border:1px solid rgba(0, 0, 0, 0.2);
}
.newborn_list .newborn_item {
 margin-bottom: 9px;
}
/* copyright message */
#msgcopyright{
    display:none;
}
.newborn_image #msgcopyright{
    background:#FFFFFF;
    border:1px solid rgba(0, 0, 0, 0.2);
    position:absolute;
    right:0px;
    top:75px;
    z-index:999999;
    display:block !important;
    padding:5px;
    box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    color:#565960;
    font-size: 13px;
}
.newborn_item_detail .newborn_image #msgcopyright{
    width:61%;
}
.newborn_image #msgcopyright h3{
    font-size:14px;
    border-bottom:1px solid #ebebeb;
    padding-bottom:8px;
    color:#565960;
}
#msgcopyright .box{
    margin:0px;
}

/* Detail view */
.newborn_item_detail{
    color:#FFFFFF;
    font-size:16px;
}
.newborn_item_detail.newborn_big_grey{
    color: #9c5d76;
}
.newborn_item_detail.newborn_big_blue{
    color: #869da8;
}
.newborn_item_detail.newborn_big_orange{
    color: #b1b18f;
}
.newborn_item_detail.newborn_big_green{
    color: #718471;
}

.newborn_big_red, .newborn_big_green, .newborn_big_blue, .newborn_big_orange,.newborn_big_grey{
    background: url('../../fileadmin/templates/general/images/baby_bg_big_red.jpg') left top repeat-y;
    width:570px;
    height:100%;
    padding:10px;
    position: relative;
    float: left;
}
.newborn_big_green{
    background: url('../../fileadmin/templates/general/images/baby_bg_big_green.jpg') left top repeat-y;
}
.newborn_big_blue{
    background: url('../../fileadmin/templates/general/images/baby_bg_big_blue.jpg') left top repeat-y;
}
.newborn_big_orange{
    background: url('../../fileadmin/templates/general/images/baby_bg_big_orange.jpg') left top repeat-y;
}
.newborn_big_grey{
    background: url('../../fileadmin/templates/general/images/baby_bg_big_grey.png') left top repeat-y;
}
.newborn_item_detail .newborn_sex_1, .newborn_item_detail .newborn_sex_2{
    /*position: relative;
    margin-bottom:40px;*/
    right:3%;
    left:auto;
    top:auto;
}
.newborn_item_detail .newborn_topbar {
    margin-bottom:30px;
    min-height:20px;
    height:auto;
}
.newborn_item_detail .newborn_name{
    font-size:24px;
    line-height: 26px;
    padding-right:0px;
}
.newborn_detail_right{
    float:left;
    width:35%;
    margin-right:2%;
}
.newborn_detail_left{
    float:left;
}
.newborn_detail_comment{
    margin-top:20px;
    color:#FFFFFF;
    float:left;
    clear:both;
    display: block;
    font-size:13px;
}
.newborn_item_detail.newborn_big_grey .newborn_detail_comment{
    color: #9c5d76;
}
.newborn_item_detail.newborn_big_blue .newborn_detail_comment{
    color: #869da8;
}
.newborn_item_detail.newborn_big_orange .newborn_detail_comment{
    color: #b1b18f;
}
.newborn_item_detail.newborn_big_green .newborn_detail_comment{
    color: #718471;
}
.newborn_twins_sep{
    width:100%;
    clear:both;
    height:18px;
}
.newborn_twins_sep span{
    border-top:1px solid #cccccc;
    float:left;
    margin:10px 0px 10px 0px;
    width:100%;
}
.newborn_weight{}
.newborn_size{}

.newborn_date span, .newborn_time span, .newborn_size span, .newborn_weight span{
    min-width:80px;
    float:left;
}
.newborn_detail_back{
    text-align: right;
    font-size:18px;
    width: 95%;
    margin-bottom:20px;
    clear:both;
    border-top:1px solid #ccc3bb;
    padding-top:10px;
}
.newborn_detail_back a{
    text-decoration: none !important;
}
.newborn_dimension{
    margin-top:36px;
}
.nb_filterby{
    float: left;
    line-height: 26px;
    margin-right: 10px;
    color:#787878;
    font-size:18px;
}
#newborn_year{
    width:30%;
    margin-right:10px;
}
#newborn_month{
    width:30%;
}

/* newborn name list for current year */
.newborn_currentyear_box{}
.newborn_currentyear_label{
    line-height:47px;
    background: #dad5cf;
    color:#787878;
    padding-left:12px;
    font-size:18px;
}
.newborn_currentyear_list{
    color:#968e81;
    width:98%;
    padding-left:12px;
    line-height: 20px;
}
.nbn_col_row{}
.nbn_col1{
    float:left;
    width:70%;
    padding:5px 0px 5px 0px;
}
.nbn_col2{
    float:left;
    width:30%;
    padding:5px 0px 5px 0px;
}
.newborn_even .box p {
    color:#818181;
    font-weight:normal;
}

/* baby_tv */
.baby_tv #cw_box_title{
    margin-top:50px;
}
.baby_tv .header-background{
    height:93px;
}
.baby_tv #cw_box_logo{
    margin-top:0px;
}
.baby_tv .box{
    margin-bottom:0px;
}
.newborn_tv .col {
    margin-right: 1%;
    width: 19%;
}
.newborn_tv_full .col {
    margin-right: 1%;
    width: 32%;
}
.newborn_tv .col.newborn_even,
.newborn_tv_full .col.newborn_even {
    margin-right: 1%;
}
.newborn_tv .babyrow,
.newborn_tv_full .babyrow {
    height:800px;
}
#cw_main_right_content_top, #cw_main_right_content_bottom {
    height: 390px;
    margin-bottom: 10px;
}

.baby_tv #cw_main{
    width:1505px;
    margin-left: 0px;
}
.baby_tv .container, .baby_tv .navbar-static-top .container, .baby_tv .navbar-fixed-top .container,
.baby_tv .navbar-fixed-bottom .container{
    width:1505px;
}

.baby_tv_full #cw_main_center {
    width:903px;
    margin:0px;
    float: left;
}
.baby_tv_full #cw_main_right {
    width:602px;
    margin:0px;
    float: left;
}

.baby_tv a {
    text-decoration: none !important;
}

.baby_tv .heading {
    background-color: #dad4ce;
    background-image: -moz-linear-gradient(top, #d7d1ca, #ded9d4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d7d1ca), to(#ded9d4));
    background-image: -webkit-linear-gradient(top, #d7d1ca, #ded9d4);
    background-image: -o-linear-gradient(top, #d7d1ca, #ded9d4);
    background-image: linear-gradient(to bottom, #d7d1ca, #ded9d4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd7d1ca', endColorstr='#ffded9d4', GradientType=0);
    padding: 22px 10px 6px 10px;
}

.baby_tv .outer-block {
    background-image: url('../../fileadmin/templates/general/images/block_background.png');
    background-repeat: repeat-x;
    padding: 0 1px 10px 1px;
    background-color: #ffffff;
}

.baby_tv .news-list-date {
    margin: 0 5px 0 0px;
    float: left;
    font-style: italic;
}

.baby_tv .teaser {
    overflow: hidden;
    height: 62px;
}

.baby_tv .news-list {
    padding: 10px;
    background-color: #ffffff;

}

.baby_tv .news-list h4 {
    font-weight: normal;
}

#cw_main_left_content #mailform label{
    display:inline;
    text-align: left;
}
#cw_main_left_content #mailform .form-horizontal .controls{
    margin-left:0px;
}
#cw_main_left_content #mailform input, #cw_main_left_content #mailform textarea {
    width: 95%;
}
#cw_main #cw_main_left_content #mailform .block-outer-mailform label.first label.control-label{
    color: #818181;
    font-size: 19.5px;
    font-weight: normal;
    height: 22px;
    margin-bottom: 0;
    padding: 6px 10px 22px 0px;
    width: auto;
    float: none;
}
#cw_main #cw_main_left_content #mailform .block-outer-mailform, #c2470 .block-outer{
    border: 0px;
    margin-top: 40px;
    background: none;
}
#cw_main #cw_main_left_content #mailform .block-outer-mailform .form-actions{
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#c2470 .block-outer{
    margin: 20px 0px;
}
#cw_main_left_content{
    position: relative;
}
#cw_main_left_content #addthis {
    position: absolute;
    top:60px;
    margin-left: 10px;
}
#cw_main_left_content .control-group:nth-of-type(4),
#cw_main_left_content .control-group:nth-of-type(5),
#cw_main_left_content .control-group:nth-of-type(6){
    display: none;
    margin-bottom: 10px;
}
#cw_main_left_content .control-group:nth-of-type(4) .control-label,
#cw_main_left_content .control-group:nth-of-type(5) .control-label,
#cw_main_left_content .control-group:nth-of-type(6) .control-label,
#cw_main_left_content .control-group:nth-of-type(3) .control-label{
    display: none;
}
#cw_main_left_content .control-group:nth-of-type(2),#cw_main_left_content .control-group:nth-of-type(3){
    margin-bottom: 10px;
}
#morerecivers{
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 20px;
}
#cw_main_left_content .form-horizontal .form-actions{
    padding-right: 0;
    text-align: right;
}
/* @end */

/* Newborn responsive */


/* iPad */
@media (max-width: 979px) and (min-width: 768px) {
    .newborn_image img{
        min-width: 100%;
        height:auto;
    }
    .newborn_list{float:left;}
    .newborn_list .col{
        width: 49.2%;
    }
    .newborn_list .col.newborn_even {
        margin-right:0px;
    }
    .newborn_list .col{
        margin-right: 10px !important;
    }
    .newborn_list .box{
        height: 300px;
        padding-bottom: 12px;
    }
    .newborn_list .col:nth-of-type(odd){
        margin-right: 0px !important;
    }
    .newborn_red, .newborn_green, .newborn_blue, .newborn_orange, .newborn_grey{
        width:96%;
        padding: 2%;
        height: 300px;
    }
    .newborn_baby1, .newborn_baby2{
        width:48%;
    }
    .newborn_list .newborn_topbar{
        height:86px;
    }
    .newborn_list .newborn_item{
        margin-bottom: 11px;
    }

    /* detail view */
    .newborn_big_red, .newborn_big_green, .newborn_big_blue, .newborn_big_orange,.newborn_big_grey{
        width:96%;
    }
    .newborn_detail_left, .newborn_detail_right{
        width:100%;
        margin:0px;
    }
    .newborn_detail_right{
        margin-bottom:10px;
    }
    .newborn_detail_back{
        width:100%;
    }

    #cw_main_left_content #mailform  .form-horizontal .form-actions{
        padding: 0px;
    }
}
@media (min-device-width: 768px) and (max-device-width: 979px){
    .newborn_list .box{
        padding-bottom: 3px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .newborn_image img{
        min-width: 100%;
        height:auto;
    }
    .newborn_red, .newborn_green, .newborn_blue, .newborn_orange,.newborn_grey{
        width:96%;
        height:auto;
        background-repeat:repeat;
        overflow:hidden;
        padding: 2%;
    }
    .newborn_baby1, .newborn_baby2{
        width:48%;
    }
    /* detail view */
    .newborn_big_red, .newborn_big_green, .newborn_big_blue, .newborn_big_orange,.newborn_big_grey{
        width:96.5%;
        background-repeat: repeat;
    }
    .newborn_detail_left, .newborn_detail_right{
        width:100%;
        margin:0px;
    }
    .newborn_detail_right{
        margin-bottom:10px;
    }
    .newborn_detail_back{
        width:100%;
    }
    .nb_filterby{
        display:block;
        width:100%;
    }
    .newborn_list div.csc-textpic, .newborn_list div.csc-textpic .newborn_list div.csc-textpic-imagerow, .newborn_list ul.csc-uploads li{
        height: auto;
    }
    .newborn_list .box{
        margin-bottom: 9px;
    }
    #cw_main .newborn_list .block-outer{
        height: auto;
    }
}
/* @end */





/** Design for YouTube videos #19121 **/
.videos-block .video-box {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}

.cw_fcemulticol .video-box {
	padding: 0 10px;
}

.video-box .img img {
    border-radius: 3px;
    margin-top: -10%;
}

.video-box .img {
    overflow: hidden;
    height: 163px;
    border: 1px solid #d7d1ca;
    border-radius: 3px 3px 0 0;
    position: relative;
}

@media (max-width: 979px) {
    .video-box .img {
        height: 123px;
    }
    .bytvsection.row {
        margin-left: -10px;
    }
}
@media (max-width: 767px) {
    .video-box .img {
        height: 160px;
    }
    #cw_box_social_footer .pull-right > span{
        visibility:hidden;
    }
}

@media (max-width: 625px) {
    .video-box .img {
        height: 125px;
    }
}

@media (max-width: 500px) {
    .video-box,
    .videos-block .video-box {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .video-box .img {
        height: 160px;
    }
}

.video-box {
    max-width: 480px;
    margin: auto !important;
}

.videos-block .video-box .inner {
    padding: 0 10px;
}

.video-box .inner .img a {
    display: block;
    height: 100%;
    width: 100%;
}

.video-box .inner .img a::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url('/fileadmin/templates/general/images/youtube_play.png') no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.videos-block .video-box.playlist .inner .img a::after {
    content: none;
}

.video-box h3 {
    border: 1px solid #d7d1ca;
    border-top: 0;
    background: #f7f6f5;
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 0 0 3px 3px;
	height: 43px;
	overflow: hidden;
}

#cw_main_left_content .video-box h3 {
    border: 0;
    padding: 8px 12px;
}

#cw_main_left_content .video-iframe h3 {
    display: none;
}

#cw_main_left_content .video-box .img {
    border: 0;
}

.video-box a {
    text-decoration: none !important;
}
/* @group Hidden elements */
.gsc-branding,
.gcsc-branding,
.gsc-clear-button {
    display: none;
}

.gsc-cursor-box.gs-bidi-start-align {
    margin-top: 15px;
    text-align: center;
}

#cse .gs-result .gs-title, #cse .gs-result .gs-title * {
    color: #0088cc;
}

.gsc-orderby .gsc-selected-option-container.gsc-inline-block {
    padding-right: 5px;
}

/* Un-comment this to disable Image search */
/*.gsc-tabsArea {
    display: none;
}*/
/* @end */
