/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Verdana", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #22527b;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid #f7f9fa;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Verdana", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #e2e3e4;
}
h1,
h2,
h3 {
  margin-top: 17px;
  margin-bottom: 8.5px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 31px;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
p {
  margin: 0 0 8.5px;
}
.lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #e2e3e4;
}
.text-primary {
  color: #337ab7;
}
.text-primary:hover {
  color: #285f8f;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #f7f9fa;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 17px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e2e3e4;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  border-left: 5px solid #f7f9fa;
}
blockquote p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.42857143;
  color: #e2e3e4;
}
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f7f9fa;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 8px;
  margin: 0 0 8.5px;
  font-size: 11px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 17px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f7f7f7;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 12.75px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 17px;
  font-size: 18px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 31px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #f7f9fa;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 28px;
  line-height: 28px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 42px;
  line-height: 42px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 24px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #fff;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2d6da3;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2a6597;
  border-color: #204d73;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2d6da3;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-warning {
  color: #ffffff;
  background-color: #c95100;
  border-color: #b04700;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #a04100;
  border-color: #722e00;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #c95100;
  border-color: #b04700;
}
.btn-warning .badge {
  color: #c95100;
  background-color: #fff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-success {
  color: #ffffff;
  background-color: #617a10;
  border-color: #4f630d;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #44560b;
  border-color: #242d06;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #617a10;
  border-color: #4f630d;
}
.btn-success .badge {
  color: #617a10;
  background-color: #fff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #22527b;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #e2e3e4;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse:not(.show) {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
      -webkit-transition: none;
      transition: none;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #e2e3e4;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #e2e3e4;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  line-height: 42px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  line-height: 28px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #f7f9fa;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f7f9fa;
}
.nav > li.disabled > a {
  color: #e2e3e4;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #e2e3e4;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f7f9fa;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f7f9fa #f7f9fa #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
  border: 1px solid #e2e3e4;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  padding: 0;
  margin-bottom: 2em;
  border-bottom: 1px solid #e2e3e4;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li {
  float: none;
  padding-left: 0;
  background: #f7f9fa;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-bottom: 0px;
}
.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > li > span {
  display: block;
  text-align: center;
  padding: 15px 20px;
  color: #2b60ad;
  text-decoration: underline;
  border: 1px solid #e2e3e4;
  border-radius: 0;
}
.nav-tabs.nav-justified .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 17px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 16.5px 15px;
  font-size: 15px;
  line-height: 17px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 17px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 17px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form select.form-control {
    width: auto;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.navbar-btn.btn-sm {
  margin-top: 11px;
  margin-bottom: 11px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 16.5px;
  margin-bottom: 16.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #586167;
  border-color: #495055;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #495055;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #495055;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #495055;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #495055;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #e2e3e4;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #e2e3e4;
}
.navbar-inverse .navbar-nav > li > a {
  color: #e2e3e4;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #e2e3e4;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #e2e3e4;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 17px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #f7f9fa;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #e2e3e4;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 15px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 17px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f7f9fa;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #e2e3e4;
  background-color: #ffffff;
  cursor: not-allowed;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #e2e3e4;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.panel {
  margin-bottom: 17px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*==============================================================================
        TO DO: ZREVIDOVAT STYLY - smazat, prepsat jen, co je potreba do less dle
               css/zaloha_less.css
==============================================================================*/
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
textarea {
  resize: vertical;
}
hr.cleaner {
  border: 0;
  margin: 0;
  padding: 0;
}
a img {
  vertical-align: middle;
}
/* -----------------------------------------------------------------------------
= TEXT ELEMENTS */
th {
  vertical-align: middle;
}
p {
  margin: 0 0 1.25em 0;
}
ul,
ol {
  margin: 0 0 1.25em 1.625em;
}
ul {
  list-style-type: none;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0 1.25em;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1.25em;
}
strong {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
  color: #454D52;
}
blockquote {
  font-family: Georgia, "Bitstream Charter", serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 3em;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote cite {
  color: #000;
  font-size: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
pre {
  background: #f4f4f4;
  font-size: 81.3%;
  font-family: Monaco, Consolas, Courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.25em;
  overflow: auto;
  padding: 0.75em 1.25em;
}
code,
kbd {
  font-size: 81.3%;
  font-family: Monaco, Consolas, Courier, monospace;
}
abbr,
acronym,
dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}
address {
  display: block;
  margin: 0 0 1.25em;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 62.5%;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
.bold {
  font-weight: bold;
}
.bold label {
  font-weight: bold !important;
  font-size: 13px;
}
.no-wrap {
  white-space: nowrap;
}
.no-padding {
  padding: 0 !important;
}
.small {
  font-size: 11px;
}
.invisible {
  display: none;
}
.visible {
  display: table-row;
}
.orange {
  color: #be5600;
}
.big {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.upper {
  text-transform: uppercase;
}
.center {
  text-align: center;
}
.row-cl {
  margin: 20px 0;
}
.text-right {
  text-align: right;
}
.node #main .innerwrap {
  width: 720px;
  float: right;
  margin: 0;
  padding: 0;
}
.hp #main .innerwrap {
  width: 100%;
  float: right;
  margin: 0;
  padding: 0;
}
.node .left {
  /* kontejner pro levy blok - matrjoska - nenastavovat padding */
  float: left;
  width: 240px;
  margin: 0;
  padding: 0;
}
.right {
  /* kontejner pro pravy blok - matrjoska - nenastavovat padding */
  float: right;
  width: 190px;
  margin: 0;
  padding: 0;
  display: none;
}
.hp .middle {
  /* kontejner pro stredovy blok - matrjoska - nenastavovat padding */
  margin: 0;
  width: 980px;
  float: left;
  clear: none;
}
.middle {
  /* kontejner pro stredovy blok - matrjoska - nenastavovat padding */
  margin: 0;
  width: 100%;
  float: none;
  clear: none;
}
.node .middle {
  /* kontejner pro stredovy blok - matrjoska - nenastavovat padding */
  margin: 0;
  width: 720px;
  float: left;
  clear: none;
}
.conin {
  /* vnitrni kontejner pro vsechny bloky - matrjoska - tady nastavit padding */
  margin: 0;
  padding: 0.5em 0;
}
#content {
  position: relative;
}
/* -----------------------------------------------------------------------------
= SKIP NAVIGATION */
a.hdn_nav {
  position: absolute;
  top: 0;
  left: -9999px;
  z-index: 0;
  padding: 0.5em;
  color: #000;
  background: #fff;
}
a.hdn_nav:active,
a.hdn_nav:focus {
  z-index: 2000;
  left: 0;
}
/* SEARCH TODO */
#search {
  position: absolute;
  top: 5px;
  right: 5px;
}
#search #search-input {
  border: 1px solid #dadada;
  width: 150px;
  vertical-align: bottom;
}
#search #go_button {
  vertical-align: bottom;
}
/* -----------------------------------------------------------------------------
= LEFT */
/* -------------
user menu ------ */
#menu ul {
  margin: 0;
  padding: 0;
}
#menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu li a {
  text-decoration: underline;
}
#menu li a:hover {
  text-decoration: none;
}
a.btn.btn-xs.btn-danger.org-btn {
  margin-top: 1em;
  display: block;
  width: 90px;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.menu li a {
  text-decoration: none;
  background-color: #1676b5;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding: 0;
  height: 40px;
  line-height: 3.2;
  border-left: 1px solid #1a608d;
}
.menu li.first a {
  border-left: 0 none;
}
.menu li a:hover,
.menu li a:focus {
  background-color: #095c93;
}
.menu.lvl1 > li.menu-item a#messages {
  background-image: url("../img/icon/ico-message.png?version=1547541248200");
  background-repeat: no-repeat;
  background-position: 35px 10px;
}
.menu.lvl1 > li.menu-item a#orders {
  background-position: 35px 10px;
}
.menu.lvl1 > li.menu-item a#services {
  background-position: 35px -57px;
}
.menu.lvl1 li .lvl2 {
  display: none;
  margin: 0;
}
.menu.lvl1 li:hover .lvl2 {
  display: block;
}
.menu.lvl1 li .lvl2 li .lvl3 {
  display: none;
  margin: 0;
}
.menu.lvl1 li .lvl2 li {
  position: relative;
}
.menu.lvl1 li .lvl2 li .lvl3 {
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
}
.menu.lvl1 li ul.lvl2 li.submenu > a {
  background-image: url('../img/icon/submenu-li.png?version=1547541248201');
  background-repeat: no-repeat;
  background-position: 90% center;
}
/* ------------------
user submenu -------- */
.submenu-orders,
.submenu-contracts,
.submenu-services,
.submenu-profile,
.submenu-statistics,
.submenu-service-settings,
.submenu-messages {
  background-color: #e3f2fb;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-decoration: none;
  color: #1676b5;
  font-size: 15px;
  float: left;
  width: 30%;
  margin-right: 3%;
  height: 60px;
  line-height: 3.8;
  padding: 0;
  padding-left: 70px;
  padding-right: 20px;
}
.submenu-orders {
  background-image: url('../img/icon/orders.png?version=1547541248201');
}
.submenu-contracts {
  background-image: url('../img/icon/orders.png?version=1547541248201');
}
.submenu-services,
.submenu-service-settings {
  background-image: url('../img/icon/services.png?version=1547541248201');
}
.submenu-profile {
  background-image: url('../img/icon/profile.png?version=1547541248201');
}
.submenu-statistics {
  background-image: url('../img/icon/statistics.png?version=1547541248201');
}
.submenu-messages {
  background-image: url("../img/icon/ico-message-bg2.png?version=1547541248201");
  background-repeat: no-repeat;
}
.submenu-orders:hover,
.submenu-contracts:hover,
.submenu-services:hover,
.submenu-service-settings:hover,
.submenu-profile:hover,
.submenu-statistics:hover,
.submenu-messages:hover,
.submenu-orders:focus,
.submenu-services:focus,
.submenu-service-settings:focus,
.submenu-profile:focus,
.submenu-statistics:focus,
.submenu-messages:focus {
  background-color: #1676b5;
  color: #fff;
}
/* -----------------
breadcrumb --------- */
.breadcrumb {
  padding: .5em 0;
  margin: 1em 0 .5em 0;
}
.left .node_perex {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin: .5em 0;
}
.left .node_content {
  font-size: 12px;
  color: #777777;
  margin: .5em 0 1em 0;
}
.left .node_content p {
  color: #666;
}
.left .btn a {
  background: #0ea334 url('../img/green-btn.png?version=1547541248201') repeat-x 0 0;
  background: -moz-linear-gradient(top, #0ea334 0%, #0b8f28 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0ea334), color-stop(100%, #0b8f28));
  background: -webkit-linear-gradient(top, #0ea334 0%, #0b8f28 100%);
  background: -o-linear-gradient(top, #0ea334 0%, #0b8f28 100%);
  background: -ms-linear-gradient(top, #0ea334 0%, #0b8f28 100%);
  background: linear-gradient(to bottom, #0ea334 0%, #0b8f28 100%);
  width: 100%;
  text-align: center;
  text-decoration: none;
  text-shadow: #404040 1px 1px 2px;
  display: block;
  color: #fff;
  border: 1px solid #0b8e28;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 1em;
}
.left .btn a:hover,
.left .btn a:focus {
  background: #058727;
}
/* -----------------------------------------------------------------------------
= MIDDLE */
/* DASHBOARD */
.dashboard_block_list {
  margin: 1em 0;
}
.dashboard_block_position {
  width: 49%;
  padding-bottom: 1.5em;
}
.dashboard_block_list .fl {
  margin-right: 1%;
}
.dashboard_block_list .sort {
  margin-bottom: 1.5em;
}
.dashboard_block_list .drop {
  border: 2px dashed #ddd;
}
.dashboard_block_list .dashboard_block_position .drop {
  border: 0;
}
.dashboard_block_list .dashboard_block_header_box {
  background: #1E1E1E;
  padding: 0.25em 1.25em;
  cursor: move;
}
.dashboard_block_list .dashboard_block_header_box h3 {
  float: left;
  color: #fff;
  margin: 0;
}
.dashboard_block_list .dashboard_block_header_box .dashboard_block_buttons {
  float: right;
  width: 60px;
  text-align: right;
}
.dashboard_block_list .dashboard_block_content {
  padding: 1.25em;
}
/* =====================================================================================================================================
= MODULES, PAGES */
/* LOGIN */
#usr_lgn_drv_opt_block p {
  clear: both;
  margin: 0 0 0.75em 0;
  padding: 0;
}
label .lab {
  clear: both;
}
label .lab {
  display: block;
  width: 120px;
  float: left;
}
p.submit input {
  width: auto;
}
label {
  color: #000;
  font-size: 12px;
  font-weight: bold;
}
input {
  background: #f4f4f4;
  border: 1px solid #b4b4b4;
  border-radius: 0;
}
/********** formulare ***********/
.system_form_wrapper fieldset fieldset {
  padding: 0;
  border: 0 none;
}
.system_form_wrapper legend {
  font-size: 1.26em;
  font-weight: bold;
  padding: .26em 0;
  margin: 0 0 .5em 0;
}
.system_form_wrapper label {
  float: none;
  margin: 0 .5em .5em 0;
  display: inline-block;
}
.system_form_wrapper .light-box label {
  max-width: 92%;
}
.system_form_required {
  color: #ff0000;
  font-family: 'Verdana', sans-serif;
  font-size: 0;
}
.system_form_required:after {
  content: 'Povinné';
  color: #696969;
  font-style: italic;
  text-transform: capitalize;
  margin-left: 3px;
  visibility: visible;
  font-size: 11px;
}
.system_form_recommended {
  color: #ff0000;
  font-family: 'Verdana', sans-serif;
  visibility: hidden;
  font-size: 11px;
}
.system_form_recommended:after {
  content: 'Doporučené';
  color: #696969;
  font-style: italic;
  text-transform: capitalize;
  margin-left: 5px;
  visibility: visible;
}
.system_form_recommended {
  font-family: 'Verdana', sans-serif;
}
.system_form_wrapper .system_form_visibility_no {
  display: none;
}
.system_form_wrapper .system_form_presentation_visibility_no {
  display: none;
}
/* -------------------------------------------------
USER INFO */
.user_info a.login_bnt,
.send-buttons {
  margin-bottom: 0;
  font-weight: normal;
  border: 1px solid transparent;
  line-height: 1.42857143;
  border-radius: 4px;
  -o-user-select: none;
  display: inline-block;
  padding: 6px 12px;
  margin: 10px 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  font-weight: bold;
  background-color: #617a10;
  border-color: #4f630d;
  border: 1px solid #6f891c;
  border: 1px solid #859e36;
  background: #617a10;
  color: #ffffff;
  font-size: 11px;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
  margin: 0;
}
.user_info a.login_bnt:focus,
.send-buttons:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.user_info a.login_bnt:hover,
.send-buttons:hover,
.user_info a.login_bnt:focus,
.send-buttons:focus {
  color: #333333;
  text-decoration: none;
}
.user_info a.login_bnt:active,
.send-buttons:active,
.user_info a.login_bnt.active,
.send-buttons.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.user_info a.login_bnt.disabled,
.send-buttons.disabled,
.user_info a.login_bnt[disabled],
.send-buttons[disabled],
fieldset[disabled] .user_info a.login_bnt,
fieldset[disabled] .send-buttons {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.user_info a.login_bnt:hover,
.send-buttons:hover,
.user_info a.login_bnt:focus,
.send-buttons:focus,
.user_info a.login_bnt:active,
.send-buttons:active,
.user_info a.login_bnt.active,
.send-buttons.active,
.open .dropdown-toggle.user_info a.login_bnt,
.open .dropdown-toggle.send-buttons {
  color: #ffffff;
  background-color: #44560b;
  border-color: #242d06;
}
.user_info a.login_bnt:active,
.send-buttons:active,
.user_info a.login_bnt.active,
.send-buttons.active,
.open .dropdown-toggle.user_info a.login_bnt,
.open .dropdown-toggle.send-buttons {
  background-image: none;
}
.user_info a.login_bnt.disabled,
.send-buttons.disabled,
.user_info a.login_bnt[disabled],
.send-buttons[disabled],
fieldset[disabled] .user_info a.login_bnt,
fieldset[disabled] .send-buttons,
.user_info a.login_bnt.disabled:hover,
.send-buttons.disabled:hover,
.user_info a.login_bnt[disabled]:hover,
.send-buttons[disabled]:hover,
fieldset[disabled] .user_info a.login_bnt:hover,
fieldset[disabled] .send-buttons:hover,
.user_info a.login_bnt.disabled:focus,
.send-buttons.disabled:focus,
.user_info a.login_bnt[disabled]:focus,
.send-buttons[disabled]:focus,
fieldset[disabled] .user_info a.login_bnt:focus,
fieldset[disabled] .send-buttons:focus,
.user_info a.login_bnt.disabled:active,
.send-buttons.disabled:active,
.user_info a.login_bnt[disabled]:active,
.send-buttons[disabled]:active,
fieldset[disabled] .user_info a.login_bnt:active,
fieldset[disabled] .send-buttons:active,
.user_info a.login_bnt.disabled.active,
.send-buttons.disabled.active,
.user_info a.login_bnt[disabled].active,
.send-buttons[disabled].active,
fieldset[disabled] .user_info a.login_bnt.active,
fieldset[disabled] .send-buttons.active {
  background-color: #617a10;
  border-color: #4f630d;
}
.user_info a.login_bnt .badge,
.send-buttons .badge {
  color: #617a10;
  background-color: #fff;
}
.user_info a.login_bnt:hover,
.send-buttons:hover,
.user_info a.login_bnt:focus,
.send-buttons:focus {
  background-color: #769416;
}
.user_info,
.cdd-btn {
  float: right;
  margin: 4.5px 0;
}
.cdd-btn {
  margin-right: 3px;
}
.user_info span {
  color: #40484c;
}
.cdd-btn .btn,
.user_info .btn {
  margin: 0;
}
/* profil */
.infoBox {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: .5em;
  line-height: 1.8;
}
/* -------------------------------------------------
TOP HIGHLIGHT */
#top-highlight {
  background: url('../img/top-highlight-header.png?version=1547541248205') no-repeat top center, url('../img/top-highlight-footer.png?version=1547541248205') no-repeat bottom center;
  text-align: center;
  font-size: 18px;
  color: #3a3a3a;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  padding-top: 47px;
  padding-bottom: 17px;
}
#top-highlight .conin {
  padding: 10px;
  background: #E3E3E3;
}
#top-highlight .conin p {
  margin-bottom: 0;
}
/* -------------------------------------------------
HIGHLIGHT */
.left #sys_blck_highlight {
  background: #e3e3e3 url('../img/highlight.png?version=1547541248205') no-repeat top center;
  max-width: 200px;
  width: 200px;
  font-size: 16px;
  color: #566166;
  padding: 40px 20px 20px 20px;
  margin: 0 0 1em 0;
}
.left #sys_blck_highlight p {
  font-size: 16px;
  color: #566166;
  margin: 0;
}
/* -------------------------------------------------
TOP BLOCKS - zadavatel, dodavatel */
#top_blocks .sys_blck {
  float: left;
  width: 49%;
  margin: 20px 2% 0 0;
  padding: 0;
}
#top_blocks #sys_blck_1013,
#top_blocks #sys_blck_1015 {
  margin-right: 0;
}
#top_blocks .sys_blck > div {
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #ebebeb;
}
#top_blocks h3,
#top_blocks div {
  margin: 0;
  padding: 0;
}
#top_blocks .pul-doprava {
  width: 310px;
}
#top_blocks .green-btn {
  font-size: 14px;
  line-height: 54px;
}
#top_blocks p {
  margin: 0 0 .5em 0;
  padding: 0;
}
#top_blocks h3 {
  line-height: 1.8;
  color: #000;
  font-size: 22px;
  font-weight: normal;
}
#top_blocks img {
  margin: 1em;
}
#top_blocks .pocet {
  font-size: 16px;
  color: #566166;
}
#top_blocks .pocet strong {
  font-size: 22px;
  color: #566166;
  font-weight: bold;
}
#top_blocks .help-ico {
  background: url('../img/icon/help.png?version=1547541248206') no-repeat left center;
  padding-left: 25px;
  min-height: 23px;
  font-size: 12px;
  color: #666666;
}
#top_blocks .help-ico a {
  color: #B25023;
  font-size: 12px;
}
.hp #area_contentright {
  margin-top: 20px;
  position: relative;
}
/* ------------------------
login, change pass form  */
#changePassword_wrapper .wrapper {
  float: left;
}
#userCredentials_wrapper label,
userCredentials_wrapper input,
.usr_loginform label,
.usr_loginform input,
#changePassword_wrapper label,
changePassword_wrapper input {
  margin-bottom: .5em;
}
#userCredentials_wrapper .password-strength-bar,
#userCredentials_wrapper .password-strength-info {
  margin: .5em 0 .25em 0px;
  max-width: 172px;
}
#userCredentials_wrapper input[type=text],
#userCredentials_wrapper input[type=password],
#changePassword_wrapper input[type=text],
#changePassword_wrapper input[type=password],
.usr_loginform input[type=text],
.usr_loginform input[type=password] {
  border: 1px solid #b4b4b4;
  background: #f4f4f4;
  color: #000;
  padding: 5px 10px;
  width: 150px;
}
#userCredentials_wrapper input[type=text]:hover,
#userCredentials_wrapper input[type=password]:hover,
#userCredentials_wrapper input[type=text]:focus,
#userCredentials_wrapper input[type=password]:focus,
#changePassword_wrapper input[type=text]:hover,
#changePassword_wrapper input[type=password]:hover,
#changePassword_wrapper input[type=text]:focus,
#changePassword_wrapper input[type=password]:focus,
.usr_loginform input[type=text]:hover,
.usr_loginform input[type=password]:hover,
.usr_loginform input[type=text]:focus,
.usr_loginform input[type=password]:focus {
  background: #fefefe;
}
#userCredentials_wrapper #f9a8129dd5417044eecbadf948aa8deb0 {
  margin-left: 158px;
}
/* --------------------------------
NejnovĂ„â€şjÄąË‡Ä‚Â­ veÄąâ„˘ejnÄ‚Â© zakÄ‚Ë‡zky */
.latest_order_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.latest_order_list .item {
  float: left;
  border: 3px solid #e3e3e3;
  width: 219px;
  min-height: 125px;
  margin-right: 1em;
  padding: 5px 12px;
  margin-bottom: 1.5em;
  position: relative;
  line-height: 1.5;
}
.latest_order_list .item.last {
  margin-right: 0;
}
.latest_order_list .item .date {
  color: #566166;
  font-size: 1.18em;
  font-weight: bold;
  margin-bottom: .25em;
}
.latest_order_list .item .title a {
  color: #006aa1;
}
.latest_order_list .item .supplier_title {
  color: #666666;
  width: 90%;
  overflow: hidden;
  height: 40px;
}
.all_orders_link {
  float: right;
  margin-top: -40px;
}
/* -------------------------------------
price highlight */
.price {
  height: 86px;
  color: #566166;
  text-align: center;
  font-size: 1.25em;
  background: url('../img/grey-arrow.png?version=1547541248206') no-repeat center bottom;
}
.price strong {
  color: #047321;
  /*#058727*/
  font-size: 2em;
  font-weight: normal;
}
.price a {
  float: right;
  margin: 15px 0 0 0;
}
/* -----------------------------
USER INFO */
.user_info_left {
  background: #e3f2fb;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  display: block;
}
.user_info_left span {
  background: url('../img/blue-arrow.png?version=1547541248207') no-repeat center bottom;
  padding: .5em 1em;
  display: block;
}
/* ------------------------------
DETAIL  */
.detail {
  color: #666666;
}
.detail hr {
  height: 0;
  border-bottom: none;
}
.organizationType {
  padding: .5em 1.5em .5em 0;
  float: left;
  color: #000;
  margin-right: 1em;
  font-size: 20px;
}
.organizationType img {
  margin-right: .5em;
  vertical-align: middle;
}
.detail strong {
  color: #000;
  font-size: 115%;
}
.detail .section {
  margin-bottom: 1em;
}
.tabs_cnts .xen_pgr:first-child,
.tab-content .xen_pgr:first-child {
  display: none;
}
.bottom-border {
  border-bottom: 1px solid #e6e6e6;
}
#navbar {
  position: absolute;
}
.top {
  clear: both;
}
.top a {
  float: right;
  background: url('../img/top.png?version=1547541248207') no-repeat 0 0;
  height: 25px;
  width: 26px;
}
.top a span {
  text-indent: -9999px;
  display: block;
}
label {
  font-weight: normal;
}
.pager label.order-on-page {
  background: url('../img/icon/pocet-vz.png?version=1547541248207') 0 50% no-repeat;
  width: 16px;
  height: 16px;
  float: left;
  margin: .5em 1em .5em 0;
  text-indent: -9999px;
}
.detail_rss a {
  color: #ffffff;
}
.detail_rss a:hover,
.detail_rss a:focus {
  color: #ffffff;
}
/* ---------------------------
ikony dokumentu */
.xendocuments_name {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
#xenimages-box .tdc {
  min-width: 50px;
}
#xenimages-box .tdsize {
  min-width: 100px;
}
.tdc a {
  float: right;
  margin-right: .6em;
  text-decoration: none !important;
}
#xenimages-box .tdc a {
  float: none;
}
.tdc a span {
  text-indent: -9999px;
  display: block;
  float: left;
  overflow: hidden;
}
.tdc a em {
  color: #e16a00;
  font-style: normal;
  padding: 0 .25em;
}
.xendocument_signature_list {
  border: 0 none !important;
  padding: 0 !important;
  background-color: #f7f7f7;
}
.xendocument_signature_list p {
  padding-left: 1em;
  font-size: 11px;
  margin-left: 25px;
  margin: 1em 0;
}
.xendocument_signature_item {
  border-left: 2px solid #444;
  padding-left: 1em;
  font-size: 11px;
  margin-bottom: 1em;
}
.xendocument_signature_item p {
  margin: 0;
}
#xendocuments-box.xendocuments-box #xendocuments_list {
  border: 3px solid #e3f2fb;
  position: relative;
  z-index: 1;
}
.xendocuments_ico {
  background: url('../img/icon/no-icon.png?version=1547541248207') no-repeat 0 0;
  padding: 3px 0 3px 25px;
}
.icon_bmp {
  background: url('../img/icon/bmp.png?version=1547541248207') no-repeat 0 0;
}
.icon_pdf {
  background: url('../img/icon/pdf.png?version=1547541248207') no-repeat 0 0;
}
.icon_doc {
  background: url('../img/icon/doc.png?version=1547541248207') no-repeat 0 0;
}
.icon_htm {
  background: url('../img/icon/htm.png?version=1547541248207') no-repeat 0 0;
}
.icon_jpg {
  background: url('../img/icon/jpg.png?version=1547541248207') no-repeat 0 0;
}
.icon_rar {
  background: url('../img/icon/rar.png?version=1547541248207') no-repeat 0 0;
}
.icon_txt {
  background: url('../img/icon/txt.png?version=1547541248207') no-repeat 0 0;
}
.icon_xls {
  background: url('../img/icon/xls.png?version=1547541248207') no-repeat 0 0;
}
.icon_xml {
  background: url('../img/icon/xml.png?version=1547541248208') no-repeat 0 0;
}
.icon_zip {
  background: url('../img/icon/zip.png?version=1547541248208') no-repeat 0 0;
}
/* ------------------------------------------
order_toolbar  */
.toolbar_icon {
  display: block;
  max-width: 130px;
  padding: .5em 1em;
  float: right;
}
.toolbar_icon a {
  text-decoration: none;
  float: left;
  min-width: 25px;
  min-height: 25px;
  text-align: center;
  margin: 3px;
}
.detail .toolbar_icon {
  background: #ffffff;
  border: 2px solid #dadada;
}
/* -----------------------------------------
registrace, organizace */
#registration,
.registration-form {
  display: block;
  width: 100%;
  margin: 1em 0;
  padding: 0;
}
#registration .wrapper,
.registration-form .wrapper,
#organizationProfile_wrapper .wrapper {
  display: block;
  float: left;
  margin: .26em 2% .5em 0;
  padding: 0;
}
.organization-name .wrapper,
#f1ea13dbaa51d6765f16b32e81eb645ca .wrapper,
#f22f066eff480382e7f83d9559571044e-wrapper,
#fc24ec89b7c2365e880cc99a8d94b04b2-wrapper,
#fe33bb3211b11568b31a90f96569ba4af-wrapper {
  width: 100%;
  margin-right: 0;
}
#registration label,
.registration-form label,
#organizationProfile_wrapper label {
  display: inline-block;
  margin: 0 2% 0 0;
  line-height: 2.4;
  font-weight: normal;
  color: #000;
}
#f093cd89a9d5ea4498bcfe26dfa6f16f7-wrapper label {
  line-height: 1;
}
#registration .wrapper select,
.registration-form .wrapper select,
#organizationProfile_wrapper .wrapper select {
  width: 100%;
  padding: 3px 1%;
  background: #f4f4f4;
}
#registration .wrapper select option,
.registration-form .wrapper select option,
#organizationProfile_wrapper .wrapper select option {
  padding: .1em .5em;
}
#registration .wrapper input,
.registration-form .wrapper input,
#organizationProfile_wrapper .wrapper input {
  background: #f4f4f4;
  outline: 0;
  border: 1px solid #b4b4b4;
  color: #000;
  padding: 5px 2%;
  border-radius: 0;
}
#registration .wrapper input[type=checkbox],
.registration-form .wrapper input[type=checkbox],
#organizationProfile_wrapper .wrapper input[type=checkbox] {
  background: 0;
  margin: 9px 5px 0 0;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  float: left;
}
#fc24ec89b7c2365e880cc99a8d94b04b2-wrapper label,
#fe33bb3211b11568b31a90f96569ba4af-wrapper label,
#faf6a8af61a802aa6316bc5fa08db97e5-wrapper label,
#f870871755c4502e99b2990dfb3f735ee-wrapper label,
#f22f066eff480382e7f83d9559571044e-wrapper label,
#fba0d8f6f05b1b0d219d28d572fd22742-wrapper label,
#f7cf77544077127b616650884d81498bf-wrapper label {
  float: left;
}
#registration .organization-name input,
.registration-form .organization-name input,
#organizationProfile_wrapper .organization-name input {
  width: 61%;
}
#registration .organization-data input,
.registration-form .organization-data input,
#organizationProfile_wrapper .organization-data input {
  width: 96%;
}
#organizationProfile_wrapper #f2f9d746c3697ef8ae5c53a368972fb35 {
  width: 30%;
  margin-right: 5%;
  _margin-right: 4%;
  float: left;
  clear: none;
}
#organizationProfile_wrapper #cpvApp_fe27dca2aa0c8988f8a0cbfd3eda9eef2 {
  width: 100%;
  margin-right: 0;
  _margin-right: 0;
  float: none;
}
#organizationProfile_wrapper #fafeded8354ad3bf3f12926a22fcdcca7-wrapper,
#organizationProfile_wrapper #f4fc35a126ed16d03b627c49392e50135-wrapper,
#organizationProfile_wrapper #ffdb1e6a1bff293e5c1a20350cc6aca61-wrapper,
#registration .organization-address .wrapper,
.registration-form .organization-address .wrapper,
#organizationProfile_wrapper .organization-address .wrapper,
.registration-form .organization-data label {
  width: 30%;
  margin-right: 5%;
  _margin-right: 4%;
}
#organizationProfile_wrapper #fafeded8354ad3bf3f12926a22fcdcca7-wrapper {
  margin-right: 7px;
  _margin-right: 0;
  margin-top: 22px;
  position: absolute;
  right: 0;
}
#organizationProfile_wrapper .organization-data .image-calendar {
  right: 18px;
  top: 38px;
}
#organizationProfile_wrapper #f22f066eff480382e7f83d9559571044e-wrapper input {
  width: 15%;
}
#organizationProfile_wrapper #fafeded8354ad3bf3f12926a22fcdcca7-wrapper input,
#organizationProfile_wrapper #f4fc35a126ed16d03b627c49392e50135-wrapper input,
#organizationProfile_wrapper #ffdb1e6a1bff293e5c1a20350cc6aca61-wrapper input,
#registration .organization-address input,
.registration-form .organization-address input,
#organizationProfile_wrapper .organization-address input {
  width: 96%;
}
#registration .system_forms_submit_button,
.registration-form .system_forms_submit_button,
#organizationProfile_wrapper .system_forms_submit_button {
  float: right;
}
#registration fieldset,
.registration-form fieldset {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
#registration legend,
.registration-form legend {
  padding: 0;
}
#registration .system_form_elementValidationResult,
.registration-form .system_form_elementValidationResult,
#organizationProfile_wrapper .system_form_elementValidationResult {
  display: block;
  clear: both;
}
#registration .organization-name .system_form_elementValidationResult,
.registration-form .organization-name .system_form_elementValidationResult,
.registration-form .organization-address .system_form_elementValidationResult,
#organizationProfile_wrapper .organization-name .system_form_elementValidationResult,
#organizationProfile_wrapper .organization-address .system_form_elementValidationResult {
  text-align: right;
  margin-right: .5em;
}
.organization-data,
#fc3471f71aefb4a2edbf87dc91189096b-wrapper,
#f013cc1d765ea33b1babf40a7be953acd-wrapper,
#f7cf77544077127b616650884d81498bf-wrapper,
#fba0d8f6f05b1b0d219d28d572fd22742-wrapper {
  width: 100%;
}
#registration .organization-data .wrapper,
#organizationProfile .organization-data .wrapper {
  width: 30%;
  margin-right: 5%;
}
#registration #fa69c5cd04f0276c33cc94328b3ca9cf8,
.registration-form #fa69c5cd04f0276c33cc94328b3ca9cf8 {
  float: right;
}
#organizationProfile_wrapper textarea {
  background: #f4f4f4;
  outline: 0;
  border: 1px solid #b4b4b4;
  padding: 5px 2%;
  width: 61%;
  margin: 0;
}
#organizationProfile_wrapper .organization-description .wrapper {
  width: 100%;
  margin-right: 0;
}
#organizationProfile_wrapper .organization-description textarea {
  width: 96%;
}
#organizationProfile_wrapper #ffdb1e6a1bff293e5c1a20350cc6aca61-wrapper,
#organizationProfile_wrapper #f76048d9be8d6703df547776311ddc811-wrapper,
#organizationProfile_wrapper #f1f610b6f667544d9ccf1783e9cd811c5-wrapper,
#organizationProfile_wrapper #faf6a8af61a802aa6316bc5fa08db97e5-wrapper,
#registration_wrapper #fac821e37b3f14cccdc56964ec725e6cc-wrapper,
#organizationProfile_wrapper .organization-address #f5732e6ae421226ea95d522df6283134a-wrapper,
#organizationProfile_wrapper .organization-address #f4750fff3aebdaa2b6034b7ef2846b9c5-wrapper,
#organizationProfile_wrapper .organization-address #f518cc9599051d67004fbc841f24bc057-wrapper,
#organizationProfile_wrapper .organization-address #f0f809e8230a58182c1090cec1313dfd2-wrapper,
#organizationProfile_wrapper #ffdce92e287c828a6395c00df52d086f9-wrapper,
#registration_wrapper .organization-address #f92be103ceac88210137668e076bd53ba-wrapper,
#registration_wrapper .organization-address #ff49a03582eff7b2db1e8e7da09d27ccb-wrapper,
#registration_wrapper .organization-address #fa52fe0d2c2815441a270cbde9ff423ab-wrapper,
#registration_wrapper .organization-address #f6a03f88a97c950f77e72ea8cf09c37b4-wrapper,
#registration_wrapper .organization-address #f7356c74ac35dce518fd8dee971bd2c3b-wrapper,
#registration_wrapper .organization-address #fedeb30cc7f6c803e8a40fd7e28a8c59d-wrapper,
#registration_wrapper .organization-address #f11c6b8e80bb5bb3083020d9d2f4ec530-wrapper,
#organizationProfile_wrapper .organization-address #f7c79e6937f41b0a2fc48ecbab34be28a-wrapper {
  margin-right: 0;
}
.registration-form-conditions .wrapper {
  position: relative;
  width: 100%;
}
.registration-form-conditions .wrapper label {
  float: none;
  text-align: left;
  position: relative;
  display: inline-block;
}
.registration-form-conditions .wrapper input {
  background: 0;
  margin: 9px 5px 0 0;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  display: inline-block;
  position: relative;
}
.registration-form-conditions .form_legend span.system_form_recommended {
  visibility: visible;
  color: #696969;
}
.organization-keyword fieldset fieldset {
  margin: 0;
}
.organization-keyword fieldset fieldset fieldset {
  float: left;
  width: 33%;
  margin-right: 0;
  clear: none;
}
.organization-keyword fieldset fieldset fieldset .wrapper {
  width: 80%;
  float: left;
  margin-right: 0;
}
.organization-keyword fieldset fieldset fieldset .wrapper input[type="text"] {
  width: 96%;
}
.organization-keyword #f72a62f62a4793cc62cf42aaaeb864607 .cl {
  clear: none;
}
#organizationProfile_wrapper #fa378060ca4b19ac45cbc489c6df40b01 {
  float: none;
}
.organization-keyword #f72a62f62a4793cc62cf42aaaeb864607 fieldset .system_forms_submit_button {
  background: url('../img/icon/minus.png?version=1547541248208') no-repeat left center;
  border: 0 none;
  outline: 0;
  text-indent: -9999px;
  height: 20px;
  width: 20px;
  padding: 0;
  float: left;
  margin: 35px 0 0 5px;
}
/* -----------------------------
editace profilu uzivatele ------ */
#user_wrapper {
  display: block;
  width: 100%;
  margin: 1em 0;
  padding: 0;
}
#user_wrapper .wrapper {
  display: block;
  float: left;
  margin: .26em 3% .5em 0;
  padding: 0;
  width: 30%;
}
#user_wrapper label {
  display: inline-block;
  float: none;
  margin: 0 2% 0 0;
  line-height: 2.4;
  font-weight: normal;
  color: #000;
  max-width: 265px;
}
#user_wrapper .wrapper input[type=checkbox] {
  float: left;
  margin-left: 0;
  position: relative;
  top: 5px;
}
#user_wrapper .wrapper input[type=text] {
  width: 96%;
}
#user_wrapper .wrapper input {
  background: #f4f4f4;
  outline: 0;
  border: 1px solid #b4b4b4;
  color: #000;
  padding: 5px 2%;
  border-radius: 0;
}
#user_wrapper .wrapper input[readonly] {
  border-color: #f5f5f5;
  color: #9d9d9d;
  background-color: #f5f5f5;
  cursor: not-allowed;
}
/* ------------------
Form zmena hesla ---- */
.new-password label,
#newPasswordSet label {
  width: 46%;
  font-weight: normal;
  color: #777777;
  line-height: 2;
}
.new-password .wrapper input,
#newPasswordSet .wrapper input {
  width: 47%;
  padding: 5px 2%;
}
.new-password .wrapper {
  width: 48%;
  float: left;
  margin-right: 4%;
}
.new-password #fe8404ac787f1c962ec3009b08dd681cc-wrapper {
  margin-right: 0;
}
.new-password .system_forms_submit_button {
  float: right;
  padding: 7px 25px;
  letter-spacing: 1px;
}
.new-password p {
  float: left;
  color: #777777;
}
/* -------------------------------------
Uverejneni a editace zakazky ----------- */
#order .button-box div {
  float: right;
}
#order .button-box div:first-child {
  float: left;
}
#order_form .xenorders_cpv_content label {
  float: left;
  margin-right: 2%;
}
#order_form .xenorders_cpv_content .xenorders_cpv_select {
  margin-right: 1%;
}
#order_form .xenorders_cpv_content .xenorders_cpv_val {
  display: block;
  clear: both;
  margin: .25em 0;
  color: #707070;
}
#order_form .order-box-right,
#order_form #f5a62e55b2ed86635745ef9ec17eb96f9-wrapper,
#order_form #f14babf66aade9ca55b8afb3c0b0a96cd-wrapper,
#order_form #f002c3d1a64a46f75383d2c1406416213-wrapper,
#order_form #f0583d1854c6550748f218b21bb7201b1-wrapper,
#order_form #fd4d7b45b1d79f43e638898bae68e0f7f-wrapper,
#order_form #f1631c7f6bbc4de19ba725d409f643dd6-wrapper {
  margin-right: 0;
}
#order_form #f002c3d1a64a46f75383d2c1406416213-wrapper label {
  margin-right: .5em;
}
#order_form .order-box-right .wrapper {
  width: 100%;
  margin-right: 0;
}
#order_form .system_form_elementValidationResult {
  display: block;
  clear: both;
}
#order_form .system_form_elementValidationResult {
  text-align: right;
  margin-right: .5em;
}
#order_form .system_form_elementValidationResult .system_form_elementValidationResult_message {
  padding-right: 1em;
}
#order_form #f9392d54d205364404791408ca5f58f3c-wrapper .system_form_elementValidationResult {
  width: 330px;
  margin: 0;
  text-align: left;
}
#order_form #f5c234116e7968b4bb67994532ca8f968-wrapper {
  width: auto;
}
#xenimages-box {
  clear: both;
}
#order_form_wrapper .button-box {
  clear: both;
  position: relative;
}
#order_form_wrapper .button-box div {
  float: left;
}
/* modal box */
.modbox div.close {
  background: url('../img/icon/close.png?version=1547541248209') no-repeat 0 bottom;
  top: 12px !important;
}
.modbox div.handle {
  width: 100%;
  height: 53px !important;
  background: #eeeeee;
  color: #2b60ad;
  font-weight: bold;
  line-height: 53px;
  text-indent: 10px;
  border-radius: 4px;
  font-size: 16px;
}
.loading div {
  background: url('../img/loader.gif?version=1547541248209') no-repeat center center;
  display: block;
  height: 20px;
  width: auto;
}
.modbox div.modal_box_wait {
  background: url('../img/loading.gif?version=1547541248209') no-repeat 10px 10px;
}
.modbox #messages_mb {
  margin: 0;
}
.modbox #messages_mb .message {
  text-align: center;
}
.modal_box_wrap {
  padding: 25px 30px !important;
}
.modbox_cnt {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
  padding: 2em 3em;
}
.modbox .tabs_cnts h3 {
  margin: 0;
}
.modbox .tabs_cnts label,
.modbox #orderDocument_wrapper label,
.modbox #orderImageDocument_wrapper label {
  min-width: 120px;
}
.modbox .tabs_cnts .system_forms_submit_button,
.modbox .spub_fr .subbot,
.modbox #f5c9ee7a10a04fb9ee1373fe6f4a30351,
.modbox #f9d02171a433370cdb04cb089d63398d1 {
  float: right;
}
.modbox #f85518adafb91e8693e502663eef0d981 {
  float: left;
}
.modbox .spub_fr table tr td {
  padding: 3px;
}
.modbox .spub_fr .organizations_frm_price {
  padding: 0;
}
.modbox .spub_fr .lab {
  width: auto;
  margin-right: 1em;
  line-height: 2;
}
#organizations_frm_search_results {
  margin: .5em 0;
}
/* user organization */
#showAllEzak,
.user-add {
  background: url('../img/icon/plus.png?version=1547541248209') no-repeat left center;
  padding-left: 30px;
  margin: .25em 0 .5em 0;
  height: 20px;
  float: left;
}
/* chybove hlasky */
.sys_confirm {
  padding: 20px;
}
.sys_confirm h2 {
  margin-top: 0;
}
.sys_confirm .sys_confirm_msg {
  font-size: 14px;
  font-weight: bold;
}
/* user toolbar */
#user_toolbar {
  border: 2px solid #c1c1c1;
  padding: 10px;
  float: left;
}
#user_toolbar a {
  margin: 0 .5em;
  text-decoration: none;
}
.user-detail {
  float: left;
  margin-right: 6em;
}
.user-detail tr,
.user-detail tr:nth-child(even) {
  background: #ffffff;
}
.user-detail table th {
  color: #000;
  font-weight: normal;
  min-width: 100px;
}
/* emailing */
#emailingFilter_wrapper #f90a666975c8ec73e2a6e5427bc9cc13e {
  background: url('../img/icon/plus.png?version=1547541248209') no-repeat left center;
  padding-left: 25px;
  border: 0 none;
  color: #006AA1 !important;
  text-decoration: underline;
  text-shadow: none;
  font-weight: normal;
}
#emailingFilter_wrapper #f90a666975c8ec73e2a6e5427bc9cc13e:hover,
#emailingFilter_wrapper #f90a666975c8ec73e2a6e5427bc9cc13e:focus {
  text-decoration: none;
}
#emailingFilter_wrapper #f74e30f268062a9a5068eb82ad6316ffa input {
  margin-right: 20px;
}
.email-filter-label label {
  font-weight: bold;
  line-height: 22px;
  font-size: 15px;
}
#emailingFilter_wrapper .emailing-checkbox,
#emailingFilter_wrapper #f333ad897b752744fce5655c7dcd660b9-wrapper {
  width: 48%;
  float: left;
}
#emailingFilter_wrapper #f333ad897b752744fce5655c7dcd660b9-wrapper label {
  float: none;
  margin: 0 0 0.5em 1em;
}
#emailingFilter_wrapper .xenorders_cpv_content {
  float: left;
  margin-left: 33px;
}
/*#fae689d042a33d2438338f8857bada7b0*/
#emailingFilter_wrapper textarea {
  background: #f4f4f4;
  border: 0.1% solid #b4b4b4;
  border-color: #b4b4b4;
  padding: 10px 1.9%;
  width: 96%;
  min-height: 60px;
  border: 1px solid #B4B4B4;
}
#emailingFilter_wrapper .system_form_element_description {
  display: block;
  clear: left;
}
#xenorders_cpv_clear_f38285fe078d728c41d177f113bd0a689 {
  margin: 0 .5em;
}
/* chybove hlasky */
.system_message {
  padding: 5px 10px 5px 55px;
  font-size: 110%;
  margin: .5em 0;
  min-height: 24px;
}
#sys_blck_xenorganizationsBlockedMessage {
  font-size: 14px;
  margin: 3.5em 0 .5em;
  min-height: 24px;
  color: #f00;
  width: 100%;
}
div.form_legend {
  color: #707070;
  font-size: 95%;
  float: left;
  margin-top: .5em;
}
/* klikadlo na vyscrollovani nahoru */
#scrollToTop.scrollToTop {
  width: 49px;
  height: 49px;
  display: none;
  position: fixed;
  right: 100px;
  bottom: 50px;
  z-index: 5000;
  background: url('../img/top.png?version=1547541248210') no-repeat transparent;
}
/* ------------------------------------------
inline help */
.password_help_wrap {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
.password_help_wrap #password_help {
  top: 30px;
  right: 30px;
}
.xenservices-orderprocess-services .tooltip-link,
#orderFilter_wrapper .tooltip-link,
#cotnractFilter_wrapper .tooltip-link {
  margin: 1px 0 0 .5em;
  float: none;
  display: inline;
  display: inline-block;
}
.xenservices-orderprocess-services .tooltip-box ul {
  margin: 0;
  padding: 0;
}
.xenservices-orderprocess-services .tooltip-box li {
  background: url('../img/bc.png?version=1547541248210') no-repeat left 7px;
  padding-left: 12px;
  list-style: none;
  margin-bottom: .5em;
}
#password_help p {
  background: url('../img/bc.png?version=1547541248210') no-repeat left 7px;
  text-indent: 12px;
  font-size: 95%;
  margin: 0 0 .5em 0;
  color: #777777;
}
#changePassword_wrapper .password_help {
  margin-left: 3%;
  margin-top: 5px;
}
#changePassword .password_help {
  margin-left: 10px;
}
/* ------------------------------------------
password strenght */
.password-strength-info {
  margin: 5px 0px 5px 0px;
}
.password-strength-bar {
  margin: 5px 0px 5px 0px;
  height: 8px;
  clear: both;
  width: 0px;
}
.organization-address .password-strength-info,
.organization-address .password-strength-bar {
  margin: .5em 0;
}
#removeSignsInfo {
  background: #fff3d1;
  background: -moz-linear-gradient(top, #fff8e3 0%, #fff5db 49%, #fff0cb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff8e3), color-stop(49%, #fff5db), color-stop(100%, #fff0cb));
  background: -webkit-linear-gradient(top, #fff8e3 0%, #fff5db 49%, #fff0cb 100%);
  background: -o-linear-gradient(top, #fff8e3 0%, #fff5db 49%, #fff0cb 100%);
  background: -ms-linear-gradient(top, #fff8e3 0%, #fff5db 49%, #fff0cb 100%);
  background: linear-gradient(to bottom, #fff8e3 0%, #fff5db 49%, #fff0cb 100%);
  border: 1px solid #e5d5a4;
  color: #be5600;
  padding: 0;
}
#removeSignsInfo div {
  background: transparent url('../img/icon/warning_modal.png?version=1547541248210') no-repeat 10px 10px;
  border: 1px solid #fff;
  color: #be5600;
  padding: .86em 2em .86em 4em;
  margin: 0;
}
#f84101d10024af344c6d22f7bda90afe9 .wrapper {
  clear: both;
  width: 25%;
  min-height: 20px;
}
#f84101d10024af344c6d22f7bda90afe9 .wrapper label {
  font-weight: normal;
}
#f84101d10024af344c6d22f7bda90afe9 .wrapper input {
  margin-right: 20px;
}
/* modal okno */
#modal_box_bg_ajax_mb_cnt {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.xenservices-validity {
  background: #e3f2fb;
  margin-bottom: 1.5em;
  padding: .5em 1em;
}
.xenservices-validity p {
  float: left;
  font-weight: bold;
  margin: .5em 0;
  color: #000;
}
#organization_hp .xenservices-orderprocess-services select {
  padding-top: 6px;
  font-weight: bold;
}
#xenservices-orderReview button {
  float: right;
}
.xenservices-orderprocess-services .xenservices-cancel {
  padding: 4px 15px;
  font-weight: normal;
  letter-spacing: 0;
}
#xenservices-orderReview {
  padding: .5em 2em;
}
#xenservices-orderReview h3 {
  margin-top: 0;
}
#xenservices-orderReview hr {
  border: 0 none;
  border-bottom: 1px dotted #c1c1c1;
  padding: 0;
  margin: .5em 0 1.5em 0;
}
#xenservices-orderReview .xenservices-buttons {
  margin-bottom: 1em;
}
#xenservices-orderReview .xenservices-buttons label {
  font-weight: normal;
  margin-right: 1em;
}
#xenservices-orderReview .xenservices-buttons input {
  padding: .5em 1em;
}
.xenservices-cancel {
  background: #fff3d1;
  background: -moz-linear-gradient(top, #fff8e3 0%, #fff5db 49%, #fff0cb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff8e3), color-stop(49%, #fff5db), color-stop(100%, #fff0cb));
  background: -webkit-linear-gradient(top, #fff8e3 0%, #fff5db 49%, #fff0cb 100%);
  background: -o-linear-gradient(top, #fff8e3 0%, #fff5db 49%, #fff0cb 100%);
  background: -ms-linear-gradient(top, #fff8e3 0%, #fff5db 49%, #fff0cb 100%);
  background: linear-gradient(to bottom, #fff8e3 0%, #fff5db 49%, #fff0cb 100%);
  border: 1px solid #e5d5a4;
  color: #be5600;
  padding: 0;
  margin: 0 0 1em 0;
}
.xenservices-cancel div {
  background: transparent url('../img/icon/warning_modal.png?version=1547541248210') no-repeat 10px 10px;
  border: 1px solid #fff;
  color: #be5600;
  padding: .86em 2em .86em 4em;
  margin: 0;
}
.xenservices-center {
  text-align: center;
}
.xenservices-list .order_list_table th {
  font-weight: bold;
}
/* -----------------------------------------------------------------------------
= STATS 20130719 */
.cl,
.clear,
.cleaner {
  clear: both;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.fleft,
.fright,
.ffull {
  margin-bottom: 15px;
}
.ffull {
  width: 100%;
}
.fw13 {
  width: 30%;
}
.fw23 {
  width: 66%;
}
.fw133 {
  width: 31%;
  margin-right: 2%;
}
.fw12 {
  width: 48%;
}
.fw20 {
  width: 20%;
}
.fw15 {
  width: 16%;
}
.flast {
  margin-right: 0;
}
.chart {
  border: 1px solid #dcdcdc;
  padding: 10px 2px;
}
.stats h4 {
  margin-top: 10px;
  color: black;
  font-size: 13px;
}
.statsbox {
  border: 1px solid #dcdcdc;
  margin-top: 15px;
  background: #f7f7f7;
}
.statsbox .conin {
  margin: 0;
  padding: 15px;
}
.statsbox h3 {
  margin-top: 0;
}
/* -----------------------------------------------------------------------------
= XENORDERS - DETAIL DOKUMENTU 20130721 */
.desc {
  color: #777777;
}
.download-button {
  display: block;
  min-height: 70px;
  background: #e3f2fb url('../img/download-button.png?version=1547541248211') repeat-y;
  text-decoration: none;
  font-weight: bold;
}
.doc-detail .download-button:hover,
.doc-detail .download-button:active,
.doc-detail .download-button:focus {
  color: white;
  background-color: #1676b5;
  text-decoration: none;
  font-weight: bold;
}
.download-button div {
  margin: 0;
  padding: 20px 20px 20px 100px;
  background: url('../img/download-button-ico.png?version=1547541248211') 22px 50% no-repeat;
}
.download-button strong {
  display: block;
  padding-bottom: 3px;
  color: black;
}
.doc-detail .download-button:hover strong,
.doc-detail .download-button:active strong,
.doc-detail .download-button:focus strong {
  color: white;
}
.download-button span {
  text-decoration: underline;
}
/* download button dlist */
.dlist {
  min-height: 50px;
  background-position: -24px 0;
}
.dlist div {
  padding: 12px 12px 12px 65px;
  background: url('../img/dlist-ico.png?version=1547541248211') 10px 50% no-repeat;
}
.dlist div a {
  word-wrap: break-word;
}
.dlist strong {
  color: #006AA1;
}
.dlist span {
  color: #777777;
  text-decoration: none;
  font-weight: normal;
}
.doc-detail .download-button:hover span,
.doc-detail .download-button:active span,
.doc-detail .download-button:focus span {
  color: white;
}
h4.hblack {
  margin-top: 10px;
  margin-bottom: 15px;
  color: black;
  font-size: 14px;
  background: transparent;
  clear: both;
}
.doc-detail .fw12 p {
  margin: 0 0 15px 0;
  padding: 0 0 0 65px;
  color: #777777;
  background: url('../img/download-edesc.png?version=1547541248211') 0 4px no-repeat;
}
/* documents list */
#xendocuments-box.xendocuments-box #xendocuments_list {
  border: 0;
}
/* ------------------------------------
dashboard - homepage organizace ------- */
#organization_hp #verificationSuccessMessage {
  padding: 0;
  border: 1px solid #a7cb6c;
  background: #deefbf;
  background: -moz-linear-gradient(top, #deefbf 0%, #d2e9ab 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #deefbf), color-stop(100%, #d2e9ab));
  background: -webkit-linear-gradient(top, #deefbf 0%, #d2e9ab 100%);
  background: -o-linear-gradient(top, #deefbf 0%, #d2e9ab 100%);
  background: -ms-linear-gradient(top, #deefbf 0%, #d2e9ab 100%);
  background: linear-gradient(to bottom, #deefbf 0%, #d2e9ab 100%);
  color: #067c25;
  font-weight: bold;
  margin: .25em 0;
}
#organization_hp #verificationSuccessMessage span {
  background: url('../img/dashboard/success.png?version=1547541248211') 10px 50% no-repeat;
  display: block;
  padding: 1.1em 1.5em 1.1em 52px;
  border: 1px solid #ecf6da;
}
#organization_hp #closeVerificationSuccessMessage {
  background: url('../img/dashboard/close.png?version=1547541248211') 0 0 no-repeat;
  float: right;
  height: 16px;
  width: 16px;
  overflow: hidden;
  text-indent: -999px;
  padding: 0;
  margin: 2px 0 0 40px;
}
#organization_hp .sys_btn {
  min-width: 120px;
  line-height: 1.4;
}
#organization_hp h2,
#organization_hp h3 {
  font-size: 18px;
}
.profile_link {
  color: #666666;
  font-size: 16px;
  padding: .5em 4px;
  margin: 0;
}
.profile_link a {
  font-size: 12px;
}
.user-name {
  font-weight: normal;
  font-size: 24px;
  padding: .25em 4px;
  margin: 0;
}
.organization-promo {
  background: #f8f8f8;
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 20%, #f8f8f8 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(20%, #ffffff), color-stop(100%, #f8f8f8));
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 20%, #f8f8f8 100%);
  background: -o-radial-gradient(center, ellipse cover, #ffffff 20%, #f8f8f8 100%);
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 20%, #f8f8f8 100%);
  background: radial-gradient(ellipse at center, #ffffff 20%, #f8f8f8 100%);
  color: #000;
  border: 1px solid #e3e3e3;
  padding: 0;
  margin: 3em 0 3.5em 0;
}
.organization-promo .itemsBlock.promo-1 {
  background: url('../img/dashboard/submitter-bg.png?version=1547541248211') no-repeat 98% 50%;
}
.organization-promo .itemsBlock.promo-2 {
  background: url('../img/dashboard/pvu-screen.png?version=1547541248211') no-repeat 96% 50%;
}
.organization-promo .itemsBlock.promo-3 {
  background: url('../img/dashboard/supplier-bg.png?version=1547541248212') no-repeat 92% 50%;
}
.organization-promo .itemsBlock.promo-4 {
  background: url('../img/dashboard/pvu-mail.png?version=1547541248212') no-repeat 92% 50%;
}
.organization-promo .itemsBlock.promo-5 {
  background: url('../img/dashboard/pvu-ban-5.png?version=1547541248212') no-repeat 92% 50%;
}
.organization-promo .itemsBlock.promo-6 {
  background: url('../img/dashboard/pvu-ban-6.png?version=1547541248212') no-repeat 92% 50%;
}
.organization-promo .itemsBlock.promo-7 {
  background: url('../img/dashboard/pvu-ban-7.png?version=1547541248212') no-repeat 92% 50%;
}
.organization-promo .itemsBlock.promo-8 {
  background: url('../img/dashboard/pvu-ban-8.png?version=1547541248212') no-repeat 92% 50%;
}
.organization-promo .itemsBlock.promo-9 {
  background: url('../img/dashboard/pvu-ban-9.png?version=1547541248212') no-repeat 92% 50%;
}
.organization-promo .itemsBlock.promo-10,
.organization-promo .itemsBlock.promo-11 {
  background: url('../img/dashboard/pvu-ban-vanocni.png?version=1547541248212') no-repeat 92% 50%;
}
.organization-promo .itemsBlock.promo-12,
.organization-promo .itemsBlock.promo-13 {
  background: url('../img/dashboard/pvu-ban-konference.png?version=1547541248212') no-repeat 92% 50%;
}
.organization-promo h2,
.organization-promo h3,
.organization-promo h4,
.organization-promo h5,
.organization-promo h6 {
  color: #000;
  font-size: 2.25em !important;
  font-weight: normal;
  margin: 0 0 .85em 0;
  line-height: 1.2;
  clear: none;
}
.organization-promo ul {
  margin: 0;
}
.organization-promo p,
.organization-promo ul {
  color: #666666;
  margin-bottom: .5em;
}
.organization-promo ul li {
  background: url('../img/box-li.png?version=1547541248212') no-repeat 0 4px;
  padding-left: 25px;
  list-style: none;
  margin: 0 0 .5em 0;
}
.organization-promo .btn {
  float: right;
  margin: 1em 0 .5em 2em;
}
.organization-promo .btn a {
  text-shadow: 1px 1px 1px #404040;
  padding: 1em 2em;
}
.organization-promo .pul-doleva {
  width: 46%;
  margin: 0;
  padding: 0;
}
.organization-promo .pul-doprava {
  width: 51%;
  margin: 0;
  padding: 0;
}
.organization-promo strong {
  font-size: 100%;
  color: #666;
}
.organization-promo .pul-doleva .btn,
.organization-promo .pul-doprava .btn {
  float: none;
  margin: 1em 0 .5em 0;
}
.xenorganization_mailing {
  color: #666666;
  font-size: 16px;
  padding: .5em 4px;
  margin: 0 0 3em 0;
}
.xenorganization_mailing a {
  font-size: 12px;
}
.xenorganization_mailing .count {
  color: #000;
  font-size: 26px;
  line-height: 1;
}
/* --------------------
statistiky ----------*/
#ordersStatistics button,
.profile button {
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-right: 0 none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 33.3333%;
  float: left;
  height: 40px;
  color: #777777;
  font-weight: bold;
}
#ordersStatistics button:hover,
.profile button:hover {
  background: #f5f5f5;
}
#ordersStatistics button.active,
.profile button.active {
  background: #fff;
  border-top: 2px solid #1676b5;
  border-bottom: 0 none;
  color: #000;
}
#organization_hp #orderServices {
  margin-top: 1em;
}
#chart_orders_source_div,
#chart_orders_type_div {
  width: 100%;
  height: 280px;
  display: block;
}
#chart_orders_source_div,
#chart_orders_type_div {
  border: 1px solid #e6e6e6;
}
#organization_hp #chart_orders_source_div {
  width: 480px;
}
#orders_statistics .chart_orders_type_div,
#orders_statistics .chart_orders_procedure_type_div {
  width: 48%;
  float: left;
  margin: 1em 0;
}
#orders_statistics .chart_orders_type_div #chart_orders_type_div,
#orders_statistics .chart_orders_procedure_type_div #chart_orders_procedure_type_div {
  border: 1px solid #e6e6e6;
  height: 300px;
}
#orders_statistics .chart_orders_procedure_type_div {
  float: right;
}
.middle #orders,
#mostVisitingOrders {
  width: 48%;
  float: left;
  margin: .5em 0 1.5em 0;
}
#orders ul {
  margin: 0;
}
#orders ul li {
  list-style: none;
  padding: .25em 0;
}
#documents,
#mostVisitingOrganizations {
  width: 48%;
  float: right;
  margin: .5em 0 1.5em 0;
}
.middle #orders .wrap_div,
#documents .wrap_div,
#mostVisitingOrganizations .wrap_div,
#mostVisitingOrders .wrap_div {
  border: 1px solid #dcdcdc;
  background: #f4f4f4;
  padding: .5em 2em 1em 2em;
}
#mostVisitingOrganizations .wrap_div,
#mostVisitingOrders .wrap_div {
  min-height: 235px;
}
.wrap_div ol li {
  font-weight: bold;
  color: #000000;
  font-size: 14px;
}
.wrap_div ol li a {
  font-weight: normal;
  font-size: 12px;
}
#mostVisitingOrganizations ul,
#mostVisitingOrders ul {
  list-style: none;
  margin: 0;
}
#mostVisitingOrganizations ul li,
#mostVisitingOrders ul li {
  list-style: none;
}
#users .users_div {
  width: 23%;
  float: left;
  margin: .5em 2% 1em 0;
  padding: 0;
  background: #f5f4f4;
  border: 2px solid #e3e3e3;
}
#users .users_div h4 {
  color: #006aa1;
  background: #fff;
  margin: 0 0 .5em 0;
  padding: .25em 1em;
}
#users .users_div p {
  padding: 0 1em;
  color: #777777;
}
#users .users_div .big,
#users .users_div .bigger {
  font-size: 13px;
  color: #000;
  font-weight: bold;
}
#users .users_div .bigger {
  font-size: 15px;
}
#users .users_div.last {
  margin-right: 0;
}
#chart_supplier_div,
#chart_orders_div,
#chart_orders_price_div {
  width: 65%;
  height: 280px;
  float: left;
  display: block;
  border: 1px solid #e6e6e6;
  margin-bottom: 2em;
}
#chart_orders_source_div,
#chart_orders_type_div,
#chart_orders_procedure_type_div {
  margin-bottom: 2em;
}
#xenstatistics_orders_counter,
#chart_orders_div {
  width: 48%;
}
#xenstatistics_orders_counter {
  float: right;
}
#xenstatistics_orders_counter .tabs_hd {
  margin: 0 0 1em 0;
}
.orders #chart_orders_div {
  width: 100%;
}
#chart_orders_price_div {
  width: 100%;
  float: none;
}
/* add button */
.sys_btn_wrap {
  float: right;
  margin: 25px 0 0 0;
}
.sys_btn_wrap p {
  margin: 0;
}
.list .sys_btn {
  float: left;
  margin: -0.25em 0.5em 1.5em 0em;
}
.profile_link .sys_btn {
  float: right;
  margin-top: -0.35em;
}
.xenorganization_mailing .sys_btn,
.organization-name .sys_btn,
.user-name .sys_btn {
  float: right;
}
.organization-name .sys_btn,
.user-name .sys_btn {
  text-align: left;
}
.user-name .sys_btn {
  margin-top: -2px;
}
.pvu,
.ezak,
.gemin,
.vvz,
.external,
.internal,
.internal_imported {
  background: url('../img/zakazky/zdroj-vz.png?version=1547541248213') 0 0 no-repeat;
  width: 44px;
  height: 25px;
  display: block;
  text-indent: -999px;
  overflow: hidden;
}
.pvu,
.internal {
  background-position: 0 -138px;
}
.ezak {
  background-position: 0 -66px;
}
.gemin {
  background-position: 0 0;
}
.vvz {
  background-position: 0 -205px;
}
.external {
  background-position: 0 -278px;
}
.internal_imported {
  background-position: 0 -350px;
}
.observe_order,
.unobserve_order {
  border: 1px solid #d9d9d9;
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f4f4f4', GradientType=0);
  width: 115px;
  padding: 5px 10px 5px 10px;
  margin: 0 0 0 1.5em;
  float: right;
  text-decoration: none;
  color: #777777;
}
.observe_order img,
.unobserve_order img {
  float: left;
  margin: 10px 10px 10px 0;
}
/* -----------------
FAQ ---------------- */
p.dotazy {
  padding: 0 !important;
  line-height: 2.4;
}
p.dotazy a {
  background: transparent url('../img/dotazy.png?version=1547541248213') 1px center no-repeat;
  padding: 1px 0 1px 25px;
  color: #006aa1;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
/* fotogalerie */
.xendocuments_fleft {
  float: left;
  margin: .5em 0 1em 0;
  height: 180px;
  overflow: hidden;
}
.xendocuments_fleft .xendocuments-button {
  text-decoration: none;
  color: #777777;
  font-weight: normal;
  font-size: 12px;
  margin: 0 2%;
  max-width: 96%;
  padding: 5px;
  display: block;
}
.xendocuments_fleft .xendocuments-button strong {
  color: #777777;
  font-weight: normal;
  font-size: 12px;
  line-height: 3;
}
.xendocuments_fleft .xendocuments-button img {
  border: 3px solid #d1d1d1;
  margin: 0;
  max-width: 100%;
  display: block;
}
.xendocuments_fleft .xendocuments-button:hover img {
  border: 8px solid #d1d1d1;
  margin: -5px;
}
#map-canvas {
  height: 190px;
  width: 98%;
  margin: 0;
  padding: 0;
  border: 1px solid #d1d1d1;
}
/* google table */
.google-visualization-table-table .gradient,
.google-visualization-table-div-page .gradient {
  padding: .5em .25em !important;
  background: #fff !important;
  text-align: left;
  border: 0 none;
}
/* cenik */
.cenik .box {
  background: #fcfcfc;
  border: 1px solid #e3e3e3;
  display: block;
  padding: 1em 2em 1em 2.5em;
}
.cenik h3,
.cenik h4,
.cenik h5,
.cenik h6 {
  margin: 1em 0;
}
.cenik h3 {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  background: #566166;
  padding: 0 .5em 0 0;
  display: block;
}
.cenik h3 a {
  color: #fff;
  font-size: 12px;
  float: right;
  line-height: 45px;
}
.cenik .help-ico {
  background: url('../img/help.png?version=1547541248213') no-repeat center center;
  height: 15px;
  width: 15px;
  float: right;
  margin: 2px;
  text-indent: -9999px;
  cursor: help;
}
.cenik h3 .ico-dodavatel,
.cenik h3 .ico-zadavatel {
  display: inline-block;
  padding: 10px 0;
  width: 50px;
  text-indent: -9999px;
  margin: 0 .86em 0 0;
}
.cenik h3 .ico-dodavatel {
  background: #1676b5 url('../img/ico-dodavatel.png?version=1547541248213') no-repeat center center;
}
.cenik h3 .ico-zadavatel {
  background: #1676b5 url('../img/ico-zadavatel.png?version=1547541248213') no-repeat center center;
}
.cenik .box h3 {
  color: #010101;
  font-weight: normal;
  font-size: 17px;
  width: 33%;
  float: left;
  margin: 0 2% 0 0;
}
.cenik .box h3 span {
  color: #058727;
  font-weight: normal;
  font-size: 30px;
}
.cenik .box ul {
  float: right;
  width: 60%;
  margin: 0;
}
.cenik .box ul li {
  background: url('../img/box-li.png?version=1547541248214') no-repeat 0 4px;
  padding-left: 25px;
  list-style: none;
  color: #666;
  margin-bottom: .5em;
}
.cenik p {
  color: #666;
  margin: .25em 0;
}
.cenik strong,
.cenik b {
  color: #000;
}
.cenik .box strong,
.cenik .box b {
  color: #000;
}
.cenik table {
  margin-bottom: 4em;
}
.cenik .poradenstvi,
.cenik .podminky {
  padding: .5em 1em .5em 60px;
  color: #666;
  float: left;
  width: 35%;
  margin: .5em 4% 1em 0;
}
.cenik .yes_ico,
.cenik .no_ico {
  background: url('../img/yes-no_ico.png?version=1547541248214') no-repeat 0 0;
  height: 14px;
  width: 14px;
  display: inline-block;
  text-indent: -9999px;
}
.cenik .no_ico {
  background-position: 0 -14px;
}
.cenik .sys_btn_yes {
  display: inline-block;
  min-width: 65px;
}
.cenik .poradenstvi {
  background: url('../img/bubble.png?version=1547541248214') no-repeat 0 12px;
}
.cenik .podminky {
  background: url('../img/dollars.png?version=1547541248214') no-repeat 0 12px;
  margin-left: 4%;
  margin-right: 0;
}
#contactOrganization_wrapper #ff387f12fb4aa665477512b387351c794-wrapper,
#contactOrganization_wrapper #fb4701a64b611a4122625afc9a3d7192d-wrapper {
  float: left;
  margin-right: 1em;
}
#contactOrganization_wrapper .wrapper {
  margin-bottom: 1em;
}
#contactOrganization_wrapper .wrapper label {
  display: block;
  font-weight: normal;
}
#contactOrganization_wrapper .wrapper input {
  background: #f4f4f4;
  padding: 0.5em;
}
#contactOrganization_wrapper textarea {
  width: 98%;
  border: 1px solid #B4B4B4;
  padding: 0.5em;
  background: #f4f4f4;
}
#contactOrganization_wrapper .system_forms_submit_button {
  float: right;
}
.box_count,
.totalPrice,
.totalContracts {
  background: url('../img/icon/icon_count.png?version=1547541248214') no-repeat left center;
  padding-left: 40px !important;
  color: #666666;
  font-size: 19px;
  float: left;
  margin: 5px 0 5px 110px;
  padding: 0;
  width: 340px;
}
.box_count:first-child,
.totalPrice {
  width: 350px;
}
.box_count,
.totalContracts {
  width: 330px;
}
.icon-info {
  background: url('../img/info.png?version=1547541248214') no-repeat 0 50%;
  padding: 2px 0 2px 25px;
}
/* ----------------------------
ikony vz ---------------------- */
.pvu,
.ezak,
.gemin,
.vvz,
.external {
  background: url('../img/zakazky/zdroj-vz.png?version=1547541248214') 0 0 no-repeat;
  width: 44px;
  height: 25px;
  display: block;
  text-indent: -999px;
  overflow: hidden;
}
.pvu {
  background-position: 0 -138px;
}
.ezak {
  background-position: 0 -66px;
}
.gemin {
  background-position: 0 0;
}
.vvz {
  background-position: 0 -205px;
}
.external {
  background-position: 0 -278px;
}
.organization-info button,
.organization-warning button {
  margin-bottom: 0;
  font-weight: normal;
  border: 1px solid transparent;
  line-height: 1.42857143;
  border-radius: 4px;
  -o-user-select: none;
  display: inline-block;
  padding: 6px 12px;
  margin: 10px 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  font-weight: bold;
  background-color: #617a10;
  border-color: #4f630d;
  border: 1px solid #6f891c;
  border: 1px solid #859e36;
  background: #617a10;
  color: #ffffff;
  font-size: 11px;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
  float: right;
}
.organization-info button:focus,
.organization-warning button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.organization-info button:hover,
.organization-warning button:hover,
.organization-info button:focus,
.organization-warning button:focus {
  color: #333333;
  text-decoration: none;
}
.organization-info button:active,
.organization-warning button:active,
.organization-info button.active,
.organization-warning button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.organization-info button.disabled,
.organization-warning button.disabled,
.organization-info button[disabled],
.organization-warning button[disabled],
fieldset[disabled] .organization-info button,
fieldset[disabled] .organization-warning button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.organization-info button:hover,
.organization-warning button:hover,
.organization-info button:focus,
.organization-warning button:focus,
.organization-info button:active,
.organization-warning button:active,
.organization-info button.active,
.organization-warning button.active,
.open .dropdown-toggle.organization-info button,
.open .dropdown-toggle.organization-warning button {
  color: #ffffff;
  background-color: #44560b;
  border-color: #242d06;
}
.organization-info button:active,
.organization-warning button:active,
.organization-info button.active,
.organization-warning button.active,
.open .dropdown-toggle.organization-info button,
.open .dropdown-toggle.organization-warning button {
  background-image: none;
}
.organization-info button.disabled,
.organization-warning button.disabled,
.organization-info button[disabled],
.organization-warning button[disabled],
fieldset[disabled] .organization-info button,
fieldset[disabled] .organization-warning button,
.organization-info button.disabled:hover,
.organization-warning button.disabled:hover,
.organization-info button[disabled]:hover,
.organization-warning button[disabled]:hover,
fieldset[disabled] .organization-info button:hover,
fieldset[disabled] .organization-warning button:hover,
.organization-info button.disabled:focus,
.organization-warning button.disabled:focus,
.organization-info button[disabled]:focus,
.organization-warning button[disabled]:focus,
fieldset[disabled] .organization-info button:focus,
fieldset[disabled] .organization-warning button:focus,
.organization-info button.disabled:active,
.organization-warning button.disabled:active,
.organization-info button[disabled]:active,
.organization-warning button[disabled]:active,
fieldset[disabled] .organization-info button:active,
fieldset[disabled] .organization-warning button:active,
.organization-info button.disabled.active,
.organization-warning button.disabled.active,
.organization-info button[disabled].active,
.organization-warning button[disabled].active,
fieldset[disabled] .organization-info button.active,
fieldset[disabled] .organization-warning button.active {
  background-color: #617a10;
  border-color: #4f630d;
}
.organization-info button .badge,
.organization-warning button .badge {
  color: #617a10;
  background-color: #fff;
}
.organization-info button:hover,
.organization-warning button:hover,
.organization-info button:focus,
.organization-warning button:focus {
  background-color: #769416;
}
.alert-info {
  border-radius: 0;
  background: #fdfddf;
  border: 1px solid #f1f1bf;
  box-shadow: -2px 2px 3px #e5e5e5;
  padding: .25em 1em;
  margin: 0;
}
.system_form_ValidationResult_message,
.message,
.error,
.warning,
.notice {
  padding: 10px 10px 10px 55px;
  font-size: 110%;
  margin: .5em 0;
  min-height: 24px;
  border: 3px solid #E3E3E3;
}
.msg_message,
div.organization-prefill,
.xenservices-info,
#organization_hp .organization-info {
  background: #f3fff2 url('../img/icon/info-icon.png?version=1547541248215') no-repeat 25px center;
  border: 1px solid #bde5b8;
  display: block;
  padding: 1em 1.5em 1em 100px;
  color: #4f764a;
  font-size: 14px;
  line-height: 20px;
  margin: 1em 0;
}
.msg_error {
  background: #ffeeee url('../img/icon/err_msg.png?version=1547541248215') no-repeat 10px 50%;
  border: 3px solid #be2603;
}
.message {
  background: #f3fff2 url('../img/icon/info-icon.png?version=1547541248215') no-repeat 25px center;
  border: 1px solid #bde5b8;
  display: block;
  padding: 1em 1.5em 1em 100px;
  color: #4f764a;
  font-size: 14px;
  line-height: 20px;
  margin: 1em 0;
}
.notice,
.error {
  background: url('../img/err_msg.png?version=1547541248215') #fff3f3 25px 50% no-repeat;
  border: 1px solid #db8787;
  display: block;
  color: #db8787;
  font-size: 14px;
  line-height: 20px;
  margin: 1em 0;
  padding: 1em 1.5em 1em 100px;
}
.error ul {
  margin: 0;
}
.error .msg_error {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.warning {
  background: #ffffee url('../img/icon/warn_msg.png?version=1547541248215') no-repeat 10px 50%;
  border: 3px solid #F69E19;
}
.msg_notice,
.system_form_ValidationResult_message,
#organization_hp .organization-warning,
.alert-warning {
  background: #fff5ee url('../img/dashboard/warning.png?version=1547541248215') 25px 50% no-repeat;
  border: 1px solid #E87A2E;
  display: block;
  padding: 1em 1.5em 1em 100px;
  color: #646141;
  font-size: 14px;
  line-height: 20px;
  margin: 1em 0;
  border-radius: 0;
}
.password_help,
.tooltip-link {
  background: url('../img/dashboard/help.png?version=1547541248215') no-repeat 0 0;
  /* blue icon */
  width: 20px;
  height: 20px;
  right: 0px;
  position: absolute;
  top: 5px;
  color: #707070;
  text-indent: -9999px;
  cursor: help;
}
.tooltip-box {
  margin: 0.5em 0;
  padding: 1em;
  background: #fae1d0;
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 10000;
}
#xenservices-orderReview select {
  float: right;
  width: auto;
  min-width: 150px;
}
.selected-services tr {
  background: #f2f2f2;
  border-radius: 0px;
}
#xenservices-orderReview table.selected-services tr td {
  border-bottom: 3px solid #fff;
  padding: .5em 1em;
}
#contactFormLink strong {
  color: #1676b5;
  text-transform: uppercase;
}
.msg_warning #contactFormLink {
  background: none;
  float: none;
  border: none;
  display: inline;
  padding: 0;
  margin: 0;
  color: #006AA1;
  text-decoration: underline;
}
#xenorders_deselect_all_suppliers {
  float: right;
}
.ng-cloak {
  display: none;
}
.supplier-banner {
  background: #f9f9f9 url('../img/supplier-banner.png?version=1547541248216') no-repeat 20px 50%;
  border: 1px solid #e3e3e3;
  padding: 12px 15px 12px 105px;
  float: right;
  width: 40%;
}
.supplier-banner h3 {
  color: #000;
  font-size: 18px;
  margin: .25em 0;
  font-weight: normal;
  min-height: 35px;
}
.supplier-banner p {
  clear: both;
  margin: .25em 0;
}
.supplier-banner .sys_btn_yes {
  float: right;
}
.supplier-banner-vz .supplier-banner {
  width: 50.5%;
}
#cpvControl_f52c5df095d2fe7f7c0615f334c2a4bbf label,
#cpvControl_fe171e551c8241a77393b5257ce99a624 label,
#cpvControl_f79de64b19b4f1e71dc09b5baacca2e50 label {
  float: none;
  display: block;
}
#cpvControl_f79de64b19b4f1e71dc09b5baacca2e50 label {
  font-size: 1.26em;
  font-weight: bold !important;
  padding: 0.26em 0;
  margin: 0 0 0.5em;
}
#cpvControl_f52c5df095d2fe7f7c0615f334c2a4bbf p,
#cpvControl_fe171e551c8241a77393b5257ce99a624 p,
#cpvControl_f79de64b19b4f1e71dc09b5baacca2e50 p {
  color: #777777;
}
#cpvControl_f52c5df095d2fe7f7c0615f334c2a4bbf .sys_btn,
#cpvControl_f79de64b19b4f1e71dc09b5baacca2e50 .sys_btn,
#cpvControl_fe171e551c8241a77393b5257ce99a624 .sys_btn {
  margin-left: 1em;
}
.cpv_count_of_selected_cpv {
  color: #006AA1;
  font-size: 20px;
  margin: 0 .25em;
}
.imported-vz {
  background: url('../img/zakazky/ico_evidovane-vz.png?version=1547541248216') 0 0 no-repeat;
  float: left;
  width: 17px;
  height: 12px;
  margin: 3px 10px 0 0;
  text-indent: -999px;
  overflow: hidden;
  outline: 0;
}
/* Akademie vz */
.akademie_vz h3 {
  font-weight: normal;
  font-size: 26px;
  color: #000;
}
.akademie_vz h3 strong {
  font-weight: bold;
  background: url('../img/pvu-title.png?version=1547541248216') no-repeat 0 50%;
  padding-left: 50px;
}
.akademie_vz h4 {
  font-weight: normal;
  font-size: 24px;
  clear: both;
}
ul.akademievz_ul li {
  background: url('../img/li-plus.png?version=1547541248216') no-repeat 0 50%;
  list-style-type: none;
  font-size: 13px;
  padding: 3px 0 3px 30px;
}
.vyhody,
.nevyhody {
  background: #f6f6f6 url('../img/bg-vyhody.png?version=1547541248216') no-repeat 0 0;
  width: 324px;
  float: left;
  padding: 50px 20px 20px 20px;
  text-align: center;
  min-height: 200px;
  margin: 0 0 5em 0;
  border-radius: 0px;
}
.nevyhody {
  background: #f6f6f6 url('../img/bg-nevyhody.png?version=1547541248216') no-repeat 0 0;
  float: right;
}
.vyhody p,
.nevyhody p {
  margin: 0;
  padding: 1em;
  background: transparent url('../img/sep.png?version=1547541248216') repeat-x left bottom;
}
.wrapper_disabled {
  color: #737373;
  float: left;
  margin: .85em 1.5em 0 0 !important;
}
#orderFilter_wrapper .wrapper_disabled #ffc17fae935c088d6077fc42555e7cebd-wrapper {
  width: 100%;
}
#orderFilter_wrapper .wrapper_disabled #ffc17fae935c088d6077fc42555e7cebd-wrapper label {
  background: url('../img/icon/plus_dis.png?version=1547541248216') no-repeat left center;
  color: #737373;
}
.xenservices_message p {
  margin: .5em 0;
}
.xenservices_message img {
  vertical-align: middle;
}
/*
#order_form .xenservices_message {
  min-width: 31%;
  clear: both;
  top: 1em;
  margin-bottom: 1.5em;
  border: 1px solid #E87A2E;
  background: #fff5ee;
  padding: 0px 10px;
  color: #646141;
}*/
.doc-detail .xenservices_message {
  margin-bottom: 1.5em;
}
/* banner vseubecna classa */
.xenservices_message {
  background: #fdfddf;
  border: 1px solid #f1f1bf;
  box-shadow: -2px 2px 3px #e5e5e5;
  padding: .25em 1em;
  margin: 0;
  position: relative;
  float: left;
}
/* verejne zakazkz banner */
.mw3-xenservices-banner-service-pokrocile-vyhledavani-v-katalogu-verejnych-zakazek .xenservices_message_arrow {
  transform: rotate(-90deg);
  position: absolute;
  left: 23px;
  bottom: -15px;
  height: 17px;
  width: 13px;
  display: block;
  background: url('../img/xenservices-arrow.png?version=1547541248216') no-repeat 0 0;
}
/* uverejnenie zakazok banner*/
.mw3-xenservices-banner-service-geolokace-mista-plneni-zakazky .xenservices_message_arrow {
  background: url('../img/xenservices-arrow2.png?version=1547541248216') no-repeat 0 0;
  left: 20px;
  top: -12px;
  height: 12px;
  position: absolute;
  width: 26px;
}
.xenservices_message.mw3-xenservices-banner-service-ulozeni-konceptu-zakazky .xenservices_message_arrow {
  background: url('../img/xenservices-arrow3.png?version=1547541248216') no-repeat 0 0;
  right: -12px;
  top: 10px;
  height: 17px;
  width: 13px;
  position: absolute;
}
/* dokumenty - uverejneni */
.mw3-xenservices-banner-service-fotogalerie-a-moznost-vkladani-obrazku .xenservices_message_arrow {
  background: url('../img/xenservices-arrow3.png?version=1547541248216') no-repeat 0 0;
  left: 71px;
  top: -15px;
  height: 17px;
  width: 13px;
  position: absolute;
  transform: rotate(-90deg);
}
#order_form .button-box .xenservices_message {
  clear: none;
  width: 310px;
  position: absolute;
  left: 310px;
  top: 4px;
}
input,
textarea {
  -webkit-transition: box-shadow linear 0.2s;
  -moz-transition: box-shadow linear 0.2s;
  -o-transition: box-shadow linear 0.2s;
  transition: box-shadow linear 0.2s;
}
input:focus,
textarea:focus {
  outline: 0 !important;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 100, 100, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 100, 100, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 100, 100, 0.6);
}
.extendedSupplierProfileBanner {
  background-color: #fdfddf;
  border-left: 4px solid #e5e522;
  display: block;
  padding: 1em 1.5em;
  color: #000000;
  margin: 1em 0;
}
.extendedSupplierProfileBanner .xenservices_message {
  background: none;
  border: 0 none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  float: none;
}
.extendedSupplierProfileBanner .xenservices_message .xenservices_message_arrow {
  display: none;
}
.organizationSupplierDisabled input[type="text"],
.organizationSupplierDisabled textarea {
  background-color: #fff !important;
  text-shadow: none;
  cursor: not-allowed;
}
.organizationSupplierDisabled .system_forms_submit_button {
  color: #fff !important;
  border: 1px solid #B4B4B4;
  background: #B4B4B4;
}
.organizationSupplierDisabled input:focus,
.organizationSupplierDisabled textarea:focus {
  outline: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.organizationSupplierDisabled .organization-keyword #f72a62f62a4793cc62cf42aaaeb864607 fieldset .system_forms_submit_button {
  background-image: url('../img/icon/minus-dis.png?version=1547541248217');
}
.contract-organizations table a.nodec {
  text-decoration: none;
}
#cotnractFilter .date-input-wrap input {
  width: 17.5em;
}
/* contractFilter form */
#cotnractFilter .fleft {
  width: 65.5%;
}
#cotnractFilter .fleft .wrapper {
  width: 46%;
}
#cotnractFilter .fright {
  float: left;
  width: 25%;
}
#cotnractFilter .fright .wrapper {
  width: 100%;
}
#cotnractFilter .fright .radio {
  margin-top: 1em;
}
/* Order Filter Locality */
.teritorial-control p[ng-if="controller.selectedItem"] {
  font-size: 1.1em;
  color: #006aa1;
  margin: 5px 10px 5px 0;
  font-weight: bold;
}
.order-filter-locality input[type="submit"] {
  margin-top: 0;
}
iframe[name="google_conversion_frame"] {
  width: 0px !important;
  height: 0px !important;
  position: absolute;
}
/* COOKIE NOTICE */
#using_cookies_confirm_message {
  background: #006AA1;
  padding: 1em 3em;
  color: #fff;
  box-shadow: 0px 1px 10px -4px #181818;
  z-index: 1000;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}
#using_cookies_confirm_button {
  margin: 0 1em 0 0.5em;
  background: #019928;
  border: 1px solid #0B8E28;
  padding: 0.5em 1em;
  color: #fff;
  border-radius: 0px;
  font-weight: bold;
  cursor: pointer;
}
#using_cookies_confirm_button:hover {
  background: #058727;
}
#using_cookies_more_information {
  color: #f2f2f2;
}
#using_cookies_more_information:hover {
  color: #fff;
}
.environment_test .test_container.test_failed .test_in_progress,
.environment_test .test_container.test_failed .test_success,
.environment_test .test_container.test_failed .test_inconclusive,
.environment_test .test_container.test_in_progress .test_failed,
.environment_test .test_container.test_in_progress .test_success,
.environment_test .test_container.test_in_progress .test_inconclusive,
.environment_test .test_container.test_in_progress .test_result,
.environment_test .test_container.test_success .test_failed,
.environment_test .test_container.test_success .test_in_progress,
.environment_test .test_container.test_success .test_inconclusive,
.environment_test .test_container.test_inconclusive .test_failed,
.environment_test .test_container.test_inconclusive .test_success,
.environment_test .test_container.test_inconclusive .test_in_progress {
  display: none;
}
.environment_test .test_container {
  padding-left: 30px;
}
.environment_test .test_container.test_failed {
  background: url('../img/icon_20x20/deny.png?version=1547541248217') no-repeat 0 8px;
}
.environment_test .test_container.test_in_progress {
  background: url('../img/loader.gif?version=1547541248217') no-repeat 0 8px;
}
.environment_test .test_container.test_success {
  background: url('../img/box-li.png?version=1547541248217') no-repeat 0 8px;
}
.environment_test .test_container.test_inconclusive {
  background: url('../img/ico-help.png?version=1547541248217') no-repeat 0 8px;
}
/*=============================================================================

*****************************    NEW STYLES   *********************************

==============================================================================*/
/*-----------------------------------------------------------------------------
           TYPOGRAPHY
------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.25em 0 0.5em 0;
  padding: 0;
  color: #2b60ad;
  font-weight: bold;
}
h2 {
  font-size: 165%;
  margin: .5em 0 1em 0;
}
h3 {
  font-size: 140%;
}
h4 {
  font-size: 130%;
  line-height: 130%;
}
h5 {
  font-size: 125%;
}
h6 {
  font-size: 100%;
}
/* form wrap and title-saparate */
.form-inner-wrap h3,
.title-separate {
  margin-top: 2em;
  margin-bottom: 1.5em;
  padding-left: 0;
  display: block;
}
.form-inner-wrap h3 span,
.title-separate span {
  background: #fff;
  color: #2b60ad;
  padding-right: 1em;
}
.form-inner-wrap h3 span,
.title-separate span {
  color: #337ab7;
}
.form-inner-wrap h4 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 115%;
}
.nodsp {
  display: none !important;
}
a {
  color: #2b60ad;
}
a:hover {
  opacity: 1;
  color: #2b60ad;
}
ul {
  list-style-type: none;
}
hr {
  height: 1px;
  border: 0;
  border-bottom: 1px solid #e2e3e4;
  margin: 1.625em 0;
}
/*-----------------------------------------------------------------------------
           BASIC
------------------------------------------------------------------------------*/
.pul-doleva {
  float: left;
}
.pul-doprava {
  float: right;
}
.fl-right,
.fl-right-last {
  float: right;
  width: 30%;
  padding: .5em 1em;
  margin: 0;
}
.fl-right a,
.fl-right-last a {
  color: #006aa1;
  font-weight: bold;
}
.fl-right-last {
  width: 125px;
  padding: .5em 0 .5em 1em;
}
.icon-info {
  background: url('../img/info.png?version=1547541248220') no-repeat 0 5px;
  padding: 2px 0 2px 25px;
  display: block;
}
.icon-info > div {
  margin-left: 1em;
}
.system_form_visibility_no + hr {
  display: none;
}
/* ============================================================================
-------------------------------------------------------------------------------
           LAYOUT
-------------------------------------------------------------------------------
============================================================================= */
.main-wrap {
  /* hlavni element webu */
  width: 980px;
  position: relative;
  margin: 0 auto;
  border: 0;
  text-align: left;
  clear: both;
}
@media (max-width: 768px) {
  .main-wrap {
    width: 96%;
  }
}
@media (max-width: 480px) {
  .main-wrap {
    width: 96%;
  }
}
#wrap_bottom {
  background: url('../img/footer.png?version=1547541248220') repeat-x left bottom;
}
/*-----------------------------------------------------------------------------
            FOOTER
------------------------------------------------------------------------------*/
footer {
  width: 100%;
  height: 342px;
  position: relative;
  clear: both;
  margin-top: 50px;
}
footer p {
  color: #566166;
}
footer .pul-doleva {
  width: 48%;
  margin-top: -13px;
  padding: .5em;
}
footer .pul-doprava {
  width: 50%;
  margin: 0;
  padding: 0;
}
/* footer menu */
#sys_blck_footer-menu {
  height: 49px;
  line-height: 4;
}
#sys_blck_footer-menu ul {
  margin: 0;
  display: block;
}
#sys_blck_footer-menu ul li {
  float: left;
  color: #666;
  font-size: 12px;
  margin-right: .5em;
  font-weight: bold;
}
#sys_blck_footer-menu .rss {
  float: right;
  font-size: 18px;
  line-height: 2.5;
}
#sys_blck_footer-menu .rss a {
  text-decoration: none;
}
#sys_blck_footer-menu .rss img {
  margin-left: .5em;
}
/* footer blok loga  */
#sys_blck_loga {
  height: 243px;
  padding: 0;
  margin: 0;
}
#sys_blck_loga .node_content {
  padding: 1em 0;
  margin: 2em 0 0 0;
  float: left;
}
/* copyright */
#copyright {
  height: 50px;
  line-height: 4;
}
#copyright p {
  float: left;
  color: #fff;
}
#copyright p a {
  color: #fff;
}
#copyright .qcm {
  float: right;
}
#copyright .qcm img {
  margin-left: 1em;
  vertical-align: middle;
}
/* ============================================================================
-------------------------------------------------------------------------------
           VARIABLES CUSTOM
-------------------------------------------------------------------------------
============================================================================= */
/* ============================================================================
-------------------------------------------------------------------------------
            MIXINS CUSTOM
-------------------------------------------------------------------------------
============================================================================= */
/* Hover effects */
.hover-before {
  opacity: 0.9;
  transition: all 0.5s;
  cursor: pointer;
}
.hover-after {
  opacity: 1;
}
/* Text with underline OR without underline */
.text-without-underline {
  text-decoration: none;
}
.text-with-underline {
  text-decoration: underline;
}
/* Light box background and border */
.light-box-bg {
  background: #fbfcfd;
  border: 1px solid #f7f9fa;
  padding: 1.5em 1em;
}
/* BOX ITEM */
.box-item-border {
  border: 1px solid #e2e3e4;
  border-radius: 0px;
  padding: 1em;
}
/* ============================================================================
-------------------------------------------------------------------------------
            BOOTSTRAP CUSTOM
-------------------------------------------------------------------------------


/*-----------------------------------------------------------------------------
            PILLS, NAV-TABS, NAV-JUSTIFIED
------------------------------------------------------------------------------*/
.nav-pills,
.tabs_hd,
.nav-tabs {
  clear: both;
}
.nav-pills > li,
.tabs_hd > li,
.nav-tabs > li {
  float: left;
}
.nav-pills > li + li,
.tabs_hd > li + li,
.nav-tabs > li + li {
  margin-left: 2px;
}
.nav-pills > li.active,
.tabs_hd > li.active,
.nav-tabs > li.active {
  background-color: #ffffff;
}
.nav-pills > li.active > a,
.tabs_hd > li.active > a,
.nav-tabs > li.active > a,
.nav-pills > li.active > span,
.tabs_hd > li.active > span,
.nav-tabs > li.active > span {
  color: #617a10;
  border-bottom: 1px solid #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.nav-pills > li a.active,
.tabs_hd > li a.active,
.nav-tabs > li a.active {
  background-color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}
.nav-pills > li a.active span,
.tabs_hd > li a.active span,
.nav-tabs > li a.active span {
  color: #617a10;
  font-weight: bold;
}
.nav-tabs {
  color: #ffffff;
}
.nav-justified,
.tabs_hd,
.nav-tabs {
  width: 100%;
  padding: 0;
  margin-bottom: 2em;
  border-bottom: 1px solid #e2e3e4;
}
.nav-justified > li,
.tabs_hd > li,
.nav-tabs > li {
  float: none;
  padding-left: 0;
  background: #f7f9fa;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-bottom: 0px;
}
.nav-justified > li > a,
.tabs_hd > li > a,
.nav-tabs > li > a,
.nav-justified > li > span,
.tabs_hd > li > span,
.nav-tabs > li > span {
  display: block;
  text-align: center;
  padding: 15px 18px;
  color: #2b60ad;
  text-decoration: underline;
  border: 1px solid #e2e3e4;
  border-radius: 0;
}
.nav-justified .dropdown .dropdown-menu,
.tabs_hd .dropdown .dropdown-menu,
.nav-tabs .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.tab-pane label {
  display: block;
}
.nav-pills > li.active > a,
.tabs_hd > li.active > a,
.nav-tabs > li.active > a,
.nav-pills > li.active > span,
.tabs_hd > li.active > span,
.nav-tabs > li.active > span {
  color: #617a10;
  border-bottom: 1px solid #ffffff;
  font-weight: bold;
  text-decoration: none;
  background: #ffffff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #617a10;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}
/*-----------------------------------------------------------------------------
           NAVBAR
------------------------------------------------------------------------------*/
.navbar {
  min-height: 40px;
  margin-bottom: 0;
  border-radius: 0;
}
.navbar-nav {
  float: initial;
}
/*-----------------------------------------------------------------------------
           FORMS
------------------------------------------------------------------------------*/
.form-control,
input[type="text"],
input[type="email"],
input[type="phone"],
input[type="number"],
input[type="date"],
input[type="password"],
input[type="file"],
textarea,
select {
  display: block;
  width: 100%;
  height: 31px;
  padding: 6px 12px;
  margin: 0 0 10px 0;
  font-size: 12px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dadada;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="phone"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="file"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="phone"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="file"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="phone"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="phone"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand,
input[type="text"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="phone"]::-ms-expand,
input[type="number"]::-ms-expand,
input[type="date"]::-ms-expand,
input[type="password"]::-ms-expand,
input[type="file"]::-ms-expand,
textarea::-ms-expand,
select::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
input[type="text"][disabled],
input[type="email"][disabled],
input[type="phone"][disabled],
input[type="number"][disabled],
input[type="date"][disabled],
input[type="password"][disabled],
input[type="file"][disabled],
textarea[disabled],
select[disabled],
.form-control[readonly],
input[type="text"][readonly],
input[type="email"][readonly],
input[type="phone"][readonly],
input[type="number"][readonly],
input[type="date"][readonly],
input[type="password"][readonly],
input[type="file"][readonly],
textarea[readonly],
select[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="phone"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="file"],
fieldset[disabled] textarea,
fieldset[disabled] select {
  background-color: #f7f9fa;
  opacity: 1;
  cursor: not-allowed;
}
.form-control[disabled],
input[type="text"][disabled],
input[type="email"][disabled],
input[type="phone"][disabled],
input[type="number"][disabled],
input[type="date"][disabled],
input[type="password"][disabled],
input[type="file"][disabled],
textarea[disabled],
select[disabled],
fieldset[disabled] .form-control,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="phone"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="file"],
fieldset[disabled] textarea,
fieldset[disabled] select {
  cursor: not-allowed;
}
textarea.form-control,
textareainput[type="text"],
textareainput[type="email"],
textareainput[type="phone"],
textareainput[type="number"],
textareainput[type="date"],
textareainput[type="password"],
textareainput[type="file"],
textareatextarea,
textareaselect {
  height: auto;
}
input[type="file"] {
  width: auto;
}
input[type="checkbox"],
input[type="radio"],
.radio input[type="radio"] {
  float: left;
  margin: 5px 5px 0 0;
  width: 13px;
}
textarea {
  min-height: 90px;
}
label {
  color: #000;
  font-weight: normal;
  vertical-align: middle;
  line-height: 22px;
  font-size: 13px;
}
/* ============================================================================
-------------------------------------------------------------------------------
            OBJECTS CUSTOM
-------------------------------------------------------------------------------
============================================================================= */
/*-----------------------------------------------------------------------------
            LOGIN PAGE
------------------------------------------------------------------------------*/
#userCredentials_wrapper label .lab,
#changePassword_wrapper label .lab,
.usr_loginform .lab {
  width: 180px;
  text-align: right;
  color: #777777;
  font-weight: bold;
  padding-right: 1em;
  float: left;
  line-height: 31px;
  display: inline-block;
}
#userCredentials_wrapper label input[type="text"],
#changePassword_wrapper label input[type="text"],
.usr_loginform input[type="text"],
#userCredentials_wrapper label input[type="password"],
#changePassword_wrapper label input[type="password"],
.usr_loginform input[type="password"] {
  display: inline-block;
}
.usr_loginform p {
  margin: 0;
}
.usr_loginform input[type="text"] {
  margin: 0;
}
.usr_loginform .login {
  border: 1px solid #859e36;
  background: #617a10;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
  font-weight: bold;
}
.usr_loginform .login:hover,
.usr_loginform .login:focus {
  background-color: #6D871C;
}
/*-----------------------------------------------------------------------------
            TOP NAVIGATION , USER INFO
------------------------------------------------------------------------------*/
header nav {
  height: 40px;
  color: #fff;
  background-color: #566166;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header nav ul li {
  color: #fff;
  float: left;
  display: inline;
  margin: 0;
  background: url('../img/sepparator.png?version=1547541248223') no-repeat right top;
  height: 35px;
  padding: 10px 5px 0;
}
header nav ul li a {
  color: #fff;
  font-weight: 400;
}
header nav ul li a:hover,
header nav ul li a:focus {
  color: #fbd622;
}
header nav ul li.last {
  background: none;
}
header nav ul li.node_menu_active a {
  color: #F7DB22;
}
header h1#logo {
  margin-top: 0;
  clear: both;
  width: 840px;
}
header h1#logo a {
  text-decoration: none;
  color: #3a3a3a;
  line-height: 60px;
  float: left;
  font-weight: normal;
}
header h1#logo a span,
header h1#logo a img {
  float: left;
}
header h1#logo a span {
  margin-left: 2em;
}
/* LOGIN */
.ico-user {
  background: url('../img/ico-user.png?version=1547541248224') no-repeat 0 0;
  height: 16px;
  width: 16px;
  float: left;
  margin-right: 0.85em;
}
/*-----------------------------------------------------------------------------
           TOP AREA
------------------------------------------------------------------------------*/
#area_top {
  margin-top: 1.5em;
  display: block;
  height: 25px;
}
#area_top .sys_blck {
  float: right;
}
/* NAVIGATION XENORDERS (xenordrsMenu)*/
#sys_blck_xenordersMenu {
  float: none;
  clear: both;
  width: 100%;
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 0;
}
.menu {
  display: block;
  margin: 0 0 2em 0;
  border-bottom: 0 none;
  padding-left: 0;
}
.menu.lvl1 {
  box-shadow: 0 -1px 3px #d9d9d9;
  height: 40px;
  display: block;
  width: 100%;
}
.menu.lvl1 > li {
  float: left;
  width: 20%;
  margin: 0;
  padding: 0;
  border: 0 none;
}
.menu.lvl1 > li.submenu > a > span {
  background: transparent url('../img/icon/submenu-li.png?version=1547541248224') no-repeat center right;
  padding-left: 25px;
  padding-right: 25px;
}
.menu.lvl1 > li.menu-item a#orders,
.menu.lvl1 > li.menu-item a#contracts,
.menu.lvl1 > li.menu-item a#services,
.menu.lvl1 > li.menu-item a#home,
.menu.lvl1 > li.menu-item a#profile,
.menu.lvl1 > li.menu-item a#statistics {
  background-image: url('../img/icon/iko-menu.png?version=1547541248224');
  background-repeat: no-repeat;
  background-position: 35px -120px;
}
.menu.lvl1 > li.menu-item a#orders,
.menu.lvl1 > li.menu-item a#contracts {
  background-position: 25px 10px;
}
.menu.lvl1 > li.menu-item a#services {
  background-position: 35px -57px;
}
.menu.lvl1 > li.menu-item a#home,
.menu.lvl1 > li.menu-item a#profile {
  background-position: 35px -120px;
}
.menu.lvl1 > li.menu-item a#statistics {
  background-position: 35px -186px;
}
.menu.lvl1 > li.first a {
  border-left: 0 none;
}
.menu.lvl1 > li > a {
  text-transform: uppercase;
  text-align: center;
}
.menu.lvl1 > li .lvl2 {
  display: none;
  margin: 0;
  padding-left: 0;
}
.menu.lvl1 > li .lvl2 li {
  position: relative;
}
.menu.lvl1 > li .lvl2 li.submenu > a {
  background-image: url('../img/icon/submenu-li2.png?version=1547541248224');
  background-repeat: no-repeat;
  background-position: 90% center;
}
.menu.lvl1 > li .lvl2 li a {
  border-top: 1px solid #1a608d;
  border-left: 0 none;
  line-height: 1.5;
  min-height: 40px;
  height: auto;
  padding: 11px 18px 11px 35px;
}
.menu.lvl1 > li .lvl2 li a:hover {
  background: #095c93;
  color: #fff;
}
.menu.lvl1 > li .lvl2 li .lvl3 {
  display: none;
  margin: 0;
  position: absolute;
  right: -10%;
  top: 40px;
  width: 100%;
  padding-left: 0;
}
.menu li a {
  text-decoration: none;
  background-color: #1676b5;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding: 0;
  height: 40px;
  line-height: 3.2;
  border-left: 1px solid #1a608d;
}
.menu li a:hover,
.menu li a:focus {
  background-color: #095c93;
}
.menu li.first a {
  border-left: 0 none;
}
.menu.lvl1 li:hover .lvl2,
.menu.lvl1 li .lvl2 li:hover .lvl3 {
  display: block;
}
/* TOP KONTAKT */
#sys_blck_top-kontakt {
  color: #6e6e6e;
  font-size: 14px;
  position: absolute;
  top: -65px;
  margin-top: 10px;
  right: 0;
}
#sys_blck_top-kontakt p {
  margin: 0;
  line-height: 1.4em;
}
#sys_blck_top-kontakt .phone {
  background: url('../img/phone.png?version=1547541248225') no-repeat left center;
  font-size: 14px;
  color: #058727;
  font-weight: bold;
  white-space: nowrap;
  margin-right: 1em;
  padding-left: 15px;
}
#sys_blck_top-kontakt a {
  color: #1676b5;
  font-size: 12px;
}
/*-----------------------------------------------------------------------------
           LIGHT BOX
------------------------------------------------------------------------------*/
.light-box {
  background: #fbfcfd;
  border: 1px solid #f7f9fa;
  padding: 1.5em 1em;
  background: #f1f9fd;
  position: relative;
  margin-bottom: 1.5em;
  min-height: 8em;
}
.light-box h4 {
  font-weight: normal;
  margin-top: 0;
  float: left;
  width: auto;
  color: #000000;
  font-weight: bold;
}
.light-box .col-md-6,
.light-box .col-sm-6 {
  min-height: 0;
}
.light-box-transparent {
  position: relative;
}
/*-----------------------------------------------------------------------------
           BUTTON BOX
------------------------------------------------------------------------------*/
.button-box {
  margin: 1em 0;
  display: block;
}
.button-box div {
  float: left;
  margin-right: 1em;
}
.button-box div.input-rss {
  margin-right: 2em;
}
/* input-search */
/*-----------------------------------------------------------------------------
           BUTTON: SYS_BTN
------------------------------------------------------------------------------*/
.sys_btn {
  margin: 1.5em 1em 1.5em 0;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.5s;
  cursor: pointer;
  color: #2b60ad;
}
.sys_btn:hover {
  opacity: 1;
  text-decoration: none;
  color: #2b60ad;
}
/*-----------------------------------------------------------------------------
           TABLE: ORDER LIST TABLE, RAZENI
------------------------------------------------------------------------------*/
.list table,
.order_list_table,
.information-table {
  margin-top: .5em;
  margin-bottom: 1.5em;
  clear: both;
  min-width: 100%;
}
.list table tbody tr td a,
.order_list_table tbody tr td a,
.information-table tbody tr td a {
  color: #2b60ad;
  text-decoration: underline;
}
.list table tbody tr td a.nodec.confirm,
.order_list_table tbody tr td a.nodec.confirm,
.information-table tbody tr td a.nodec.confirm {
  text-decoration: none;
}
.list table tbody tr td img,
.order_list_table tbody tr td img,
.information-table tbody tr td img {
  margin-left: 5px;
}
/*ikony dokumentu */
.tdc {
  text-align: center;
  min-width: auto;
}
/*-----------------------------------------------------------------------------
           PARTS_LIST: "table"
------------------------------------------------------------------------------*/
/* setting width columns for tenderers_and_suppliers_list */
.sys_pgr,
.xen_pgr {
  margin: .5em 0 1em 0;
  text-align: center;
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* active */
}
.sys_pgr .xen_pgr_pg,
.xen_pgr .xen_pgr_pg,
.sys_pgr .sys_pgr_pg,
.xen_pgr .sys_pgr_pg,
.sys_pgr .xen_pgr_c,
.xen_pgr .xen_pgr_c,
.sys_pgr .sys_pgr_c,
.xen_pgr .sys_pgr_c,
.sys_pgr .xen_pgr_n,
.xen_pgr .xen_pgr_n,
.sys_pgr .xen_pgr_p,
.xen_pgr .xen_pgr_p,
.sys_pgr .sys_pgr_p,
.xen_pgr .sys_pgr_p,
.sys_pgr .sys_pgr_n,
.xen_pgr .sys_pgr_n,
.sys_pgr .sys_pgr_f,
.xen_pgr .sys_pgr_f,
.sys_pgr .sys_pgr_l,
.xen_pgr .sys_pgr_l,
.sys_pgr li.pgr_p a,
.xen_pgr li.pgr_p a,
.sys_pgr li.pgr_n a,
.xen_pgr li.pgr_n a,
.sys_pgr .xen_pgr_caret,
.xen_pgr .xen_pgr_caret,
.sys_pgr .pgr-numbers,
.xen_pgr .pgr-numbers {
  background: #ffffff;
  color: #2b60ad;
  font-weight: bold;
  text-decoration: none;
  min-width: 33px;
  height: 33px;
  line-height: 33px;
  display: inline-block;
  margin: 0 2px;
  border: 1px solid #dadada;
  padding: 0 3px;
}
.sys_pgr .xen_pgr_c,
.xen_pgr .xen_pgr_c,
.sys_pgr .sys_pgr_c,
.xen_pgr .sys_pgr_c {
  background: #c95100;
  color: #ffffff;
}
.sys_pgr .xen_pgr_n,
.xen_pgr .xen_pgr_n,
.sys_pgr .xen_pgr_p,
.xen_pgr .xen_pgr_p,
.sys_pgr .sys_pgr_n,
.xen_pgr .sys_pgr_n,
.sys_pgr li.pgr_p a,
.xen_pgr li.pgr_p a,
.sys_pgr li.pgr_n a,
.xen_pgr li.pgr_n a {
  background: url('../img/xen_pgr_n.png?version=1547541248226') no-repeat center center #f3f3f3;
  position: relative;
  border: 1px solid #dadada;
}
.sys_pgr .xen_pgr_p,
.xen_pgr .xen_pgr_p,
.sys_pgr li.pgr_p a,
.xen_pgr li.pgr_p a,
.sys_pgr .sys_pgr_p,
.xen_pgr .sys_pgr_p {
  background: url('../img/xen_pgr_p.png?version=1547541248226') no-repeat center center #f3f3f3;
  border: 1px solid #dadada;
}
.sys_pgr .sys_pgr_f,
.xen_pgr .sys_pgr_f {
  background: url('../img/xen_pgr_f.png?version=1547541248226') no-repeat center center #f3f3f3;
  border: 1px solid #dadada;
}
.sys_pgr .sys_pgr_l,
.xen_pgr .sys_pgr_l {
  background: url('../img/xen_pgr_l.png?version=1547541248227') no-repeat center center #f3f3f3;
  border: 1px solid #dadada;
}
.xen_pgr li {
  float: left;
  margin-left: 2px;
}
.xen_pgr li a {
  background: #fff;
  color: #1676b5;
  border: 1px solid #cdcdcd;
  padding: 3px 7px;
  text-decoration: none;
  display: block;
}
.xen_pgr li a:hover,
.xen_pgr li.active a {
  background-color: #1676b5;
  color: #fff;
  border: 1px solid #1676b5;
}
.xen_pgr_p,
.xen_pgr_n,
.sys_pgr_n,
.sys_pgr_p,
.sys_pgr_f,
.sys_pgr_l,
li.pgr_p a,
li.pgr_n a {
  padding: 3px 12px;
  color: #fff;
  background-color: #1676b5;
  text-decoration: none;
  margin: 0;
  display: inline;
  display: inline-block;
  width: 0px;
  text-indent: -9999px;
}
.sys_pgr_l,
.sys_pgr_f {
  padding: 3px 12px;
  color: #fff;
  background-color: #1676b5;
  text-decoration: none;
  margin: 0;
  display: inline;
  display: inline-block;
}
li.pgr_p a:hover,
li.pgr_n a:hover {
  background-color: #13659c;
}
/*-----------------------------------------------------------------------------
           FORMS
------------------------------------------------------------------------------*/
/* fieldset */
form fieldset {
  border: 1px solid #e2e3e4;
  margin-bottom: 1em;
  padding: 1.5em;
  clear: both;
}
/* system_form_wrapper */
.system_form_wrapper {
  padding-bottom: 2em;
  margin-bottom: 3em;
}
.system_form_wrapper .wrapper,
.system_form_wrapper .form-group {
  position: relative;
}
/* forms-submit */
.forms-submit {
  background: transparent;
  border: none;
  color: #2b60ad !important;
  text-transform: uppercase;
  font-size: 1.1em;
  opacity: 0.9;
  transition: all 0.5s;
  cursor: pointer;
}
.forms-submit.forms-submit-rss {
  background: transparent url("../img/icon/rss-bg.png?version=1547541248227") center left no-repeat;
  padding: 1px 6px 1px 30px;
  height: 22px;
}
.forms-submit.forms-submit-rss:hover,
.forms-submit.forms-submit-rss:focus {
  background: transparent url("../img/icon/rss-bg.png?version=1547541248227") center left no-repeat;
  border: none;
}
.forms-submit.forms-submit-search,
.forms-submit.forms-submit-rss {
  position: relative;
  border: none;
  text-shadow: none;
  font-weight: normal;
}
.forms-submit.forms-submit-search {
  background: transparent url("../img/icon/search-bg.png?version=1547541248227") center left no-repeat;
  padding-left: 35px;
  height: 31px;
}
.forms-submit.forms-submit-search:hover,
.forms-submit.forms-submit-search:focus {
  background: transparent url("../img/icon/search-bg.png?version=1547541248227") center left no-repeat;
  border: none;
}
.extended-filter {
  margin: 1em 0;
}
.extended-filter fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.form-extended-filter input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  left: 13px;
  top: 15px;
  width: auto;
  margin: 0;
  opacity: 0;
}
.form-extended-filter input[type="checkbox"]:checked + label:before {
  content: "";
  opacity: 1;
}
.form-extended-filter label {
  display: inline-block;
  background: url("../img/icon/plus-blue.png?version=1547541248227") left center no-repeat;
  padding-left: 35px;
  line-height: 30px;
  cursor: pointer;
  margin: 10px 5px;
}
.form-extended-filter label.extended_filter_opened {
  background: url("../img/icon/cross-blue.png?version=1547541248228") left center no-repeat;
}
/* CPV SELECT  */
.cpv-select-toggle-hide-numbers-button {
  float: left;
}
.cpv-select-choose-button-wrapper .sys_btn,
.cpv-select-toggle-hide-numbers-button .sys_btn {
  display: inline-block;
}
.cpv-select-chosen-list {
  clear: both;
}
.cpv_list_pad li {
  clear: both;
}
.cpv_list_pad li span {
  width: 88%;
  display: inline-block;
}
/* label obor cinnosti*/
label.cpv-select-label.ng-binding.ng-scope[ng-if='label'] {
  position: inherit !important;
}
div.row label.cpv-select-label.ng-binding.ng-scope {
  position: relative;
  top: -22px;
  left: 35px;
}
/* input date */
.input-date,
.input-date .wrapper {
  position: relative;
}
.input-date .image-calendar,
.input-date .wrapper .image-calendar {
  position: absolute;
  right: 7px;
  top: 34px;
}
/* system form visibility */
.system_form_elementValidationResult_message {
  color: #ff0000;
  font-style: italic;
  font-size: .96em;
  text-align: right;
}
.text-left .system_form_elementValidationResult_message {
  text-align: left;
}
.system_form_wrapper .system_form_visibility_no,
.system_form_wrapper .system_form_presentation_visibility_no {
  display: none !important;
}
/* TEXTAREA LONG */
.textarea-long textarea {
  min-height: 250px;
}
/* RADIO INLINE */
.radio-inline {
  padding-left: 0;
}
.radio-inline .radio {
  padding-left: 0;
}
.radio-inline .radio > div {
  display: inline-block;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 0px;
}
/* RADIO HIGLIGHT */
.radio-highlight {
  padding-bottom: 15px;
  /* druh verejne zakazky */
  /* druh zadavaciho rizeni*/
  /* label as title */
}
.radio-highlight input[type="radio"] {
  position: relative;
  z-index: 1;
  left: 6px;
  top: 15px;
}
.radio-highlight input[type="radio"]:checked + label {
  opacity: 1;
  background: #337ab7;
  color: #fff;
}
.radio-highlight .radio {
  padding-left: 0;
}
.radio-highlight .radio label {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  left: 0px;
  top: 9px;
  cursor: pointer;
}
.radio-highlight.type-of-public-contract .radio label {
  line-height: 34px;
  width: 100%;
  display: block;
}
.radio-highlight.type-of-award-procedure .radio > div {
  width: 50%;
  float: left;
}
.radio-highlight.type-of-award-procedure .radio label {
  line-height: 34px;
  width: 100%;
  display: block;
  padding-left: 25px;
  margin-left: 0;
}
.radio-highlight.type-of-public-contract .wrapper > label,
.radio-highlight.type-of-award-procedure .wrapper > label {
  font-size: 1.1em;
  color: #337ab7;
  border-bottom: 2px solid #337ab7;
  display: block;
}
/*-----------------------------------------------------------------------------
           TREE STRUCTURE  - mw3-craddresses-tree
------------------------------------------------------------------------------*/
.mw3-craddresses-tree {
  /* craddresses tree */
}
.mw3-craddresses-tree .controls {
  border-radius: 0;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ededed;
  padding: 5px 15px;
  text-align: right;
}
.mw3-craddresses-tree .controls button {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.625;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #fdfdfd;
  background-image: -moz-linear-gradient(top, #fdfdfd 0%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #fdfdfd 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(top, #fdfdfd 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #fdfdfd 0%, #ffffff 100%);
  color: #000000;
  border-color: #d9d9d9;
  font-weight: bold;
  margin-bottom: 0;
}
.mw3-craddresses-tree .controls button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.mw3-craddresses-tree .controls button:hover,
.mw3-craddresses-tree .controls button:focus {
  color: #ffffff;
  text-decoration: none;
}
.mw3-craddresses-tree .controls button:active,
.mw3-craddresses-tree .controls button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.mw3-craddresses-tree .controls button.disabled,
.mw3-craddresses-tree .controls button[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mw3-craddresses-tree .controls button.btn-default {
  background-color: #fdfdfd;
  background-image: -moz-linear-gradient(top, #fdfdfd 0%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #fdfdfd 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(top, #fdfdfd 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #fdfdfd 0%, #ffffff 100%);
  color: #000000;
  border-color: #d9d9d9;
  font-weight: bold;
}
.mw3-craddresses-tree .controls button.btn-back {
  background-color: #fdfdfd;
  background-image: -moz-linear-gradient(top, #fdfdfd 0%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #fdfdfd 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(top, #fdfdfd 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #fdfdfd 0%, #ffffff 100%);
  color: #000000;
  border-color: #d9d9d9;
  font-weight: bold;
}
.mw3-craddresses-tree .controls button.btn-back:hover,
.mw3-craddresses-tree .controls button.btn-back:focus {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  outline: 0 none;
  color: #000000;
}
.mw3-craddresses-tree .controls button.btn-back span {
  font-size: 14px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-bottom;
}
.mw3-craddresses-tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  overflow: hidden;
  text-align: left;
}
.mw3-craddresses-tree ul li {
  background: none;
  color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 2px 0 5px 20px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}
.mw3-craddresses-tree ul li .expanded {
  padding: 1px 10px;
}
.mw3-craddresses-tree ul li .expanded:before {
  content: "\f147";
  display: inline-block;
  font-style: normal;
}
.mw3-craddresses-tree ul li .collapsed {
  padding: 1px 10px;
}
.mw3-craddresses-tree ul li .collapsed:before {
  content: "\f196";
  display: inline-block;
  font-style: normal;
}
.mw3-craddresses-tree ul li .normal {
  padding: 1px 10px;
}
.mw3-craddresses-tree ul li .normal:before {
  content: "\25E6";
  display: inline-block;
  font-style: normal;
}
.mw3-craddresses-tree ul li i,
.mw3-craddresses-tree ul li span {
  cursor: pointer;
}
.mw3-craddresses-tree ul li .selected {
  background-color: #617a10;
  font-weight: bold;
  padding: 1px 5px;
}
.mw3-craddresses-tree ul ul {
  margin-left: 15px;
  position: relative;
}
.mw3-craddresses-tree ul ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px dotted;
}
.mw3-craddresses-tree ul ul li:before {
  content: "";
  display: block;
  width: 15px;
  height: 0;
  border-top: 1px dotted;
  position: absolute;
  top: 11px;
  left: 0;
}
.mw3-craddresses-tree ul ul li:last-child:before {
  background: white;
  height: auto;
  top: 11px;
  bottom: 0;
}
.mw3-craddresses-tree i {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mw3-craddresses-tree i.normal:before {
  content: "\f096";
}
.mw3-craddresses-tree i.collapsed:before {
  content: "\f196";
}
.mw3-craddresses-tree i.expanded:before {
  content: "\f147";
}
fieldset[disabled] .mw3-nipez-tree .controls button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mw3-craddresses-tree > ul > li {
  padding-left: 0;
}
/*-----------------------------------------------------------------------------
           MODAL
------------------------------------------------------------------------------*/
/* MODAL WINDOW */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.modal.fade.in {
  opacity: 1;
  z-index: 10000;
}
.modal .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
  width: 70%;
  margin: 30px auto;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
  padding: 0;
}
.modal .modal-content button {
  min-height: 30px;
  min-width: 30px;
  position: relative;
  top: 0px;
}
.modal .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.625px;
  background: #eee;
  border-radius: 0px;
}
.modal .modal-header .close {
  font-size: 24px;
  margin-top: -12px;
  color: #000;
}
.modal .modal-header h4 {
  color: #2b60ad;
}
.modal .modal-body {
  position: relative;
  padding: 15px;
  text-align: left;
}
.modal .modal-footer {
  margin-top: 15px;
  padding: 14px 15px 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal .modal-footer .pull-left .btn + .btn {
  margin-bottom: 10px;
}
.modal-footer .btn + .btn {
  margin-bottom: 10px;
}
div[ng-if='modal.selectedItem'] button {
  position: relative;
  top: 10px !important;
  margin-left: 10px;
}
.modal_box_wrap fieldset {
  border: none;
  padding: 0;
}
.modal_box_wrap form {
  margin: 1em 0;
}
.modal_box_wrap .tabs_hd > li:first-child,
.modal_box_wrap .tabs_hd > li:first-child a,
.modal_box_wrap .tabs_hd > li:first-child:hover a,
.modal_box_wrap .tabs_hd > li:last-child,
.modal_box_wrap .tabs_hd > li:last-child a,
.modal_box_wrap .tabs_hd > li:last-child:hover a,
.modal_box_wrap .tabs_hd {
  border-radius: 0;
}
.modal_box_wrap .tabs_cnts {
  background: #f7f9fa;
  padding: 10px;
}
/* close btn */
.close {
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #c95100;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  opacity: 0.9;
  transition: all 0.5s;
  cursor: pointer;
}
.close:hover {
  opacity: 1;
  color: #c95100;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/* ng_cpv */
.ng_cpv .fl,
.ng_cpv .fr {
  float: left;
  margin-right: 5px;
}
.ng_cpv .wrapper {
  width: auto !important;
  margin-right: 5px !important;
}
.ng_cpv .searchInput {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #B4B4B4;
  padding: 5px 2%;
  min-width: 180px;
}
.ng_cpv .selectedNameContainer {
  float: right;
  width: 90%;
}
.ng_cpv .cpvModalLeft,
.ng_cpv .cpvModalRight {
  width: 50%;
  max-height: 776px;
  float: left;
  padding-right: 10px;
}
.ng_cpv .cpvModalLeft {
  overflow-x: hidden;
  overflow-y: auto;
}
.ng_cpv .cpvModalLeft li {
  margin: 10px 0;
}
.ng_cpv .cpvModalRight {
  float: right;
  padding-left: 20px;
}
.ng_cpv .cpv_list ul {
  padding-left: 1.5em;
}
.ng_cpv .cpv_list ul li {
  padding: 4px 0px;
}
.ng_cpv .cpv_list_pad li {
  padding: 12px 0;
  border-bottom: solid 1px #E3E3E3;
}
.ng_cpv .cpv_list_pad li:last-child {
  border-bottom: 0;
}
.ng_cpv .cpv_list_pad li button.btnMinus {
  float: right;
  top: 0;
  left: 5px;
}
.ng_cpv .overflowHandler {
  max-width: 455px;
}
.ng_cpv .cpvModalRight .cpv_list,
.ng_cpv .cpvModalLeft .cpv_list,
.ng_cpv .cpvModalRight .cpv_list_pad,
.ng_cpv .cpvModalLeft .cpv_list_pad {
  margin-left: 0px;
}
/* modbox */
.modbox #orderDocument_wrapper,
.modbox #orderImageDocument_wrapper {
  float: left;
  padding: 0 5% 2% 5%;
  width: 100%;
}
.modbox #orderDocument_wrapper:after,
.modbox #orderImageDocument_wrapper:after {
  content: "";
  clear: both;
  height: 1px ;
}
/*-----------------------------------------------------------------------------
           BOX ITEM (documents list item and images list item)
------------------------------------------------------------------------------*/
.box-wrap {
  text-align: center;
}
.box-wrap .box-item {
  border: 1px solid #e2e3e4;
  border-radius: 0px;
  padding: 1em;
  position: relative;
  height: 12em;
  overflow: hidden;
}
.box-wrap .box-item .col-md-2 {
  padding: 0;
}
.box-wrap .box-item .col-md-2 span {
  display: block;
  width: 38px;
  height: 38px;
  background: url("../img/icon/ico-document.png?version=1547541248231") 0 0 no-repeat;
}
.box-wrap .box-item .col-md-2 span.ico-png {
  background: url("../img/icon/ico-png.png?version=1547541248231") 0 0 no-repeat;
}
.box-wrap .box-item .col-md-2 span.ico-jpg {
  background: url("../img/icon/ico-jpg.png?version=1547541248231") 0 0 no-repeat;
}
.box-wrap .box-item .col-md-2 span.ico-rar,
.box-wrap .box-item .col-md-2 span.ico-zip {
  background: url("../img/icon/ico-zip.png?version=1547541248231") 0 0 no-repeat;
}
.box-wrap .box-item .col-md-2 span.ico-rtf,
.box-wrap .box-item .col-md-2 span.ico-txt,
.box-wrap .box-item .col-md-2 span.ico-doc,
.box-wrap .box-item .col-md-2 span.ico-odt,
.box-wrap .box-item .col-md-2 span.ico-docx {
  background: url("../img/icon/ico-doc.png?version=1547541248231") 0 0 no-repeat;
}
.box-wrap .box-item .col-md-2 span.ico-ods,
.box-wrap .box-item .col-md-2 span.ico-xls,
.box-wrap .box-item .col-md-2 span.ico-xlsx {
  background: url("../img/icon/ico-xls.png?version=1547541248231") 0 0 no-repeat;
}
.box-wrap .box-item .col-md-2 span.ico-pdf {
  background: url("../img/icon/ico-pdf.png?version=1547541248231") 0 0 no-repeat;
}
.box-wrap .box-item .col-md-10 {
  padding: 0;
}
.box-wrap .box-item .col-md-10 h4 {
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  text-align: left;
  max-height: 3em;
  overflow: hidden;
  margin-bottom: 10px;
}
.box-wrap .box-item .col-md-10 p {
  color: #000000;
  text-align: left;
  margin: 2px 0;
  font-size: 14px;
  line-height: 20px;
}
.box-wrap .box-item + .button-box {
  display: inline-block;
  position: relative;
  top: -2.4em;
  background: #5398ce;
  border-radius: 5px;
  padding: 0.5em 2em;
}
.box-wrap .box-item + .button-box a {
  display: inline-block;
  margin: 0 5px;
}
/*-----------------------------------------------------------------------------
           CAROUSEL PROMO: DASHBOARD CAROUSEL
------------------------------------------------------------------------------*/
#promowrap {
  height: 240px;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#promowrap .carousel-control {
  position: absolute;
  top: 100px;
  left: -17px;
  display: block;
  height: 41px;
  width: 17px;
  text-indent: -9999px;
}
#promowrap .next {
  background: url('../img/dashboard/dashboard-next.png?version=1547541248231') no-repeat 0 0;
  left: 978px;
}
#promowrap .prev {
  background: url('../img/dashboard/dashboard-prev.png?version=1547541248231') no-repeat 0 0;
}
#promowrap .promo-carousel-wrap {
  height: 240px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#promowrap .promo-carousel-wrap .promo {
  height: 240px;
  width: 98000px;
}
#promowrap .promo-carousel-wrap .promo .itemsBlock {
  background: url('../img/dashboard/carousel-bg.png?version=1547541248232') no-repeat 92% 50%;
  float: left;
  width: 1007px;
  height: 210px;
  padding: 20px 30px 0 30px;
}
#promowrap .promo-carousel-wrap .promo .content {
  width: 650px;
}
#promowrap .promo-carousel-wrap .promo .perex {
  color: #000;
  font-size: .86em;
}
/*-----------------------------------------------------------------------------
           MESSAGE - wrap
------------------------------------------------------------------------------*/
.message-wrap {
  /* cerate message */
}
.message-wrap .col-md-12 {
  background: #f0f7fa;
  padding: 1em;
  border-top: 1px solid #e2e3e4;
}
.message-wrap .col-md-12.subject-wrap {
  font-size: 120%;
}
.message-wrap .message-box {
  background: #fff;
  border: #e2e3e4;
  padding: 1em;
  margin: 1em 0;
}
.message-wrap .message-aside > .col-md-12 {
  border-top: none;
}
.message-wrap .message-aside > .col-md-12 strong {
  text-transform: uppercase;
}
.message-wrap .message-aside > .col-md-12 table td:first-child {
  padding-left: 0;
}
.message-wrap.message-create fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.message-wrap.message-create legend,
.message-wrap.message-create label {
  float: left;
  width: 13%;
  font-size: 1em;
  padding: 0;
  margin: 0;
  color: #000;
  font-weight: bold;
  text-transform: none;
}
.message-wrap.message-create .radio,
.message-wrap.message-create input[type="text"],
.message-wrap.message-create input[type="file"] {
  width: 90%;
  float: left;
  padding-left: 0;
  margin-top: 0;
}
.message-wrap.message-create .radio label,
.message-wrap.message-create input[type="text"] label,
.message-wrap.message-create input[type="file"] label {
  width: 96%;
  font-weight: normal;
  color: #2b60ad;
  text-transform: uppercase;
}
.message-wrap.message-create input[id^="anonymous_element_"] {
  float: none;
  margin: 0;
  position: relative;
  top: -18px;
}
.message-wrap.message-create input[type="text"],
.message-wrap.message-create input[type="file"] {
  padding: 5px;
}
.message-wrap.message-create .checkbox input[type="checkbox"] {
  float: left;
}
.message-wrap.message-create .checkbox label {
  float: none;
  color: #2b60ad;
  font-weight: normal;
  text-transform: uppercase;
  width: 150px;
}
.message-wrap.message-create .col-md-8 label {
  width: 15%;
}
.message-wrap.message-create .col-md-8 textarea {
  width: 85%;
  min-height: 150px;
}
div#f6b4c3f24c4e5361eb973fe792cd244e8-container label {
  float: none;
  display: block;
  position: relative;
  right: -20px;
  white-space: nowrap;
  clear: both;
  font-weight: normal;
}
input[type="file"] {
  line-height: 20px;
  height: 35px;
}
/*-----------------------------------------------------------------------------
           UNSUPPORTED BROWSERS
------------------------------------------------------------------------------*/
#xen-unsupported-browser {
  background: #BCDFF4;
  width: 100%;
  height: auto;
  padding: 2em 1em;
  text-align: center;
  color: #333;
}
#xen-unsupported-browser .col-md-2 {
  text-align: center;
}
#xen-unsupported-browser a {
  color: #000;
}
#xen-unsupported-browser img {
  height: 60px;
  bottom: 0;
  position: relative;
  padding-bottom: 5px;
}
#xen-unsupported-browser p {
  text-align: center;
  margin-top: 1.5em;
}
#xen-unsupported-browser h3 {
  font-size: 115%;
  text-align: center;
  margin: 0 0 1.5em 0;
  color: #333;
}
/*-----------------------------------------------------------------------------
          ICO TOGGLE
------------------------------------------------------------------------------*/
.ico-toggle .section_closed,
.ico-toggle .section_opened {
  border: none;
}
.ico-toggle .section_closed {
  background: url("../img/icon/arrow-blue-down.png?version=1547541248232") center center no-repeat;
}
.ico-toggle .section_opened {
  background: url("../img/icon/arrow-blue-up.png?version=1547541248232") center center no-repeat;
}
/* ============================================================================
-------------------------------------------------------------------------------
            SPECIFIC CSS
-------------------------------------------------------------------------------
============================================================================= */
/*-----------------------------------------------------------------------------
           DASHBOARD - homepage organizace
------------------------------------------------------------------------------*/
/* organization_hp */
#organization_hp #verificationSuccessMessage {
  padding: 0;
  border: 1px solid #a7cb6c;
  background: #deefbf;
  background: -moz-linear-gradient(top, #deefbf 0%, #d2e9ab 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #deefbf), color-stop(100%, #d2e9ab));
  background: -webkit-linear-gradient(top, #deefbf 0%, #d2e9ab 100%);
  background: -o-linear-gradient(top, #deefbf 0%, #d2e9ab 100%);
  background: -ms-linear-gradient(top, #deefbf 0%, #d2e9ab 100%);
  background: linear-gradient(to bottom, #deefbf 0%, #d2e9ab 100%);
  color: #067c25;
  font-weight: bold;
  margin: .25em 0;
}
#organization_hp #verificationSuccessMessage span {
  background: url('../img/dashboard/success.png?version=1547541248232') 10px 50% no-repeat;
  display: block;
  padding: 1.1em 1.5em 1.1em 52px;
  border: 1px solid #ecf6da;
}
#organization_hp #closeVerificationSuccessMessage {
  background: url('../img/dashboard/close.png?version=1547541248232') 0 0 no-repeat;
  float: right;
  height: 16px;
  width: 16px;
  overflow: hidden;
  text-indent: -999px;
  padding: 0;
  margin: 2px 0 0 40px;
}
#organization_hp h2,
#organization_hp h3 {
  font-size: 18px;
}
#organization_hp h3.user-name {
  font-size: 24px;
  line-height: 1.2;
}
#organization_hp #chart_orders_table tr th a {
  color: #000;
}
#organization_hp #id_tabs_cnt_xenstatistics_orders_counter_2 tr.e,
#organization_hp #chart_orders_table tr.e {
  border-bottom: 1px solid #E6E6E6;
}
#organization_hp .tabbable tr td.blue {
  color: #006AA1;
  width: 60%;
}
#organization_hp .xenservices-total table {
  border-bottom: 0 none;
}
/* xenorganization_mailing */
.xenorganization_mailing {
  color: #666666;
  font-size: 16px;
  padding: .5em 4px;
  margin: 0 0 3em 0;
}
.xenorganization_mailing a {
  font-size: 12px;
}
.xenorganization_mailing .count {
  color: #000;
  font-size: 26px;
  line-height: 1;
}
/* organization-promo */
.organization-promo {
  background: #f8f8f8;
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 20%, #f8f8f8 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(20%, #ffffff), color-stop(100%, #f8f8f8));
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 20%, #f8f8f8 100%);
  background: -o-radial-gradient(center, ellipse cover, #ffffff 20%, #f8f8f8 100%);
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 20%, #f8f8f8 100%);
  background: radial-gradient(ellipse at center, #ffffff 20%, #f8f8f8 100%);
  color: #000;
  border: 1px solid #e3e3e3;
  padding: 0;
  margin: 3em 0 3.5em 0;
}
.organization-promo .itemsBlock.promo-1 {
  background: url('../img/dashboard/submitter-bg.png?version=1547541248233') no-repeat 98% 50%;
}
.organization-promo .itemsBlock.promo-2 {
  background: url('../img/dashboard/pvu-screen.png?version=1547541248233') no-repeat 96% 50%;
}
.organization-promo .itemsBlock.promo-3 {
  background: url('../img/dashboard/supplier-bg.png?version=1547541248233') no-repeat 92% 50%;
}
.organization-promo .itemsBlock.promo-4 {
  background: url('../img/dashboard/pvu-mail.png?version=1547541248233') no-repeat 92% 50%;
}
.organization-promo .itemsBlock.promo-5 {
  background: url('../img/dashboard/pvu-ban-5.png?version=1547541248233') no-repeat 92% 50%;
}
.organization-promo .itemsBlock.promo-6 {
  background: url('../img/dashboard/pvu-ban-6.png?version=1547541248233') no-repeat 92% 50%;
}
.organization-promo .itemsBlock.promo-7 {
  background: url('../img/dashboard/pvu-ban-7.png?version=1547541248233') no-repeat 92% 50%;
}
.organization-promo .itemsBlock.promo-8 {
  background: url('../img/dashboard/pvu-ban-8.png?version=1547541248234') no-repeat 92% 50%;
}
.organization-promo .itemsBlock.promo-9 {
  background: url('../img/dashboard/pvu-ban-9.png?version=1547541248234') no-repeat 92% 50%;
}
.organization-promo .itemsBlock.promo-10,
.organization-promo .itemsBlock.promo-11 {
  background: url('../img/dashboard/pvu-ban-vanocni.png?version=1547541248234') no-repeat 92% 50%;
}
.organization-promo .itemsBlock.promo-12,
.organization-promo .itemsBlock.promo-13 {
  background: url('../img/dashboard/pvu-ban-konference.png?version=1547541248234') no-repeat 92% 50%;
}
.organization-promo h2,
.organization-promo h3,
.organization-promo h4,
.organization-promo h5,
.organization-promo h6 {
  color: #000;
  font-size: 2.25em !important;
  font-weight: normal;
  margin: 0 0 .85em 0;
  line-height: 1.2;
  clear: none;
}
.organization-promo ul {
  margin: 0;
}
.organization-promo ul li {
  background: url('../img/box-li.png?version=1547541248234') no-repeat 0 4px;
  padding-left: 25px;
  list-style: none;
  margin: 0 0 .5em 0;
}
.organization-promo ul,
.organization-promo p {
  color: #666666;
  margin-bottom: .5em;
}
.organization-promo .btn {
  float: right;
  margin: 1em 0 .5em 2em;
}
.organization-promo .btn a {
  text-shadow: 1px 1px 1px #404040;
  padding: 1em 2em;
}
.organization-promo .pul-doleva,
.organization-promo .pul-doprava {
  width: 46%;
  margin: 0;
  padding: 0;
}
.organization-promo .pul-doleva .btn,
.organization-promo .pul-doprava .btn {
  float: none;
  margin: 1em 0 .5em 0;
}
.organization-promo .pul-doprava {
  width: 51%;
}
.organization-promo strong {
  font-size: 100%;
  color: #666;
}
.profile_link {
  color: #666666;
  font-size: 18px;
  padding: .5em 4px;
  margin: 0;
  line-height: 1.4em;
}
.profile_link .btn {
  float: right;
  min-width: 155px;
  line-height: 1.4;
  margin: 0;
}
.user-name {
  font-weight: normal;
  font-size: 18px;
  padding: .25em 4px;
  margin: 0;
}
.user-name .btn {
  float: right;
  min-width: 155px;
  line-height: 1.4;
  margin: 0;
}
h2.organization-name {
  font-size: 18px;
  line-height: 1.4;
  padding: .25em 4px;
  margin: 0;
}
h2.organization-name .btn {
  float: right;
  min-width: 155px;
  line-height: 1.4;
  margin: 0;
}
.xenorganization_mailing .sys_btn {
  background: url('../img/icon/bck-mail.png?version=1547541248235') #f3f3f3 no-repeat 10px center;
  padding-left: 30px;
  float: right;
  min-width: 155px !important;
  line-height: 1.4;
  margin: 0;
}
.xenorganization_mailing .sys_btn:hover,
.xenorganization_mailing .sys_btn:focus {
  background: url('../img/icon/bck-mail.png?version=1547541248235') #e6e6e6 no-repeat 10px center;
}
.user-name:hover,
h2.organization-name:hover,
.profile_link:hover,
.xenorganization_mailing:hover {
  background: #f6f6f6;
}
.xenorders_list_left h3 {
  clear: both;
}
/* xenservices messge */
/*
.xenservices_message .xenservices_message_arrow {
    position: absolute;
    left: 50px;
    bottom: -3px;
    display: block;
    transform: rotate(180deg);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #D9EDF7;
}*/
/*-----------------------------------------------------------------------------
            HOMEPAGE
-----------------------------------------------------------------------------*/
/* TOP BLOCKS - zadavatel, dodavatel */
#top_blocks .sys_blck {
  float: left;
  width: 49%;
  margin: 20px 2% 0 0;
  padding: 0;
}
#top_blocks .sys_blck#sys_blck_1013,
#top_blocks .sys_blck#sys_blck_1015 {
  margin-right: 0;
}
#top_blocks .sys_blck > div {
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #ebebeb;
}
#top_blocks h3 {
  line-height: 1.8;
  color: #000;
  font-size: 22px;
  font-weight: normal;
}
#top_blocks h3,
#top_blocks div {
  margin: 0;
  padding: 0;
}
#top_blocks .pul-doprava {
  width: 310px;
}
#top_blocks .green-btn {
  font-size: 14px;
  line-height: 54px;
}
#top_blocks p {
  margin: 0 0 .5em 0;
  padding: 0;
}
#top_blocks img {
  margin: 1em;
}
#top_blocks .pocet {
  font-size: 16px;
  color: #566166;
}
#top_blocks .pocet strong {
  font-size: 22px;
  color: #566166;
  font-weight: bold;
}
#top_blocks .help-ico {
  background: url('../img/icon/help.png?version=1547541248235') no-repeat left center;
  padding-left: 25px;
  min-height: 23px;
  font-size: 12px;
  color: #666666;
}
#top_blocks .help-ico a {
  color: #B25023;
  font-size: 12px;
}
#top_blocks .help-ico .hp #area_contentright {
  margin-top: 20px;
  position: relative;
}
.homepage-content-wrapper > div[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.homepage-content-wrapper > #homepage-content-left {
  padding-right: 50px;
}
.homepage-content-wrapper > #homepage-content-left img[alt="Banner obrázek"] {
  width: 685px;
  height: auto;
}
.homepage-content-wrapper .twiter-news {
  padding-top: 48px;
}
/*-----------------------------------------------------------------------------
            GEO
-----------------------------------------------------------------------------*/
.geo_coordinates .lab {
  display: block;
  width: auto;
  float: none;
}
.geo_coordinates .val {
  color: #707070;
}
.geo_coordinates #node_geo_sel {
  margin: 0;
}
/*-----------------------------------------------------------------------------
            locationContainer - mapa na suradnice
-----------------------------------------------------------------------------*/
.qcm_gps_selectdialog .mapControlWrapper select {
  float: left;
  width: 100%;
  overflow: hidden;
  background: url("../img/icon/arrow-select.png?version=1547541248236") no-repeat right #ffffff !important;
  border: 1px solid #cfcfcf;
  color: #468FCA;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 5px 0 0 !important;
}
.mapControlWrapper input,
.qcm_gps_selectdialog .mapControlWrapper select {
  height: 34px;
  font-size: 14px !important;
  color: #468FCA;
}
.qcm_gps_selectdialog .mapControlWrapper .search_Form {
  width: 300px !important;
}
.qcm_gps_selectdialog .search_results {
  height: 400px !important;
  width: 300px !important;
}
.qcm_gps_selectdialog form .val {
  font-size: 20px;
}
.qcm_gps_selectdialog .search_results ul li.active {
  font-size: 14px;
}
.gps_Form span.lab {
  font-size: 14px;
  margin-bottom: 5px;
}
.qcm_gps_selectdialog fieldset.search_on_map .f_row {
  margin: 0 0 30px 0 !important;
}
.qcm_gps_selectdialog .mapControlWrapper input.sys_btn {
  border: 1px solid #94B331 !important;
  padding: 5px 10px !important;
  background: #617a10 !important;
}
/*-----------------------------------------------------------------------------
            Editacne nastroje - toolbar
-----------------------------------------------------------------------------*/
#tbbox {
  background: #eee;
  border: 1px solid #aaa;
  width: 250px;
  z-index: 1000;
}
#tbbox .tbheader {
  height: 30px;
}
#tbbox .tbheader #tbclose {
  cursor: pointer;
  background: #800;
  color: #fff;
}
#tbbox .tbheader #tbclose,
#tbbox .tbheader #tbmin {
  display: block;
  float: right;
  font-family: monospace;
  padding: 7px 10px;
}
#tbbox .tbheader #tbmin {
  color: #fff;
  background: #666;
}
#tbbox .tbheader #tbhandle {
  cursor: move;
}
#tbbox .tbheader #tbhandle strong {
  font-weight: bold;
  vertical-align: middle;
  line-height: 30px;
  font-size: 15px;
}
#tbbox #tb {
  background: #2D84BC;
}
#tbbox #tb a {
  text-decoration: none;
}
#tbbox #tb img {
  width: 32px;
  height: 32px;
  margin: 3px;
}
/*  select sipka */
select {
  width: 100%;
  height: 34px;
  overflow: hidden;
  background: url("../img/icon/arrow-select.png?version=1547541248236") no-repeat right #ffffff;
  background-color: #f3f3f3;
  border: 1px solid #cfcfcf;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* nahrada za appearence*/
}
select ::-ms-expand {
  display: none;
}
/* nahrada za appearence*/
select::-ms-expand {
  display: none;
}
/* modal okno vlozeni smlouvy*/
.fr.spub_fr {
  width: 50%;
  float: right;
  padding: 1%;
}
div#organization-wrapper {
  width: 50%;
  float: left;
  padding: 1%;
}
.red-font {
  color: red;
  font-weight: bold;
}
/* loading spinner */
.sys_waiting {
  background: #ffffff url('../img/loading.gif?version=1547541248236') no-repeat 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
#supplierFilter .db-dodavatel fieldset {
  background: #FBFCFD;
  border: none;
}
#supplierFilter .db-dodavatel fieldset .wrapper {
  width: 45%;
  float: left;
  margin: 1% 2.5%;
}
#supplierFilter .db-dodavatel fieldset input {
  margin: 0;
}
#supplierFilter .db-dodavatel fieldset label {
  height: 45px;
  margin: 0;
}
#supplierFilter .db-dodavatel fieldset label.cpv-select-label.ng-binding.ng-scope[ng-if='label'] {
  position: inherit;
  line-height: 44px;
  margin-right: 15px;
  margin-left: 22px;
}
#supplierFilter .db-dodavatel fieldset p strong {
  font-size: 14px;
}
/* elektronicka nabidka - pri vlozeni prilohy */
#offerAttachments div[id^=anonymous_element_] {
  width: 50%;
  border-bottom: 1px solid #dadada;
  padding: 0px 5px 10px 0px;
  margin-bottom: 5px;
}
#offerAttachments div[id^=anonymous_element_] label {
  margin: 0;
  position: relative;
  top: 3.5px;
}
#offerAttachments div[id^=anonymous_element_] button {
  float: right;
}
.table > thead > tr > th {
  border-bottom: none;
  border-top: none;
}
/* tabulky vseubecne*/
table {
  width: 100%;
  background: transparent;
  box-sizing: border-box;
}
table thead tr {
  background: #f1f9fd;
}
table thead tr:first-child th {
  font-weight: normal;
}
table thead tr th {
  padding: 10px 15px;
  border-right: 1px solid #D5E6EF;
  vertical-align: top !important;
  color: #2b60ad;
}
table thead tr th:last-child {
  border-right: none;
}
table thead tr th span a {
  color: #2b60ad;
}
table thead tr th span a:hover,
table thead tr th span a:focus,
table thead tr th span a:active {
  color: #252525;
}
table thead tr .active {
  background: #DBF1FF;
}
table tbody tr {
  background: #fff;
}
table tbody tr:nth-child(odd) {
  background: #f9f9f9;
}
table tbody tr td {
  padding: 10px;
  vertical-align: middle !important;
  border: none;
  border-right: 1px solid #f3f3f3;
  color: #636363;
}
table tbody tr td a {
  color: #636363;
}
table tbody tr td a strong {
  color: #c15903;
}
table tbody tr td a img {
  vertical-align: middle;
}
table tbody tr td:last-child {
  border-right: none;
}
span.nodec > a {
  margin: 0;
}
table tbody tr.ng-scope td {
  padding: .5em;
  vertical-align: middle;
}
table tbody tr.ng-scope td button {
  position: relative;
  top: -4px;
}
table tbody tr.ng-scope td img {
  position: relative;
  top: 5px;
}
/* razeni - sipky v tabulke*/
.sys_srtr {
  display: inline-block;
  width: 9px;
  height: 12px;
}
.sys_srtr .sys_srtr_a,
.sys_srtr .sys_srtr_d {
  text-decoration: none;
  text-indent: -9999px;
  float: left;
  width: 9px;
  height: 9px;
}
.sys_srtr .sys_srtr_a .sys_srtr_arr_a,
.sys_srtr .sys_srtr_d .sys_srtr_arr_a {
  background: url('../img/sys-srtr-a.png?version=1547541248237') no-repeat 0 0;
  display: block;
}
.sys_srtr .sys_srtr_a .sys_srtr_arr_a:hover,
.sys_srtr .sys_srtr_d .sys_srtr_arr_a:hover,
.sys_srtr .sys_srtr_a .sys_srtr_arr_a:active,
.sys_srtr .sys_srtr_d .sys_srtr_arr_a:active,
.sys_srtr .sys_srtr_a .sys_srtr_arr_a:focus,
.sys_srtr .sys_srtr_d .sys_srtr_arr_a:focus {
  background: url("../img/sys-srtr-a-active.png?version=1547541248237") no-repeat 0 0;
}
.sys_srtr .sys_srtr_a .sys_srtr_arr_d,
.sys_srtr .sys_srtr_d .sys_srtr_arr_d {
  background: url('../img/sys-srtr-d.png?version=1547541248237') no-repeat 0 0;
  display: block;
}
.sys_srtr .sys_srtr_a .sys_srtr_arr_d:hover,
.sys_srtr .sys_srtr_d .sys_srtr_arr_d:hover,
.sys_srtr .sys_srtr_a .sys_srtr_arr_d:active,
.sys_srtr .sys_srtr_d .sys_srtr_arr_d:active,
.sys_srtr .sys_srtr_a .sys_srtr_arr_d:focus,
.sys_srtr .sys_srtr_d .sys_srtr_arr_d:focus {
  background: url("../img/sys-srtr-d-active.png?version=1547541248237") no-repeat 0 0;
}
.sys_srtr .active .sys_srtr_arr_a {
  background: url("../img/sys-srtr-a-active.png?version=1547541248237") no-repeat 0 0;
}
.sys_srtr .active .sys_srtr_arr_d {
  background: url("../img/sys-srtr-d-active.png?version=1547541248237") no-repeat 0 0;
}
tr.unread td,
tr.not_verified td {
  font-weight: bold;
}
tr.unread td:nth-child(2):before,
tr.not_verified td:nth-child(2):before {
  color: #e87a2e;
  content: "\25CF";
  font-size: 20px;
  margin-right: 5px;
}
/* tabulka orderTabs 5 zajemci */
.table.applicants_list .th.col_name {
  width: 50%;
}
.table.applicants_list .th.col_ico {
  width: 15%;
}
.table.applicants_list .th.col_actions {
  width: 15%;
}
.table.applicants_list .panel-heading.panel-title .td.col_name {
  width: 50%;
}
.table.applicants_list .panel-heading.panel-title .td.col_ico {
  width: 15%;
}
.table.applicants_list .panel-heading.panel-title .td.col_actions {
  width: 15%;
}
.table.applicants_list .light-box {
  background: transparent;
}
em {
  padding-right: 3px;
}
/* table casti a nabidky - vnorena */
table#contractor_list thead tr > th {
  border-right: 1px solid #d5e6ef;
}
table#contractor_list thead tr > th:last-child {
  border-right: none;
}
table#contractor_list tbody tr:nth-child(odd) {
  background: #f9f9f9;
  border: 1px solid #f3f3f3;
}
table#contractor_list tbody td {
  border-right: 1px solid #f3f3f3;
}
table#contractor_list tbody td:last-child {
  border-right: none;
}
table#contractor_list tbody tr > td[colspan] {
  background: #ffffff;
}
table#contractor_list tbody tr > td[colspan] table thead tr {
  background: #E3F2FB;
}
table#contractor_list tbody tr > td[colspan] table tbody td {
  background: #ffffff;
}
table#contractor_list .information-table thead tr {
  border: none;
}
table#contractor_list .information-table tbody tr {
  background: #fff;
  border: none;
}
table#contractor_list .information-table tbody tr:nth-child(even) td {
  background: #f9f9f9;
}
/* verejne zakazky */
table.order_list_table thead th {
  color: #2b60ad;
  border-right: 1px solid #d5e6ef;
}
table.order_list_table thead th span a {
  color: #2b60ad;
}
table.order_list_table tbody td:last-child {
  border-right: none;
}
table.order_list_table tbody td:first-child a > strong {
  text-transform: uppercase;
}
table.order_list_table tbody td {
  vertical-align: top !important;
  color: #636363;
  border-right: 1px solid #f3f3f3;
  line-height: 22px;
}
table.order_list_table tbody td a {
  color: #636363;
}
table.order_list_table tbody td strong {
  color: #636363;
}
table.order_list_table tbody td.order_list_date {
  text-align: center;
  width: 120px;
}
table.order_list_table tbody td.order_list_icon span {
  margin: 0 auto;
}
table.order_list_table tbody td.list_icon {
  text-align: center;
}
table.order_list_table tbody tr {
  border-bottom: none;
}
table.order_list_table td > .toolbar_icon {
  padding: 0;
  width: 93px;
}
table.order_list_table td.fw20 {
  width: 40%;
}
/* taulka sprav + nabidky organizace */
.table thead tr th {
  padding: 10px 15px;
  color: #2b60ad;
  border-right: 1px solid #d5e6ef;
}
.table thead tr th a {
  color: #2b60ad;
}
.table thead tr .active {
  background-color: #BCDFF4 !important;
}
.table tbody tr td {
  border-top: none;
  border-right: 1px solid #f3f3f3;
  line-height: 22px;
  padding: 10px;
}
.table tfoot tr th {
  border-top: none;
  border-right: 1px solid #f3f3f3;
}
span.with_sort {
  white-space: nowrap;
}
/* table obchod sluzby */
.table-striped tbody tr:nth-child(odd) td {
  background: #fff;
}
.table-striped tbody td > .toolbar_icon {
  padding: 0;
  min-width: 70px;
  background: transparent;
  border: none;
}
.table-striped tbody td > .toolbar_icon a {
  padding: 0;
}
/* pager - cislovanie */
.pager {
  margin: 0 15px 0 0;
  padding-left: 0;
  float: left;
  position: relative;
  top: 7px;
  min-width: 80px;
}
/* uverejneni zakazky */
.panel,
.panel-default {
  border-radius: 0;
  border: none;
  margin-bottom: 0;
}
.panel-title {
  font-size: 12px;
}
.panel-heading {
  border-radius: 0;
  padding: 0;
}
.tabs_cnts .head {
  width: 100%;
  clear: both;
  color: #2b60ad;
  background-color: #f1f9fd;
}
.tabs_cnts .th {
  height: 48px;
  line-height: 26px;
  border-left: 1px solid #d5e6ef;
}
.tabs_cnts .th:first-child {
  border-left: none;
}
.tabs_cnts .td {
  color: #000000;
  position: relative;
  line-height: 32px;
  background-color: transparent !important;
}
.tabs_cnts .th,
.tabs_cnts .td,
.tabs_cnts .panel .td {
  padding: 5px;
  float: left;
  text-align: center;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  background-color: #f1f9fd;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* setting width colums */
}
.tabs_cnts .th.col_dnd,
.tabs_cnts .td.col_dnd,
.tabs_cnts .panel .td.col_dnd {
  width: 4%;
  text-indent: -9000px;
  background: url('../img/icon/ico-dnd.png?version=1547541248238') #f1f9fd no-repeat 14px 22px;
}
.tabs_cnts .th.col_name,
.tabs_cnts .td.col_name,
.tabs_cnts .panel .td.col_name {
  width: 30%;
  text-align: left;
  color: #2b60ad !important;
}
.tabs_cnts .th.col_ico,
.tabs_cnts .td.col_ico,
.tabs_cnts .panel .td.col_ico {
  width: 10%;
  text-align: left;
}
.tabs_cnts .th.col_exp_price,
.tabs_cnts .td.col_exp_price,
.tabs_cnts .panel .td.col_exp_price {
  width: 21%;
}
.tabs_cnts .th.col_tenderers_count,
.tabs_cnts .td.col_tenderers_count,
.tabs_cnts .panel .td.col_tenderers_count {
  width: 12%;
  line-height: 26px;
}
.tabs_cnts .th.col_state,
.tabs_cnts .td.col_state,
.tabs_cnts .panel .td.col_state {
  width: 14%;
}
.tabs_cnts .th.col_cpv_count,
.tabs_cnts .td.col_cpv_count,
.tabs_cnts .panel .td.col_cpv_count {
  width: 8%;
}
.tabs_cnts .th.col_actions,
.tabs_cnts .td.col_actions,
.tabs_cnts .panel .td.col_actions {
  width: 4%;
  overflow: hidden;
}
.tabs_cnts .th.col_actions > button,
.tabs_cnts .td.col_actions > button,
.tabs_cnts .panel .td.col_actions > button {
  display: inline-block;
  background: url("../img/icon/plus-icon.png?version=1547541248239") left center no-repeat;
  padding-left: 25px;
  line-height: 30px;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  width: auto;
  height: auto;
  border: none;
}
.tabs_cnts .th.col_detail,
.tabs_cnts .td.col_detail,
.tabs_cnts .panel .td.col_detail {
  width: 6%;
}
.tabs_cnts .th.col_ico,
.tabs_cnts .td.col_ico,
.tabs_cnts .panel .td.col_ico {
  width: 10%;
}
.tabs_cnts .th.col_is_supplier,
.tabs_cnts .td.col_is_supplier,
.tabs_cnts .panel .td.col_is_supplier {
  width: 10%;
}
.tabs_cnts .th.col_offer_price,
.tabs_cnts .td.col_offer_price,
.tabs_cnts .panel .td.col_offer_price {
  width: 13%;
}
.tabs_cnts .th.col_contract_price,
.tabs_cnts .td.col_contract_price,
.tabs_cnts .panel .td.col_contract_price {
  width: 11%;
}
.tabs_cnts .th.col_final_price,
.tabs_cnts .td.col_final_price,
.tabs_cnts .panel .td.col_final_price {
  width: 11%;
}
.tabs_cnts .th.col_subsuppliers,
.tabs_cnts .td.col_subsuppliers,
.tabs_cnts .panel .td.col_subsuppliers {
  width: 11%;
}
.tabs_cnts .body .td {
  height: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* register zmluv > dokument */
.different-table {
  margin: 15px 30px;
}
.different-table table > tbody tr,
.different-table table > tbody tr:nth-child(even) {
  background: #ffffff;
  border-bottom: none;
}
.different-table table > tbody tr > th {
  width: 350px;
}
.different-table table > tbody tr,
.different-table table > tbody td {
  padding: 5px;
  border-right: none;
}
/* zadna polozka nebyla nalezena */
.td.col_empty_tenderers.empty_div_row,
.td.col_empty_applicants.empty_div_row,
.td.col_empty_parts.empty_div_row {
  background: #ffffff;
  color: #000000;
}
/* seznam uchazecu a dodavatelu */
.table.tenderers_and_suppliers_list .th.col_name,
.table.tenderers_and_suppliers_list .td.col_name {
  width: 23%;
}
.table.tenderers_and_suppliers_list .th.col_ico,
.table.tenderers_and_suppliers_list .td.col_ico {
  width: 10%;
}
.table.tenderers_and_suppliers_list .th.col_is_supplier,
.table.tenderers_and_suppliers_list .td.col_is_supplier {
  width: 8%;
}
.table.tenderers_and_suppliers_list .th.col_offer_price,
.table.tenderers_and_suppliers_list .td.col_offer_price {
  width: 13%;
}
.table.tenderers_and_suppliers_list .th.col_contract_price,
.table.tenderers_and_suppliers_list .td.col_contract_price {
  width: 11%;
}
.table.tenderers_and_suppliers_list .th.col_final_price,
.table.tenderers_and_suppliers_list .td.col_final_price {
  width: 12%;
}
.table.tenderers_and_suppliers_list .th.col_subsuppliers,
.table.tenderers_and_suppliers_list .td.col_subsuppliers {
  width: 11%;
}
.table.tenderers_and_suppliers_list .th.col_actions,
.table.tenderers_and_suppliers_list .td.col_actions {
  width: 5%;
}
.table.tenderers_and_suppliers_list .th.col_detail,
.table.tenderers_and_suppliers_list .td.col_detail {
  width: 6%;
}
.table.tenderers_and_suppliers_list .td {
  background: transparent;
}
/* NG SORTABLE  - casti zakazky*/
#xenorders_ordersubmitter_edit_parts_list_body_4 {
  margin-top: 10px;
  width: 100%;
}
#xenorders_ordersubmitter_edit_parts_list_body_4 .panel-heading {
  background: none;
  padding: 0;
  min-height: 42px;
  overflow: hidden;
  background: #f3f3f3;
}
#xenorders_ordersubmitter_edit_parts_list_body_4 .panel-heading .td {
  background: #f3f3f3;
  border-left: 1px solid #dadada;
  color: #000000;
}
#xenorders_ordersubmitter_edit_parts_list_body_4 .panel-heading .td:first-child {
  border-left: none;
}
#xenorders_ordersubmitter_edit_parts_list_body_4 .panel-heading .td.col_dnd {
  padding: 0;
}
#xenorders_ordersubmitter_edit_parts_list_body_4 .panel-heading .td.col_dnd button {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  text-indent: -9000px;
  background: url('../img/icon/ico-dnd-td.png?version=1547541248240') no-repeat center center;
  background-size: 42px;
  position: relative;
  display: block;
  border: none;
  width: 38px;
  height: 42px;
  overflow: hidden;
}
#xenorders_ordersubmitter_edit_parts_list_body_4 .as-sortable-item {
  border: none;
  background: none;
  border-radius: 0;
  margin: 2px 0;
}
#xenorders_ordersubmitter_edit_parts_list_body_4 .as-sortable-item.panel-default .panel-heading {
  border: 1px solid #dadada;
}
#xenorders_ordersubmitter_edit_parts_list_body_4 .panel-body .col-md-12 h4 {
  width: auto;
  float: left;
  margin-bottom: 1em;
  color: #000000;
}
.panel-body {
  border: 1px solid #dadada;
  border-top: none !important;
}
.panel-body .row .col-md-5 .light-box-transparent span.lab label {
  letter-spacing: -1px;
}
/* buttons */
.btn-success {
  border: 1px solid #6f891c;
  border-radius: 0;
}
/* prisposobena na classu bootstrap success */
.system_forms_submit_button,
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin: 10px 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 0;
  font-weight: bold;
}
.btn-success,
.system_forms_submit_button {
  border: 1px solid #859e36;
  background: #617a10;
  color: #ffffff;
}
.btn-success:hover,
.system_forms_submit_button:hover,
.btn-success:focus,
.system_forms_submit_button:focus {
  background-color: #769416;
}
input[data-mw3-form-element-cancel-button],
.btn-danger {
  color: #ffffff !important;
  background-color: #d9534f;
  border: 1px solid #d43f3a;
}
input[data-mw3-form-element-cancel-button]:hover,
.btn-danger:hover,
input[data-mw3-form-element-cancel-button]:focus,
.btn-danger:focus {
  background-color: #c9302c;
}
/* odber zakazek - specifickz button */
input.system_forms_submit_button {
  float: left;
}
.btn-default {
  color: #2b60ad;
  background: #f3f3f3;
  border: 1px solid #dadada;
}
.btn-default:hover,
.btn-default:focus {
  background: #E6E6E6;
  color: #2b60ad;
}
.btn-default.bck-plus {
  background: url('../img/icon/bck-plus.png?version=1547541248240') #f3f3f3 no-repeat 10px center;
  padding-left: 30px;
}
.btn-default.bck-plus:hover,
.btn-default.bck-plus:focus {
  background: url('../img/icon/bck-plus.png?version=1547541248240') #e6e6e6 no-repeat 10px center;
}
.btn-default.bck-send {
  background: url('../img/icon/bck-send.png?version=1547541248240') #f3f3f3 no-repeat 10px center;
  padding-left: 35px;
}
.btn-default.bck-send:hover,
.btn-default.bck-send:focus {
  background: url('../img/icon/bck-send.png?version=1547541248240') #e6e6e6 no-repeat 10px center;
}
.btn-default.bck-edit {
  background: url('../img/icon/bck-edit.png?version=1547541248240') #f3f3f3 no-repeat 10px center;
  padding-left: 30px;
}
.btn-default.bck-edit:hover,
.btn-default.bck-edit:focus {
  background: url('../img/icon/bck-edit.png?version=1547541248240') #e6e6e6 no-repeat 10px center;
}
.btn-default.bck-mail {
  background: url('../img/icon/bck-mail.png?version=1547541248240') #f3f3f3 no-repeat 10px center;
  padding-left: 30px;
}
.btn-default.bck-mail:hover,
.btn-default.bck-mail:focus {
  background: url('../img/icon/bck-mail.png?version=1547541248240') #e6e6e6 no-repeat 10px center;
}
.btn-default.bck-db {
  background: url('../img/icon/bck-db.png?version=1547541248241') #f3f3f3 no-repeat 10px center;
  padding-left: 30px;
}
.btn-default.bck-db:hover,
.btn-default.bck-db:focus {
  background: url('../img/icon/bck-db.png?version=1547541248241') #e6e6e6 no-repeat 10px center;
}
/* prodlouzit btn */
.bck-arow-right {
  background: url('../img/icon/bck-arow-right.png?version=1547541248241') #c95100 no-repeat 10px center;
  padding-left: 30px !important;
}
.bck-arow-right:hover,
.bck-arow-right:focus {
  background: url('../img/icon/bck-arow-right.png?version=1547541248241') #ac5213 no-repeat 10px center;
}
/* vyhledat  btn */
.bck-search {
  background: url('../img/icon/bck-search.png?version=1547541248241') #c95100 no-repeat 10px center;
  padding-left: 35px !important;
}
.bck-search:hover,
.bck-search:focus {
  background: url('../img/icon/bck-search.png?version=1547541248241') #ac5213 no-repeat 10px center;
}
.bck-rss {
  background: url('../img/icon/bck-rss.png?version=1547541248241') #c95100 no-repeat 10px center;
  padding-left: 35px !important;
}
.bck-rss:hover,
.bck-rss:focus {
  background: url('../img/icon/bck-rss.png?version=1547541248241') #ac5213 no-repeat 10px center;
}
/* sledovat / nesledovat zakazku*/
.bck-see,
.bck-nosee {
  margin-left: 5px;
}
.bck-see img,
.bck-nosee img {
  position: relative;
  top: -1px;
}
.sys_btn_no {
  margin-bottom: 0;
  font-weight: normal;
  border: 1px solid transparent;
  line-height: 1.42857143;
  border-radius: 4px;
  -o-user-select: none;
  display: inline-block;
  padding: 6px 12px;
  margin: 10px 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  font-weight: bold;
  font-size: 11px;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
  color: #ffffff;
  border-color: #d43f3a;
  color: #ffffff !important;
  background-color: #d9534f;
  border: 1px solid #d43f3a;
}
.sys_btn_no:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.sys_btn_no:hover,
.sys_btn_no:focus {
  color: #333333;
  text-decoration: none;
}
.sys_btn_no:active,
.sys_btn_no.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.sys_btn_no.disabled,
.sys_btn_no[disabled],
fieldset[disabled] .sys_btn_no {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sys_btn_no:hover,
.sys_btn_no:focus,
.sys_btn_no:active,
.sys_btn_no.active,
.open .dropdown-toggle.sys_btn_no {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.sys_btn_no:active,
.sys_btn_no.active,
.open .dropdown-toggle.sys_btn_no {
  background-image: none;
}
.sys_btn_no.disabled,
.sys_btn_no[disabled],
fieldset[disabled] .sys_btn_no,
.sys_btn_no.disabled:hover,
.sys_btn_no[disabled]:hover,
fieldset[disabled] .sys_btn_no:hover,
.sys_btn_no.disabled:focus,
.sys_btn_no[disabled]:focus,
fieldset[disabled] .sys_btn_no:focus,
.sys_btn_no.disabled:active,
.sys_btn_no[disabled]:active,
fieldset[disabled] .sys_btn_no:active,
.sys_btn_no.disabled.active,
.sys_btn_no[disabled].active,
fieldset[disabled] .sys_btn_no.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.sys_btn_no .badge {
  color: #d9534f;
  background-color: #fff;
}
.sys_btn_no:hover,
.sys_btn_no:focus {
  background-color: #c9302c;
}
.sys_btn_yes {
  margin-bottom: 0;
  font-weight: normal;
  border: 1px solid transparent;
  line-height: 1.42857143;
  border-radius: 4px;
  -o-user-select: none;
  display: inline-block;
  padding: 6px 12px;
  margin: 10px 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  font-weight: bold;
  font-size: 11px;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  background-color: #617a10;
  border-color: #4f630d;
  border: 1px solid #6f891c;
  border-radius: 0;
  border: 1px solid #859e36;
  background: #617a10;
  color: #ffffff;
}
.sys_btn_yes:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.sys_btn_yes:hover,
.sys_btn_yes:focus {
  color: #333333;
  text-decoration: none;
}
.sys_btn_yes:active,
.sys_btn_yes.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.sys_btn_yes.disabled,
.sys_btn_yes[disabled],
fieldset[disabled] .sys_btn_yes {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sys_btn_yes:hover,
.sys_btn_yes:focus,
.sys_btn_yes:active,
.sys_btn_yes.active,
.open .dropdown-toggle.sys_btn_yes {
  color: #ffffff;
  background-color: #44560b;
  border-color: #242d06;
}
.sys_btn_yes:active,
.sys_btn_yes.active,
.open .dropdown-toggle.sys_btn_yes {
  background-image: none;
}
.sys_btn_yes.disabled,
.sys_btn_yes[disabled],
fieldset[disabled] .sys_btn_yes,
.sys_btn_yes.disabled:hover,
.sys_btn_yes[disabled]:hover,
fieldset[disabled] .sys_btn_yes:hover,
.sys_btn_yes.disabled:focus,
.sys_btn_yes[disabled]:focus,
fieldset[disabled] .sys_btn_yes:focus,
.sys_btn_yes.disabled:active,
.sys_btn_yes[disabled]:active,
fieldset[disabled] .sys_btn_yes:active,
.sys_btn_yes.disabled.active,
.sys_btn_yes[disabled].active,
fieldset[disabled] .sys_btn_yes.active {
  background-color: #617a10;
  border-color: #4f630d;
}
.sys_btn_yes .badge {
  color: #617a10;
  background-color: #fff;
}
.sys_btn_yes:hover,
.sys_btn_yes:focus {
  background-color: #769416;
}
.sys_btn {
  margin-bottom: 0;
  font-weight: normal;
  border: 1px solid transparent;
  line-height: 1.42857143;
  border-radius: 4px;
  -o-user-select: none;
  display: inline-block;
  padding: 6px 12px;
  margin: 10px 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  font-weight: bold;
  font-size: 11px;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #2b60ad;
  background: #f3f3f3;
  border: 1px solid #dadada;
}
.sys_btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.sys_btn:hover,
.sys_btn:focus {
  color: #333333;
  text-decoration: none;
}
.sys_btn:active,
.sys_btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.sys_btn.disabled,
.sys_btn[disabled],
fieldset[disabled] .sys_btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sys_btn:hover,
.sys_btn:focus,
.sys_btn:active,
.sys_btn.active,
.open .dropdown-toggle.sys_btn {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.sys_btn:active,
.sys_btn.active,
.open .dropdown-toggle.sys_btn {
  background-image: none;
}
.add-organization-row {
  display: flex;
  align-items: center;
}
div.calendar {
  z-index: 9999 !important;
}
a.external-link {
  background: url('../img/icon/external_link.png?version=1547541248201}') no-repeat right top;
  padding-right: 25px;
  background-size: 15px 15px;
}
.external-article-source {
  font-size: 1.2em;
  margin-top: 20px;
}
