/*$fontColor: darken($gradientBottomColor, 10);*/
body.theme-kozuchowska #loginPanel {
  background: #cc00ff;
  background: -moz-linear-gradient(top, #cc00ff 0%, #660099 100%);
  background: -webkit-linear-gradient(top, #cc00ff 0%, #660099 100%);
  background: linear-gradient(to bottom, #cc00ff 0%, #660099 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cc00ff", endColorstr="#660099",GradientType=0 );
  margin: 0 auto;
  border: 1px solid #550080;
  box-shadow: none;
  text-shadow: none;
  padding: 20px 15px;
  color: #fff;
}
body.theme-kozuchowska #loginPanel label {
  color: #fff;
}
body.theme-kozuchowska #loginPanel h1 {
  color: #fff;
}
body.theme-kozuchowska #loginPanel input[type=submit],
body.theme-kozuchowska #loginPanel input[type=button] {
  text-shadow: 0 1px #2f2f2f;
  color: #f5f5f5;
}
body.theme-kozuchowska .nav-outer-repeat {
  background: #cc00ff;
  background: -moz-linear-gradient(top, #cc00ff 0%, #660099 100%);
  background: -webkit-linear-gradient(top, #cc00ff 0%, #660099 100%);
  background: linear-gradient(to bottom, #cc00ff 0%, #660099 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cc00ff", endColorstr="#660099",GradientType=0 );
}
body.theme-kozuchowska .nav-divider {
  background: url(../images/shared/nav/divider-kozuchowska.png) top no-repeat;
}
body.theme-kozuchowska .nav a {
  color: #fff;
}
body.theme-kozuchowska .nav .select a {
  background: none;
}
body.theme-kozuchowska .nav .current a {
  background: none;
}
body.theme-kozuchowska .nav .current a b {
  background: none;
  display: block;
  padding: 0 20px 0 10px;
}
body.theme-kozuchowska .nav .select a:hover,
body.theme-kozuchowska .nav .select li:hover a,
body.theme-kozuchowska .nav .select a:hover b,
body.theme-kozuchowska .nav .select li:hover a b {
  background: none;
  color: #fff;
}
body.theme-kozuchowska .nav ul li {
  position: relative;
}
body.theme-kozuchowska .nav ul li a {
  z-index: 2;
  position: relative;
}
body.theme-kozuchowska .nav ul li .button-frame {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 5px;
  left: 0px;
  right: 0px;
  bottom: 5px;
  z-index: 1;
  border-radius: 5px;
  border: 1px solid #660099;
  box-shadow: inset 0 0 6px #660099, 0px 1px 0px #cc00ff;
}
body.theme-kozuchowska .nav ul li:hover .button-frame {
  visibility: visible;
}
body.theme-kozuchowska .nav ul.current .button-frame {
  visibility: visible;
}
body.theme-kozuchowska a#login, body.theme-kozuchowska a#logout {
  color: #fff;
}
body.theme-kozuchowska .showhide-account a {
  color: #fff;
}
body.theme-kozuchowska .ui-widget-header {
  background: #cc00ff;
  background: -moz-linear-gradient(top, #cc00ff 0%, #660099 100%);
  background: -webkit-linear-gradient(top, #cc00ff 0%, #660099 100%);
  background: linear-gradient(to bottom, #cc00ff 0%, #660099 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cc00ff", endColorstr="#660099",GradientType=0 );
  border: 1px solid #550080;
  box-shadow: inset 0 1px 0 #e066ff;
  /*text-shadow : 0 1px #202020;*/
  font-family: Helvetica, Arial;
  color: #fafafa;
  font-weight: bold;
}
body.theme-kozuchowska .ui-widget-header a {
  color: white;
}
body.theme-kozuchowska input[type=submit],
body.theme-kozuchowska input[type=button],
body.theme-kozuchowska button {
  background: #cc00ff;
  background: -moz-linear-gradient(top, #cc00ff 0%, #660099 100%);
  background: -webkit-linear-gradient(top, #cc00ff 0%, #660099 100%);
  background: linear-gradient(to bottom, #cc00ff 0%, #660099 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cc00ff", endColorstr="#660099",GradientType=0 );
  border-radius: 3px;
  border: 1px solid #550080;
  color: #fff;
  box-shadow: inset 0px 1px 0 #fafafa, 0 0 3px #aaa;
  text-shadow: 0 1px #cc00ff;
}
body.theme-kozuchowska input[type=submit]:hover,
body.theme-kozuchowska input[type=button]:hover,
body.theme-kozuchowska button:hover {
  background: #e066ff;
  background: -moz-linear-gradient(top, #e066ff 0%, #8800cc 100%);
  background: -webkit-linear-gradient(top, #e066ff 0%, #8800cc 100%);
  background: linear-gradient(to bottom, #e066ff 0%, #8800cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e066ff", endColorstr="#8800cc",GradientType=0 );
}
body.theme-kozuchowska .pager ul.yiiPager .page a,
body.theme-kozuchowska .pager ul.yiiPager .next a,
body.theme-kozuchowska .pager ul.yiiPager .previous a {
  background: #cc00ff;
  background: -moz-linear-gradient(top, #cc00ff 0%, #660099 100%);
  background: -webkit-linear-gradient(top, #cc00ff 0%, #660099 100%);
  background: linear-gradient(to bottom, #cc00ff 0%, #660099 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cc00ff", endColorstr="#660099",GradientType=0 );
  border-radius: 3px;
  border: 1px solid #550080;
  color: #fff;
  box-shadow: inset 0px 1px 0 #fafafa, 0 0 3px #aaa;
  text-shadow: 0 1px #cc00ff;
}
body.theme-kozuchowska .pager ul.yiiPager .page a:hover,
body.theme-kozuchowska .pager ul.yiiPager .next a:hover,
body.theme-kozuchowska .pager ul.yiiPager .previous a:hover {
  background: #e066ff;
  background: -moz-linear-gradient(top, #e066ff 0%, #8800cc 100%);
  background: -webkit-linear-gradient(top, #e066ff 0%, #8800cc 100%);
  background: linear-gradient(to bottom, #e066ff 0%, #8800cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e066ff", endColorstr="#8800cc",GradientType=0 );
}
body.theme-kozuchowska .pager ul.yiiPager .page.selected a {
  background: linear-gradient(to bottom, #fafafa 0%, #cacaca 100%);
  text-shadow: 0 1px white;
}
body.theme-kozuchowska .grid-view table.items th {
  background: #cc00ff;
  background: -moz-linear-gradient(top, #cc00ff 0%, #660099 100%);
  background: -webkit-linear-gradient(top, #cc00ff 0%, #660099 100%);
  background: linear-gradient(to bottom, #cc00ff 0%, #660099 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cc00ff", endColorstr="#660099",GradientType=0 );
  color: #fff;
  border: 0;
  border-top: 1px solid #550080;
  border-left: 1px solid #550080;
  border-bottom: 1px solid #550080;
  border-right: 1px solid #550080;
  padding: 3px;
  box-shadow: inset 0 1px 0 #fafafa;
  height: 26px;
  text-align: center;
}
body.theme-kozuchowska .grid-view table.items th a {
  color: #fff;
}
body.theme-kozuchowska .grid-view table.items th a:hover {
  color: #cccccc;
}
body.theme-kozuchowska .app-bar {
  background: #cc00ff;
  background: -moz-linear-gradient(top, #cc00ff 0%, #660099 100%);
  background: -webkit-linear-gradient(top, #cc00ff 0%, #660099 100%);
  background: linear-gradient(to bottom, #cc00ff 0%, #660099 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cc00ff", endColorstr="#660099",GradientType=0 );
  border: 1px solid #550080;
  color: #fff;
  box-shadow: inset 0px 1px 0 #fafafa;
}
body.theme-kozuchowska table.details-table th {
  background: #cc00ff;
  background: -moz-linear-gradient(top, #cc00ff 0%, #660099 100%);
  background: -webkit-linear-gradient(top, #cc00ff 0%, #660099 100%);
  background: linear-gradient(to bottom, #cc00ff 0%, #660099 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cc00ff", endColorstr="#660099",GradientType=0 );
  border: 1px solid #550080;
  color: #fff;
  box-shadow: inset 0px 1px 0 #fafafa;
}
body.theme-kozuchowska .ui-dialog-title {
  color: #fff;
}
body.theme-kozuchowska .ui-jqgrid-title {
  color: #fff;
}

/*# sourceMappingURL=theme-kozuchowska.css.map */
