/* Minification failed. Returning unminified contents.
(4348,35): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
(4349,39): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
 */
/* Split button */
[data-ui-splitbutton-element="expander"].expanded {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
[data-ui-splitbutton-element="links"] {
  border: none!important;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.annoucment-text-highlight {
  font-weight: bold;
}
/* ==== RESET ==== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea,
keygen,
select,
button {
  margin-top: 1px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

/** 
 * Spacing classes 
 * Should be used to modify the default spacing between objects (not between nodes of the same object)
 * Please use judiciously. You want to be using defaults most of the time, these are exceptions! 
 * <type><location><size>
 */
/* spacing helpers
p,m = padding,margin
a,t,r,b,l,h,v = all,top,right,bottom,left,horizontal,vertical
s,m,l,n = small(5px),medium(10px),large(20px),none(0px)
*/
.ptn,
.pvn,
.pan {
  padding-top: 0px;
}
.pts,
.pvs,
.pas {
  padding-top: 5px;
}
.ptm,
.pvm,
.pam {
  padding-top: 10px;
}
.ptl,
.pvl,
.pal {
  padding-top: 20px;
}
.prn,
.phn,
.pan {
  padding-right: 0px;
}
.prs,
.phs,
.pas {
  padding-right: 5px;
}
.prm,
.phm,
.pam {
  padding-right: 10px;
}
.prl,
.phl,
.pal {
  padding-right: 20px;
}
.pbn,
.pvn,
.pan {
  padding-bottom: 0px;
}
.pbs,
.pvs,
.pas {
  padding-bottom: 5px;
}
.pbm,
.pvm,
.pam {
  padding-bottom: 10px;
}
.pbl,
.pvl,
.pal {
  padding-bottom: 20px;
}
.pln,
.phn,
.pan {
  padding-left: 0px;
}
.pls,
.phs,
.pas {
  padding-left: 5px;
}
.plm,
.phm,
.pam {
  padding-left: 10px;
}
.pll,
.phl,
.pal {
  padding-left: 20px;
}
.mtn,
.mvn,
.man {
  margin-top: 0px;
}
.mts,
.mvs,
.mas {
  margin-top: 5px;
}
.mtm,
.mvm,
.mam {
  margin-top: 10px;
}
.mtl,
.mvl,
.mal {
  margin-top: 20px;
}
.mrn,
.mhn,
.man {
  margin-right: 0px;
}
.mrs,
.mhs,
.mas {
  margin-right: 5px;
}
.mrm,
.mhm,
.mam {
  margin-right: 10px;
}
.mrl,
.mhl,
.mal {
  margin-right: 20px;
}
.mbn,
.mvn,
.man {
  margin-bottom: 0px;
}
.mbs,
.mvs,
.mas {
  margin-bottom: 5px;
}
.mbm,
.mvm,
.mam {
  margin-bottom: 10px;
}
.mbl,
.mvl,
.mal {
  margin-bottom: 20px;
}
.mln,
.mhn,
.man {
  margin-left: 0px;
}
.mls,
.mhs,
.mas {
  margin-left: 5px;
}
.mlm,
.mhm,
.mam {
  margin-left: 10px;
}
.mll,
.mhl,
.mal {
  margin-left: 20px;
}
.phe > * {
  margin: 0px auto;
  display: block;
}
.fixed-height-18 {
  line-height: 18px;
}
.fixed-height-22 {
  line-height: 22px;
}
.fixed-height-27 {
  line-height: 27px;
}
.fixed-height-32 {
  line-height: 32px;
}
.fixed-height-60 {
  line-height: 60px;
}
.fixed-width-250 {
  line-height: 250px;
}
.fixed-width-600 {
  line-height: 600px;
}

.size1of20 {
  width: 5%;
}
.margin1of20 {
  margin-left: 5%;
}
.size2of20 {
  width: 10%;
}
.margin2of20 {
  margin-left: 10%;
}
.size3of20 {
  width: 15%;
}
.margin3of20 {
  margin-left: 15%;
}
.size4of20 {
  width: 20%;
}
.margin4of20 {
  margin-left: 20%;
}
.size5of20 {
  width: 25%;
}
.margin5of20 {
  margin-left: 25%;
}
.size6of20 {
  width: 30%;
}
.margin6of20 {
  margin-left: 30%;
}
.size7of20 {
  width: 35%;
}
.margin7of20 {
  margin-left: 35%;
}
.size8of20 {
  width: 40%;
}
.margin8of20 {
  margin-left: 40%;
}
.size9of20 {
  width: 45%;
}
.margin9of20 {
  margin-left: 45%;
}
.size10of20 {
  width: 50%;
}
.margin10of20 {
  margin-left: 50%;
}
.size11of20 {
  width: 55%;
}
.margin11of20 {
  margin-left: 55%;
}
.size12of20 {
  width: 60%;
}
.margin12of20 {
  margin-left: 60%;
}
.size13of20 {
  width: 65%;
}
.margin13of20 {
  margin-left: 65%;
}
.size14of20 {
  width: 70%;
}
.margin14of20 {
  margin-left: 70%;
}
.size15of20 {
  width: 75%;
}
.margin15of20 {
  margin-left: 75%;
}
.size16of20 {
  width: 80%;
}
.margin16of20 {
  margin-left: 80%;
}
.size17of20 {
  width: 85%;
}
.margin17of20 {
  margin-left: 85%;
}
.size18of20 {
  width: 90%;
}
.margin18of20 {
  margin-left: 90%;
}
.size19of20 {
  width: 95%;
}
.margin19of20 {
  margin-left: 95%;
}
.size20of20 {
  width: 100%;
}
.margin20of20 {
  margin-left: 100%;
}
.size1of12 {
  width: 8.33333333%;
}
.margin1of12 {
  margin-left: 8.33333333%;
}
.size2of12 {
  width: 16.66666667%;
}
.margin2of12 {
  margin-left: 16.66666667%;
}
.size3of12 {
  width: 25%;
}
.margin3of12 {
  margin-left: 25%;
}
.size4of12 {
  width: 33.33333333%;
}
.margin4of12 {
  margin-left: 33.33333333%;
}
.size5of12 {
  width: 41.66666667%;
}
.margin5of12 {
  margin-left: 41.66666667%;
}
.size6of12 {
  width: 50%;
}
.margin6of12 {
  margin-left: 50%;
}
.size7of12 {
  width: 58.33333333%;
}
.margin7of12 {
  margin-left: 58.33333333%;
}
.size8of12 {
  width: 66.66666667%;
}
.margin8of12 {
  margin-left: 66.66666667%;
}
.size9of12 {
  width: 75%;
}
.margin9of12 {
  margin-left: 75%;
}
.size10of12 {
  width: 83.33333333%;
}
.margin10of12 {
  margin-left: 83.33333333%;
}
.size11of12 {
  width: 91.66666667%;
}
.margin11of12 {
  margin-left: 91.66666667%;
}
.size12of12 {
  width: 100%;
}
.margin12of12 {
  margin-left: 100%;
}
.size1of10 {
  width: 10%;
}
.margin1of10 {
  margin-left: 10%;
}
.size2of10 {
  width: 20%;
}
.margin2of10 {
  margin-left: 20%;
}
.size3of10 {
  width: 30%;
}
.margin3of10 {
  margin-left: 30%;
}
.size4of10 {
  width: 40%;
}
.margin4of10 {
  margin-left: 40%;
}
.size5of10 {
  width: 50%;
}
.margin5of10 {
  margin-left: 50%;
}
.size6of10 {
  width: 60%;
}
.margin6of10 {
  margin-left: 60%;
}
.size7of10 {
  width: 70%;
}
.margin7of10 {
  margin-left: 70%;
}
.size8of10 {
  width: 80%;
}
.margin8of10 {
  margin-left: 80%;
}
.size9of10 {
  width: 90%;
}
.margin9of10 {
  margin-left: 90%;
}
.size10of10 {
  width: 100%;
}
.margin10of10 {
  margin-left: 100%;
}
.size1of8 {
  width: 12.5%;
}
.margin1of8 {
  margin-left: 12.5%;
}
.size2of8 {
  width: 25%;
}
.margin2of8 {
  margin-left: 25%;
}
.size3of8 {
  width: 37.5%;
}
.margin3of8 {
  margin-left: 37.5%;
}
.size4of8 {
  width: 50%;
}
.margin4of8 {
  margin-left: 50%;
}
.size5of8 {
  width: 62.5%;
}
.margin5of8 {
  margin-left: 62.5%;
}
.size6of8 {
  width: 75%;
}
.margin6of8 {
  margin-left: 75%;
}
.size7of8 {
  width: 87.5%;
}
.margin7of8 {
  margin-left: 87.5%;
}
.size8of8 {
  width: 100%;
}
.margin8of8 {
  margin-left: 100%;
}
.size1of5 {
  width: 20%;
}
.margin1of5 {
  margin-left: 20%;
}
.size2of5 {
  width: 40%;
}
.margin2of5 {
  margin-left: 40%;
}
.size3of5 {
  width: 60%;
}
.margin3of5 {
  margin-left: 60%;
}
.size4of5 {
  width: 80%;
}
.margin4of5 {
  margin-left: 80%;
}
.size5of5 {
  width: 100%;
}
.margin5of5 {
  margin-left: 100%;
}
.size1of4 {
  width: 25%;
}
.margin1of4 {
  margin-left: 25%;
}
.size2of4 {
  width: 50%;
}
.margin2of4 {
  margin-left: 50%;
}
.size3of4 {
  width: 75%;
}
.margin3of4 {
  margin-left: 75%;
}
.size4of4 {
  width: 100%;
}
.margin4of4 {
  margin-left: 100%;
}
.line {
  clear: both;
}
.line:after {
  clear: both;
  content: "";
  display: block;
}
[class*="size"] {
  float: left;
  /*Minimalna wysokość jest potrzebna aby puste elementy div nie znikały*/
  min-height: 1px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.sizeAuto {
  float: left;
}

/* Split button */
[data-ui-splitbutton-element="expander"].expanded {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
[data-ui-splitbutton-element="links"] {
  border: none!important;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.annoucment-text-highlight {
  font-weight: bold;
}
.editorwrapper {
  position: relative;
}
.field-validation-error,
.field-semivalidation-error {
  display: none;
}
.field-validation-error.active,
.field-semivalidation-error.active,
.field-validation-error.activeGhost,
.field-semivalidation-error.activeGhost {
  background: red;
  border: 1px solid red;
  border-radius: 5px;
  /*clear: both;*/
  color: white !important;
  display: block;
  float: left;
  font-size: 11px;
  padding: 10px;
  position: absolute;
  z-index: 2000;
  white-space: pre;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.field-validation-error.activeGhost,
.field-semivalidation-error.activeGhost {
  opacity: 0;
}
.field-validation-error.activeShrinked,
.field-semivalidation-error.activeShrinked {
  white-space: normal;
}
.field-validation-error.activeBottomLeft,
.field-semivalidation-error.activeBottomLeft {
  margin-top: 9px;
}
.field-validation-error.activeBottomLeft:after,
.field-semivalidation-error.activeBottomLeft:after {
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-top: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid red;
  content: "";
  top: -10px;
}
.field-validation-error.activeBottomRight,
.field-semivalidation-error.activeBottomRight {
  margin-top: 9px;
}
.field-validation-error.activeBottomRight:after,
.field-semivalidation-error.activeBottomRight:after {
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-top: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid red;
  content: "";
  top: -10px;
  right: 10px;
  left: auto;
}
.field-validation-error.activeRight:before,
.field-semivalidation-error.activeRight:before {
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-left: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid red;
  content: "";
  left: -10px;
  top: 7px;
}
.field-validation-error.activeLeft:after,
.field-semivalidation-error.activeLeft:after {
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid red;
  content: "";
  right: -10px;
  top: 7px;
}
.field-validation-valid {
  display: none;
}
.input-validation-error,
.input-semivalidation-error {
  border: 1px solid #f00 !important;
  background-color: #fee !important;
}
.validation-summary-errors {
  color: #f00;
  font-size: 12px;
}
.additional-errors-placeholder,
.additional-warnings-placeholder,
.additional-informations-placeholder,
.validation-summary-valid {
  display: none;
}
.validation-info {
  background: #f15a22;
}
.validation-summary-wrapper:after {
  clear: both;
  content: "";
  display: block;
}
.additional-errors-placeholder,
.additional-warnings-placeholder,
.additional-informations-placeholder,
.validation-summary,
.validation-info {
  color: #f00;
  background: white;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
  padding-left: 10px;
}
.validation-summary,
.validation-info {
  float: left;
  width: calc(100% - 20px);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.validation-summary-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.validation-summary-sign {
  border: 1px solid;
  border-radius: 90px;
  color: red;
  float: left;
  font-size: 15px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
}
/*Walidacja MultiAutocomplete*/
.input-validation-error[data-ui-fn="tagit"] + ul {
  border: 1px solid #f00 !important;
  background-color: #fee !important;
}
/*Walidacja pól readonly*/
[data-display-name].validation-error {
  color: red!important;
}
.only-required .editorwrapper:not(.wrapper-required) {
  display: none;
}
.value.invalid {
  color: red !important;
}

/* Split button */
[data-ui-splitbutton-element="expander"].expanded {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
[data-ui-splitbutton-element="links"] {
  border: none!important;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.annoucment-text-highlight {
  font-weight: bold;
}
/*_Layout*/
html,
body {
  height: 100%;
  background-color: #fafafa;
}
.page {
  font-size: 11px;
  text-align: left;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
}
.page .page-header {
  border-top-width: 0px;
  border-top-color: transparent;
  border-top-style: none;
  border-bottom-width: 0;
  border-bottom-color: #ffffff;
  border-bottom-style: none;
  height: 57px;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, white 100%);
  background: -webkit-linear-gradient(top, white 0%, white 100%);
  background: -o-linear-gradient(top, white 0%, white 100%);
  background: -ms-linear-gradient(top, white 0%, white 100%);
  background: linear-gradient(top, white 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='white', endColorstr='white');
  background-position: center center;
}
.page .page-header .page-header-inner {
  height: 100%;
  width: 1261px;
  margin: 0px auto;
}
.page .page-body {
  max-width: 1261px;
  margin: 0px auto;
  min-height: calc(100% - 160px);
}
.page .page-body:after {
  clear: both;
  content: "";
  display: block;
}
.page .page-footer {
  display: block;
  overflow: auto;
  width: 1261px;
  margin: 0 auto;
  padding: 15px 10px;
  background: transparent;
  color: #ccc;
}
#sm-info {
  float: right;
  width: 340px;
}
#copyrights-info {
  float: left;
  width: 540px;
  margin-left: 10px;
  font-size: 9px;
  line-height: 1.5em;
}
.system-marker {
  color: transparent;
  position: absolute;
}
.page-header-left,
.page-header-right {
  color: #fff;
  font-size: 11px;
}
.page-header-left {
  float: left;
  height: 57px;
  width: 220px;
  padding-left: 13px;
}
.page-header-left > div {
  height: 57px;
  display: table-cell;
  vertical-align: middle;
}
.page-header-left img {
  vertical-align: middle;
  display: block;
}
.page-header-left img.brand-img {
  border: 0px;
  padding: 0px;
  max-height: 30px;
  margin-top: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-header-menu {
  float: right;
  height: 57px;
}
.page-header-menu > li {
  height: 57px;
  display: table-cell;
  vertical-align: middle;
}
.page-header-menu > li > a > span {
  color: black;
  font-size: 17px;
  display: table-cell;
  vertical-align: middle;
  height: 57px;
  padding-left: 20px;
  padding-right: 20px;
}
.page-header-menu > li > a:hover {
  text-decoration: none;
}
.page-header-menu > li.current > a > span {
  background-color: none;
  color: #ec0000;
}
.page-header-menu > li:hover {
  cursor: pointer;
}
.page-header-menu > li:hover > a > span {
  background-color: none;
  color: #ec0000;
}
.page-header-right {
  padding: 10px 10px 0 0;
  line-height: 18px;
  float: right;
  color: black;
}
.page-header-right .page-header-right-column {
  float: left;
  height: 40px;
}
.page-header-right .page-header-right-column:first-child {
  border-right: 1px dotted rgba(255, 255, 255, 0.4);
  margin-right: 10px;
  text-align: right;
}
.page-header-right .page-header-right-column .login {
  font-size: 14px;
  display: inline-block;
  width: 315px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: black;
}
.page-header-right .page-header-right-column .last-login-info {
  font-size: 12px;
  color: black;
}
.page-header-right .page-header-right-column-menu {
  float: right;
}
.chevron {
  position: relative;
  text-align: center;
  padding: 12px;
}
.chevron:after,
.chevron:before {
  content: '';
  position: absolute;
  height: 5%;
  width: 51%;
  background: #ec0000;
}
.chevron:after {
  right: 0;
}
.chevron:before {
  left: 0;
}
#Menu {
  height: 47px;
  width: 57px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#Menu .chevron:before {
  -moz-transform: skew(0deg, 45deg);
  -ms-transform: skew(0deg, 45deg);
  -o-transform: skew(0deg, 45deg);
  -webkit-transform: skew(0deg, 45deg);
  transform: skew(0deg, 45deg);
}
#Menu .chevron:after {
  -moz-transform: skew(0deg, -45deg);
  -ms-transform: skew(0deg, -45deg);
  -o-transform: skew(0deg, -45deg);
  -webkit-transform: skew(0deg, -45deg);
  transform: skew(0deg, -45deg);
}
#Menu .chevron {
  position: absolute;
  top: 5px;
  left: 20px;
}
#Menu:hover > .menu-list {
  display: block;
}
#Menu:hover .chevron:before {
  -moz-transform: skew(0deg, -45deg);
  -ms-transform: skew(0deg, -45deg);
  -o-transform: skew(0deg, -45deg);
  -webkit-transform: skew(0deg, -45deg);
  transform: skew(0deg, -45deg);
}
#Menu:hover .chevron:after {
  -moz-transform: skew(0deg, 45deg);
  -ms-transform: skew(0deg, 45deg);
  -o-transform: skew(0deg, 45deg);
  -webkit-transform: skew(0deg, 45deg);
  transform: skew(0deg, 45deg);
}
#Menu:hover .chevron {
  opacity: 0.4;
}
#Menu > .menu-list {
  right: 0px;
  top: 46px;
}
#Menu > .menu-list > li {
  min-width: 150px;
}
#Menu > .menu-list > li:hover .menu-list {
  display: block;
}
#Menu > .menu-list .menu-list {
  top: 0px;
  right: 150px;
}
#Menu .menu-list {
  display: none;
  position: absolute;
  white-space: nowrap;
  z-index: 1;
  background-color: white;
  background-repeat: repeat-x;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  padding-bottom: 10px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
#Menu .menu-list:after {
  clear: both;
  content: "";
  display: block;
}
#Menu li {
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  background: white;
  padding: 0px;
  color: black !important;
  position: relative;
  cursor: pointer;
}
#Menu li > a,
#Menu li > span {
  width: 100%;
  display: inline-block;
  padding: 0px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#Menu li > a:hover,
#Menu li > span:hover {
  background: #fafafa;
}
#Menu li a {
  color: black !important;
}
.mainbox-lefttab {
  float: left;
  width: 220px;
  border-style: solid;
}
.mainbox-righttab {
  float: left;
  padding: 0 30px 10px 10px;
  width: 1005px;
  height: 100%;
}
.mainbox-righttab.admin {
  padding: 0;
  width: 1041px;
  height: 100%;
}
.mainbox-righttab.admin .page-header-layout .header-content {
  padding-left: 20px;
}
.mainbox-righttab.admin .page-header-layout .header-actions {
  padding-right: 20px;
}
#LogOutButton {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url('/Content/images/red/logout.png') no-repeat center center;
}
#LogOutButton:hover {
  opacity: 0.4;
}
#LoggedInInfoPanel,
#LoggedInInfoPanel > label,
#LoggedInInfoPanel > span {
  vertical-align: top;
}
.page-header-layout {
  min-height: 60px;
  display: table;
  border-color: transparent;
  border-style: solid;
  border-width: 0 0 1px 0;
  width: 100%;
}
.page-header-layout h1 {
  font-weight: bold;
}
.page-header-layout.inactive {
  color: #acacad;
}
.page-header-layout.inactive h1,
.page-header-layout.inactive h2,
.page-header-layout.inactive h3,
.page-header-layout.inactive h4,
.page-header-layout.inactive h5,
.page-header-layout.inactive h6 {
  color: #acacad;
}
.page-header-layout.inactive .value {
  color: #acacad;
}
.page-header-layout.inactive label {
  color: #666666;
}
.page-header-layout .header-icon {
  display: table-cell;
  width: 50px;
  padding: 10px;
}
.page-header-layout .header-content {
  display: table-cell;
  height: 57px;
  vertical-align: middle;
  width: 100%;
  padding: 0 40px;
}
.page-header-layout .header-content h1 {
  font-weight: 400;
  font-size: 22px;
}
.page-header-layout .header-content .header-content-title:not(:only-child) {
  padding-top: 5px;
}
.page-header-layout .header-content .header-content-title > * {
  display: inline-block;
  vertical-align: middle;
  -ms-word-break: break-word;
  word-break: break-word;
}
.page-header-layout .header-content .header-content-title .breadcrumb {
  font-size: 15px;
}
.page-header-layout .header-content .header-content-title .offername {
  font-weight: bold;
}
.page-header-layout .header-content .header-content-details * {
  font-size: 12px;
}
.page-header-layout .header-content .header-content-details {
  padding-top: 4px;
}
.page-header-layout .header-content .header-content-details div > * {
  line-height: 15px;
}
.page-header-layout .header-content .header-content-details > div:last-child {
  padding-bottom: 4px;
}
.page-header-layout .header-content .header-content-details div.line.mbs {
  margin-bottom: 0px;
}
.page-header-layout .header-actions {
  display: table-cell;
  vertical-align: middle;
  padding-right: 40px;
}
.page-header-layout:after {
  clear: both;
  content: "";
  display: block;
}
.page-header-layout.admin {
  min-height: 60px;
  display: table;
  border-color: transparent;
  border-style: solid;
  border-width: 0 0 1px 0;
  width: 100%;
}
.page-header-layout.admin h1 {
  font-weight: bold;
}
.page-header-layout.admin.inactive {
  color: #acacad;
}
.page-header-layout.admin.inactive h1,
.page-header-layout.admin.inactive h2,
.page-header-layout.admin.inactive h3,
.page-header-layout.admin.inactive h4,
.page-header-layout.admin.inactive h5,
.page-header-layout.admin.inactive h6 {
  color: #acacad;
}
.page-header-layout.admin.inactive .value {
  color: #acacad;
}
.page-header-layout.admin.inactive label {
  color: #666666;
}
.page-header-layout.admin .header-icon {
  display: table-cell;
  width: 50px;
  padding: 10px;
}
.page-header-layout.admin .header-content {
  display: table-cell;
  height: 57px;
  vertical-align: middle;
  width: 100%;
  padding: 0 15px;
}
.page-header-layout.admin .header-content h1 {
  font-weight: 400;
  font-size: 22px;
}
.page-header-layout.admin .header-content .header-content-title:not(:only-child) {
  padding-top: 5px;
}
.page-header-layout.admin .header-content .header-content-title > * {
  display: inline-block;
  vertical-align: middle;
  -ms-word-break: break-word;
  word-break: break-word;
}
.page-header-layout.admin .header-content .header-content-title .breadcrumb {
  font-size: 15px;
}
.page-header-layout.admin .header-content .header-content-title .offername {
  font-weight: bold;
}
.page-header-layout.admin .header-content .header-content-details * {
  font-size: 12px;
}
.page-header-layout.admin .header-content .header-content-details {
  padding-top: 4px;
}
.page-header-layout.admin .header-content .header-content-details div > * {
  line-height: 15px;
}
.page-header-layout.admin .header-content .header-content-details > div:last-child {
  padding-bottom: 4px;
}
.page-header-layout.admin .header-content .header-content-details div.line.mbs {
  margin-bottom: 0px;
}
.page-header-layout.admin .header-actions {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
.page-header-layout.admin:after {
  clear: both;
  content: "";
  display: block;
}
.page-header-layout.admin .header-actions {
  padding-right: 20px;
}
.process-header,
.layout-header {
  min-height: 60px;
  display: table;
  border-color: transparent;
  border-style: solid;
  border-width: 0 0 1px 0;
  width: 100%;
}
.process-header h1,
.layout-header h1 {
  font-weight: bold;
}
.process-header.inactive,
.layout-header.inactive {
  color: #acacad;
}
.process-header.inactive h1,
.layout-header.inactive h1,
.process-header.inactive h2,
.layout-header.inactive h2,
.process-header.inactive h3,
.layout-header.inactive h3,
.process-header.inactive h4,
.layout-header.inactive h4,
.process-header.inactive h5,
.layout-header.inactive h5,
.process-header.inactive h6,
.layout-header.inactive h6 {
  color: #acacad;
}
.process-header.inactive .value,
.layout-header.inactive .value {
  color: #acacad;
}
.process-header.inactive label,
.layout-header.inactive label {
  color: #666666;
}
.process-header .header-icon,
.layout-header .header-icon {
  display: table-cell;
  width: 50px;
  padding: 10px;
}
.process-header .header-content,
.layout-header .header-content {
  display: table-cell;
  height: 57px;
  vertical-align: middle;
  width: 100%;
  padding: 0 10px;
}
.process-header .header-content h1,
.layout-header .header-content h1 {
  font-weight: 400;
  font-size: 22px;
}
.process-header .header-content .header-content-title:not(:only-child),
.layout-header .header-content .header-content-title:not(:only-child) {
  padding-top: 5px;
}
.process-header .header-content .header-content-title > *,
.layout-header .header-content .header-content-title > * {
  display: inline-block;
  vertical-align: middle;
  -ms-word-break: break-word;
  word-break: break-word;
}
.process-header .header-content .header-content-title .breadcrumb,
.layout-header .header-content .header-content-title .breadcrumb {
  font-size: 15px;
}
.process-header .header-content .header-content-title .offername,
.layout-header .header-content .header-content-title .offername {
  font-weight: bold;
}
.process-header .header-content .header-content-details *,
.layout-header .header-content .header-content-details * {
  font-size: 12px;
}
.process-header .header-content .header-content-details,
.layout-header .header-content .header-content-details {
  padding-top: 4px;
}
.process-header .header-content .header-content-details div > *,
.layout-header .header-content .header-content-details div > * {
  line-height: 15px;
}
.process-header .header-content .header-content-details > div:last-child,
.layout-header .header-content .header-content-details > div:last-child {
  padding-bottom: 4px;
}
.process-header .header-content .header-content-details div.line.mbs,
.layout-header .header-content .header-content-details div.line.mbs {
  margin-bottom: 0px;
}
.process-header .header-actions,
.layout-header .header-actions {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
.process-header:after,
.layout-header:after {
  clear: both;
  content: "";
  display: block;
}
.process-header .header-actions {
  padding-right: 30px;
}
#BookmarkLayoutBookmarksContainer {
  padding: 10px;
}
#BookmarkLayoutBookmarksContainer .list-header {
  background: none;
  filter: none;
  padding-right: 10px;
}
#BookmarkLayoutBookmarksContainer .buttons-line {
  padding: 10px 0px 0px 30px;
}
#BookmarkLayoutBookmarksContainer .buttons-line:after {
  clear: both;
  content: "";
  display: block;
}
#BookmarkLayoutBookmarksContainer .page-header-layout .header-content {
  padding-left: 20px;
}
#BookmarkLayoutBookmarksContainer .page-header-layout .header-actions {
  padding-right: 20px;
}
.header-actions-wrapper {
  text-align: right;
}
.header-actions-wrapper a + a {
  margin-left: 5px;
}
.ui-tooltip {
  /*Obini�amy originalny z-index poniewa� jest zbyt du�y i psuje kalkulacje*/
  z-index: 1200!important;
}

/* Split button */
[data-ui-splitbutton-element="expander"].expanded {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
[data-ui-splitbutton-element="links"] {
  border: none!important;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.annoucment-text-highlight {
  font-weight: bold;
}
.twocolumnslayout-body {
  display: table;
  width: 100%;
  min-height: 450px;
}
.twocolumnslayout-body .twocolumnslayout-body-left {
  border-width: 0 1px 0px 0px;
  border-color: #CCCCCC;
  border-style: solid;
  width: 250px;
  display: table-cell;
  vertical-align: top;
}
.twocolumnslayout-body .twocolumnslayout-body-left .filter-top {
  min-width: 270px;
  border-bottom: 1px solid #cccccc;
  overflow: visible;
  padding: 10px;
  background-color: #fafafa;
}
.twocolumnslayout-body .twocolumnslayout-body-left .filter-top .search {
  position: relative;
}
.twocolumnslayout-body .twocolumnslayout-body-left .filter-top .search input[type=submit] {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 35px;
  line-height: 35px;
  border-width: 2px;
  padding-top: 0px;
  background-color: #fafafa !important;
}
.twocolumnslayout-body .twocolumnslayout-body-left .filter-bottom {
  width: 270px;
  max-width: 270px;
  overflow-x: auto;
  padding-bottom: 20px;
}
.twocolumnslayout-body .twocolumnslayout-body-right {
  display: table-cell;
  width: 100%;
  border-style: none;
}

/* Split button */
[data-ui-splitbutton-element="expander"].expanded {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
[data-ui-splitbutton-element="links"] {
  border: none!important;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.annoucment-text-highlight {
  font-weight: bold;
}
#PopupContainer {
  background: white;
  min-width: 600px;
  max-width: 1261px;
  position: relative;
}
#PopupContainer .popupTitle {
  padding: 15px 0px 15px 25px;
  border-bottom: 1px solid #9bc3d3;
  border-top: 3px solid white;
  font-size: 24px;
  font-style: normal;
  line-height: 29px;
  font-weight: 400;
  color: black;
}
#PopupContainer .popupTitle:hover {
  cursor: move;
}
#PopupContainer .first-content {
  padding: 0 15px 10px 15px;
}
#PopupContainer .popupContainer {
  overflow: auto;
  width: 500px;
}
#PopupContainer .popupContainer label {
  color: #00AAEE;
}
#PopupContainer .popupContainer label:after {
  content: ":";
}
#PopupContainer label {
  color: black;
  font-size: 13px;
}
#PopupContainer .buttons-line {
  clear: both;
  border-top: 1px solid #deedf2;
  padding: 15px 30px;
  margin-top: 15px;
}
#PopupContainer .buttons-line:after {
  clear: both;
  content: "";
  display: block;
}
#PopupContainer .content {
  padding-left: 25px;
  padding-right: 25px;
}
#PopupContainer .content .line .label-container:not(:first-of-type) label.label {
  padding-left: 10px;
  padding-right: 0px;
}
#PopupContainer .content .line .label-container:not(:first-of-type) label.label.required {
  padding-right: 4px;
}
#PopupContainer .content > .msg-box:only-child {
  margin: 40px 0;
}
#PopupContainer .content .static {
  padding-top: 25px;
  padding-bottom: 25px;
}
#ClosePopupButton {
  background-image: url("/Content/images/popup_close.png");
  background-repeat: no-repeat;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  cursor: pointer;
}
.popup-editor {
  max-height: 500px;
  overflow-y: auto;
  padding-top: 15px;
}
.popup-editor:after {
  clear: both;
  content: "";
  display: block;
}
/*Nadpisanie styli magnific-popup aby dobrze wygladal*/
.mfp-inline-holder .mfp-content {
  width: auto!important;
}
.mfp-bg {
  background: #444444!important;
  opacity: 0.5!important;
}
.mfp-wrap {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* Split button */
[data-ui-splitbutton-element="expander"].expanded {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
[data-ui-splitbutton-element="links"] {
  border: none!important;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.annoucment-text-highlight {
  font-weight: bold;
}
.filter {
  background: #fafafa;
  padding: 10px 20px;
  margin-bottom: 0px;
  border-radius: 0px 0px 0px 0px;
}
.filter:after {
  clear: both;
  content: "";
  display: block;
}
.filter > .introduction {
  text-align: right;
  font-size: 14px;
  padding-right: 10px;
  padding-top: 25px;
}
.filter .date-range-period {
  color: white;
}
.filter label,
.filter .date-range-period {
  color: #6f7779 !important;
  font-size: 12px!important;
}
.filter label {
  line-height: 1em;
  padding-top: 7px;
}
.filter a {
  display: inline-block;
  padding: 5px 0px;
  color: #ec0000;
}
.filter a:first-of-type {
  margin-left: 10px;
}
.filter a:hover {
  color: #990000;
}
.filter a.selected {
  background: #ec0000;
  color: white;
}
.filter form {
  display: block;
}
.filter form .line:only-child {
  margin-bottom: 0;
}
.filter > form > div.line > div:last-child {
  margin-right: 0 !important;
}
.filter .label-container {
  padding-bottom: 0 !important;
  min-height: 25px;
}
.filter .label-on-right label:nth-child(1) {
  float: left;
}
.filter .label-on-right label:nth-child(2) {
  padding-top: 6px;
}
.filter .label-on-right .label:after {
  content: "";
}
div.list-content {
  margin-bottom: 10px;
}
.list-content * {
  table-layout: fixed;
}
.list-content > ul {
  border-style: none;
}
.list-content .list-item:nth-child(2n) {
  background: white;
}
.list-content .list-item:nth-child(2n+1) {
  background: white;
}
.list-content .list-item {
  border-bottom: 1px solid #CCCCCC;
  display: block;
  padding: 0px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-content .list-item.inactive {
  color: #acacad;
}
.list-content .list-item.inactive a {
  color: #acacad;
}
.list-content .list-item.inactive label {
  color: #c5c9c9;
}
.list-content .list-item.inactive span {
  color: #acacad;
}
.list-content .list-item.inactive .list-item-title {
  color: #acacad;
}
.list-content .list-item.active {
  color: #000;
}
.list-content .list-item.active a {
  color: #ec0000;
}
.list-content .list-item.active a:hover {
  color: #990000;
}
.list-content .list-item.active label {
  color: #6f7779;
}
.list-content .list-item.active span {
  color: #000;
}
.list-content .list-item .list-item-details > *:last-child {
  margin-bottom: 10px;
}
.list-content .list-item .list-item-main {
  display: table;
  width: 100%;
}
.list-content .list-item .list-item-main > div {
  display: table-cell;
}
.list-content .list-item .list-item-main label,
.list-content .list-item .list-item-main .value {
  font-size: 12px;
  line-height: 1.0em;
  padding-top: 0px;
}
.list-content .list-item .list-item-main .list-row {
  display: table-row;
}
.list-content .list-item .list-item-main .value {
  line-height: 1.1em;
}
.list-content .list-item .list-item-main .list-item-icon {
  vertical-align: middle;
  width: 50px;
}
.list-content .list-item .list-item-main .list-item-content {
  padding: 10px 0;
  font-size: 12px;
}
.list-content .list-item .list-item-main .list-item-content .list-item-title {
  color: Black;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.list-content .list-item .list-item-main .list-item-content .list-item-title:only-child {
  margin-bottom: 0px;
}
.list-content .list-item .list-item-main .list-item-content span.value > a {
  color: #000 !important;
}
.list-content .list-item .list-item-main .list-item-options {
  vertical-align: middle;
  font-size: 0px;
}
.list-content .list-item .list-item-main .list-item-options > * {
  font-size: 11px;
}
.list-content .list-item .list-item-main .list-item-options a {
  font-size: 15px;
}
.showHideAdvanceFilters {
  margin-top: 25px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 13px;
}
#PageBody > .list .filter,
#PageBody > .list .list-item {
  padding-left: 40px;
  padding-right: 40px;
}
#OfferList .list-item-options {
  width: 147px;
  text-align: right;
}
#ContractorList .list-item-options {
  width: 160px;
}
#UnitUserList .list-item-options {
  width: 125px;
}
#UnitUserList .list-item-options > * {
  float: right;
}
#RelatedUnitList .list-item-options {
  width: 125px;
}
#RelatedUnitList .list-item-options > * {
  float: right;
}
#UserRoleUserList .list-item-options {
  width: 36px;
}
#GlossaryElementsList .list-item-options {
  width: 90px;
}
#AdditionalProductList .list-item-options {
  width: 90px;
}
#LeaseDocumentList .list-item-options {
  width: 90px;
}
#ReportList .list-item-options {
  width: 90px;
}
#CommonFxList .list-item-options {
  width: 150px;
}
#FormSectionList .list-item-options {
  width: 150px;
}
#FormQuestionList .list-item-options {
  width: 150px;
}
#ReplacementList .list-item-options {
  width: 90px;
}
#NewsList .list-item-options {
  width: 90px;
}
.list-header {
  padding: 10px 20px;
  border-bottom: 1px solid #deedf2;
  border-top: 1px solid #deedf2;
  color: #6f7779;
  font-size: 13px;
}
.list-header:after {
  clear: both;
  content: "";
  display: block;
}
.list-header .list-header-column {
  float: left;
}
.list-footer:after {
  clear: both;
  content: "";
  display: block;
}
.list-warningmessage {
  color: #f7b32b;
}

/* Split button */
[data-ui-splitbutton-element="expander"].expanded {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
[data-ui-splitbutton-element="links"] {
  border: none!important;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.annoucment-text-highlight {
  font-weight: bold;
}
/*Główne menu po lewej stronie*/
.main-menu {
  list-style: none;
  margin-right: 20px;
  margin-bottom: 40px;
}
.main-menu li {
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  list-style: none;
  color: #000;
  font-size: 13px;
  border-bottom: 1px solid #9bc3d3;
  border-left: none;
  border-right: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 45px;
}
.main-menu li:first-child {
  border-width: 0px 0px 1px 0px;
}
.main-menu li span {
  padding: 0 0 0 58px;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
}
.main-menu li.inactive span {
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  height: 45px;
  width: 200px;
}
.main-menu li a {
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  height: 45px;
  width: 200px;
}
.main-menu li a:hover,
.main-menu li a:link,
.main-menu li a:visited,
.main-menu li a:hover,
.main-menu li a:active {
  color: inherit;
  text-decoration: none;
  outline: thin transparent;
}
.main-menu li.current:hover,
.main-menu li:hover {
  background-color: #ededed;
  color: #000;
}
.main-menu li.current {
  color: #ec0000;
  border-top: none;
  border-bottom-width: 3.75px;
  border-bottom-color: #ec0000;
  border-bottom-style: solid;
  background-color: #fff;
}
.main-menu li.inactive {
  cursor: not-allowed;
  background-color: #fff;
  color: #c5c9c9;
}
.main-menu li.inactive span {
  padding: 0 0 0 58px;
  color: #c5c9c9;
}
.main-menu .admin-screen-organization-units {
  background-image: url("/Content/images/administration-menu-2.png");
  background-repeat: no-repeat;
  background-position: 15px 0px;
}
.main-menu .admin-screen-organization-units.current a:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: #ec0000;
  margin: -9px 15px;
}
.main-menu .admin-screen-organization-units.current a:after {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  margin: -32px 15px;
  background-image: url("/Content/images/administration-menu-2.png");
  background-repeat: no-repeat;
  background-position: 0px -546px;
}
.main-menu .admin-screen-users {
  background-image: url("/Content/images/administration-menu-2.png");
  background-repeat: no-repeat;
  background-position: 15px -42px;
}
.main-menu .admin-screen-users.current a:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: #ec0000;
  margin: -9px 15px;
}
.main-menu .admin-screen-users.current a:after {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  margin: -32px 15px;
  background-image: url("/Content/images/administration-menu-2.png");
  background-repeat: no-repeat;
  background-position: 0px -588px;
}
.main-menu .admin-screen-system-roles {
  background-image: url("/Content/images/administration-menu-2.png");
  background-repeat: no-repeat;
  background-position: 15px -84px;
}
.main-menu .admin-screen-system-roles.current a:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: #ec0000;
  margin: -9px 15px;
}
.main-menu .admin-screen-system-roles.current a:after {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  margin: -32px 15px;
  background-image: url("/Content/images/administration-menu-2.png");
  background-repeat: no-repeat;
  background-position: 0px -630px;
}
.main-menu .admin-screen-premissions {
  background-image: url("/Content/images/administration-menu-2.png");
  background-repeat: no-repeat;
  background-position: 15px -126px;
}
.main-menu .admin-screen-premissions.current a:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: #ec0000;
  margin: -9px 15px;
}
.main-menu .admin-screen-premissions.current a:after {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  margin: -32px 15px;
  background-image: url("/Content/images/administration-menu-2.png");
  background-repeat: no-repeat;
  background-position: 0px -672px;
}
.main-menu .admin-screen-glossaries {
  background-image: url("/Content/images/administration-menu-2.png");
  background-repeat: no-repeat;
  background-position: 15px -168px;
}
.main-menu .admin-screen-glossaries.current a:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: #ec0000;
  margin: -9px 15px;
}
.main-menu .admin-screen-glossaries.current a:after {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  margin: -32px 15px;
  background-image: url("/Content/images/administration-menu-2.png");
  background-repeat: no-repeat;
  background-position: 0px -714px;
}
.main-menu .admin-screen-system-parameters {
  background-image: url("/Content/images/administration-menu-2.png");
  background-repeat: no-repeat;
  background-position: 15px -210px;
}
.main-menu .admin-screen-system-parameters.current a:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: #ec0000;
  margin: -9px 15px;
}
.main-menu .admin-screen-system-parameters.current a:after {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  margin: -32px 15px;
  background-image: url("/Content/images/administration-menu-2.png");
  background-repeat: no-repeat;
  background-position: 0px -756px;
}
.main-menu .admin-screen-main-products {
  background-image: url("/Content/images/administration-menu-2.png");
  background-repeat: no-repeat;
  background-position: 15px -252px;
}
.main-menu .admin-screen-main-products.current a:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: #ec0000;
  margin: -9px 15px;
}
.main-menu .admin-screen-main-products.current a:after {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  margin: -32px 15px;
  background-image: url("/Content/images/administration-menu-2.png");
  background-repeat: no-repeat;
  background-position: 0px -798px;
}
.main-menu .admin-screen-additional-products {
  background-image: url("/Content/images/administration-menu-2.png");
  background-repeat: no-repeat;
  background-position: 15px -294px;
}
.main-menu .admin-screen-additional-products.current a:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: #ec0000;
  margin: -9px 15px;
}
.main-menu .admin-screen-additional-products.current a:after {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  margin: -32px 15px;
  background-image: url("/Content/images/administration-menu-2.png");
  background-repeat: no-repeat;
  background-position: 0px -840px;
}
.main-menu .admin-screen-documents {
  background-image: url("/Content/images/administration-menu-2.png");
  background-repeat: no-repeat;
  background-position: 15px -336px;
}
.main-menu .admin-screen-documents.current a:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: #ec0000;
  margin: -9px 15px;
}
.main-menu .admin-screen-documents.current a:after {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  margin: -32px 15px;
  background-image: url("/Content/images/administration-menu-2.png");
  background-repeat: no-repeat;
  background-position: 0px -882px;
}
.main-menu .admin-screen-reports {
  background-image: url("/Content/images/administration-menu-2.png");
  background-repeat: no-repeat;
  background-position: 15px -378px;
}
.main-menu .admin-screen-reports.current a:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: #ec0000;
  margin: -9px 15px;
}
.main-menu .admin-screen-reports.current a:after {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  margin: -32px 15px;
  background-image: url("/Content/images/administration-menu-2.png");
  background-repeat: no-repeat;
  background-position: 0px -924px;
}
.main-menu .admin-screen-replacements {
  background-image: url("/Content/images/administration-menu-2.png");
  background-repeat: no-repeat;
  background-position: 15px -420px;
}
.main-menu .admin-screen-replacements.current a:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: #ec0000;
  margin: -9px 15px;
}
.main-menu .admin-screen-replacements.current a:after {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  margin: -32px 15px;
  background-image: url("/Content/images/administration-menu-2.png");
  background-repeat: no-repeat;
  background-position: 0px -966px;
}
.main-menu .admin-screen-forms {
  background-image: url("/Content/images/administration-menu-2.png");
  background-repeat: no-repeat;
  background-position: 15px -462px;
}
.main-menu .admin-screen-forms.current a:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: #ec0000;
  margin: -9px 15px;
}
.main-menu .admin-screen-forms.current a:after {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  margin: -32px 15px;
  background-image: url("/Content/images/administration-menu-2.png");
  background-repeat: no-repeat;
  background-position: 0px -1008px;
}
.main-menu .admin-screen-announcement {
  background-image: url("/Content/images/administration-menu-2.png");
  background-repeat: no-repeat;
  background-position: 15px -504px;
}
.main-menu .admin-screen-announcement.current a:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: #ec0000;
  margin: -9px 15px;
}
.main-menu .admin-screen-announcement.current a:after {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  margin: -32px 15px;
  background-image: url("/Content/images/administration-menu-2.png");
  background-repeat: no-repeat;
  background-position: 0px -1050px;
}
/*Zakladki pierwszego poziomu*/
.bookmarks,
#BookmarkLayoutBookmarks,
.subbookmarks {
  border-bottom: 1px solid #D3DADD;
  padding: 10px 10px 0;
  overflow: visible;
  font-size: 13px;
  clear: both;
}
.bookmarks a,
#BookmarkLayoutBookmarks a,
.subbookmarks a,
.bookmarks .subbookmarks-bookmark,
#BookmarkLayoutBookmarks .subbookmarks-bookmark,
.subbookmarks .subbookmarks-bookmark {
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #D3DADD;
  color: #ababab;
  display: inline-block;
  padding: 6px 10px;
  text-decoration: none;
  margin-left: 2px;
  line-height: 20px;
  top: 1px;
  position: relative;
  min-width: 120px;
  text-align: center;
  cursor: pointer;
}
.bookmarks a:link,
#BookmarkLayoutBookmarks a:link,
.subbookmarks a:link,
.bookmarks .subbookmarks-bookmark:link,
#BookmarkLayoutBookmarks .subbookmarks-bookmark:link,
.subbookmarks .subbookmarks-bookmark:link,
.bookmarks a:visited,
#BookmarkLayoutBookmarks a:visited,
.subbookmarks a:visited,
.bookmarks .subbookmarks-bookmark:visited,
#BookmarkLayoutBookmarks .subbookmarks-bookmark:visited,
.subbookmarks .subbookmarks-bookmark:visited,
.bookmarks a:hover,
#BookmarkLayoutBookmarks a:hover,
.subbookmarks a:hover,
.bookmarks .subbookmarks-bookmark:hover,
#BookmarkLayoutBookmarks .subbookmarks-bookmark:hover,
.subbookmarks .subbookmarks-bookmark:hover,
.bookmarks a:active,
#BookmarkLayoutBookmarks a:active,
.subbookmarks a:active,
.bookmarks .subbookmarks-bookmark:active,
#BookmarkLayoutBookmarks .subbookmarks-bookmark:active,
.subbookmarks .subbookmarks-bookmark:active {
  text-decoration: none;
}
.bookmarks .selected,
#BookmarkLayoutBookmarks .selected,
.subbookmarks .selected {
  color: black;
  background: #ffffff;
}
.bookmarks .selected:focus,
#BookmarkLayoutBookmarks .selected:focus,
.subbookmarks .selected:focus {
  outline: thin transparent;
}
.group {
  margin-bottom: 25px;
}
.group .groupheader {
  margin: 10px 0 10px 0;
  border: 0 solid #ccc;
  border-bottom-width: 3px;
  background: transparent;
  padding: 10px 15px;
  color: #000;
  font-size: 15px;
}
.group .groupfooter {
  text-align: right;
  margin: 0 20px 0 0;
}
.group .groupfooter a {
  font-size: 15px;
}
.group ul > li {
  border-bottom: 1px solid #D3DADD;
}
.group .list-content {
  margin: 0 0 10px 0;
}
.nested-list {
  color: black;
  font-size: 14px;
}
.nested-list > li {
  min-height: 45px;
  border-bottom: 1px solid #CCCCCC;
}
.nested-list > li:nth-child(2n) {
  background: white;
}
.nested-list > li:nth-child(2n+1) {
  background: white;
}
.nested-list > li > ul {
  margin: 0px 20px;
  padding-left: 15px;
}
.nested-list > li li {
  background-color: inherit!important;
  border-top: 1px solid #CCCCCC;
  border-bottom: none!important;
}
.nested-list > li > div {
  min-height: 45px;
  line-height: 45px;
  padding: 0 35px;
  background-repeat: no-repeat;
  background-position: left center;
}
.nested-list > li > div.expanded {
  background-image: url('/Content/images/expander_collapse.png');
}
.nested-list > li > div.collapsed {
  background-image: url('/Content/images/expander_expand.png');
}
.nested-list > li .list-content .list-item .list-item-content {
  padding: 0;
}
.nested-list > .list-item .line + ul > li.list-item {
  padding-left: 0;
}
.nested-list > .list-item > div {
  display: block;
}
.permissiongrant-label > * {
  vertical-align: middle;
}

/* Split button */
[data-ui-splitbutton-element="expander"].expanded {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
[data-ui-splitbutton-element="links"] {
  border: none!important;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.annoucment-text-highlight {
  font-weight: bold;
}
input[type='text'],
input[type='password'],
input[type='time'],
input[type='date'],
input[type='tel'],
input[type='number'],
input[type='email'],
textarea,
select {
  width: 100%;
  vertical-align: text-bottom;
  font-size: 15px;
  font-weight: normal;
  border: 1px solid #c6c8ca;
  cursor: pointer;
  text-decoration: none;
  padding: 3px 5px;
  background-color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1px;
  font-family: 'OpenSans', "Arial Regular", Arial, sans-serif;
  height: 35px;
  border-radius: 0px;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='time']:focus,
input[type='date']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='email']:focus,
textarea:focus,
select:focus {
  border-color: black;
  outline: none;
}
input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='time']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #A9A9A9;
  font-style: normal;
  font-weight: normal;
}
input[type='text']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='time']::-moz-placeholder,
input[type='date']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='email']::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #A9A9A9;
  font-style: normal;
  opacity: 1;
}
input[type='text']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='time']:-moz-placeholder,
input[type='date']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='number']:-moz-placeholder,
input[type='email']:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #A9A9A9;
  font-style: normal;
  opacity: 1;
}
input[type='text']::-webkit-placeholder,
input[type='password']::-webkit-placeholder,
input[type='time']::-webkit-placeholder,
input[type='date']::-webkit-placeholder,
input[type='tel']::-webkit-placeholder,
input[type='number']::-webkit-placeholder,
input[type='email']::-webkit-placeholder,
textarea::-webkit-placeholder,
select::-webkit-placeholder {
  color: #A9A9A9;
  font-style: normal;
}
input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='time']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #A9A9A9;
  font-style: normal;
}
input {
  font-family: 'OpenSans', "Arial Regular", Arial, sans-serif;
}
select {
  padding: 0 0 0 5px;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
input[data-ui-fn='timepicker'] {
  width: 47px;
}
textarea {
  height: 72px;
  padding: 3px 8px;
  overflow: auto;
  resize: none;
  font-family: 'OpenSans', "Arial Regular", Arial, sans-serif;
}
input.decimal,
input.udecimal,
input.uint,
input.int,
input.percent,
input.upercent,
input.double {
  text-align: right;
  width: 125px;
}
input.decimal::-ms-clear,
input.udecimal::-ms-clear,
input.uint::-ms-clear,
input.int::-ms-clear,
input.percent::-ms-clear,
input.upercent::-ms-clear,
input.double::-ms-clear {
  display: none;
}
input[data-ui-fn="maskedinput"]::-ms-clear {
  display: none;
}
form input[type='text'],
form input[type='password'],
form input[type='time'],
form input[type='date'],
form input[type='tel'],
form textarea,
form select {
  color: black;
}
form input[type='text'] option:disabled,
form input[type='password'] option:disabled,
form input[type='time'] option:disabled,
form input[type='date'] option:disabled,
form input[type='tel'] option:disabled,
form textarea option:disabled,
form select option:disabled {
  display: none;
}
.label {
  color: #6f7779;
}
form .label {
  color: #6f7779 !important;
}
.editor-zipcode {
  width: 60px !important;
}
.content-important {
  background: #fafafa;
  padding: 5px 0;
  margin: 5px 0;
}
.content .content {
  padding: 0px;
  margin-top: 0px!important;
}
.content .content > .section-title {
  font-size: 1.3em;
  clear: both;
  width: 100%;
  border: none;
  padding-top: 0px;
}
.content .content > .section-title + .section-body {
  clear: both;
  width: 100%;
  border: none;
}
.content + .content,
.content ~ div > .content,
.content ~ [data-ui-fn='visiblewhen'] + .content {
  padding-top: 15px;
}
.content:after {
  clear: both;
  content: "";
  display: block;
}
.content > .line:first-child,
.content > .additional-errors-placeholder + .line {
  margin-top: 25px;
}
.content .vertical-column .label-container {
  text-align: left;
  padding-right: 0px;
}
.content .vertical-column .label-container .label {
  padding-right: 2px;
}
.content .value-container.editorwrapper span.value {
  display: inline-block;
  padding-top: 8px;
  max-width: 100%;
  -ms-word-break: break-word;
  word-break: break-word;
}
.content .value-container.editorwrapper span.value.label {
  padding-top: 11px;
}
.content .label-container {
  text-align: right;
  padding-right: 10px;
}
.content .label-container + div .value {
  display: inline-block;
  padding-top: 8px;
  max-width: 100%;
  -ms-word-break: break-word;
  word-break: break-word;
}
.content .label {
  line-height: 1em;
  /*Nie ustawiamy line-height wiekszego do rozmiaru czcionki tylko padding poniewaz wielolinijkowe labelki zle sie prezentuja*/
  padding-top: 11px;
  position: relative;
  padding-right: 12px;
}
.content .label:not(:empty):after {
  content: ": ";
  position: absolute;
  padding-left: 2px;
  display: inline-block;
  text-align: left;
}
.content .label.nocolon {
  padding-right: 2px;
}
.content .label.nocolon:after {
  content: "";
}
.content .label:not(.required) {
  margin-right: 0;
}
.content .label.required:after {
  content: "*:  ";
  width: 24px;
}
.content .label.two-line-label {
  padding-top: 5px;
}
.content .label.three-line-label {
  padding-top: 0px;
}
.content .value {
  font-size: 13px;
  color: black;
  font-weight: bold;
  overflow-wrap: break-word;
}
[data-display-name='Alias'] {
  word-break: break-all;
}
.section-title {
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #deedf2;
  padding-top: 10px;
  float: left;
  width: 160px;
  margin-right: 10px;
  /*HACK: jeśli tytuł jest wyższy niż section-body to w niektórych miejscach na FF i IE pojawia się scroll*/
  overflow: hidden;
}
.section-title + .section-body {
  width: calc(100% - 170px);
  float: left;
  border-top: 1px solid #deedf2;
  padding-top: 10px;
}
.section-title-margin {
  margin-left: 160px;
  padding-left: 10px;
}
.buttons-line {
  padding: 0px 15px 0px 30px;
}
.buttons-line:after {
  clear: both;
  content: "";
  display: block;
}
.warningText {
  color: red;
  font-size: 14px;
  margin: 20px 0px 30px;
}
.infoText {
  font-size: 14px;
  margin: 20px 0px 30px;
}
.date-range {
  font-size: 0px;
}
.date-range input {
  display: inline-block;
}
.date-range div {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: top;
  width: 10px;
}
.date-range-period {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  margin: 0px 3px;
}
.currency select,
.currency div[data-autocomplete=true] {
  width: 65px;
}
.year select,
.year div[data-autocomplete=true] {
  width: 70px;
}
label.checkbox-outer {
  padding: 0!important;
  margin: 0px 5px 0 0;
  clear: both;
  overflow: hidden;
  display: inline-block;
}
label.checkbox-outer > input[type="checkbox"],
label.checkbox-outer > input[type="radio"] {
  display: none;
}
label.checkbox-outer > div {
  width: 100%;
  vertical-align: text-bottom;
  font-size: 15px;
  font-weight: normal;
  border: 1px solid #c6c8ca;
  cursor: pointer;
  text-decoration: none;
  padding: 3px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -khtml-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  display: inline-block;
  float: left;
  height: 24px;
  width: 24px;
  position: relative;
  z-index: 1;
  pointer-events: none;
  background-color: #ffffff;
}
label.checkbox-outer > div:focus {
  border-color: black;
  outline: none;
}
label.checkbox-outer input[type="checkbox"]:disabled ~ div {
  background-color: #f3f3f3;
}
label.checkbox-outer input[type="checkbox"]:checked ~ div {
  background: url('/Content/images/checkbox-checked.png') #ffffff;
}
label.checkbox-outer input[type="checkbox"]:checked:disabled ~ div {
  background-image: url('/Content/images/checkbox-checked-disabled.png');
  background-color: #f3f3f3;
}
.radio-list {
  height: 24px;
  line-height: 24px;
}
.radio-field {
  font-size: 13px;
  display: inline-block;
  margin-top: 8px;
}
.radio-field:first-of-type > input[type=radio] {
  margin-left: 0!important;
}
.radio-field > input[type=radio] {
  margin-left: 15px;
}
.infobox p caseIdCopyToLink {
  padding-left: 0px;
}
.checkbox-container {
  font-size: 0px;
  display: block;
  margin-right: 15px;
}
.checkbox-container > * {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}
/*Tooltip*/
.ui-tooltip,
.arrow:after {
  background: #990000;
  color: #ffffff;
  max-width: 300px;
  line-height: 1.4em;
}
.ui-tooltip {
  padding: 10px 20px;
  border-radius: 0;
  border: none;
}
.alert-common {
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.alert-common > p:not(:first-child),
.alert-common > a:not(:first-child),
.alert-common > h4:not(:first-child),
.alert-common > ul:not(:first-child) {
  line-height: 22px;
}
.alert-common h4 + div.line {
  margin-top: 10px;
}
.alert-common.alert-block {
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: 22px;
}
.alert-common.alert-block > ul {
  padding-bottom: 0;
}
.alert-common li {
  list-style-type: none;
  margin-left: 0;
  line-height: 22px;
}
.alert-common h4 {
  font-size: 16px;
  font-weight: bold;
  text-rendering: optimizelegibility;
}
.alert-common h4 + * {
  margin-top: 15px;
}
.alert {
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 14px;
  background-color: #fcf0e1;
  border: 1px solid #fcd6aa;
  color: black;
}
.alert > p:not(:first-child),
.alert > a:not(:first-child),
.alert > h4:not(:first-child),
.alert > ul:not(:first-child) {
  line-height: 22px;
}
.alert h4 + div.line {
  margin-top: 10px;
}
.alert.alert-block {
  padding-bottom: 14px;
  padding-top: 14px;
  line-height: 22px;
}
.alert.alert-block > ul {
  padding-bottom: 0;
}
.alert li {
  list-style-type: none;
  margin-left: 0;
  line-height: 22px;
}
.alert h4 {
  font-size: 16px;
  font-weight: bold;
  text-rendering: optimizelegibility;
}
.alert h4 + * {
  margin-top: 15px;
}
.alert a {
  text-decoration: underline;
}
.alert h4 {
  color: black;
}
.alert .label {
  color: black;
}
.emptymessagebox {
  display: block;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  opacity: 0.5;
  text-align: center;
}
.infobox {
  color: black;
  background-color: rgba(222, 237, 242, 0.7);
  font-size: 14px;
  margin: 10px 0;
  line-height: 1.5em;
}
.infobox:after {
  clear: both;
  content: "";
  display: block;
}
.infobox .msg-icon {
  color: #9BC3D3;
  float: left;
  display: block;
  margin-right: 10px;
  height: 1.5em;
  width: 1.5em;
  font-size: 1.5em;
}
.infobox .msg-icon.radius-border {
  font-size: 1em;
}
.infobox .msg-messages {
  vertical-align: middle;
}
.infobox .msg-messages ul {
  list-style-type: disc;
}
.infobox p,
.infobox .label {
  color: black;
  float: left;
}
.infobox p.title,
.infobox .label.title {
  font-weight: bold;
  padding-right: 5px;
}
.infobox p:not(:first-of-type),
.infobox .label:not(:first-of-type) {
  padding-left: 5px;
}
.infobox p.copyCaseLink,
.infobox .label.copyCaseLink,
.infobox p.actionLink,
.infobox .label.actionLink {
  padding-left: 0px;
}
.infobox ul {
  margin-left: 10px;
}
.infobox .value {
  font-weight: bold;
}
.infobox span {
  float: left;
}
.warningbox {
  color: black;
  background-color: rgba(255, 204, 51, 0.3);
  font-size: 14px;
  margin: 10px 0;
  line-height: 1.5em;
}
.warningbox:after {
  clear: both;
  content: "";
  display: block;
}
.warningbox .msg-icon {
  color: #ffcc33;
  float: left;
  display: block;
  margin-right: 10px;
  height: 1.5em;
  width: 1.5em;
  font-size: 1.5em;
}
.warningbox .msg-icon.radius-border {
  font-size: 1em;
}
.warningbox .msg-messages {
  vertical-align: middle;
}
.warningbox .msg-messages ul {
  list-style-type: disc;
}
.warningbox p,
.warningbox .label {
  color: black;
  float: left;
}
.warningbox p.title,
.warningbox .label.title {
  font-weight: bold;
  padding-right: 5px;
}
.warningbox p:not(:first-of-type),
.warningbox .label:not(:first-of-type) {
  padding-left: 5px;
}
.warningbox p.copyCaseLink,
.warningbox .label.copyCaseLink,
.warningbox p.actionLink,
.warningbox .label.actionLink {
  padding-left: 0px;
}
.warningbox ul {
  margin-left: 10px;
}
.warningbox .value {
  font-weight: bold;
}
.warningbox span {
  float: left;
}
.errorbox {
  color: black;
  background-color: rgba(236, 0, 0, 0.15);
  font-size: 14px;
  margin: 10px 0;
  line-height: 1.5em;
}
.errorbox:after {
  clear: both;
  content: "";
  display: block;
}
.errorbox .msg-icon {
  color: #ec0000;
  float: left;
  display: block;
  margin-right: 10px;
  height: 1.5em;
  width: 1.5em;
  font-size: 1.5em;
}
.errorbox .msg-icon.radius-border {
  font-size: 1em;
}
.errorbox .msg-messages {
  vertical-align: middle;
}
.errorbox .msg-messages ul {
  list-style-type: disc;
}
.errorbox p,
.errorbox .label {
  color: black;
  float: left;
}
.errorbox p.title,
.errorbox .label.title {
  font-weight: bold;
  padding-right: 5px;
}
.errorbox p:not(:first-of-type),
.errorbox .label:not(:first-of-type) {
  padding-left: 5px;
}
.errorbox p.copyCaseLink,
.errorbox .label.copyCaseLink,
.errorbox p.actionLink,
.errorbox .label.actionLink {
  padding-left: 0px;
}
.errorbox ul {
  margin-left: 10px;
}
.errorbox .value {
  font-weight: bold;
}
.errorbox span {
  float: left;
}
.chatbox {
  color: black;
  background-color: transparent;
  font-size: 14px;
  margin: 10px 0;
  line-height: 1.5em;
}
.chatbox:after {
  clear: both;
  content: "";
  display: block;
}
.chatbox .msg-icon {
  color: black;
  float: left;
  display: block;
  margin-right: 10px;
  height: 1.5em;
  width: 1.5em;
  font-size: 1.5em;
}
.chatbox .msg-icon.radius-border {
  font-size: 1em;
}
.chatbox .msg-messages {
  vertical-align: middle;
}
.chatbox .msg-messages ul {
  list-style-type: disc;
}
.chatbox p,
.chatbox .label {
  color: black;
  float: left;
}
.chatbox p.title,
.chatbox .label.title {
  font-weight: bold;
  padding-right: 5px;
}
.chatbox p:not(:first-of-type),
.chatbox .label:not(:first-of-type) {
  padding-left: 5px;
}
.chatbox p.copyCaseLink,
.chatbox .label.copyCaseLink,
.chatbox p.actionLink,
.chatbox .label.actionLink {
  padding-left: 0px;
}
.chatbox ul {
  margin-left: 10px;
}
.chatbox .value {
  font-weight: bold;
}
.chatbox .title {
  font-weight: bold;
}
.chatbox ul {
  list-style: outside;
}
.star-info {
  color: #666;
  font-size: 12px;
  text-align: left;
  line-height: 30px;
}
.ui-spinner {
  border-radius: 0px;
}
.ui-spinner input {
  border: 0 none;
  margin: 0;
  padding-right: 20px;
  text-align: right;
}
.distribution-channel {
  width: 190px;
  float: left;
}
.distribution-channel-filter select,
.distribution-channel-filter div[data-autocomplete=true] {
  width: 125px;
}
.nip-editor select {
  width: 55px;
  float: left;
}
.nip-editor .nip-number {
  width: 125px;
}
.content .label-container + div .nip-display .value.nip-prefix {
  display: inline;
}
.content .label-container + div .nip-display .value.nip-number {
  display: inline;
}
.form-info {
  font-size: 16px;
  color: #333333;
  display: block;
  padding-bottom: 15px;
}
i.sm-error-sign {
  background-image: url(/Content/images/validation_alert.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  font-size: 1em!important;
}
i.sm-info-sign {
  font-family: 'OpenSans', "Arial Regular", Arial, sans-serif;
  font-weight: bold;
}
i.sm-info-sign:before {
  content: "i";
  margin: 8px;
}
i.sm-info-sign.sm-fa-content.fa {
  line-height: 21px;
}
/*Filtry z togglebutton*/
.toggle-filter a {
  padding: 5px 10px;
}
/*Header Line Template*/
.headerline {
  margin-bottom: 10px;
}
.headerline:after {
  clear: both;
  content: "";
  display: block;
}
.headerline .headerline-title {
  float: left;
  font-size: 16px;
  font-weight: bold;
}
.headerline .headerline-buttons {
  float: right;
}
.contractor-address .first-column > .label-container,
.correspondence-contractor-address .first-column > .label-container,
.contractor-address .postal-code-column > .label-container,
.correspondence-contractor-address .postal-code-column > .label-container,
.contractor-address .province-column > .label-container,
.correspondence-contractor-address .province-column > .label-container {
  width: 33.33333333%;
}
.contractor-address .first-column .value-container,
.correspondence-contractor-address .first-column .value-container,
.contractor-address .street-column,
.correspondence-contractor-address .street-column {
  width: 41.66666667%;
  max-width: 451px;
  float: left;
}
.contractor-address .street-type,
.correspondence-contractor-address .street-type {
  width: 33.33333333%;
  text-align: right!important;
  float: left;
}
.contractor-address .street-type .label,
.correspondence-contractor-address .street-type .label {
  margin-right: 10px;
}
.contractor-address .street-type .label.value,
.correspondence-contractor-address .street-type .label.value {
  font-weight: normal;
  width: auto!important;
}
.contractor-address .street-type select,
.correspondence-contractor-address .street-type select {
  width: 160px;
  margin-right: 20px;
}
.contractor-address .building-and-flat-no,
.correspondence-contractor-address .building-and-flat-no {
  width: 25%;
}
.contractor-address .building-no .label-container,
.correspondence-contractor-address .building-no .label-container {
  padding: 0px;
  width: calc(100% - 25px - 2*56px);
}
.contractor-address .building-no .value-container,
.correspondence-contractor-address .building-no .value-container {
  width: 56px;
}
.contractor-address .flat-no .label-container,
.correspondence-contractor-address .flat-no .label-container {
  float: left;
  width: 25px;
}
.contractor-address .flat-no .label-container label.label,
.correspondence-contractor-address .flat-no .label-container label.label {
  text-align: center;
  line-height: 15px;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
}
.contractor-address .flat-no .label-container label.label:not(:empty):after,
.correspondence-contractor-address .flat-no .label-container label.label:not(:empty):after {
  content: "";
}
.contractor-address .flat-no .value-container,
.correspondence-contractor-address .flat-no .value-container {
  width: 56px;
}
.contractor-address .postal-code-column .value-container,
.correspondence-contractor-address .postal-code-column .value-container {
  width: 8.33333333%;
  max-width: 69px;
}
.contractor-address .city-column,
.correspondence-contractor-address .city-column {
  width: 33.33333333%;
  max-width: 382px;
  float: left;
}
.contractor-address.readonly .postal-code-column .value-container,
.correspondence-contractor-address.readonly .postal-code-column .value-container {
  max-width: 50px;
}
.contractor-address.readonly .building-no .value-container,
.correspondence-contractor-address.readonly .building-no .value-container {
  width: auto;
}
.contractor-address.readonly .flat-no .value-container,
.correspondence-contractor-address.readonly .flat-no .value-container {
  width: auto;
}
a[data-ui-collectioninlineeditor-element="add"] {
  line-height: 2em;
  margin-left: 33.33333333%;
  cursor: pointer;
}
select.tagit-hidden-field {
  display: none;
}
[readonly] {
  background-color: #f2f2f2 !important;
  cursor: default!important;
}
[readonly].autocomplete-input ~ * {
  display: none!important;
}
select.readonly {
  background-color: #f2f2f2 !important;
  cursor: default!important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.readonly::-ms-expand {
  display: none;
}
select.readonly option[disabled] {
  display: none;
}
.ui-tooltip-content {
  font-size: 11px!important;
  line-height: 1.1em;
}
.uppercase {
  text-transform: uppercase;
}
.separated-editor-line .label-container {
  text-align: left;
}
#FuelCardVehiclesList .value {
  font-weight: normal;
}

/* Split button */
[data-ui-splitbutton-element="expander"].expanded {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
[data-ui-splitbutton-element="links"] {
  border: none!important;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.annoucment-text-highlight {
  font-weight: bold;
}
table {
  width: 100%;
  /*Łamanie wyrazów w tabelach*/
  table-layout: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
table .value {
  font-weight: normal !important;
}
table thead {
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #deedf2;
  border-top-color: #deedf2;
}
table thead label {
  font-size: 13px;
  color: #666;
}
table .label {
  font-weight: bold;
}
table .label:after {
  content: "";
}
table th {
  padding: 8px 10px;
}
table td {
  padding: 5px 10px;
}
table td,
table th {
  vertical-align: middle;
  text-align: left;
}
table tbody tr {
  border-bottom: 1px solid #ccc;
}
table tbody tr:nth-child(odd) {
  background: white;
}
table tbody tr:nth-child(even) {
  background: white;
}
table tbody[data-ui-fn="table"] tr td:last-child a {
  float: left;
}
table form {
  float: left;
}
.content table td span.value {
  color: black;
}
.table-empty {
  background-color: #F6F6F6;
  padding: 50px;
}
.table-empty-message {
  color: #9E9C9C;
  display: block;
  font-weight: bold;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
  width: 500px;
}

/* Split button */
[data-ui-splitbutton-element="expander"].expanded {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
[data-ui-splitbutton-element="links"] {
  border: none!important;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.annoucment-text-highlight {
  font-weight: bold;
}
/*przyciski*/
.button {
  display: inline-block;
  background-color: #ec0000;
  color: White;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
  -ms-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.button:hover,
.button:focus {
  background-color: #990000;
}
.button > * {
  vertical-align: middle;
}
a:hover,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none!important;
  outline: thin transparent!important;
}
a.button:hover {
  color: White;
  text-decoration: none;
}
form > .smallImageButton {
  display: inline-block;
  background-color: #ec0000;
  color: White;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
  -ms-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form > .smallImageButton:hover,
form > .smallImageButton:focus {
  background-color: #990000;
}
form > .smallImageButton > * {
  vertical-align: middle;
}
a.smallImageButton {
  display: inline-block;
  background-color: #ec0000;
  color: White;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
  -ms-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a.smallImageButton:hover,
a.smallImageButton:focus {
  background-color: #990000;
}
a.smallImageButton > * {
  vertical-align: middle;
}
.smallImageButton:hover {
  /*background: lightgray;*/
}
.textButton {
  display: inline-block;
  background-color: #ec0000;
  color: White;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
  -ms-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 15px;
  font-family: 'OpenSans', "Arial Regular", Arial, sans-serif;
}
.textButton:hover,
.textButton:focus {
  background-color: #990000;
}
.textButton > * {
  vertical-align: middle;
}
.linkText {
  color: #ec0000;
  border: none;
  background: none;
  cursor: pointer;
}
.linkText:hover {
  color: #990000;
  text-decoration: underline;
}
a.linkText {
  color: #ec0000;
  border: none;
  background: none;
  cursor: pointer;
  padding: 2px 15px;
  font-size: 13px;
}
a.linkText:hover {
  color: #990000;
  text-decoration: underline;
}
.cancelTextButton {
  display: inline-block;
  background-color: #ec0000;
  color: White;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
  -ms-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 15px;
  font-family: 'OpenSans', "Arial Regular", Arial, sans-serif;
  background: #ffffff !important;
  color: #ec0000;
  display: block;
}
.cancelTextButton:hover,
.cancelTextButton:focus {
  background-color: #990000;
}
.cancelTextButton > * {
  vertical-align: middle;
}
.cancelTextButton:hover {
  background: #ffffff !important;
  color: #990000 !important;
}
a.textButton:hover,
a.textButton:link,
a.textButton:visited,
a.textButton:hover,
a.textButton:active {
  text-decoration: none!important;
  outline: thin transparent!important;
}
.imageTextButton {
  display: inline-block;
  background-color: #ec0000;
  color: White;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
  -ms-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
  white-space: nowrap;
}
.imageTextButton:hover,
.imageTextButton:focus {
  background-color: #990000;
}
.imageTextButton > * {
  vertical-align: middle;
}
a.imageTextButton {
  white-space: nowrap;
}
a.imageTextButton:hover,
a.imageTextButton:link,
a.imageTextButton:visited,
a.imageTextButton:hover,
a.imageTextButton:active {
  text-decoration: none!important;
  outline: thin transparent!important;
}
.list-item-options .button {
  height: 38px;
  padding: 4px 15px;
  display: inline-block;
  font-size: 18px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 30px;
  background-color: #ec0000;
  color: white;
  font-weight: normal;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
.list-item-options .button:hover,
.list-item-options .button:link,
.list-item-options .button:visited,
.list-item-options .button:hover,
.list-item-options .button:active {
  text-decoration: none!important;
  outline: thin transparent!important;
}
.list-item-options .button:hover {
  background-color: #990000;
  color: white;
}
.list-item-options .button.inactive,
.list-item-options .button.inactive:hover {
  color: #D7D7D7;
  background-color: #999999;
}
input[type=reset].textButton {
  background: #ec0000 !important;
  border: none;
  border-radius: 0px;
}
input[type=reset].textButton:hover {
  background: #990000 !important;
}
/*Nowe buttony*/
.button-main1 {
  height: 38px;
  padding: 4px 15px;
  display: inline-block;
  font-size: 18px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 30px;
  background-color: #ec0000;
  color: white;
  font-weight: normal;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
.button-main1:hover,
.button-main1:link,
.button-main1:visited,
.button-main1:hover,
.button-main1:active {
  text-decoration: none!important;
  outline: thin transparent!important;
}
.button-main1:hover {
  background-color: #990000;
  color: white;
}
.button-main1.inactive,
.button-main1.inactive:hover {
  color: #D7D7D7;
  background-color: #999999;
}
.button-main1-small {
  height: 30px;
  padding: 4px 15px;
  display: inline-block;
  font-size: 18px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 22px;
  background-color: #ec0000;
  color: white;
  font-weight: normal;
  font-size: 15px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
.button-main1-small:hover,
.button-main1-small:link,
.button-main1-small:visited,
.button-main1-small:hover,
.button-main1-small:active {
  text-decoration: none!important;
  outline: thin transparent!important;
}
.button-main1-small:hover {
  background-color: #990000;
  color: white;
}
.button-main1-small.inactive,
.button-main1-small.inactive:hover {
  color: #D7D7D7;
  background-color: #999999;
}
#FormsActions a.button-main1,
.list-item-options a.button-main1,
.groupfooter a.button-main1 {
  /* TODO:RACH: Tymczasowo - docelowo na listach wszystkie akcje powinny by� na splitbutton */
  height: 30px;
  padding: 4px 15px;
  display: inline-block;
  font-size: 18px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 22px;
  background-color: #ec0000;
  color: white;
  font-weight: normal;
  font-size: 15px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  margin-left: 3px;
}
#FormsActions a.button-main1:hover,
.list-item-options a.button-main1:hover,
.groupfooter a.button-main1:hover,
#FormsActions a.button-main1:link,
.list-item-options a.button-main1:link,
.groupfooter a.button-main1:link,
#FormsActions a.button-main1:visited,
.list-item-options a.button-main1:visited,
.groupfooter a.button-main1:visited,
#FormsActions a.button-main1:hover,
.list-item-options a.button-main1:hover,
.groupfooter a.button-main1:hover,
#FormsActions a.button-main1:active,
.list-item-options a.button-main1:active,
.groupfooter a.button-main1:active {
  text-decoration: none!important;
  outline: thin transparent!important;
}
#FormsActions a.button-main1:hover,
.list-item-options a.button-main1:hover,
.groupfooter a.button-main1:hover {
  background-color: #990000;
  color: white;
}
#FormsActions a.button-main1.inactive,
.list-item-options a.button-main1.inactive,
.groupfooter a.button-main1.inactive,
#FormsActions a.button-main1.inactive:hover,
.list-item-options a.button-main1.inactive:hover,
.groupfooter a.button-main1.inactive:hover {
  color: #D7D7D7;
  background-color: #999999;
}
.button-main2 {
  height: 38px;
  padding: 4px 15px;
  display: inline-block;
  font-size: 18px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 28px;
  font-weight: normal;
  background-color: white;
  border: 1px solid #ec0000;
  color: #ec0000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
.button-main2:hover,
.button-main2:link,
.button-main2:visited,
.button-main2:hover,
.button-main2:active {
  text-decoration: none!important;
  outline: thin transparent!important;
}
.button-main2:hover {
  color: #990000;
  border-color: #990000;
  background: #f7f7f7;
}
.button-main2.inactive,
.button-main2.inactive:hover {
  color: #A0A6B3;
  border-color: #C9C9C9;
}
.button-main4 {
  color: #ec0000 !important;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  white-space: nowrap;
}
.button-main4:hover,
.button-main4:link,
.button-main4:visited,
.button-main4:hover,
.button-main4:active {
  text-decoration: none!important;
  outline: thin transparent!important;
}
.button-main4:hover {
  color: #990000 !important;
  border-color: #990000;
}
.button-main5 {
  color: #ec0000 !important;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  white-space: nowrap;
  line-height: 20px;
  font-size: 13px;
}
.button-main5:hover,
.button-main5:link,
.button-main5:visited,
.button-main5:hover,
.button-main5:active {
  text-decoration: none!important;
  outline: thin transparent!important;
}
.button-main5:hover {
  color: #990000 !important;
  border-color: #990000;
}
.button-main4 + .button-main4 {
  margin-left: 10px;
}
.filter input[type=submit]:not(.custom),
.filter-top input[type=submit]:not(.custom) {
  height: 38px;
  padding: 4px 15px;
  display: inline-block;
  font-size: 18px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 28px;
  font-weight: normal;
  background-color: white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ec0000;
  color: #ec0000;
  background-color: #fafafa !important;
  font-size: 16px;
  margin: 0px;
  margin-top: 20px;
  height: 35px;
  outline: thin transparent !important;
}
.filter input[type=submit]:not(.custom):hover,
.filter-top input[type=submit]:not(.custom):hover,
.filter input[type=submit]:not(.custom):link,
.filter-top input[type=submit]:not(.custom):link,
.filter input[type=submit]:not(.custom):visited,
.filter-top input[type=submit]:not(.custom):visited,
.filter input[type=submit]:not(.custom):hover,
.filter-top input[type=submit]:not(.custom):hover,
.filter input[type=submit]:not(.custom):active,
.filter-top input[type=submit]:not(.custom):active {
  text-decoration: none!important;
  outline: thin transparent!important;
}
.filter input[type=submit]:not(.custom):hover,
.filter-top input[type=submit]:not(.custom):hover {
  color: #990000;
  border-color: #990000;
  background: #f7f7f7;
}
.filter input[type=submit]:not(.custom).inactive,
.filter-top input[type=submit]:not(.custom).inactive,
.filter input[type=submit]:not(.custom).inactive:hover,
.filter-top input[type=submit]:not(.custom).inactive:hover {
  color: #A0A6B3;
  border-color: #C9C9C9;
}
.filter input[type=submit]:not(.custom):hover,
.filter-top input[type=submit]:not(.custom):hover {
  background-color: #efefef !important;
}
#PopupContainer .buttons-line [type="submit"]:not(.custom) {
  height: 38px;
  padding: 4px 15px;
  display: inline-block;
  font-size: 18px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 30px;
  background-color: #ec0000;
  color: white;
  font-weight: normal;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  outline: thin transparent!important;
}
#PopupContainer .buttons-line [type="submit"]:not(.custom):hover,
#PopupContainer .buttons-line [type="submit"]:not(.custom):link,
#PopupContainer .buttons-line [type="submit"]:not(.custom):visited,
#PopupContainer .buttons-line [type="submit"]:not(.custom):hover,
#PopupContainer .buttons-line [type="submit"]:not(.custom):active {
  text-decoration: none!important;
  outline: thin transparent!important;
}
#PopupContainer .buttons-line [type="submit"]:not(.custom):hover {
  background-color: #990000;
  color: white;
}
#PopupContainer .buttons-line [type="submit"]:not(.custom).inactive,
#PopupContainer .buttons-line [type="submit"]:not(.custom).inactive:hover {
  color: #D7D7D7;
  background-color: #999999;
}
#PopupContainer .buttons-line [type="reset"] {
  color: #ec0000 !important;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  background: transparent;
  outline: none;
}
#PopupContainer .buttons-line [type="reset"]:hover,
#PopupContainer .buttons-line [type="reset"]:link,
#PopupContainer .buttons-line [type="reset"]:visited,
#PopupContainer .buttons-line [type="reset"]:hover,
#PopupContainer .buttons-line [type="reset"]:active {
  text-decoration: none!important;
  outline: thin transparent!important;
}
#PopupContainer .buttons-line [type="reset"]:hover {
  color: #990000 !important;
  border-color: #990000;
}
form input[type=submit]:not(.custom),
.form input[type=submit]:not(.custom),
form input[type=reset].textButton,
.form input[type=reset].textButton {
  height: 30px;
  padding: 4px 15px;
  display: inline-block;
  font-size: 18px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 22px;
  background-color: #ec0000;
  color: white;
  font-weight: normal;
  font-size: 15px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
form input[type=submit]:not(.custom):hover,
.form input[type=submit]:not(.custom):hover,
form input[type=reset].textButton:hover,
.form input[type=reset].textButton:hover,
form input[type=submit]:not(.custom):link,
.form input[type=submit]:not(.custom):link,
form input[type=reset].textButton:link,
.form input[type=reset].textButton:link,
form input[type=submit]:not(.custom):visited,
.form input[type=submit]:not(.custom):visited,
form input[type=reset].textButton:visited,
.form input[type=reset].textButton:visited,
form input[type=submit]:not(.custom):hover,
.form input[type=submit]:not(.custom):hover,
form input[type=reset].textButton:hover,
.form input[type=reset].textButton:hover,
form input[type=submit]:not(.custom):active,
.form input[type=submit]:not(.custom):active,
form input[type=reset].textButton:active,
.form input[type=reset].textButton:active {
  text-decoration: none!important;
  outline: thin transparent!important;
}
form input[type=submit]:not(.custom):hover,
.form input[type=submit]:not(.custom):hover,
form input[type=reset].textButton:hover,
.form input[type=reset].textButton:hover {
  background-color: #990000;
  color: white;
}
form input[type=submit]:not(.custom).inactive,
.form input[type=submit]:not(.custom).inactive,
form input[type=reset].textButton.inactive,
.form input[type=reset].textButton.inactive,
form input[type=submit]:not(.custom).inactive:hover,
.form input[type=submit]:not(.custom).inactive:hover,
form input[type=reset].textButton.inactive:hover,
.form input[type=reset].textButton.inactive:hover {
  color: #D7D7D7;
  background-color: #999999;
}
.button-main1.button-in-editor-line,
.button-main2.button-in-editor-line,
.button-main3.button-in-editor-line,
.button-main4.button-in-editor-line,
.button-main5.button-in-editor-line,
input[type="submit"].button-in-editor-line {
  height: 24px;
  line-height: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 13px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
.listSelectButton {
  height: 38px !important;
  padding: 4px 15px !important;
  display: inline-block !important;
  font-size: 18px !important;
  white-space: nowrap !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  line-height: 30px !important;
  background-color: #ec0000 !important;
  color: white !important;
  font-weight: normal !important;
  border: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -khtml-border-radius: 0px !important;
  border-radius: 0px !important;
}
.listSelectButton:hover,
.listSelectButton:link,
.listSelectButton:visited,
.listSelectButton:hover,
.listSelectButton:active {
  text-decoration: none!important !important;
  outline: thin transparent!important !important;
}
.listSelectButton:hover {
  background-color: #990000 !important;
  color: white !important;
}
.listSelectButton.inactive,
.listSelectButton.inactive:hover {
  color: #D7D7D7 !important;
  background-color: #999999 !important;
}
.button-refresh-report {
  height: 38px;
  padding: 4px 15px;
  display: inline-block;
  font-size: 18px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 28px;
  font-weight: normal;
  background-color: white;
  border: 1px solid #ec0000;
  color: #ec0000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  margin-top: 10px;
}
.button-refresh-report:hover,
.button-refresh-report:link,
.button-refresh-report:visited,
.button-refresh-report:hover,
.button-refresh-report:active {
  text-decoration: none!important;
  outline: thin transparent!important;
}
.button-refresh-report:hover {
  color: #990000;
  border-color: #990000;
  background: #f7f7f7;
}
.button-refresh-report.inactive,
.button-refresh-report.inactive:hover {
  color: #A0A6B3;
  border-color: #C9C9C9;
}

/* Split button */
[data-ui-splitbutton-element="expander"].expanded {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
[data-ui-splitbutton-element="links"] {
  border: none!important;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.annoucment-text-highlight {
  font-weight: bold;
}
div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'OpenSans', "Arial Regular", Arial, sans-serif;
  margin: 0px;
  min-width: 1261px;
  font-size: 13px;
}
a {
  color: #ec0000;
  text-decoration: none;
}
a:hover {
  color: #990000;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}
h1 {
  font-size: 1.6em;
}
h2 {
  font-size: 1.4em;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.1em;
}
h5,
h6 {
  font-size: 1em;
}
.label {
  display: inline-block;
  margin-right: 5px;
  font-size: 13px;
  line-height: 20px;
}
.value {
  font-size: 13px;
  line-height: 20px;
}
.label:not(:empty):after {
  content: ":";
}
.vertical-middle {
  vertical-align: middle;
}
.vertical-middle > * {
  vertical-align: middle;
}
.text-left {
  text-align: left!important;
}
.text-center {
  text-align: center!important;
}
.text-right {
  text-align: right!important;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
[data-ui-fn="bullettooltip"] .sm-fa-container {
  float: right;
  cursor: default;
  font-size: 0px;
  line-height: 22px;
  width: 22px;
  height: 22px;
}
[data-ui-fn="bullettooltip"] .sm-fa-container .sm-fa-content {
  font-size: 12px;
  line-height: 22px;
  height: 22px;
}
.sm-fa-container {
  display: inline-block;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}
.hint-bullet {
  color: #b2b4b6;
  border: #b2b4b6 solid 1px;
}
/*.list-content .sm-fa-container, .header-icon .sm-fa-container {
    border: 2px solid #c8c8c8;
    color:#c8c8c8 ;
    background-color: white; 
    line-height: 46px;
}*/
/*.inactive .header-icon .sm-fa-container {
    color: #E9E9E9;
    border: 2px solid #E9E9E9;
}*/
/*.sm-fa-content{
    font-size: 24px;
}*/
.emptycontainertext {
  text-align: center;
  margin-top: 10%;
  font-weight: bold;
  font-size: 20px;
  display: block;
}
.hidden {
  display: none!important;
}
.collapse {
  visibility: collapse;
}
.caseObiectPriceGrossColumn {
  width: 110px;
}
div.mp-popup {
  width: 75vw !important;
}

/* Split button */
[data-ui-splitbutton-element="expander"].expanded {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
[data-ui-splitbutton-element="links"] {
  border: none!important;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.annoucment-text-highlight {
  font-weight: bold;
}
.radius-border {
  border: 1px solid;
  border-radius: 90px;
  float: inherit;
  font-size: 0.8em;
  text-align: center;
  height: 1.5em;
  width: 1.5em;
  line-height: 1.5em!important;
  margin-right: 0.3em;
  vertical-align: middle;
}
.message-header {
  color: #0099cc;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
.message-content-title {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}
.message-content {
  line-height: 18px;
  padding: 20px 0px;
  width: 640px;
  color: #666666;
  margin-left: 44px;
}
.unknown-error-color {
  color: #ff0000;
}
.warning-error-color {
  color: #ff9900;
}
.message-date {
  color: #999999;
  margin-left: 44px;
}
.errorInfo {
  font-size: 12px;
}
.error-box {
  width: 700px;
  margin: auto;
  text-align: left;
  padding-top: 150px;
}
.error-box:after {
  clear: both;
  content: "";
  display: block;
}
.error-box-report-view {
  width: 700px;
  margin: auto;
  text-align: left;
  padding-top: 150px;
  padding-top: 50px;
}
.error-box-report-view:after {
  clear: both;
  content: "";
  display: block;
}
#alertModal,
#confirmModal,
#infoModal {
  display: none;
}
.button-square {
  background: #ec0000;
  border: 1px solid #fff;
  color: White;
  font-size: 18px;
  text-align: center;
  width: 140px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  float: right;
  margin-left: 10px;
  cursor: pointer;
}
.button-square:hover {
  background: #990000;
  color: White !important;
}
.button-square-confirm {
  background: #f7b32b;
}
.button-square-confirm:hover {
  background: #f7b32b;
}
#alertModalInstance,
#confirmModalInstance,
#infoModalInstance {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #ec0000;
  border-radius: 0px;
  text-align: left;
  cursor: auto;
  min-height: 135px;
  width: 770px;
  padding: 20px 50px 20px 40px;
  -moz-box-shadow: 0 0 4px 1px #cccccc;
  -webkit-box-shadow: 0 0 4px 1px #cccccc;
  box-shadow: 0 0 4px 1px #cccccc;
}
#alertModalInstance:after,
#confirmModalInstance:after,
#infoModalInstance:after {
  clear: both;
  content: "";
  display: block;
}
#alertModalInstance .yesButton,
#confirmModalInstance .yesButton,
#infoModalInstance .yesButton,
#alertModalInstance .noButton,
#confirmModalInstance .noButton,
#infoModalInstance .noButton {
  background: #ec0000;
  border: 1px solid #fff;
  color: White;
  font-size: 18px;
  text-align: center;
  width: 140px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  float: right;
  margin-left: 10px;
  cursor: pointer;
}
#alertModalInstance .yesButton:hover,
#confirmModalInstance .yesButton:hover,
#infoModalInstance .yesButton:hover,
#alertModalInstance .noButton:hover,
#confirmModalInstance .noButton:hover,
#infoModalInstance .noButton:hover {
  background: #990000;
  color: White !important;
}
#alertModalInstance .message-header,
#confirmModalInstance .message-header,
#infoModalInstance .message-header {
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  margin-left: 20px;
}
#alertModalInstance .message-content,
#confirmModalInstance .message-content,
#infoModalInstance .message-content {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-left: 20px;
}
#alertModalInstance .loader-image,
#confirmModalInstance .loader-image,
#infoModalInstance .loader-image {
  border-radius: 10px 10px 10px 10px;
}
#alertModalInstance h4,
#confirmModalInstance h4,
#infoModalInstance h4 {
  font-size: 1em;
  color: inherit;
  white-space: pre-line;
}
#alertModalInstance h4:not(:last-child),
#confirmModalInstance h4:not(:last-child),
#infoModalInstance h4:not(:last-child) {
  margin-bottom: 0.7em;
}
#confirmModalInstance .yesButton {
  background: #f7b32b;
}
#confirmModalInstance .yesButton:hover {
  background: #f7b32b;
}
#waitingModal {
  padding: 20px;
  width: 200px;
  margin: 0px auto;
  background-color: transparent;
  box-shadow: none;
  border: none;
  display: none;
}
#confirm,
#alert,
#info {
  min-height: 180px;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid #333333;
  border-top: 1px solid #cccccc;
  color: #333333;
  margin-bottom: 10px;
  margin-top: 10px;
}
.alertButtonPlaceholder,
.confirmButtonPlaceholder,
.infoButtonPlaceholder {
  margin: 0 auto;
  padding-bottom: 15px;
}
.alertButtonPlaceholder:after,
.confirmButtonPlaceholder:after,
.infoButtonPlaceholder:after {
  clear: both;
  content: "";
  display: block;
}
#SuccessMessage {
  background: none repeat scroll 0 0 #f9ecbb;
  border: 1px solid #f0c36d;
  padding: 7px 5px;
  width: 180px;
  margin: 0px auto;
  text-align: center;
  box-shadow: 2px 2px 5px #888888;
  position: fixed;
  top: 10px;
  z-index: 1000;
  left: 0px;
  right: 0px;
}
.simplemodal-overlay {
  background-color: #444!important;
}

/* Split button */
[data-ui-splitbutton-element="expander"].expanded {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
[data-ui-splitbutton-element="links"] {
  border: none!important;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.annoucment-text-highlight {
  font-weight: bold;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0!important;
}
.autocomplete-outer {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  /*INFO: Czasami pojawiają sie poziome scrolle na pop-up-ach w momencie rozwieniecia autocomplete-a */
}
.autocomplete-outer input.input-validation-error[type="hidden"] + input {
  border: 1px solid #f00!important;
  background-color: #fee!important;
}
.autocomplete-outer .autocomplete-input {
  float: left;
  width: 100%;
  padding-right: 24px;
}
.autocomplete-outer .autocomplete-input::-ms-clear {
  display: none;
}
.autocomplete-outer .autocomplete-button {
  background-color: transparent;
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  margin: 0;
  margin-left: -24px;
  margin-top: 2px;
  padding: 0;
  width: 18px;
}
.autocomplete-outer .autocomplete-button.autocomplete-clear {
  background-image: url(/Content/widgets/autocomplete/autocomplete-clear.png);
  background-position: -1px 1px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-color: none;
  height: 20px;
}
.autocomplete-outer .autocomplete-button.autocomplete-arrow {
  background-image: url(/Content/widgets/autocomplete/autocomplete-down.png);
  background-position: center center;
}
.autocomplete-outer .ui-helper-hidden-accessible {
  display: none;
}
.ui-menu .ui-menu-item {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.5em;
}
.ui-menu .ui-menu-item .ui-state-hover {
  border: none;
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper {
  border: 1px solid rgba(255, 255, 255, 0);
  background-color: transparent;
  font-weight: normal;
  color: #212121;
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  border: 1px solid #999;
  background: #dadada url("/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
}
.ui-autocomplete.ajax-mode:before {
  content: attr(data-placeholder);
  padding-left: 4px;
  background-color: #efefef;
  display: block;
  height: 25px;
  line-height: 25px;
  font-style: italic;
  font-size: 10px;
}
.ui-autocomplete.ui-menu {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: visible;
  border-radius: 0;
}
.ui-autocomplete.ui-menu .autocomplete-showall {
  text-align: center;
  background-color: #efefef;
  margin-top: 2px;
  color: black;
  cursor: pointer;
}

/* Split button */
[data-ui-splitbutton-element="expander"].expanded {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
[data-ui-splitbutton-element="links"] {
  border: none!important;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.annoucment-text-highlight {
  font-weight: bold;
}
ul.tagit {
  width: 100%;
  vertical-align: text-bottom;
  font-size: 15px;
  font-weight: normal;
  border: 1px solid #c6c8ca;
  cursor: pointer;
  text-decoration: none;
  padding: 3px 5px;
  background-color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0px 0px 0px;
  background: #ffffff;
  color: transparent;
  font-size: 13px !important;
  padding: 0px !important;
  line-height: 35px;
  text-align: left !important;
  border-radius: 0px;
  max-height: 200px;
}
ul.tagit:focus {
  border-color: black;
  outline: none;
}
ul.tagit li.tagit-new {
  padding: 0px !important;
}
ul.tagit li {
  margin: 1px 3px;
  float: none;
  display: inline-block;
  border-radius: 0px;
}
ul.tagit input {
  background: none;
  height: 16px;
}
ul.tagit li.tagit-choice-editable {
  padding: 0.2em 18px 0.2em 0.5em;
}
ul.tagit li.tagit-choice {
  line-height: 14px !important;
}
ul.tagit.focus {
  border-color: black;
  outline: none;
}
ul.tagit li.tagit-choice-editable {
  padding: 1px 15px 1px 4px!important;
}
ul.ui-autocomplete > li,
.tagit-label,
.tagit-placeholder {
  font-family: 'OpenSans', "Arial Regular", Arial, sans-serif;
}

[data-ui-intellisense-elements=promp] {
  border: 1px solid gray;
  max-height: 200px;
  overflow-y: auto!important;
  position: absolute;
  background: white;
  z-index: 1;
}
[data-ui-intellisense-elements=promp] li {
  min-height: 20px;
  font-size: 13px;
  padding: 5px 5px 0px 5px;
  cursor: pointer;
}
[data-ui-intellisense-elements=promp] li.hidden {
  display: none;
}
[data-ui-intellisense-elements=promp] li.selected {
  background: url("/Content/libs/jquery.ui/jquery.ui/images/ui-bg_glass_75_dadada_1x400.png") repeat-x scroll 50% 50% #dadada;
  border: 1px solid #999999;
}
[data-ui-intellisense-elements=promp] li span {
  background: bisque;
}

/* Split button */
[data-ui-splitbutton-element="expander"].expanded {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
[data-ui-splitbutton-element="links"] {
  border: none!important;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.annoucment-text-highlight {
  font-weight: bold;
}
[data-ui-dynamicvalueswitcher-element="switcher"] {
  display: inline-block;
  float: right;
  padding-right: 4px;
  line-height: 20px;
  font-size: 0px;
}
[data-ui-dynamicvalueswitcher-element="switcher"] span {
  font-size: 13px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #ccc;
  padding: 0px 7px;
  display: inline-block;
  cursor: pointer;
  background-color: #dddddd;
  color: #555;
}
[data-ui-dynamicvalueswitcher-element="switcher"] span.selected {
  color: #9bc3d3;
  font-weight: bold;
  background-color: #ffffff;
}
[data-ui-dynamicvalueswitcher-element="switcher"] .dynamicvalue-const {
  margin-left: 5px;
}
[data-ui-dynamicvalueswitcher-element="value"] {
  font-size: 13px;
  width: calc(100% - 65px) !important;
}
[data-ui-dynamicvalueswitcher-element="editor"] {
  width: calc(100% - 65px);
  float: left;
}

/* Split button */
[data-ui-splitbutton-element="expander"].expanded {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
[data-ui-splitbutton-element="links"] {
  border: none!important;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.annoucment-text-highlight {
  font-weight: bold;
}
/*Style związane z oknem popup FX*/
[data-ui-fxtable="FxTableViewRegion"] {
  width: 1000px;
}
#ConfiguratorContainer {
  width: 1000px;
}
#FxTableTab {
  padding: 10px;
}
#FxParametersTab,
#FxTableTab {
  height: 400px;
  overflow: auto;
}
#FxParametersTab .checkbox-container,
#FxTableTab .checkbox-container {
  width: 30%!important;
  margin-bottom: 10px;
}
#FxParametersTab .checkbox-container:after,
#FxTableTab .checkbox-container:after {
  clear: both;
  content: "";
  display: block;
}
#FxParametersTab .checkbox-container > *:nth-child(2),
#FxTableTab .checkbox-container > *:nth-child(2) {
  float: right;
  width: calc(100% - 35px);
  margin-top: 5px;
}
.fxtable-wrapper {
  overflow: auto;
  height: 100%;
}
.fxtable {
  border-width: 0px 1px;
  border-style: solid;
  border-color: #cccccc;
  width: auto;
  table-layout: fixed;
}
.fxtable .chosen-container {
  margin-top: 1px;
}
.fxtable .chosen-container-active .chosen-choices {
  border-color: black;
  box-shadow: none;
}
.fxtable .chosen-container-multi .chosen-choices {
  background: white;
  border-color: #c6c8ca;
  max-height: 200px;
  overflow-y: auto;
}
.fxtable .chosen-container-multi .chosen-choices li.search-choice {
  margin: 1px 0 1px 5px;
  padding: 3px 20px 2px 5px;
}
.fxtable th[class*='Output'] {
  background: #ffd23c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffc600 0%, #fd7 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #ffc600 0%, #fd7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffc600 0%, #fd7 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffc600 0%, #fd7 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffc600 0%, #fd7 100%);
  /* W3C */
  filter: format("progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc600', endColorstr='#fd7',GradientType=0 )");
  /* IE6-9 */
}
.fxtable thead {
  background: #e2eaf0;
  border-color: #b7c3cc;
}
.fxtable thead th {
  text-align: center;
  font-weight: bold;
}
.fxtable .chosen-container-multi input[type=text] {
  height: 20px !important;
  padding: 2px 5px !important;
}
.fxtable tbody tr:nth-child(2n+1) {
  background: #f2f5f8;
}
.fxtable tbody tr:first-child .moveup {
  visibility: collapse;
}
.fxtable tbody tr:last-child .movedown {
  visibility: collapse;
}
.fxtable tbody tr:first-child:last-child .delete {
  visibility: collapse;
}
.fxtable .options-column {
  text-align: right;
}
.fxtable .table-options {
  text-align: right;
  padding-left: 10px;
  vertical-align: middle;
}
.fxtable .options-column-no {
  line-height: 17px;
  vertical-align: middle;
}
.fxtable .table-options-button {
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 3px;
}
.fxtable .moveup {
  background-image: url('/Content/widgets/fxtable/img/up.png');
}
.fxtable .movedown {
  background-image: url('/Content/widgets/fxtable/img/down.png');
}
.fxtable .delete {
  background-image: url('/Content/widgets/fxtable/img/delete.png');
}
.fxtable .copy {
  background-image: url('/Content/widgets/fxtable/img/add.png');
}
.fxtable th {
  white-space: normal;
}
.fxtable td,
.fxtable th {
  border-right: 1px solid #CCC;
  vertical-align: middle;
}
.fxtable td:last-child,
.fxtable th:last-child {
  border-right: none;
}
.fxtable td:first-child,
.fxtable th:first-child {
  min-width: 10px;
  white-space: nowrap;
}
.fxtable .FxInputDecimalColumn {
  min-width: 280px;
  width: 280px;
}
.fxtable .FxInputDecimalColumn select {
  float: left;
  width: 40px;
  height: 24px;
}
.fxtable .FxInputDecimalColumn input[type=text] {
  float: left;
  width: 100px;
  text-align: right;
}
.fxtable .FxInputDateColumn {
  min-width: 310px;
  width: 310px;
}
.fxtable .FxInputDateColumn select {
  float: left;
  width: 40px;
  height: 24px;
}
.fxtable .FxInputDateColumn input[type=text] {
  float: left;
  width: 80px;
  text-align: right;
}
.fxtable .FxOutputExpressionColumn {
  min-width: 100px;
  max-width: 210px;
}
.fxtable .FxOutputExpressionColumn input[type=text] {
  width: 100px;
}
.fxtable .FxOutputSelectColumn {
  min-width: 100px;
}
.fxtable .FxOutputSelectColumn select {
  width: 100px;
  white-space: nowrap;
}
.fxtable .FxOutputMultiselectColumn {
  min-width: 100px;
  max-width: 210px;
}
.fxtable .FxInputMultiselectColumn {
  min-width: 210px;
  width: 200px;
}
.fxtable .FxInputTextColumn {
  min-width: 210px;
  width: 200px;
}
.fxtable .FxInputTextColumn input[type=text]:-ms-input-placeholder {
  color: #666;
  font-style: normal;
  font-weight: normal;
}
.fxtable .FxInputTextColumn input[type=text]::-moz-placeholder {
  color: #666;
  font-style: normal;
  opacity: 1;
}
.fxtable .FxInputTextColumn input[type=text]:-moz-placeholder {
  color: #666;
  font-style: normal;
  opacity: 1;
}
.fxtable .FxInputTextColumn input[type=text]::-webkit-placeholder {
  color: #666;
  font-style: normal;
}
.fxtable .FxInputTextColumn input[type=text]::-webkit-input-placeholder {
  color: #666;
  font-style: normal;
}

/* Split button */
[data-ui-splitbutton-element="expander"].expanded {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
[data-ui-splitbutton-element="links"] {
  border: none!important;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.annoucment-text-highlight {
  font-weight: bold;
}
.currencypercentageswitcher {
  display: inline-block;
  padding-right: 4px;
  font-size: 0px;
  width: 80px;
  margin-top: 1px;
  line-height: 35px;
}
.currencypercentageswitcher .currencypercentageswitcher-percentage {
  font-size: 13px;
  border: 1px solid #c7cacb;
  padding: 0px 7px;
  display: inline-block;
  cursor: pointer;
  background-color: #9bc3d3;
  color: white;
  height: 35px;
  line-height: 37px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 5px;
}
.currencypercentageswitcher .currencypercentageswitcher-percentage.selected {
  font-weight: bold;
  color: #9bc3d3;
  background-color: white;
}
.currencypercentageswitcher .currencypercentageswitcher-currency {
  font-size: 13px;
  border: 1px solid #c7cacb;
  padding: 0px 7px;
  display: inline-block;
  cursor: pointer;
  background-color: #9bc3d3;
  color: white;
  height: 35px;
  line-height: 37px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.currencypercentageswitcher .currencypercentageswitcher-currency.selected {
  font-weight: bold;
  color: #9bc3d3;
  background-color: white;
}
.currencypercentageswitcher-message {
  font-size: 10px;
  color: #555555;
  display: block;
  text-align: left;
}

/* Split button */
[data-ui-splitbutton-element="expander"].expanded {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
[data-ui-splitbutton-element="links"] {
  border: none!important;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.annoucment-text-highlight {
  font-weight: bold;
}
.variants-button {
  cursor: pointer;
  display: block;
  float: left;
  font-size: 17px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  width: 24px;
  margin-right: 5px;
}
.variants-button.disabled {
  color: #ddd;
  cursor: default;
}
.variant-add-tab {
  height: 45px!important;
  -webkit-transition: all 0.1s 0 ease-in-out;
  -moz-transition: all 0.1s 0 ease-in-out;
  -o-transition: all 0.1s 0 ease-in-out;
  -ms-transition: all 0.1s 0 ease-in-out;
  transition: all 0.1s 0 ease-in-out;
  cursor: pointer;
  position: relative;
  height: 34px;
  line-height: 35px;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 0px 1px;
  padding: 5px 20px;
  text-align: center;
  font-weight: bold;
  margin-right: 5px;
  padding: 5px 20px!important;
  font-size: 14px!important;
  float: left;
  white-space: nowrap;
  color: #ccc;
}
.variant-add-tab:hover {
  color: #000;
}
.variant-add-tab.disabled {
  color: #ababab;
}
.variant-add-tab.disabled:hover {
  color: #ababab;
}
.variants {
  margin-top: 10px;
  padding: 0px 10px 0px 10px;
  font-size: 0px;
  border-bottom: 1px solid #deedf2;
  height: 46px;
  overflow: visible;
}
.variants .variants-title {
  display: inline-block;
  float: left;
  font-size: 22px;
  height: 44px;
  padding-right: 10px;
}
.variants .variants-tabs {
  max-width: 570px;
  display: inline-block;
  font-size: 13px;
  overflow: hidden;
  float: left;
}
.variants .variants-tabs .variants-tabs-list {
  list-style: none;
  white-space: nowrap;
  height: 46px;
  font-size: 0px;
  position: relative;
  left: 0px;
  width: auto;
}
.variants .variants-tabs .variants-tabs-list > li {
  vertical-align: text-top;
  font-size: 16px;
  -webkit-transition: all 0.1s 0 ease-in-out;
  -moz-transition: all 0.1s 0 ease-in-out;
  -o-transition: all 0.1s 0 ease-in-out;
  -ms-transition: all 0.1s 0 ease-in-out;
  transition: all 0.1s 0 ease-in-out;
  cursor: pointer;
  position: relative;
  height: 34px;
  line-height: 35px;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 0px 1px;
  padding: 5px 20px;
  text-align: center;
  font-weight: bold;
  margin-right: 5px;
  display: inline-block;
}
.variants .variants-tabs .variants-tabs-list > li .variant-tab-labels span {
  min-width: 14px;
  display: block;
  line-height: 17px;
  font-size: 12px;
  font-weight: bold;
}
.variants .variants-tabs .variants-tabs-list > li .variant-tab-labels span:first-child {
  font-size: 14px;
  font-weight: bold;
}
.variants .variants-tabs .variants-tabs-list > li .variant-tab-labels span:only-child {
  margin-top: 10px;
}
.variants .variants-tabs .variants-tabs-list > li i {
  width: 10px;
}
.variants .variants-tabs .variants-tabs-list > li.selected {
  background: #fafafa;
  border-color: #deedf2;
  height: 35px;
}
.variants .variants-tabs .variants-tabs-list > li.Wybrany,
.variants .variants-tabs .variants-tabs-list > li.WybranyWarunkiNiestandardowe {
  color: green;
}
.variants .variants-tabs .variants-tabs-list > li.Odrzucony,
.variants .variants-tabs .variants-tabs-list > li.NiedostepnyProdukt,
.variants .variants-tabs .variants-tabs-list > li.BledneParametry {
  color: red;
}
.variants .variants-tabs .variants-tabs-list > li.Testowy,
.variants .variants-tabs .variants-tabs-list > li.WarunkiNiestandardowe,
.variants .variants-tabs .variants-tabs-list > li.Specjalny {
  color: orange;
}
.variants .variants-tabs .variants-tabs-list > li:hover .close {
  display: block;
}
.variants .variants-tabs .variants-tabs-list > li .close {
  display: none;
  position: absolute;
  right: 8px;
  top: 2px;
  cursor: default;
  color: #ccc;
}
.variants .variants-tabs .variants-tabs-list > li .close:hover {
  color: red;
}
.variants .variants-additional-options a {
  font-size: 12px;
  padding-top: 15px;
}

/* Split button */
[data-ui-splitbutton-element="expander"].expanded {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
[data-ui-splitbutton-element="links"] {
  border: none!important;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.annoucment-text-highlight {
  font-weight: bold;
}
/*SplitButton*/
[data-ui-fn="splitbutton"] > a {
  color: #ec0000;
  font-size: 14px;
  margin-left: 5px;
  margin-right: 46px;
}
[data-ui-splitbutton-element="mainbutton"] {
  color: #ec0000;
  font-size: 14px;
}
[data-ui-splitbutton-element="mainbutton"] a {
  color: #ec0000;
}
[data-ui-splitbutton-element="expander"] {
  width: 30px;
  height: 27px;
  padding: 0;
  margin-left: 5px;
  margin-top: 5px;
  line-height: 30px;
  float: left;
  text-align: center;
  border-left: 1px solid #d9d9d9;
}
[data-ui-splitbutton-element="expander"]:hover,
[data-ui-splitbutton-element="expander"].expanded {
  background: #F2F2F2;
  border-left-color: #F2F2F2;
  cursor: pointer;
}
[data-ui-splitbutton-element="label"] {
  color: #ec0000 !important;
  float: left;
  height: 40px;
  line-height: 30px;
  padding: 5px;
  cursor: pointer;
}
[data-ui-splitbutton-element="label"] a {
  color: #ec0000 !important;
}
[data-ui-splitbutton-element="label"] a:hover {
  text-decoration: none;
}
[data-ui-splitbutton-element="links"] {
  position: absolute;
  background: #F2F2F2;
  z-index: 1000;
}
[data-ui-splitbutton-element="links"] > li {
  padding: 2px 10px;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 36px;
  border: none!important;
}
[data-ui-splitbutton-element="links"] > li:hover {
  background: #fafafa !important;
}
[data-ui-splitbutton-element="links"] > li a {
  color: #ec0000 !important;
  display: block;
  font-weight: normal;
  font-size: 13px;
  width: 100%;
}
[data-ui-splitbutton-element="links"] > li a:hover {
  border-width: 1px 0px!important;
  border-radius: 0px!important;
  text-decoration: none;
}

ul[data-ui-fn="table"]:empty {
  border: none;
}
ul[data-ui-fn="table"]:empty:after {
  display: block;
  height: 100px;
  line-height: 100px;
  text-align: center;
  content: attr(data-ui-table-placeholder);
  font-size: 24px;
  opacity: 0.5;
}
ul[data-ui-fn="table"] > li:only-child {
  border: none!important;
}
tbody[data-ui-fn="table"] {
  font-size: 12px;
}
tbody[data-ui-fn="table"]:empty {
  display: none;
}
tbody[data-ui-fn="table"] + tfoot {
  display: none;
}
tbody[data-ui-fn="table"]:empty + tfoot {
  display: table-footer-group;
}
tbody[data-ui-fn="table"]:empty + tfoot td {
  padding: 0px;
}
tbody[data-ui-fn="table"]:empty + tfoot td:after {
  display: block;
  height: 100px;
  line-height: 100px;
  text-align: center;
  content: attr(data-ui-table-placeholder);
  font-size: 24px;
  opacity: 0.5;
  border: none;
}

/* Split button */
[data-ui-splitbutton-element="expander"].expanded {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
[data-ui-splitbutton-element="links"] {
  border: none!important;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.annoucment-text-highlight {
  font-weight: bold;
}
.editor-datepicker {
  padding-left: 24px !important;
  width: 115px !important;
  background-image: url('/Content/images/red/icons.png');
  background-repeat: no-repeat;
  background-position: 1px -1px;
}
.editor-datepicker::-ms-clear {
  display: none;
}
.ui-datepicker {
  z-index: 99999 !important;
  width: 20.7em !important;
  font-size: 12px !important;
}
.ui-datepicker .ui-datepicker-title {
  height: 1.8em;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0.3em !important;
}
.ui-datepicker td {
  height: 19px;
}
.ui-datepicker-multi-2 {
  width: auto !important;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 20.7em !important;
}
.ui-datepicker-multi-2 .ui-datepicker-group table {
  border-collapse: collapse !important;
  font-size: 0.9em !important;
  margin: 0 0 0.4em !important;
  width: 100% !important;
}
input[data-ui-fn="datepickersm"]:-ms-input-placeholder {
  color: #A9A9A9;
  font-style: italic;
  font-weight: normal;
}
input[data-ui-fn="datepickersm"]::-moz-placeholder {
  color: #A9A9A9;
  font-style: italic;
  opacity: 1;
}
input[data-ui-fn="datepickersm"]:-moz-placeholder {
  color: #A9A9A9;
  font-style: italic;
  opacity: 1;
}
input[data-ui-fn="datepickersm"]::-webkit-placeholder {
  color: #A9A9A9;
  font-style: italic;
}
input[data-ui-fn="datepickersm"]::-webkit-input-placeholder {
  color: #A9A9A9;
  font-style: italic;
}
.ui-icon-circle-triangle-w {
  background-image: url('/Content/images/red/icons.png') !important;
  background-repeat: no-repeat;
  background-position: -4px -34px;
}
.ui-icon-circle-triangle-e {
  background-image: url('/Content/images/red/icons.png') !important;
  background-repeat: no-repeat;
  background-position: -4px -61px;
}
.ui-datepicker div.ui-datepicker-buttonpane button.ui-datepicker-current {
  width: 65px;
  float: left;
  margin-left: -22.15em;
  opacity: 1;
  font-weight: normal;
  background: white;
  border: 1px solid #ec0000;
  color: #ec0000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
.ui-datepicker div.ui-datepicker-buttonpane button.ui-datepicker-current:hover {
  color: #990000;
  border-color: #990000;
  background: #f7f7f7;
}
.ui-datepicker div.ui-datepicker-buttonpane button.ui-datepicker-close {
  display: none;
}

/* Split button */
[data-ui-splitbutton-element="expander"].expanded {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
[data-ui-splitbutton-element="links"] {
  border: none!important;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.annoucment-text-highlight {
  font-weight: bold;
}
.ui-slider.ui-widget {
  font-size: 0.6em;
  top: 3px;
}
.ui-slider.ui-widget-content {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #bec2c3;
  font-size: 0.1px !important;
}
/*Uchwyt do suwania slajderem*/
.ui-slider.ui-slider-horizontal .ui-slider-handle {
  -moz-box-shadow: 0px 2px 3px 0px rgba(11, 11, 10, 0.2);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(11, 11, 10, 0.2);
  box-shadow: 0px 2px 3px 0px rgba(11, 11, 10, 0.2);
  margin-left: -0.6em;
  background: none repeat scroll 0 0 #9bc3d3;
  border: 2px solid transparent;
  border-radius: 50px;
  font-size: 10px;
  top: -0.95em;
  height: 1.6em;
  width: 1.6em;
  z-index: 1;
}
.ui-slider.ui-slider-horizontal .ui-slider-handle:focus {
  outline: thin transparent;
  border-color: #f7b32b;
}
.ui-slider.ui-slider-horizontal .ui-slider-handle:hover {
  cursor: pointer;
}
/*Etykiety z wartosciami brzegowymi slidera*/
.ui-slider {
  position: relative;
}
.ui-slider:before,
.ui-slider:after {
  font-size: 12px;
  top: 10px;
  position: absolute;
  width: 120px;
  text-align: center;
}
.ui-slider:before {
  content: attr(data-min);
  left: -60px;
}
.ui-slider:after {
  content: attr(data-max);
  right: -60px;
}
.slider-wrapper {
  width: calc(100% - 200px);
  max-width: 200px;
  padding-top: 6px;
  padding-right: 3px;
  position: relative;
  /*Kreski na poczatku i koncu slajdera*/
}
.slider-wrapper:after,
.slider-wrapper:before {
  border-color: #bec2c3;
  border-style: solid;
  content: " ";
  display: block;
  height: 8px;
  position: absolute;
  top: 6px;
}
.slider-wrapper:before {
  left: 0px;
  border-width: 0 1px 0 0;
}
.slider-wrapper:after {
  right: 2px;
  border-width: 0 0px 0 1px;
}

.image-upload-result {
  display: block;
  float: left;
}
.image-upload-ctr {
  float: left;
}
.image-upload-ctr .ui-state-hover,
.file-upload-ctr .ui-state-hover,
.image-upload-ctr .ui-state-active,
.file-upload-ctr .ui-state-active {
  background-image: none!important;
  border: none;
}
.image-upload-ctr .qq-upload-list,
.file-upload-ctr .qq-upload-list {
  display: none!important;
}
.extensions-message {
  color: #666;
  margin-top: 5px;
}
.uploaded-files li {
  font-size: 13px;
  margin-top: 6px;
}
.uploaded-files:not(:empty) + .file-upload-ctr {
  margin-top: 5px;
}
.image-uploader-loader {
  float: left;
  width: 15px;
  height: 15px;
  background-image: url(/Content/libs/FileUploader/loading.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.embeded-image {
  max-width: 150px;
  max-height: 150px;
}

.single-image-upload-wrapper {
  overflow: auto;
}
.single-image-upload-result {
  display: block;
  float: left;
}
.single-image-upload-ctr {
  float: left;
}
.single-image-upload-ctr .ui-state-hover,
.single-image-upload-ctr .ui-state-active {
  background-image: none!important;
  border: none;
}
.single-image-upload-ctr .qq-upload-list {
  display: none!important;
}
.single-image-uploader-loader {
  float: left;
  width: 15px;
  height: 15px;
  background-image: url(/Content/libs/FileUploader/loading.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.single-image-preview {
  max-width: 150px;
  max-height: 150px;
}
.single-image-preview-block {
  display: block;
  float: left;
}

/* Split button */
[data-ui-splitbutton-element="expander"].expanded {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
[data-ui-splitbutton-element="links"] {
  border: none!important;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.annoucment-text-highlight {
  font-weight: bold;
}
[data-ui-fn="pagemenu"] {
  max-height: 500px;
  overflow-y: auto;
  color: black;
}
[data-ui-fn="pagemenu"] a {
  color: inherit;
  padding: 10px 5px 10px 10px;
  display: table;
  width: 100%;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[data-ui-fn="pagemenu"] a:hover,
[data-ui-fn="pagemenu"] a:link,
[data-ui-fn="pagemenu"] a:visited,
[data-ui-fn="pagemenu"] a:hover,
[data-ui-fn="pagemenu"] a:active {
  color: inherit;
  text-decoration: none;
  outline: thin transparent;
}
[data-ui-fn="pagemenu"] > li {
  background-color: #F2F2F2;
  overflow: hidden;
  -webkit-transition: background-color 0.15s ease-in-out 0s;
  -moz-transition: background-color 0.15s ease-in-out 0s;
  -o-transition: background-color 0.15s ease-in-out 0s;
  -ms-transition: background-color 0.15s ease-in-out 0s;
  transition: background-color 0.15s ease-in-out 0s;
  border-bottom: 1px solid #c9c9c9;
}
[data-ui-fn="pagemenu"] > li:hover {
  background-color: #ffffff;
}
[data-ui-fn="pagemenu"] > li.selected {
  border-bottom: 1px solid #ec0000;
  color: #ec0000;
}
[data-ui-fn="pagemenu"] > li.inactive {
  color: gray;
}

/* Split button */
[data-ui-splitbutton-element="expander"].expanded {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
[data-ui-splitbutton-element="links"] {
  border: none!important;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.annoucment-text-highlight {
  font-weight: bold;
}
[data-ui-fn="submenu"] {
  color: black;
  line-height: 21px !important;
  font-size: 11px;
  max-height: 500px;
}
[data-ui-fn="submenu"] a {
  color: inherit;
  display: table;
  width: 100%;
  vertical-align: middle;
  padding: 10px 5px 10px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[data-ui-fn="submenu"] a:hover,
[data-ui-fn="submenu"] a:link,
[data-ui-fn="submenu"] a:visited,
[data-ui-fn="submenu"] a:hover,
[data-ui-fn="submenu"] a:active {
  color: inherit;
  text-decoration: none;
  outline: thin transparent;
}
[data-ui-fn="submenu"] li > div {
  padding: 10px 10px 10px 27px;
  background-repeat: no-repeat;
  background-position: left 3px;
  cursor: pointer;
}
[data-ui-fn="submenu"] li > div:hover {
  background-color: #ffffff;
}
[data-ui-fn="submenu"] li > div.expanded {
  background-image: url(/Content/widgets/submenu/arrow-up.png);
}
[data-ui-fn="submenu"] li > div.collapsed {
  background-image: url(/Content/widgets/submenu/arrow-down.png);
}
[data-ui-fn="submenu"] > li {
  background-color: #F2F2F2;
  overflow: hidden;
  border-bottom: 1px solid #c9c9c9;
}
[data-ui-fn="submenu"] > li li {
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  border-bottom: 1px solid #c9c9c9;
}
[data-ui-fn="submenu"] > li li:first-child {
  border-top: 1px solid #c9c9c9;
}
[data-ui-fn="submenu"] > li li:last-child {
  border-bottom: none;
}
[data-ui-fn="submenu"] > li li:hover {
  background-color: #ffffff;
}
[data-ui-fn="submenu"] > li li.selected {
  border-bottom: 1px solid #ec0000;
  color: #ec0000;
}

[data-ui-fn=collectioninlineeditor] [data-ui-collectioninlineeditor-element='template'] {
  display: none;
}

.sequencelist-arrows {
  width: 30px;
  float: left;
}
.sequencelist-arrows [data-sequence] {
  font-size: 14px;
  cursor: pointer;
}
.sequencelist-arrows [data-sequence]:hover {
  color: #888888;
}
.sequencelist-arrows [data-sequence].hidden {
  opacity: 0;
  cursor: default;
  display: inline-block;
}
.sequencelist-arrows [data-sequence].collapse {
  visibility: collapse;
}

[data-ui-fn=formsection] .section-body [data-ui-fn=formsection] {
  width: calc(50% - 10px);
}
[data-ui-fn=formsection] .section-body [data-ui-fn=formsection]:first-child {
  float: left!important;
}
[data-ui-fn=formsection] .section-body [data-ui-fn=formsection]:last-child {
  float: right;
}
[data-ui-fn=formsection].noborder .section-title {
  border-top: none;
}
[data-ui-fn=formsection].noborder .section-body {
  border-top: none;
  padding-top: 0;
}

.disableExpander {
  color: #acacad!important;
}
.disableExpander:hover {
  color: #acacad!important;
  border-color: #acacad!important;
  cursor: auto!important;
}

.report-actions {
    width: 100%;
    border-top: black 1px solid;
    padding-top: 15px;
    text-align: right;
    padding-bottom: 20px;
}
