/* /hlavni_rozlozeni/styl.css */

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: 100%;
}
.web-body-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.web-page-bg {
  width: 990px;
  margin: 0 auto;
  height: 100%;
}
.web-body {
  position: relative;
  min-height: 100%;
  width: 100%;
  margin: 0 auto -60px auto;
}
.web-page {
  width: 990px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.web-footer {
  min-height: 60px;
}
.web-footer {
  position: relative;
  z-index: 1;
}
.web-content {
  position: relative;
  width: auto;
  max-width: 100%;
  float: left;
}
.web-side {
  position: relative;
  width: 200px;
  float: right;
}
.web-side-left {
  position: relative;
  width: 200px;
  float: left;
}
.web-side-right {
  position: relative;
  width: 200px;
  float: right;
}
.web-bottom {
  min-height: 60px;
}
.web-cleaner {
  height: 60px;
  margin: 0;
  border: 0;
  clear: both;
}
.web-draggable-prvky div.prvek {
  position: absolute;
}
#web-container {
  height: 100%;
  height: -webkit-calc(100% - 93px);
  height: -moz-calc(100% - 93px);
  height: calc(100% - 93px);
}
#web-container.admin-hidden {
  height: 100%;
}
#web-container.vysunuty-panel {
  height: auto;
  min-height: 100%;
}
a img {
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
div.zona.zona-obsahu {
  margin-bottom: 30px;
}
.web-side .form-control,
.web-side-left .form-control,
.web-side-right .form-control {
  width: 100%;
}
a.sheet-button {
  margin-right: 5px;
  font-weight: bold;
  border: 1px solid #FFF;
  text-decoration: none;
  display: inline-block;
  padding: 5px 15px 5px 15px;
  color: #666;
}
a.sheet-button:hover {
  background-color: #F0F0F0;
  color: #000;
}
a.sheet-button.selected {
  background-color: #E0E0E0;
  background-image: -webkit-linear-gradient(center top,#EEEEEE,#E0E0E0);
  background-image: -moz-linear-gradient(center top,#EEEEEE,#E0E0E0);
  background-image: -ms-linear-gradient(center top,#EEEEEE,#E0E0E0);
  background-image: -o-linear-gradient(center top,#EEEEEE,#E0E0E0);
  background-image: linear-gradient(center top,#EEEEEE,#E0E0E0);
  box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
  border: 1px solid #AAA;
  border-radius: 4px;
  color: #444444;
  cursor: default;
  font-weight: bold;
}
div.form input[type=submit].tlacitko-svetle,
a.tlacitko-svetle {
  font-size: 12px;
  padding: 5px 10px;
  color: #333 !important;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #666;
  text-shadow: 0px 0px 3px #FFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-box-shadow: 0px 0px 3px #666666;
  -moz-box-shadow: 0px 0px 3px #666666;
  -o-box-shadow: 0px 0px 3px #666666;
  box-shadow: 0px 0px 3px #666666;
  background: #eeeeee;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(top,#eeeeee 0%,#cccccc 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eeeeee),color-stop(100%,#cccccc));
  background: -webkit-linear-gradient(top,#eeeeee 0%,#cccccc 100%);
  background: -o-linear-gradient(top,#eeeeee 0%,#cccccc 100%);
  background: -ms-linear-gradient(top,#eeeeee 0%,#cccccc 100%);
  background: linear-gradient(to bottom,#eeeeee 0%,#cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#cccccc',GradientType=0);
  text-decoration: none;
}
div.form input[type=submit].tlacitko-svetle:hover,
a.tlacitko-svetle:hover {
  background: #d3d3d3;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiN2I3YjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(top,#d3d3d3 0%,#b7b7b7 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d3d3d3),color-stop(100%,#b7b7b7));
  background: -webkit-linear-gradient(top,#d3d3d3 0%,#b7b7b7 100%);
  background: -o-linear-gradient(top,#d3d3d3 0%,#b7b7b7 100%);
  background: -ms-linear-gradient(top,#d3d3d3 0%,#b7b7b7 100%);
  background: linear-gradient(to bottom,#d3d3d3 0%,#b7b7b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3d3d3',endColorstr='#b7b7b7',GradientType=0);
}
table.form {
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
}
table.form th {
  width: 180px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding: 10px 0px 10px 10px;
}
table.form td {
  font-size: 80%;
  vertical-align: top;
}
table.form td span.value {
  line-height: 36px;
}
span.error {
  padding-left: 15px;
  font-weight: bold;
  color: #C00;
}
input.error,
select.error,
textarea.error {
  color: #C00;
  border-color: #C00;
}
table tr td.submit {
  padding: 20px;
  margin: 20px 0px;
  text-align: center;
}
div.buttons {
  padding: 20px;
  margin: 20px 0px;
  text-align: center;
  background: rgba(0,0,0,0.1);
}
input[type=text],
input[type=password],
textarea,
select {
  padding: 7px 2px 7px 2px;
  border: 1px solid #CCC;
  font-family: arial, sans-serif;
  color: #444;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  _box-sizing: border-box;
  box-sizing: border-box;
}
input[type=submit],
input[type=button],
a.tlacitko {
  width: auto;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 7px 15px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  background-color: #cecece;
}
.strankovani {
  text-align: center;
  padding: 10px;
  font-weight: bold;
  background-color: #EEE;
}
.strankovani span {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  background: -webkit-gradient(linear,0 0,0 100%,from(#cccccc),to(#aaaaaa));
  background: -moz-linear-gradient(top,#cccccc,#aaaaaa);
  background: moz-linear-gradient(top,#cccccc,#aaaaaa);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#cccccc,endColorStr=#aaaaaa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#cccccc,endColorStr=#aaaaaa);
  box-shadow: inset 0px 0px 4px #444;
  color: #333;
}
.strankovani a {
  display: inline-block;
  padding: 5px 10px;
  color: #666;
  text-decoration: none;
}
.strankovani a:hover {
  background-color: #FFF;
  color: #000;
}
div p {
  margin: 0px 0px 20px 0px;
}
div h1 {
  margin: 0px 0px 20px 0px;
  font-size: 180%;
  font-weight: bold;
}
div h2 {
  margin: 0px 0px 20px 0px;
  font-size: 170%;
  font-weight: bold;
}
div h3 {
  margin: 0px 0px 20px 0px;
  font-size: 155%;
  font-weight: bold;
}
div h4 {
  margin: 0px 0px 20px 0px;
  font-size: 150%;
}
div h5 {
  margin: 0px 0px 20px 0px;
  font-size: 120%;
  font-weight: bold;
}
div h6 {
  margin: 0px 0px 20px 0px;
  font-size: 100%;
  font-weight: bold;
}
div ul {
  margin: 10px 0px 10px 0px;
  list-style-type: square;
}
div ul li {
  margin: 5px;
}
div ol {
  margin: 10px 0px 10px 0px;
  list-style-type: decimal;
}
div ol li {
  margin: 5px;
}
div blockquote {
  margin: 20px;
  padding: 5px 10px 5px 10px;
  border-left: 3px solid rgba(150,150,150,0.2);
  background-color: rgba(150,150,150,0.1);
  line-height: 120%;
}
div table.highlight tr:hover td,
div table.highlight tr:hover th {
  background-color: #EEE;
}
.web-side h1,
.web-side h2,
.web-side h3 {
  font-size: 130%;
}
.web-side h4 {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 120%;
}
.web-side h5 {
  margin-bottom: 6px;
  font-size: 110%;
}
.web-side h6 {
  margin-bottom: 6px;
  font-size: 100%;
}
.web-side-left h1,
.web-side-left h2,
.web-side-left h3 {
  font-size: 130%;
}
.web-side-left h4 {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 120%;
}
.web-side-left h5 {
  margin-bottom: 6px;
  font-size: 110%;
}
.web-side-left h6 {
  margin-bottom: 6px;
  font-size: 100%;
}
.web-side-right h1,
.web-side-right h2,
.web-side-right h3 {
  font-size: 130%;
}
.web-side-right h4 {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 120%;
}
.web-side-right h5 {
  margin-bottom: 6px;
  font-size: 110%;
}
.web-side-right h6 {
  margin-bottom: 6px;
  font-size: 100%;
}
.web-footer p {
  margin-bottom: 10px;
}
div.cesta {
  font-size: 80%;
  color: #000;
  padding-left: 20px;
  background: url("/img/ico_link.png") no-repeat left center;
  margin-bottom: 10px;
}
div.cesta a {
  color: #000;
}
body {
  font-family: arial, sans-serif;
}
.web-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.web-page-inner {
  position: relative;
}
.web-body-bg {
  border: 60px;
}
div.web-zona-logo-outer {
  width: 980px;
  position: relative;
  margin: auto;
}
div.zona_logo {
  width: 980px;
  margin: auto;
}
div.zona_logo prvek {
  position: absolute;
}
.web-section {
  padding-top: 200px;
  width: 980px;
  margin: auto;
}
.web-body {
  width: 100%;
  margin-bottom: 0;
}
.web-page-bg {
  min-width: 980px;
}
.web-header nav {
  width: 980px;
  margin: auto;
}
div.stin_obrazku {
  height: 10px;
  width: 980px;
  margin: auto;
}
div.zona_obrazek .slides_container {
  height: 200px;
}
div.zona_obrazek .prezentace {
  height: 200px;
}
div.zona_obrazek {
  width: 980px;
  margin: auto;
}
div.panel-hlavicka {
  margin-left: 294px;
  width: 686px;
  height: 248px;
  background: url("/img/prechod.png") repeat-x;
}
div.zona_hlavicka {
  height: 248px;
}
div.zona_logo div.simple_prezentace {
  width: 980px;
  height: 200px;
  z-index: 10 !important;
  overflow: hidden !important;
  box-sizing: border-box;
}
div.zona_logo div.simple_prezentace .prvek-dragger {
  display: none !important;
}
div.zona_logo div.simple_prezentace ul.pagination {
  right: 50px;
}
div.zona_logo div.simple_prezentace img {
  width: 980px;
}
div.stranka-center {
  width: 980px;
  margin: 0px auto;
  position: relative;
}
div.zona_subobsah,
div.zona_subobsah2 {
  margin: 10px 0px;
}
div.zona_subobsah h3,
div.zona_subobsah h2,
div.zona_subobsah2 h3,
div.zona_subobsah2 h2 {
  padding: 10px 0px;
  color: #299B9D;
  font-size: 26px;
}
div.panel-pozadi {
  height: 212px;
}
div.panel {
  background-image: url("/img/prechod.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  height: 212px;
}
div.web-content {
  float: left;
  width: 490px;
  margin-left: 5px;
}
div.web-side-left {
  width: 240px;
}
div.web-side-right {
  width: 240px;
}
div.zona_zapati p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 10px 0px;
}
div.prvek {
  min-height: 30px;
}
div.zapati {
  clear: both;
  font-size: 70%;
  z-index: 4;
  position: relative;
}
div.zona_zapati {
  padding: 10px;
  min-height: 40px;
}
div.zona_obsah {
  margin: 0px 0px;
  padding: 10px 15px;
}
.cleaner {
  clear: both;
}
ul {
  list-style-type: square;
}
body .obsah_container div.cesta a {
  color: #000;
}
body .obsah_container div.cesta {
  font-size: 80%;
  color: #000;
  padding-left: 20px;
  background: url("/img/ico_link.png") no-repeat left center;
  margin-bottom: 10px;
}
body .zona_obsah div.form h2 {
  color: #7E6D4B;
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 150%;
  padding: 15px 8px 0px 8px;
}
body .zona_obsah div.form td h3 {
  padding: 5px 0px;
}
body .zona_obsah div.form h3 {
  color: #A99E89;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 120%;
  padding: 5px 8px;
}
body {
  background-color: #EEE;
  margin: 0;
}
.zona_logo,
.zona_logo a {
  color: #000;
}
div.pozadi-stranky {
  width: 85%;
  min-width: 980px;
  margin: 4px auto 0px auto;
}
.infoline {
  border-top: 1px solid rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding: 0px;
  line-height: 20px;
}
div.stranka {
  z-index: 2;
}
div.zona_logo {
  height: 200px;
  overflow: hidden;
}
div.zona_logo .simple_logo {
  z-index: 105;
  width: 90%;
  height: 120px;
  overflow: hidden;
}
div.zona_logo .simple_logo .slogan1 {
  font-size: 20px;
  font-weight: bold;
  display: block;
}
div.zona_logo .simple_logo .slogan2 {
  font-size: 14px;
  font-weight: bold;
  display: block;
  color: #888;
}
div.zona_logo .simple_logo img {
  margin-right: 10px;
}
div.zona_logo .simple_logo table {
  margin: 0px auto;
}
.zona_subobsah,
.zona_subobsah2 {
  padding-left: 10px;
  padding-right: 10px;
}
.obsah_container {
  color: #000000;
}
.obsah_container a {
  color: #EB8400;
}
.obsah_container a:hover {
  color: #000;
}
.zona_obsah h1,
.zona_obsah h2,
.zona_obsah h3,
.zona_obsah h4,
.zona_obsah h5,
.zona_obsah h6 {
  color: #EB8400;
}
.zona_obsah h1,
.zona_obsah h2 {
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.zona_obsah h1 {
  font-size: 24px;
  padding: 10px 0px;
}
.zona_obsah h2 {
  font-size: 20px;
  padding: 10px 0px;
}
.zona_obsah h3 {
  font-size: 16px;
  padding: 10px 0px;
}
.zona_obsah h4 {
  font-size: 15px;
  padding: 10px 0px;
}
.zona_obsah h5 {
  font-size: 14px;
  padding: 10px 0px;
}
.zapati {
  background-color: #333333;
  color: #ffffff;
}
body div.zahlavi {
  background-color: #EEE;
}
div.zona_hlavicka {
  padding: 10px 10px 10px 20px;
}
div#hlavicka-stranky {
  position: absolute;
  top: 0px;
  left: 0px;
}
div.zona_logo div.prvek {
  position: absolute;
}
div.zona_logo div.prvek.simple_logo {
  position: absolute;
  top: 10px;
}
.zona_zapati {
  width: 950px;
  margin: auto;
  padding: 10px 0px;
}
.zona_zapati a {
  color: #ffffff;
}
.zona_subobsah .prvek,
.zona_subobsah2 .prvek {
  margin-bottom: 30px;
}
#subobsah .form-control,
#subobsah2 .form-control {
  width: 100%;
}
#subobsah2 .simple_google_mapa > div {
  width: 100% !important;
}
#subobsah .simple_google_mapa > div {
  width: 100% !important;
}




/* /rozlozeni_bez_sloupce/rozlozeni_bez_sloupce.css */

body div div.web-content{
	width: 735px;
	float: right;
}



/* /css/0b/0b73ac10690abc2eca8580eaf3e74cec-loading-bar.css?t=1728289408 */

#pwca-ac-loading-bar {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 60000; }
  #pwca-ac-loading-bar span {
    background: url("/_content/Administration/AdminContainer/public/img/loading-bar.gif") no-repeat center center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 600001; }




/*  */

/*!
 * jQuery UI CSS Framework 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*!
 * jQuery UI CSS Framework 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1em; margin-bottom: 0px; position: relative }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url("/_content/AssetLibrary/JqueryUi/public/1.9.1/img/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url("/_content/AssetLibrary/JqueryUi/public/1.9.1/img/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 0% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url("/_content/AssetLibrary/JqueryUi/public/1.9.1/img/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url("/_content/AssetLibrary/JqueryUi/public/1.9.1/img/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url("/_content/AssetLibrary/JqueryUi/public/1.9.1/img/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url("/_content/AssetLibrary/JqueryUi/public/1.9.1/img/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x; color: #363636; padding: 7px 7px 7px 25px; margin: 0 0 20px; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url("/_content/AssetLibrary/JqueryUi/public/1.9.1/img/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x; color: #cd0a0a; padding: 7px 7px 7px 25px; margin: 0 0 20px; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url("/_content/AssetLibrary/JqueryUi/public/1.9.1/img/ui-icons_222222_256x240.png"); }
.ui-widget-content .ui-icon {background-image: url("/_content/AssetLibrary/JqueryUi/public/1.9.1/img/ui-icons_222222_256x240.png"); }
.ui-widget-header .ui-icon {background-image: url("/_content/AssetLibrary/JqueryUi/public/1.9.1/img/ui-icons_222222_256x240.png"); }
.ui-state-default .ui-icon { background-image: url("/_content/AssetLibrary/JqueryUi/public/1.9.1/img/ui-icons_888888_256x240.png"); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url("/_content/AssetLibrary/JqueryUi/public/1.9.1/img/ui-icons_454545_256x240.png"); }
.ui-state-active .ui-icon {background-image: url("/_content/AssetLibrary/JqueryUi/public/1.9.1/img/ui-icons_454545_256x240.png"); }
.ui-state-highlight .ui-icon {background-image: url("/_content/AssetLibrary/JqueryUi/public/1.9.1/img/ui-icons_2e83ff_256x240.png"); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url("/_content/AssetLibrary/JqueryUi/public/1.9.1/img/ui-icons_cd0a0a_256x240.png"); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

.ui-dialog-titlebar.ui-corner-all{
	-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; -khtml-border-top-left-radius: 10px; border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; -khtml-border-top-right-radius: 10px; border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; -khtml-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; -khtml-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px;
}

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url("/_content/AssetLibrary/JqueryUi/public/1.9.1/img/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url("/_content/AssetLibrary/JqueryUi/public/1.9.1/img/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*!
 * jQuery UI Resizable 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*!
 * jQuery UI Selectable 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*!
 * jQuery UI Accordion 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*!
 * jQuery UI Autocomplete 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.20
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*!
 * jQuery UI Button 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
	display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible;
} /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; z-index: 1; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: 16px 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0;font-size: 12px; } 
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute; right: 5px; top: 7px; margin: 0; padding: 0;
	width:34px; height:34px;
	background: url("/_content/AssetLibrary/JqueryUi/public/1.9.1/img/ui-close.png") no-repeat left top;
}
.ui-dialog .ui-dialog-titlebar-close span {
	display: block; margin: 1px;
	background: none;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
	background-position: left bottom;
	border: 0;
	margin: 0;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; line-height: 26px;padding: 1em 1em; background: none; overflow: auto; zoom: 1; font-size: 16px !important; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; border: 0;}
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*!
 * jQuery UI Slider 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*!
 * jQuery UI Tabs 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*!
 * jQuery UI Datepicker 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*!
 * jQuery UI Progressbar 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }



/* /_js/bootstrap/bootstrap.custom.css */

/* buttons */

.btn{
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
    background-color: rgba(255, 255, 255, 0.4);
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-color: rgba(255, 255, 255, 0.6);
    border-color: rgba(0, 0, 0, 0.3);
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}


/* alerts */

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.alert ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}




/* forms */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"] {
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: inline-block;
  /*width: 100%;*/
  width: 250px;
  /*height: 34px;*/
  padding: 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.form-group .control-wrapper{
	position: relative;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin: 7px 0;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.help-inline{
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 10px;
  color: #737373;
  margin-left: 15px;
}
.help-block a, .help-inline a{
    color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.control-label{
	width: 170px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	margin-top: 8px;
	display: inline-block;
}
.control-label.control-label-fullwidth{
	width: auto;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
}
.form-group > div{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 200px);
}
.form-group > div .form-group > div{
  width: auto;
}
label{
	font-weight: normal;
}

.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.upper-case {
  text-transform: uppercase;
}
.lower-case {
  text-transform: lowercase;
}



/* /_js/global.css */

/** Tyto styly se nacitaji vsude i v overlay oknech i na webu */
.relative{
	position: relative;
}
.inline-block{
	display: inline-block;
}
.datepicker{
	background-image: url("/admin/css/img/icon_calendar.png");
	background-position: 226px center;
	background-repeat: no-repeat;
}
.ui-datepicker-calendar .ui-state-highlight, .ui-datepicker-calendar .ui-widget-content .ui-state-highlight, .ui-datepicker-calendar .ui-widget-header .ui-state-highlight{
	padding: 0.2em !important;
}
div.adm {
	font-family: arial, sans-serif;
}
.prvek{
	position: relative;
	min-height: 40px;
	border-style: solid;
	border-width: 0;
}
.prvek.rozsireni{
	margin-bottom: 30px;
}
.rozlozeni_hlavni .prvek{
	position: static;
}

#proweb-body a.fa::before {
	font-family: FontAwesome;
}

.pw-hidden-desktop {
    display: none;
}

@media screen and (max-width: 850px) {
    .pw-hidden-desktop {
        display: block;
    }

    .pw-hidden-tablet {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .pw-hidden-desktop {
        display: block;
    }

    .pw-hidden-tablet {
        display: block;
    }

    .pw-hidden-smartphone {
        display: none;
    }
}

/**
 * Pokud nastane chyba v prvku, vlozi se misto obsahu div s hlaskou a touto tridou.
 */
.chyba-behu-prvku {
    border: 1px solid rgba(200, 50, 50, 0.5);
    background-color: rgba(255, 150, 150, 0.6);
    font-weight: bold;
    font-size: 12px;
    line-height: 1.5em;
    padding: 4px 12px;
}

.chyba{
	margin-bottom: 10px;
	border-width: 0px;
}
span.icon {
	width: 16px;
	height: 16px;
	overflow:hidden;
	display: inline-block;
	text-indent: -9999px;
	text-decoration: none;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
}
body div.lista-admin{
	margin:5px 0px 20px 0px;
	padding: 10px 5px;
	background-color: rgba(0, 0, 0, 0.15);
}
.cleaner{
	/*clear: both;*/
}
div.sheet{
	padding: 15px 0px;
}
a.sheet-button{
	margin-right:5px;
	font-weight: bold;
	text-decoration:none;
	display:inline-block;
	padding:5px 15px 5px 15px;
}
body a.sheet-button.selected{
    cursor: default;
}
table.highlight tr:hover td, table.highlight tr:hover th{
	background-color: rgba(0,0,0,0.25);
}

/*
--------------------------------------------------------------------------------
TLACITKA
--------------------------------------------------------------------------------
*/
input[type=submit], input[type=button], .tlacitko{
	width:auto;
	font-size: 12px;
	padding: 5px 10px;
	font-weight: bold;
	display: inline-block;
	background-color: #555;
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
}
input[type=submit]:hover, input[type=button]:hover, .tlacitko:hover{
    background-color: #333;
}
body div div.prvek a.tlacitko-admin{
	color: #888;
}

/*
--------------------------------------------------------------------------------
FORMULARE
--------------------------------------------------------------------------------
*/

div.form div.inputs h2{
	margin: 0;
	padding: 5px 0px;
}
.input-border{
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
}
table.form{
	border-collapse: separate;
	border-spacing: 2px;
    width: 100%;
}
table.form th{
	width: 180px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 10px 0px 0px 10px;
}
table.form td span.value{
	line-height: 36px;
}
span.error{
	padding-left: 15px;
	font-weight: bold;
	color: #C00;
}
input.error, select.error, textarea.error{
	color: #C00;
	border-color: #C00;
}
body table tr td.submit{
	padding: 20px;
	margin:20px 0px;
	text-align: center;
}
div.buttons{
	padding: 20px;
	margin: 20px 0px;
	text-align: center;
}
input[type=text],input[type=password],input[type=file], textarea, select{
	border: 1px solid #CCC;
	background: #FFF;
	border-radius: 3px;
	font-family: arial, sans-serif;
	color: #444;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	_box-sizing: border-box;   
	box-sizing: border-box;
}
.admin-box {
    margin-top: 10px;
    padding: 10px;
}

/*
--------------------------------------------------------------------------------
STRANKOVANI
--------------------------------------------------------------------------------
*/

.strankovani{
	text-align: center;
	padding:10px;
	font-weight:bold;
}
.strankovani span{
	display: inline-block;
	padding:5px 10px;
	border-radius: 3px;
	box-shadow: inset 0px 0px 4px #000;
}
.strankovani a{
	display: inline-block;
	padding:5px 10px;
	text-decoration: none;
}

/*
--------------------------------------------------------------------------------
OSTATNI
--------------------------------------------------------------------------------
*/
.bgcontrast0{
	background: #EEE;
}
.bgcontrast1{
	background: #CCC;
}
.bgcontrast2{
	background: #888;
}
.bgcontrast3{
	background: #000;
}
.contrast0, .contrast0 a{
	color: #CCC;
}
.contrast1, .contrast1 a{
	color: #888;
}
.contrast2, .contrast2 a{
	color: #000;
}
div.rozsireni.umisteny_prvek{
	margin-top: 20px;
}

div.image-select div.img-container a{
	display: block;
}
div.image-select div.img-container span{
	margin-top: 8px;
	margin-left: -5px;
	position: static !important;
}
div.image-select div.img-container{
	padding-bottom: 50px;
	float: left;
	position: relative;
	text-align: center;
}
div.image-select{
	margin-bottom: 20px;
	position: relative;
}
div.image-select span.selected{
	border: 1px solid #617578;
	background: rgb(173,188,191);
	background: -moz-linear-gradient(top,  rgba(173,188,191,1) 0%, rgba(128,150,154,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,188,191,1)), color-stop(100%,rgba(128,150,154,1)));
	background: -webkit-linear-gradient(top,  rgba(173,188,191,1) 0%,rgba(128,150,154,1) 100%);
	background: -o-linear-gradient(top,  rgba(173,188,191,1) 0%,rgba(128,150,154,1) 100%);
	background: -ms-linear-gradient(top,  rgba(173,188,191,1) 0%,rgba(128,150,154,1) 100%);
	background: linear-gradient(to bottom,  rgba(173,188,191,1) 0%,rgba(128,150,154,1) 100%);
	color: #FFF;
}
div.image-select span{
	cursor: pointer;
	display: inline-block;
	padding: 3px 8px;
	color: #4B4B4B;
	border: 1px solid #B5C3C5;
	border-radius: 16px;
	font-size: 11px;
	box-shadow: 0px 2px 0px #FFF;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 1%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(1%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 1%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 1%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 1%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 1%,rgba(255,255,255,0) 100%);
}
div.image-select a{
	margin-right: 20px;
	margin-left: 10px;
	display: inline-block;
	padding: 3px;
}
div.image-select a img{
	padding: 8px;
	border: 1px solid #81979B;
	margin: 2px;
	background: #FFF;
	border-radius: 10px;
	vertical-align: bottom;
}
div.image-select a.selected{
	background: #FFB800;
	border-radius: 12px;
}
div.image-select a.selected img{
	border: 3px solid #526366;
	margin: 0;
}
.justify{
	text-align: justify;
}
.center{
	text-align: center;
}
.padding{
	padding: 10px;
}
.prvek.ui-draggable{
	overflow: hidden;
}

div.selector div.popup h3{
	font-size: 12px;
	color: #666;
}
.chyby span{
	display: block;
}
.chyby{
	border: 1px solid #C00;
	color: #C00;
	font-weight: bold;
	font-size: 11px;
	padding: 10px;
	margin: 10px 0px;
}
div.input-length{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #CCCCCC;
	height: 3px;
	overflow: hidden;
}

.ckeditor-plaintext *{
	margin: 0;
	padding: 0;
}
.ckeditor{
	min-height: 150px;
	border: 1px dotted #444;
}
.ckeditor-basic{
    height: 150px;
}
.ckeditor-simple{
	min-height: 80px;
	border: 1px dotted #444;
	margin-top: 0 !important;
}
.ckeditor-plaintext{
	border: 1px dotted #444;
	padding: 0 !important;
	margin-top: 0 !important;
}
.cke_editable_inline.cke_focus{
	outline: 14px solid rgba(0,0,0,0.05);
	background: rgba(0,0,0,0.05);
}
.help-tip{
	display: block;
	border: 1px solid #B17A00;
	background: #ffe731;
	background: -moz-linear-gradient(top,  #ffe731 0%, #ffd300 9%, #ffbb00 88%, #e59e00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe731), color-stop(9%,#ffd300), color-stop(88%,#ffbb00), color-stop(100%,#e59e00));
	background: -webkit-linear-gradient(top,  #ffe731 0%,#ffd300 9%,#ffbb00 88%,#e59e00 100%);
	background: -o-linear-gradient(top,  #ffe731 0%,#ffd300 9%,#ffbb00 88%,#e59e00 100%);
	background: -ms-linear-gradient(top,  #ffe731 0%,#ffd300 9%,#ffbb00 88%,#e59e00 100%);
	background: linear-gradient(to bottom,  #ffe731 0%,#ffd300 9%,#ffbb00 88%,#e59e00 100%);
}
.help-tip span{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("/admin/obrazky/help-tip.png") no-repeat center center;
}
.qtip-help.qtip-default{
	background: transparent;
	border-width: 0;
}
.qtip-help .qtip-tip{
	background-color: #ffd90e !important;
}
.qtip-help .qtip-content{
	border: 1px solid #C4960E;
	background: #ffd90e;
	background: -moz-linear-gradient(top,  #ffd90e 0%, #ffb800 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd90e), color-stop(100%,#ffb800));
	background: -webkit-linear-gradient(top,  #ffd90e 0%,#ffb800 100%);
	background: -o-linear-gradient(top,  #ffd90e 0%,#ffb800 100%);
	background: -ms-linear-gradient(top,  #ffd90e 0%,#ffb800 100%);
	background: linear-gradient(to bottom,  #ffd90e 0%,#ffb800 100%);
	padding: 15px;
	box-shadow: 8px 8px 4px 0px rgba(0,0,0,0.25);
	color: #966300;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.6);
	font-size: 13px;
	text-align: center;
	line-height: 18px;
	border-radius: 5px;
	font-family: Arial;
}
.qtip-help .qtip-content img{
	margin: 0px 10px 0px 0px;
	border: 1px solid #C89D1F;
}
.qtip-help.qtip-left .qtip-content{
	text-align: left;
}
input[type=text].help{
	padding-right: 36px;
}
body .cke_dialog_contents_body input[type=text]{
	color: #000000;
}

div.switcher-select{
	border: 1px solid #CCC;
	border-radius: 8px;
	overflow: hidden;
	display: inline-block;
	background: #ffffff;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
div.switcher-select a{
	text-decoration: none;
	color: #666;
	display: inline-block;
	padding: 4px 16px;
	border-left: 1px solid #CCC;
	float: left;
	font-size: 12px;
	font-weight: bold;
}
div.switcher-select a:first-child{
	border-left: 0;
}
div.switcher-select a.selected{
	color: #222;
	text-shadow: 1px 1px #ffDD22;
	background: #F0BC03;
	background: -moz-linear-gradient(top,  #ffcc00 8%, #f9b600 50%, #e59e00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(8%,#ffcc00), color-stop(50%,#f9b600), color-stop(100%,#e59e00));
	background: -webkit-linear-gradient(top, #ffcc00 8%,#f9b600 50%,#e59e00 100%);
	background: -o-linear-gradient(top, #ffcc00 8%,#f9b600 50%,#e59e00 100%);
	background: -ms-linear-gradient(top, #ffcc00 8%,#f9b600 50%,#e59e00 100%);
	background: linear-gradient(to bottom, #ffcc00 8%,#f9b600 50%,#e59e00 100%);
}
.zona-obsahu .prvek{
	margin-bottom: 40px;
}
.qtip.qtip-fixed{
	position: fixed;
}

div.form-row{
	display: block;
}
div.form-cell{
	display: inline-block;
}
.proweb-pagination span.proweb-pagination-label{
	display: inline-block;
	margin-right: 15px;
}
.proweb-pagination{
	text-align: center;
	padding: 15px;
}
.proweb-pagination a.proweb-pagination-page{
	padding: 4px 6px;
}

/* proweb */

div.proweb-content-loading{
	display: block;
	width: 100px;
	height: 100px;
	z-index: 10000;
	top: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
}
div.proweb-content-loading span{
	font-style: normal;
	font-weight: bold;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	width: 100px;
	height: 100px;
	font-size: 80px;
	line-height: 80px;
	text-align: center;
	color: #CCC;
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
}
div.proweb-content-loading span:before{
	content: "\2234";
}
.prvek.texty_wysiwyg_text{
	overflow: hidden;
}

@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.proweb-no-scale{
	transform: scale(1.0) perspective(600px) rotateX(0deg) !important;
}
div.cke_reset_all{
    position: relative;
    z-index: 14600;
}
div.cke_dialog_background_cover{
    z-index: 13500;
}

.pwccf-messages .pwccf-message.pwccf-message-error{
	padding: 5px;
	border: 1px solid #C00000;
	color: #C00000;
	margin-bottom: 10px;
}

.pwccf-messages .pwccf-message.pwccf-message-error a{
	color: #C00000;
}




/* /css/6c/6ce161719360557be2b1b014483d6f5f-overlay.css?t=1728289408 */

.pwcco-dialog-dock-placeholder {
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  width: 20px;
  height: auto;
  display: none;
  position: fixed;
  z-index: 9999;
  background: rgba(255, 128, 0, 0.3); }

.pwcco-dialog-dock-placeholder[data-dock='left'] {
  display: block;
  left: 0; }

.pwcco-dialog-dock-placeholder[data-dock='right'] {
  display: block;
  right: 0; }

.pwcco-dialog-dock-placeholder[data-dock='down'] {
  display: block;
  left: 0;
  right: 0;
  top: auto;
  width: auto;
  height: 20px; }

div.pwcco-dialog {
  background: #fff;
  color: #000;
  border: 1px solid #7c7c7c;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  min-height: 250px;
  min-width: 200px; }
  div.pwcco-dialog .pwcco-dialog-content {
    font-size: 16px;
    line-height: 22px;
    overflow: auto;
    margin: 2px 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #000; }
    div.pwcco-dialog .pwcco-dialog-content div {
      color: #000; }
  div.pwcco-dialog .pwcco-dialog-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    div.pwcco-dialog .pwcco-dialog-container.pwcco-dialog-container-html {
      position: static; }
  div.pwcco-dialog .pwcco-dialog-caption {
    border-bottom: 5px solid #f5b70a;
    height: 48px;
    position: relative;
    color: #222;
    font-weight: bold;
    background-color: #677477;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#272d2e), to(#677477));
    background-image: -webkit-linear-gradient(top, #272d2e, #677477);
    background-image: -moz-linear-gradient(top, #272d2e, #677477);
    background-image: -ms-linear-gradient(top, #272d2e, #677477);
    background-image: -o-linear-gradient(top, #272d2e, #677477);
    background-image: linear-gradient(top, #272d2e, #677477);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#272d2e", EndColorStr="#677477"); }
    div.pwcco-dialog .pwcco-dialog-caption .pwcco-dialog-caption-title {
      line-height: 48px;
      text-indent: 10px;
      display: inline-block;
      vertical-align: middle;
      color: #fff;
      text-shadow: 1px 1px 1px #000; }
    div.pwcco-dialog .pwcco-dialog-caption .pwcco-dialog-caption-tabs {
      margin-left: 10px;
      height: 40px;
      vertical-align: middle;
      display: inline-block; }
      div.pwcco-dialog .pwcco-dialog-caption .pwcco-dialog-caption-tabs a {
        display: inline-block;
        vertical-align: bottom;
        padding: 4px;
        height: 31px;
        line-height: 31px;
        margin-top: 10px;
        text-decoration: none;
        color: #333;
        font-size: 13px; }
        div.pwcco-dialog .pwcco-dialog-caption .pwcco-dialog-caption-tabs a span {
          background: #6d7b7e;
          color: #eee;
          height: 30px;
          line-height: 30px;
          display: block;
          padding: 0 10px;
          transition: 300ms;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }
        div.pwcco-dialog .pwcco-dialog-caption .pwcco-dialog-caption-tabs a:hover span {
          background: #8d9a9e; }
        div.pwcco-dialog .pwcco-dialog-caption .pwcco-dialog-caption-tabs a.selected {
          background-color: #f5b70a;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#f98f00), to(#f5b70a));
          background-image: -webkit-linear-gradient(top, #f98f00, #f5b70a);
          background-image: -moz-linear-gradient(top, #f98f00, #f5b70a);
          background-image: -ms-linear-gradient(top, #f98f00, #f5b70a);
          background-image: -o-linear-gradient(top, #f98f00, #f5b70a);
          background-image: linear-gradient(top, #f98f00, #f5b70a);
          filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#f98f00", EndColorStr="#f5b70a");
          color: #fff;
          box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.8); }
          div.pwcco-dialog .pwcco-dialog-caption .pwcco-dialog-caption-tabs a.selected span {
            border: 0;
            color: #fff;
            background: transparent; }
    div.pwcco-dialog .pwcco-dialog-caption a.pwcco-dialog-controls-close {
      width: 26px;
      height: 26px;
      display: inline-block;
      text-align: center;
      line-height: 26px;
      font-weight: bold;
      color: #ddd;
      text-decoration: none;
      background: #677477;
      box-shadow: inset 0 0 2px #3a4243;
      font-size: 24px;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
      border: 1px solid #3a4243;
      transition: 450ms; }
      div.pwcco-dialog .pwcco-dialog-caption a.pwcco-dialog-controls-close:hover {
        color: #fff;
        background-color: #b40000;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#e92010), to(#b40000));
        background-image: -webkit-linear-gradient(top, #e92010, #b40000);
        background-image: -moz-linear-gradient(top, #e92010, #b40000);
        background-image: -ms-linear-gradient(top, #e92010, #b40000);
        background-image: -o-linear-gradient(top, #e92010, #b40000);
        background-image: linear-gradient(top, #e92010, #b40000);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#e92010", EndColorStr="#b40000");
        box-shadow: 0 0 2px #000; }
    div.pwcco-dialog .pwcco-dialog-caption a.pwcco-dialog-controls-dock {
      display: none; }
  div.pwcco-dialog .pwcco-dialog-caption-controls {
    position: absolute;
    top: 10px;
    right: 8px; }
  div.pwcco-dialog .pwcco-dialog-iframe {
    width: 100%;
    height: 100%;
    border-width: 0;
    display: block; }
  div.pwcco-dialog .pwcco-dialog-tab {
    height: 100%; }
  div.pwcco-dialog .pwcco-dialog-statusbar {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    text-align: right;
    border-top: 1px solid #ddd; }
    div.pwcco-dialog .pwcco-dialog-statusbar .pwcco-dialog-statusbar-content {
      float: left;
      line-height: 46px;
      font-size: 90%; }
  div.pwcco-dialog .pwcco-overlay-toolbar {
    min-height: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    background: #eee; }

.pwcco-dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25); }

.pwcco-dialog-hover-layer {
  display: none; }

.ui-draggable-dragging .pwcco-dialog-hover-layer, .ui-resizable-resizing .pwcco-dialog-hover-layer {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 10000; }

#proweb-html #proweb-body .pwcco-dialog .pwcco-dialog-statusbar button.btn {
  margin: 5px; }

.pwcco-dialog-messagebox {
  padding: 15px; }
/*div.pwccf-finished{
 display: none;
 }*/




/* /css/e5/e524dda0c348af7b3d6a835aef481fdb-cookie-disclaimer.css?t=1728289417 */

#proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background: #333;
  color: #eee;
  padding: 10px 20px;
  line-height: 24px; }
  #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer label {
    color: #eee; }
  #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer.pwcr-cd-position-bottom {
    position: fixed;
    top: auto;
    bottom: 0;
    border-top: 1px solid #444;
    border-bottom: none; }
    #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer.pwcr-cd-position-bottom .pwcr-cd-cookie-usage-disclaimer-menu {
      vertical-align: top; }
    #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer.pwcr-cd-position-bottom .pwcr-cd-cookie-usage-disclaimer-menu > div a.CookiesAll {
      order: 1; }
      #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer.pwcr-cd-position-bottom .pwcr-cd-cookie-usage-disclaimer-menu > div a.CookiesSelected {
        order: 2; }
  #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer input[type="checkbox"], #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer input[type="radio"] {
    position: static;
    left: 0; }
  #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer input[type="checkbox"] + label, #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer input[type="radio"] + label {
    position: relative;
    cursor: default; }
  #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer input[type="checkbox"] + label:before, #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer input[type="radio"] + label:before {
    content: none; }
  #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer p {
    margin: 0 0 15px 0; }
  #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer .pwcr-cd-cookie-usage-disclaimer-menu {
    vertical-align: bottom;
    width: 200px; }
    #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer .pwcr-cd-cookie-usage-disclaimer-menu > div {
      display: flex;
      flex-direction: column; }
    #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer .pwcr-cd-cookie-usage-disclaimer-menu a {
      color: #eee;
      background-color: #444;
      border: 1px solid #666;
      text-decoration: none;
      padding: 4px 8px;
      margin: 5px 0;
      line-height: 18px;
      display: block;
      text-align: center; }
      #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer .pwcr-cd-cookie-usage-disclaimer-menu a:hover {
        background-color: #555; }
      #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer .pwcr-cd-cookie-usage-disclaimer-menu a.CookiesAll {
        color: #fff;
        background-color: #666; }
        #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer .pwcr-cd-cookie-usage-disclaimer-menu a.CookiesAll:hover {
          background-color: #777; }
  #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer .pwcr-cd-cookie-usage-disclaimer-content {
    padding-right: 20px; }
  #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer .pwcr-cd-cookie-usage-disclaimer-options {
    display: block;
    margin-top: 5px;
    max-height: 400px;
    overflow: auto;
    margin-bottom: 15px; }
  #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer .pwcr-cd-cookie-usage-disclaimer-option {
    display: inline-block;
    margin-right: 20px; }
  #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer .pwcr-cd-cookie-usage-disclaimer-info {
    display: none; }
  #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer .pwcr-cd-cookie-usage-disclaimer-heading {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px; }
  #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer .pwcr-cd-cookie-usage-disclaimer-url {
    display: none; }
  #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer .pwcr-cd-cookie-usage-disclaimer-more-info a, #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer .pwcr-cd-cookie-usage-disclaimer-url a {
    color: #ccc; }
  #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer.pwcr-cd-cookie-usage-disclaimer-show-details .pwcr-cd-cookie-usage-disclaimer-option {
    display: block; }
    #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer.pwcr-cd-cookie-usage-disclaimer-show-details .pwcr-cd-cookie-usage-disclaimer-info, #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer.pwcr-cd-cookie-usage-disclaimer-show-details .pwcr-cd-cookie-usage-disclaimer-url {
      display: block; }
    #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer.pwcr-cd-cookie-usage-disclaimer-show-details .pwcr-cd-cookie-usage-disclaimer-more-info {
      display: none; }
    #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer.pwcr-cd-cookie-usage-disclaimer-show-details .pwcr-cd-cookie-usage-disclaimer-info {
      margin-left: 28px;
      margin-bottom: 10px;
      font-size: 90%;
      color: #ccc; }
  #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer > div {
    display: table;
    width: 100%; }
    #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer > div > div {
      display: table-cell; }
  #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer.pwcr-cd-theme-light {
    background: #eee;
    color: #111; }
    #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer.pwcr-cd-theme-light label {
      color: #111; }
    #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer.pwcr-cd-theme-light.pwcr-cd-position-bottom {
      border-top: 1px solid #888;
      border-bottom: none; }
    #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer.pwcr-cd-theme-light .pwcr-cd-cookie-usage-disclaimer-menu a {
      color: #333;
      background-color: #e0e0e0;
      border: 1px solid #aaa; }
      #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer.pwcr-cd-theme-light .pwcr-cd-cookie-usage-disclaimer-menu a:hover {
        border: 1px solid #444; }
      #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer.pwcr-cd-theme-light .pwcr-cd-cookie-usage-disclaimer-menu a.CookiesAll {
        color: #000;
        background-color: #fff; }
        #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer.pwcr-cd-theme-light .pwcr-cd-cookie-usage-disclaimer-menu a.CookiesAll:hover {
          background-color: #fff;
          border: 1px solid #444; }
    #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer.pwcr-cd-theme-light .pwcr-cd-cookie-usage-disclaimer-more-info a, #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer.pwcr-cd-theme-light .pwcr-cd-cookie-usage-disclaimer-url a {
      color: #444; }
    #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer.pwcr-cd-theme-light.pwcr-cd-cookie-usage-disclaimer-show-details .pwcr-cd-cookie-usage-disclaimer-info {
      color: #333; }

@media screen and (max-width: 990px) {
  #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer > div {
    display: block; }
    #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer > div > div {
      display: block; }
    #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer .pwcr-cd-cookie-usage-disclaimer-content {
      padding: 0; }
    #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer .pwcr-cd-cookie-usage-disclaimer-menu {
      position: absolute;
      bottom: 10px;
      right: 10px; }
    #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer .pwcr-cd-cookie-usage-disclaimer-menu > div {
      flex-direction: row;
      justify-content: right; }
      #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer .pwcr-cd-cookie-usage-disclaimer-menu > div a {
        margin: 0 5px;
        white-space: nowrap; }
        #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer .pwcr-cd-cookie-usage-disclaimer-menu > div a.CookiesAll {
          order: 2 !important; }
        #proweb-html #proweb-body #pwcr-cd-cookie-usage-disclaimer .pwcr-cd-cookie-usage-disclaimer-menu > div a.CookiesSelected {
          order: 1 !important; } }




/*  */

.pwcr-cd-cookie-disclaimer-settings {
    padding-right: 10px;
    text-align: right;
}



/* /css/cc/cc68b6008c658e204923307f70971e9f-panel.css?t=1728289408 */

#proweb-html #proweb-body #pwcr-lp-panel {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5050;
  background-color: #333;
  border-bottom: 2px solid #555;
  border-left: 35px solid #555;
  border-radius: 0 0 0 4px;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  height: 23px;
  padding: 5px 0; }
  #proweb-html #proweb-body #pwcr-lp-panel.pwcr-lp-logged-in {
    background-color: #003504;
    border-color: #005506; }
  #proweb-html #proweb-body #pwcr-lp-panel .pwcr-lp-content {
    display: none; }
  #proweb-html #proweb-body #pwcr-lp-panel:hover, #proweb-html #proweb-body #pwcr-lp-panel.pwcr-lp-logged-in {
    padding: 5px 10px; }
    #proweb-html #proweb-body #pwcr-lp-panel:hover .pwcr-lp-content, #proweb-html #proweb-body #pwcr-lp-panel.pwcr-lp-logged-in .pwcr-lp-content {
      display: block; }
  #proweb-html #proweb-body #pwcr-lp-panel span {
    background: transparent url("/_content/Authentication/SystemModule/LoginPanel/public/img/person.png") no-repeat center center;
    position: absolute;
    top: 0;
    left: -35px;
    bottom: 0;
    width: 35px; }
  #proweb-html #proweb-body #pwcr-lp-panel div {
    display: inline-block; }
  #proweb-html #proweb-body #pwcr-lp-panel ul {
    display: inline-block;
    margin: 0;
    padding: 0; }
    #proweb-html #proweb-body #pwcr-lp-panel ul li {
      display: inline-block;
      margin: 0 0 0 5px;
      padding: 0; }
      #proweb-html #proweb-body #pwcr-lp-panel ul li a {
        display: inline-block;
        background: transparent none no-repeat center center;
        width: 23px;
        height: 23px;
        vertical-align: bottom; }
        #proweb-html #proweb-body #pwcr-lp-panel ul li a:hover {
          background-color: rgba(255, 255, 255, 0.1); }
      #proweb-html #proweb-body #pwcr-lp-panel ul li a.pwcr-lp-settings {
        background-image: url("/_content/Authentication/SystemModule/LoginPanel/public/img/settings.png"); }
      #proweb-html #proweb-body #pwcr-lp-panel ul li a.pwcr-lp-logout {
        background-image: url("/_content/Authentication/SystemModule/LoginPanel/public/img/logout.png"); }
      #proweb-html #proweb-body #pwcr-lp-panel ul li a.pwcr-lp-login {
        background-image: url("/_content/Authentication/SystemModule/LoginPanel/public/img/login.png"); }
      #proweb-html #proweb-body #pwcr-lp-panel ul li a.pwcr-lp-registration {
        background-image: url("/_content/Authentication/SystemModule/LoginPanel/public/img/register.png"); }

@media (max-width: 600px) {
  #proweb-html #proweb-body.responsive #pwcr-lp-panel {
    z-index: 1000;
    /* aby responzivni menu mohlo prekryt panel */
    right: auto;
    left: 0;
    border-radius: 0; } }




/* /css/ff/ff351e50cb3587aeba924e6c4785e72d-navigation.css?t=1728289426 */

.pwct-tm-n-navigation {
  padding-left: 20px;
  background: url("/_content/Templating/TemplateModule/Navigation/public/images/link.png") no-repeat left center;
  margin-bottom: 10px;
  clear: both; }
  .pwct-tm-n-navigation p {
    margin: 0;
    padding: 0;
    line-height: 1; }




/*  */





/* /css/dd/dd9f844a160fa4968aec6ab90bd35ca5-responsive_element.css?t=1728289408 */

.pwct-tm-dz-center {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%; }




/* /css/c7/c74019d761948aadb763f2240b57be3a-slideshow.css?t=1728289408 */

.slideshow {
  width: 100%; }
  .slideshow div.slideshow-content {
    position: relative;
    border: 0 solid;
    overflow: hidden;
    box-sizing: border-box; }
  .slideshow div.slides-container {
    overflow: hidden;
    border: 0 solid;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    position: relative;
    z-index: 28; }
  .slideshow .slideshow-content .slides-container img.default-image {
    position: static;
    display: block;
    width: 100%;
    opacity: 0;
    z-index: -1; }
  .slideshow div.slides {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .slideshow div.slides div.slide {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      .slideshow div.slides div.slide span.image {
        display: inline-block;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100%; }
      .slideshow div.slides div.slide img {
        display: block;
        width: 100%; }
  .slideshow .slide-titles-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 93; }
  .slideshow .slide-titles-content {
    display: table;
    width: 100%;
    height: 100%; }
  .slideshow .slide-titles {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    font-size: 0;
    text-align: right; }
    .slideshow .slide-titles div.slide-title {
      margin-left: 55%;
      margin-right: 5%;
      display: none;
      background: rgba(0, 0, 0, 0.65);
      padding: 15px;
      color: #fff;
      font-size: 14px;
      box-sizing: border-box;
      vertical-align: middle;
      text-align: left; }
  .slideshow .empty-title {
    display: none !important; }
  .slideshow.has-paging[data-paging='thumbnails'] div.slide-title {
    margin-bottom: 10%; }
  .slideshow.has-paging[data-paging='thumbnails_slider'] div.slide-title {
    margin-bottom: 10%; }
  .slideshow .flat-titles {
    display: none; }
  .slideshow.has-flat-titles div.slide-title {
    visibility: hidden; }
    .slideshow.has-flat-titles.empty-titles .flat-titles {
      display: none; }
    .slideshow.has-flat-titles .flat-titles {
      display: block;
      background: rgba(0, 0, 0, 0.65);
      padding: 15px;
      color: #fff;
      white-space: nowrap;
      position: relative; }
      .slideshow.has-flat-titles .flat-titles div.slide-title {
        width: 100% !important;
        visibility: hidden;
        display: inline-block !important;
        margin: 0 !important;
        white-space: normal;
        vertical-align: middle; }
      .slideshow.has-flat-titles .flat-titles div.current-title, .slideshow.has-flat-titles .flat-titles div.next-title {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        white-space: normal;
        padding: 15px; }
  .slideshow[data-title-position="left"] .slide-titles {
    text-align: left; }
    .slideshow[data-title-position="left"] .slide-titles div.slide-title {
      margin-left: 5%;
      margin-right: 55%; }

.slideshow-paging {
  text-align: center;
  z-index: 29;
  height: auto; }
  .slideshow-paging .dot {
    font-size: 18px;
    text-decoration: none; }
  .slideshow-paging.paging-type-dots {
    position: absolute;
    bottom: 2%;
    width: 100%; }
  .slideshow-paging.paging-type-thumbnails {
    position: absolute;
    bottom: 2%;
    width: 100%; }
    .slideshow-paging.paging-type-thumbnails .pages img {
      max-width: 80px;
      width: 10%;
      padding: 2px;
      background: #fff;
      border: 1px solid #888;
      box-shadow: 0 0 3px #666;
      margin-left: 1%;
      position: relative;
      cursor: pointer;
      transition: top 500ms;
      top: 0; }
      .slideshow-paging.paging-type-thumbnails .pages img.selected {
        top: -10px; }
  .slideshow-paging.paging-type-thumbnails_slider {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .slideshow-paging.paging-type-thumbnails_slider .pages {
      padding: 10px;
      background: #222;
      font-size: 0;
      white-space: nowrap; }
    .slideshow-paging.paging-type-thumbnails_slider .pages img {
      max-width: 80px;
      width: 10%;
      margin-left: 1%;
      position: relative;
      cursor: pointer;
      transition: top 500ms;
      top: 0; }
  .slideshow-paging.paging-type-numbers {
    font-size: 14px;
    padding-top: 5px; }
    .slideshow-paging.paging-type-numbers span {
      font-weight: bold; }
    .slideshow-paging.paging-type-numbers a.previous {
      margin-right: 5px; }
    .slideshow-paging.paging-type-numbers a.next {
      margin-left: 5px; }
  .slideshow-paging a {
    text-decoration: none; }




/*  */

body div.u1048792.has-appearance-settings div.slideshow-content {
	border-radius: 40px;
}




/* /css/10/109f992c504e8b0c1c51142b0c8ca3bf-background_slideshow.css?t=1728289408 */

.pwcc-bs-bg {
  background-size: cover;
  background-position: center center; }

div.pwcc-bs-bg > div {
  z-index: 0; }

.pwcc-bs-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  background-size: inherit;
  background-position: inherit;
  border-radius: inherit; }

.pwcc-bs-container-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  background-size: inherit;
  background-position: inherit;
  border-radius: inherit; }

.pwcc-bs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: inherit;
  background-size: inherit;
  border-radius: inherit; }




/* /css/8a/8af2b60a3f09a1e3a1934e19c090af77-menu.css?t=1728289408 */

.pwcem-menu {
  width: 100%;
  border-style: solid;
  border-width: 0;
  position: relative;
  z-index: 1200;
  /* vychozi nastaveni menu */ }
  .pwcem-menu.pwcem-empty-menu {
    display: none; }
  .pwcem-menu.pwcem-vertical-menu {
    height: auto; }
  .pwcem-menu ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    z-index: 199; }
    .pwcem-menu ul li {
      display: inline-block;
      position: relative;
      white-space: nowrap;
      font-size: 14px;
      line-height: 1.8; }
      .pwcem-menu ul li.pwcem-others > a {
        position: relative; }
        .pwcem-menu ul li.pwcem-others > a::after {
          content: '';
          position: absolute;
          top: 0;
          left: -15px;
          width: 50px;
          height: 100%; }
      .pwcem-menu ul li a {
        display: block; }
      .pwcem-menu ul li ul {
        display: none;
        position: absolute;
        min-width: 100%;
        top: 100%;
        left: 0;
        text-align: left;
        z-index: 10000;
        opacity: 0;
        transition: 500ms;
        transition-timing-function: linear, step-end;
        border-width: 0;
        border-style: solid; }
        .pwcem-menu ul li ul li {
          display: block; }
          .pwcem-menu ul li ul li ul {
            top: 0;
            left: 100%; }
            .pwcem-menu ul li ul li ul.pwcem-drop-right {
              top: 0;
              left: auto;
              right: 100%; }
        .pwcem-menu ul li ul.pwcem-drop-right {
          right: 0;
          left: auto;
          top: 100%; }
        .pwcem-menu ul li ul.pwcem-drop-top {
          top: auto;
          bottom: 0; }
      .pwcem-menu ul li:hover > ul {
        display: block;
        opacity: 1;
        animation: element-menu-anim 0.3s ease-in-out; }
      .pwcem-menu ul li:focus-within:not(.pwcem-closed) > ul {
        display: block;
        opacity: 1;
        animation: element-menu-anim 0.3s ease-in-out; }
  .pwcem-menu.pwcem-vertical-menu ul li {
    display: block; }
    .pwcem-menu.pwcem-vertical-menu ul li ul {
      top: 0;
      left: 100%; }
  .pwcem-menu .pwcem-menu-button {
    display: none; }
  .pwcem-menu li {
    margin: 0; }
  .pwcem-menu a {
    /*color: #000;*/
    text-decoration: none; }
  .pwcem-menu > ul > li {
    padding: 0 15px; }
    .pwcem-menu > ul > li ul a {
      padding: 10px 20px; }
  .pwcem-menu .pwcem-nolink {
    cursor: default; }

.pwcem-horizontal-menu > ul {
  display: inline-block; }
/* vychozi nastaveni menu */
.pwcem-drop-menu li {
  line-height: 50px; }
  .pwcem-drop-menu li ul li {
    line-height: 2; }
  .pwcem-drop-menu ul ul {
    background: #333; }
  .pwcem-drop-menu ul ul a {
    color: #fff; }

.pwcem-dropdown-menu ul ul {
  background: #333; }
  .pwcem-dropdown-menu ul ul a {
    color: #fff; }

.pwcem-menu-container {
  /*background: #EEEEEE;*/
  border-style: solid;
  border-width: 0; }

@keyframes element-menu-anim {
  0% {
    display: none;
    opacity: 0; }

  1% {
    display: block;
    opacity: 0; }

  100% {
    opacity: 1; } }

.pwcem-tab-menu-container {
  margin-top: 35px;
  border: 1px solid transparent;
  box-sizing: border-box;
  background-color: #eee; }

.pwcem-menu.pwcem-tab-menu li {
  padding: 0; }
  .pwcem-menu.pwcem-tab-menu > ul {
    display: block; }
  .pwcem-menu.pwcem-tab-menu > ul > li {
    margin-right: 2px;
    padding-bottom: 0;
    padding-top: 0; }
  .pwcem-menu.pwcem-tab-menu > ul > li li {
    padding: 0 20px;
    min-width: 100px;
    text-align: center; }

.pwcem-fold-menu {
  /*ul li:focus-within:not(.pwcem-closed) > ul {
   display: none;
   }*/ }
  .pwcem-fold-menu ul li {
    position: relative;
    padding: 0; }
  .pwcem-fold-menu ul li a {
    padding: 0 10px; }
  .pwcem-fold-menu ul li ul {
    padding: 5px 0;
    position: static;
    opacity: 1;
    animation: none;
    box-sizing: border-box; }
  .pwcem-fold-menu ul li ul ul {
    padding-left: 10px;
    box-sizing: border-box; }
  .pwcem-fold-menu ul li.pwcem-has-children::after {
    content: '>';
    position: absolute;
    top: 0;
    right: 10px;
    cursor: default;
    transition: 300ms; }
  .pwcem-fold-menu > ul > li.pwcem-has-children::after {
    line-height: 50px; }
  .pwcem-fold-menu > ul > li > a {
    line-height: 50px; }
  .pwcem-fold-menu ul li.pwcem-opened.pwcem-has-children::after {
    transform: rotate(90deg); }
  .pwcem-fold-menu ul li:hover > ul {
    display: none; }
  .pwcem-fold-menu ul li.pwcem-opened > ul {
    display: block;
    position: static;
    opacity: 1;
    animation: none; }

.pwcem-list-menu > ul > li > a {
  line-height: 50px; }
  .pwcem-list-menu ul li {
    position: relative;
    padding: 0; }
  .pwcem-list-menu ul li a {
    padding: 0 10px; }
  .pwcem-list-menu ul li:hover ul {
    display: block;
    opacity: 1;
    animation: none; }
  .pwcem-list-menu ul li:focus-within:not(.pwcem-closed) ul {
    display: block;
    opacity: 1;
    animation: none; }
  .pwcem-list-menu ul li ul {
    padding: 5px 5px 5px 10px;
    display: block;
    position: static;
    opacity: 1;
    animation: none;
    box-sizing: border-box; }

.pwcem-group-menu-container {
  background: none; }

.pwcem-group-menu > ul > li {
  vertical-align: top; }
  .pwcem-group-menu > ul > li > a {
    font-weight: bold; }
  .pwcem-group-menu ul li {
    position: relative;
    padding: 0; }
  .pwcem-group-menu ul li:hover ul {
    display: block;
    opacity: 1;
    animation: none; }
  .pwcem-group-menu ul li:focus-within:not(.pwcem-closed) ul {
    display: block;
    opacity: 1;
    animation: none; }
  .pwcem-group-menu ul li ul {
    display: block;
    position: static;
    opacity: 1;
    animation: none;
    box-sizing: border-box;
    background: transparent; }
  .pwcem-group-menu ul li ul ul {
    padding-left: 10px; }

.pwcem-tab-menu > ul {
  text-align: left;
  position: relative; }
  .pwcem-tab-menu > ul > li {
    background: transparent !important;
    position: static; }
  .pwcem-tab-menu > ul > li > ul {
    display: none !important;
    animation: 0 !important;
    background: transparent !important; }
  .pwcem-tab-menu > ul > li > a {
    padding: 0 10px;
    transform: translate(0, -100%);
    background: #ccc;
    line-height: 35px;
    border: 1px solid transparent;
    border-bottom-color: transparent !important;
    box-sizing: border-box; }
  .pwcem-tab-menu > ul > li.pwcem-opened {
    background: #eee; }
    .pwcem-tab-menu > ul > li.pwcem-opened > ul {
      display: block !important;
      background: transparent;
      opacity: 1;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      height: inherit;
      line-height: inherit; }
      .pwcem-tab-menu > ul > li.pwcem-opened > ul > li {
        display: inline-block;
        line-height: inherit;
        height: 100%; }
        .pwcem-tab-menu > ul > li.pwcem-opened > ul > li > a {
          top: 50%;
          transform: translate(0, -50%);
          position: relative; }
        .pwcem-tab-menu > ul > li.pwcem-opened > ul > li ul {
          top: 100%;
          left: 0; }
          .pwcem-tab-menu > ul > li.pwcem-opened > ul > li ul li {
            position: relative; }
          .pwcem-tab-menu > ul > li.pwcem-opened > ul > li ul.pwcem-drop-right {
            right: 0;
            left: auto; }
          .pwcem-tab-menu > ul > li.pwcem-opened > ul > li ul ul {
            top: 0;
            left: 100%; }
            .pwcem-tab-menu > ul > li.pwcem-opened > ul > li ul ul.pwcem-drop-right {
              right: 100%;
              left: auto;
              top: 0; }
            .pwcem-tab-menu > ul > li.pwcem-opened > ul > li ul ul.pwcem-drop-top {
              top: auto;
              bottom: 0; }

@media (max-width: 600px) {
  .responsive .pwcre-element.simple_menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    .responsive .pwcem-menu-container.pwcem-main-menu {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      height: 0;
      margin-top: 0 !important;
      background: transparent !important; }
      .responsive .pwcem-menu-container.pwcem-main-menu .pwcem-menu {
        background: transparent !important;
        padding: 0 !important; }
        .responsive .pwcem-menu-container.pwcem-main-menu .pwcem-menu .pwcem-menu-button {
          display: block;
          width: 44px;
          height: 44px;
          position: absolute;
          top: 10px;
          right: 10px;
          z-index: 10000;
          cursor: pointer;
          border: 2px solid #fff;
          outline: 2px solid #383838;
          background-color: #383838;
          color: #fff;
          text-transform: uppercase;
          font-size: 11px;
          text-align: center;
          font-weight: bold;
          line-height: 44px;
          vertical-align: top; }
          .responsive .pwcem-menu-container.pwcem-main-menu .pwcem-menu .pwcem-menu-button:before {
            top: 20%; }
          .responsive .pwcem-menu-container.pwcem-main-menu .pwcem-menu .pwcem-menu-button:after {
            bottom: 20%; }
          .responsive .pwcem-menu-container.pwcem-main-menu .pwcem-menu .pwcem-menu-button:before, .responsive .pwcem-menu-container.pwcem-main-menu .pwcem-menu .pwcem-menu-button:after {
            content: '';
            display: inline-block;
            width: 70%;
            height: 3px;
            background: #ccc;
            position: absolute;
            left: 15%; }
        .responsive .pwcem-menu-container.pwcem-main-menu .pwcem-menu > ul {
          display: none; }
          .responsive .pwcem-menu-container.pwcem-main-menu .pwcem-menu > ul li {
            display: block;
            text-align: left !important;
            height: auto !important;
            padding: 0 0 0 15px !important;
            background: #333 !important;
            color: #fff !important;
            font-weight: bold !important;
            font-style: normal !important;
            text-shadow: none !important;
            text-decoration: none !important;
            margin: 0 !important;
            border: 0 !important; }
            .responsive .pwcem-menu-container.pwcem-main-menu .pwcem-menu > ul li:before, .responsive .pwcem-menu-container.pwcem-main-menu .pwcem-menu > ul li:after {
              display: none !important; }
            .responsive .pwcem-menu-container.pwcem-main-menu .pwcem-menu > ul li a {
              height: auto !important;
              line-height: 60px !important;
              font-size: 16px !important;
              text-align: left !important;
              padding: 0 !important;
              background: transparent !important;
              color: #fff !important;
              font-weight: bold !important;
              font-style: normal !important;
              text-shadow: none !important;
              text-decoration: none !important;
              margin: 0 !important;
              border: 0 !important; }
              .responsive .pwcem-menu-container.pwcem-main-menu .pwcem-menu > ul li a:before, .responsive .pwcem-menu-container.pwcem-main-menu .pwcem-menu > ul li a:after {
                display: none !important; }
            .responsive .pwcem-menu-container.pwcem-main-menu .pwcem-menu > ul li > ul {
              content: '>';
              position: absolute;
              top: 50%;
              right: 5px; }
            .responsive .pwcem-menu-container.pwcem-main-menu .pwcem-menu > ul li ul {
              position: static;
              display: none;
              overflow: hidden; }
              .responsive .pwcem-menu-container.pwcem-main-menu .pwcem-menu > ul li:hover > ul {
                display: none; }
            .responsive .pwcem-menu-container.pwcem-main-menu .pwcem-menu > ul li:focus-within:not(.pwcem-closed) > ul {
              display: none; }
        .responsive .pwcem-menu-container.pwcem-main-menu .pwcem-menu.pwcem-show > ul {
          display: block;
          background: inherit; }
        .responsive .pwcem-menu-container.pwcem-main-menu .pwcem-menu > ul > li a.pwcem-open-button {
          display: block;
          position: absolute !important;
          top: 12px;
          right: 16px;
          width: 40px !important;
          height: 40px !important;
          z-index: 1000;
          cursor: pointer;
          border: 0 !important;
          background: transparent;
          margin: 0 !important;
          padding: 0 !important; }
          .responsive .pwcem-menu-container.pwcem-main-menu .pwcem-menu > ul > li a.pwcem-open-button:before {
            content: '+' !important;
            font-family: Arial, sans-serif !important;
            font-weight: bold !important;
            font-size: 24px !important;
            line-height: 40px !important;
            width: 100% !important;
            display: block !important;
            text-align: center !important;
            height: 40px !important;
            border: 0 !important;
            background: rgba(128, 128, 128, 0.25) !important;
            margin: 0 !important;
            padding: 0 !important;
            position: static !important;
            /*&:hover {
             background: rgba(128, 128, 128, 0.5) !important;
             }
             &:focus-within:not(.pwcem-closed) {
             background: rgba(128, 128, 128, 0.5) !important;
             }*/ }
          .responsive .pwcem-menu-container.pwcem-main-menu .pwcem-menu > ul > li a.pwcem-open-button:after {
            display: none; }
        .responsive .pwcem-menu-container.pwcem-main-menu .pwcem-menu > ul li.pwcem-open-button-opened > a.pwcem-open-button:before {
          content: '-' !important; }
          .responsive .pwcem-menu-container.pwcem-main-menu .pwcem-menu > ul li.pwcem-open-button-opened > ul {
            display: block !important;
            opacity: 1 !important;
            transition: 0ms !important;
            background: transparent !important; }
            .responsive .pwcem-menu-container.pwcem-main-menu .pwcem-menu > ul li.pwcem-open-button-opened > ul li {
              background: transparent !important; }
        .responsive .pwcem-menu-container.pwcem-main-menu .pwcem-menu > ul > li:first-child > a.pwcem-open-button {
          right: 60px; } }




/*  */

body div.u1048797.has-appearance-settings div.pwcem-menu > ul > li H1, body div.u1048797.has-appearance-settings div.pwcem-menu > ul > li H1 A {
	color: #acacac;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul > li H2, body div.u1048797.has-appearance-settings div.pwcem-menu > ul > li H2 A {
	color: #acacac;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul > li H3, body div.u1048797.has-appearance-settings div.pwcem-menu > ul > li H3 A {
	color: #acacac;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul > li P A, body div.u1048797.has-appearance-settings div.pwcem-menu > ul > li LI A, body div.u1048797.has-appearance-settings div.pwcem-menu > ul > li TABLE A {
	color: #acacac;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul > li P A:hover, body div.u1048797.has-appearance-settings div.pwcem-menu > ul > li LI A:hover, body div.u1048797.has-appearance-settings div.pwcem-menu > ul > li TABLE A:hover {
	color: #c7c7c7;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul > li > DIV {
	color: #ffffff;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul > li > DIV LABEL {
	color: #ffffff;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul > li LI {
	color: #ffffff;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul > li H1 A:hover {
	color: #c7c7c7;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul > li H2 A:hover {
	color: #c7c7c7;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul > li H3 A:hover {
	color: #c7c7c7;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul > li {
	background: rgba(82, 35, 19, 1);
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul > li a {
	color: #ffffff;
	font-family: Bree Serif;
	font-size: 16px;
	line-height: 2.93;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul li:hover H1, body div.u1048797.has-appearance-settings div.pwcem-menu > ul li:hover H1 A {
	color: #a3a3a3;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul li:hover H2, body div.u1048797.has-appearance-settings div.pwcem-menu > ul li:hover H2 A {
	color: #a3a3a3;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul li:hover H3, body div.u1048797.has-appearance-settings div.pwcem-menu > ul li:hover H3 A {
	color: #a3a3a3;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul li:hover P A, body div.u1048797.has-appearance-settings div.pwcem-menu > ul li:hover LI A, body div.u1048797.has-appearance-settings div.pwcem-menu > ul li:hover TABLE A {
	color: #a3a3a3;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul li:hover P A:hover, body div.u1048797.has-appearance-settings div.pwcem-menu > ul li:hover LI A:hover, body div.u1048797.has-appearance-settings div.pwcem-menu > ul li:hover TABLE A:hover {
	color: #bebebe;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul li:hover > DIV {
	color: #f6f6f6;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul li:hover > DIV LABEL {
	color: #f6f6f6;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul li:hover LI {
	color: #f6f6f6;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul li:hover H1 A:hover {
	color: #bebebe;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul li:hover H2 A:hover {
	color: #bebebe;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul li:hover H3 A:hover {
	color: #bebebe;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul li:hover {
	background: rgba(71, 30, 17, 1);
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul li:hover > a {
	color: #ffffff;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul li.pwcem-active H1, body div.u1048797.has-appearance-settings div.pwcem-menu > ul li.pwcem-active H1 A {
	color: #9c9c9c;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul li.pwcem-active H2, body div.u1048797.has-appearance-settings div.pwcem-menu > ul li.pwcem-active H2 A {
	color: #9c9c9c;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul li.pwcem-active H3, body div.u1048797.has-appearance-settings div.pwcem-menu > ul li.pwcem-active H3 A {
	color: #9c9c9c;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul li.pwcem-active P A, body div.u1048797.has-appearance-settings div.pwcem-menu > ul li.pwcem-active LI A, body div.u1048797.has-appearance-settings div.pwcem-menu > ul li.pwcem-active TABLE A {
	color: #9c9c9c;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul li.pwcem-active P A:hover, body div.u1048797.has-appearance-settings div.pwcem-menu > ul li.pwcem-active LI A:hover, body div.u1048797.has-appearance-settings div.pwcem-menu > ul li.pwcem-active TABLE A:hover {
	color: #b6b6b6;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul li.pwcem-active > DIV {
	color: #eeeeee;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul li.pwcem-active > DIV LABEL {
	color: #eeeeee;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul li.pwcem-active LI {
	color: #eeeeee;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul li.pwcem-active H1 A:hover {
	color: #b6b6b6;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul li.pwcem-active H2 A:hover {
	color: #b6b6b6;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul li.pwcem-active H3 A:hover {
	color: #b6b6b6;
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul li.pwcem-active {
	background: rgba(61, 26, 14, 1);
}
body div.u1048797.has-appearance-settings div.pwcem-menu > ul li.pwcem-active > a {
	color: #ffffff;
}
body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li ul H1, body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li ul H1 A {
	color: #a3a3a3;
}
body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li ul H2, body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li ul H2 A {
	color: #a3a3a3;
}
body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li ul H3, body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li ul H3 A {
	color: #a3a3a3;
}
body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li ul P A, body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li ul LI A, body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li ul TABLE A {
	color: #a3a3a3;
}
body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li ul P A:hover, body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li ul LI A:hover, body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li ul TABLE A:hover {
	color: #bebebe;
}
body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li ul > DIV {
	color: #f6f6f6;
}
body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li ul > DIV LABEL {
	color: #f6f6f6;
}
body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li ul LI {
	color: #f6f6f6;
}
body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li ul H1 A:hover {
	color: #bebebe;
}
body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li ul H2 A:hover {
	color: #bebebe;
}
body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li ul H3 A:hover {
	color: #bebebe;
}
body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li ul {
	background: rgba(71, 30, 17, 1);
}
body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li > ul li > a {
	color: #ffffff;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li > ul li:hover H1, body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li > ul li:hover H1 A {
	color: #9c9c9c;
}
body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li > ul li:hover H2, body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li > ul li:hover H2 A {
	color: #9c9c9c;
}
body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li > ul li:hover H3, body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li > ul li:hover H3 A {
	color: #9c9c9c;
}
body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li > ul li:hover P A, body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li > ul li:hover LI A, body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li > ul li:hover TABLE A {
	color: #9c9c9c;
}
body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li > ul li:hover P A:hover, body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li > ul li:hover LI A:hover, body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li > ul li:hover TABLE A:hover {
	color: #b6b6b6;
}
body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li > ul li:hover > DIV {
	color: #eeeeee;
}
body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li > ul li:hover > DIV LABEL {
	color: #eeeeee;
}
body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li > ul li:hover LI {
	color: #eeeeee;
}
body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li > ul li:hover H1 A:hover {
	color: #b6b6b6;
}
body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li > ul li:hover H2 A:hover {
	color: #b6b6b6;
}
body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li > ul li:hover H3 A:hover {
	color: #b6b6b6;
}
body div.u1048797.has-appearance-settings div.pwcem-menu-container div.pwcem-menu > ul > li > ul li:hover {
	background: rgba(61, 26, 14, 1);
}
