/*!
 * Bootstrap v3.0.3
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

/*! 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: 'Oxygen', Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  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.428571429;
  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: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.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: 'Oxygen', 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: #999999;
}
h1,
h2,
h3 {
  margin-top: 15px;
  margin-bottom: 7.5px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 28px;
}
h2,
.h2 {
  font-size: 23px;
}
h3,
.h3 {
  font-size: 19px;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 11px;
}
h6,
.h6 {
  font-size: 10px;
}
p {
  margin: 0 0 7.5px;
}
.lead {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 16.5px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.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: 6.5px;
  margin: 30px 0 15px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 7.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: 15px;
}
dt,
dd {
  line-height: 1.428571429;
}
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 #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 7.5px 15px;
  margin: 0 0 15px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 13.75px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  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: 15px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: 'Oxygen', Helvetica, Arial, sans-serif;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 7px;
  margin: 0 0 7.5px;
  font-size: 10px;
  line-height: 1.428571429;
  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.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.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.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 15px;
}
.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.428571429;
  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: #f9f9f9;
}
.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: 11.25px;
    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: 15px;
  font-size: 16.5px;
  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: 5px;
  font-size: 11px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 25px;
  padding: 4px 6px;
  font-size: 11px;
  line-height: 1.428571429;
  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: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 15px;
  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: 23px;
  padding: 3px 5px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 23px;
  line-height: 23px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 41px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 41px;
  line-height: 41px;
}
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: 5px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 20px;
}
.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: 5px;
}
@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: 4px 6px;
  font-size: 11px;
  line-height: 1.428571429;
  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: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #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: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #ffffff;
  background-color: #5fc2df;
  border-color: #4abadb;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #3db5d8;
  border-color: #279ec1;
}
.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: #5fc2df;
  border-color: #4abadb;
}
.btn-info .badge {
  color: #5fc2df;
  background-color: #fff;
}
.btn-link {
  color: #428bca;
  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: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 3px 5px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 10px;
  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 {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.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: 11px;
  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: 6.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  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: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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: 10px;
  line-height: 1.428571429;
  color: #999999;
}
.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;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 3px 5px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.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: 41px;
  padding: 10px 16px;
  font-size: 14px;
  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: 41px;
  line-height: 41px;
}
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: 23px;
  padding: 3px 5px;
  font-size: 10px;
  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: 23px;
  line-height: 23px;
}
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: 4px 6px;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 3px 5px;
  font-size: 10px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 14px;
  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: 3px 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 6.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.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  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 > 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: #428bca;
}
.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: 40px;
  margin-bottom: 15px;
  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 {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.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;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .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: 12.5px 15px;
  font-size: 14px;
  line-height: 15px;
}
.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: 3px;
  margin-bottom: 3px;
  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: 6.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 15px;
}
@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: 15px;
  }
  .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 {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 12.5px;
    padding-bottom: 12.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: 7.5px;
  margin-bottom: 7.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: 7.5px;
  margin-bottom: 7.5px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 12.5px;
  margin-bottom: 12.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: #f8f8f8;
  border-color: #e7e7e7;
}
.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: #777777;
}
.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: #e7e7e7;
}
.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: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  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: #e7e7e7;
  }
  .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: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.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: #999999;
  }
  .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: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 15px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 15px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 6px;
  line-height: 1.428571429;
  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: #eeeeee;
}
.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: #428bca;
  border-color: #428bca;
  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: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 14px;
}
.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: 3px 5px;
  font-size: 10px;
}
.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: 15px 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: #eeeeee;
}
.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: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5fc2df;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #35b2d7;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  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: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 49.5px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 15px;
  line-height: 1.428571429;
  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;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 15px;
  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;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 15px;
  margin-bottom: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 15px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5fc2df;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 15px;
  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: 13px;
  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: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.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;
}
.close {
  float: right;
  font-size: 16.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.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.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.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);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 10px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  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: 11px;
  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;
  }
}
/*
Version: 3.4.4 Timestamp: Thu Oct 24 13:23:11 PDT 2013
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    /*
      Force border-box so that % widths fit the parent
      container without overlap because of margin/padding.
  
      More Info : http://www.quirksmode.org/css/box.html
    */
    -webkit-box-sizing: border-box; /* webkit */
    -moz-box-sizing: border-box; /* firefox */
    box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    width: 100%;    
    height: 21px;
    padding: 3px 2px 0 8px;
    margin: -0px 0 0 0px;
    overflow: hidden;
    position: relative;    
    white-space: nowrap;
    line-height: 1.42857;
    color: #333;
    text-decoration: none;

    border-left: none;
    border-right: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    background-color: #FFF;    
}

.select2-container .select2-choice:focus{
    background-color: red;
}

.select2-container.filled .select2-choice {
    border-color: #F0AD4E;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #CCC;
    border-radius: 0 0 3px 3px;
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('/images/css/admin/select2/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #FFF;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    min-width: 100px;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #FFF;
    color: #000;
    border: 1px solid #CCC;
    border-top: 0;

    border-radius: 0 0 3px 3px;
}

.select2-drop-auto-width {
    border-top: 1px solid #CCC;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #CCC;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;    
}

.select2-drop-active {
    border: 1px solid #66AFE9;
    border-top: none;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 4px 4px rgba(102, 175, 233, 0.6); 
    outline: 0 none;
    outline: none; 
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #66AFE9;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #CCC;
    border-radius: 0 3px 3px 0; 
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'icomoon'; 
    font-size: 8px;
    text-align: center;
    margin-top: 5px;
    color: #999;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    margin-top: 5px;
    padding-left: 3px;
    padding-right: 3px;

    position: relative;
    z-index: 10000;    
    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #CCC;
    border-radius: 0;

    border-radius: 3px;
    background: url('/images/css/admin/select2/select2.png') right -22px no-repeat;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('/images/css/admin/select2/select2-spinner.gif') no-repeat 100%;
    background: url('/images/css/admin/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/images/css/admin/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/images/css/admin/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/images/css/admin/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); outline: 0 none;
    outline: none; 
}

.select2-container-active{
    border: 1px solid #66AFE9 !important;
}


.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #CCC;
    border-top-color: transparent;
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0;
    margin: 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;    
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-results .select2-highlighted {
    background: #428BCA;
    color: #FFF;
}

.select2-results li em {
    background: #FFF;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #FFF;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #FFF;
    display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #333;
    background: #EEE;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
    background: #EEE;
    display: list-item;
    cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #FFF url('/images/css/admin/select2/select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #FFF;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #EEE;
    background-image: none;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #EEE;
    background-image: none;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #CCC;
    cursor: text;
    overflow: hidden;

    background-color: #FFF;  
}

.select2-locked {
    padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #CCC;
    outline: none; 
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #333;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #FFF url('/images/css/admin/select2/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #CCC;

    border-radius: 3px;
    background-clip: padding-box;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    background-color: #FFF;
}



.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('/images/css/admin/select2/select2.png') right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
                                                                                                                              background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)  {
    .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
        background-image: url('/images/css/admin/select2/select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }
    .select2-search input {
        background-position: 100% -21px !important;
    }
}
.qq-uploader { position:relative; width: 100%;}

/*.qq-upload-button {
    display:block; /* or inline-block */
/*    width: 105px; padding: 7px 0; text-align:center;    
    background:#880000; border-bottom:1px solid #ddd;color:#fff;
}*/
/*.qq-upload-button-hover {background:#cc0000;}*/
.qq-upload-button-focus {outline:1px dotted black;}

.qq-upload-drop-area {
    position:absolute; top:0; right:0; width:250px; height:100px; min-height: 70px; z-index:2;
    background:#EEEEEE; text-align:center; border: 2px dashed #006600;
    border-radius: 4px;
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 20%; width:100%; margin-top:-8px; font-size:16px;
}
.qq-upload-drop-area-active {background:#DDDDDD;}

.qq-upload-list {margin:15px 35px; padding:0; list-style:disc;}
.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px;}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url("/images/loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}/* 
    Document   : iconFileTypes
    Created on : 5.6.2012, 12:54:28
    Author     : Kaspis
    Description:
        Ikonky pro jednotlivé přípony
*/

/* icons */
a.data {
    background:transparent url(/images/css/admin/icons/_blank.png) center left no-repeat;
    display:inline-block;
    padding-left:20px;
    line-height:18px;
}

a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'] {
    background:transparent url(/images/css/admin/icons/zip.png) center left no-repeat;
}

a[href$='.pdf'], a[href$='.PDF'] {
    background:transparent url(/images/css/admin/icons/pdf.png) center left no-repeat;
}

a[href$='.jpg'], a[href$='.jpeg'], a[href$='.JPG'], a[href$='.JPEG'] {
    background:transparent url(/images/css/admin/icons/jpg.png) center left no-repeat;
}

a[href$='.png'], a[href$='.PNG'] {
    background:transparent url(/images/css/admin/icons/png.png) center left no-repeat;
}

a[href$='.xml'] {
    background:transparent url(/images/css/admin/icons/xml.png) center left no-repeat;
}

a[href$='.doc'], a[href$='.docx'] {
    background:transparent url(/images/css/admin/icons/doc.png) center left no-repeat;
}

a[href$='.xls'], a[href$='.xlsx'] {
    background:transparent url(/images/css/admin/icons/xls.png) center left no-repeat;
}

a[href$='.txt'], a[href$='.rtf'] {
    background:transparent url(/images/css/admin/icons/txt.png) center left no-repeat;
}

.cleditorMain {border:1px solid #999; padding:0 1px 1px; background-color:white}
.cleditorMain iframe {border:none; margin:0; padding:0}
.cleditorMain textarea {border:none; margin:0; padding:0; overflow-y:scroll; font:10pt Arial,Verdana; resize:none; outline:none /* webkit grip focus */}
.cleditorToolbar {background: #EEE /*url('/css/CLEditor/images/toolbar.gif')*/ repeat}
.cleditorGroup {float:left; height:26px}
.cleditorButton {float:left; width:24px; height:24px; margin:1px 0 1px 0; background: url('/css/CLEditor/images/buttons.gif')}
.cleditorDisabled {opacity:0.3; filter:alpha(opacity=30)}
.cleditorDivider {float:left; width:1px; height:23px; margin:1px 0 1px 0; background:#CCC}
.cleditorPopup {border:solid 1px #999; background-color:white; color:#333333; position:absolute; font:10pt Arial,Verdana; cursor:default; z-index:10000}
.cleditorList div {padding:2px 4px 2px 4px}
.cleditorList p,
.cleditorList h1,
.cleditorList h2,
.cleditorList h3,
.cleditorList h4,
.cleditorList h5,
.cleditorList h6,
.cleditorList font {padding:0; margin:0; background-color:Transparent}
.cleditorColor {width:150px; padding:1px 0 0 1px}
.cleditorColor div {float:left; width:14px; height:14px; margin:0 1px 1px 0}
.cleditorPrompt {background-color:#F6F7F9; padding:4px; font-size:8.5pt}
.cleditorPrompt input,
.cleditorPrompt textarea {font:8.5pt Arial,Verdana;}
.cleditorMsg {background-color:#FDFCEE; width:150px; padding:4px; font-size:8.5pt}
﻿/*
 * jQuery UI CSS Framework
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jquit.com/builder/#gcc=ffffff&gcb=d4d4d4&gct=525252&gci=525252&pcc=d4d4d4&acb=525252&o=ffffff&ghc=0088CC&ght=ffffff&ghi=ffffff&gdc=d4d4d4&gdb=d4d4d4&gdt=525252&tdc=0088CC&tdb=0088CC&tdt=ffffff&tdi=ffffff&ddc=d4d4d4&ddb=d4d4d4&ddt=525252&pxd=000000&asc=0088CC&ast=ffffff&goc=0088CC&gob=0088CC&got=ffffff&toc=0088CC&tob=0088CC&tot=ffffff&toi=ffffff&doc=0088CC&dob=0088CC&dot=ffffff&pxa=525252&gac=0088CC&gab=0088CC&gat=ffffff&tac=ffffff&tab=d4d4d4&tat=525252&tai=d4d4d4&dac=0088CC&dab=0088CC&dat=ffffff&dic=0088CC&dib=0088CC&dit=ffffff&gic=efdca9&gib=efdca9&git=525252&gii=525252&ec=c31d1d&eb=c31d1d&et=ffffff&ei=ffffff
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Helvetica, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Helvetica, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #ffffff; color: #444444; }
.ui-widget-content a { color: #444444; }
.ui-widget-header { border: 1px solid #dddddd; background: #dddddd; color: #444444; font-weight: bold; }
.ui-widget-header a { color: #444444; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #cccccc; background: #ffffff; color: #444444; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #444444; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #ff0084; background: #ffffff; color: #222222; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #222222; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #222222; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: normal; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }





/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { background: #eeeeee; opacity: .80;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -4px 0 0 -4px; padding: 4px; background: #aaaaaa; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 0px; -khtml-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }
/*
 * jQuery UI Autocomplete 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.16
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
    list-style:none;
    padding: 0px;
    margin: 0;
    margin-top: 3px;
    display:block;
    float: left;
    border-radius: 4px;
    min-width: 200px;
}
.ui-menu .ui-menu {
    margin-top: -3px;
}
.ui-menu .ui-menu-item {
    margin:0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}
.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding:.2em .4em;
    line-height:1.5;
    zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;	
}

#autocomplete-add-firma {
    float: right;
    clear:right;
    width: auto;
    margin: 3px 5px;
}

/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*

/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; border-radius: 4px; margin-top: 3px;}
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: normal; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border:2px solid #dddddd;background:inherit; font-weight: bold; text-decoration:none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { font-weight: bold; color: #ffffff; border-width:2px;}
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff !important; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #dddddd; font-weight: bold; color: #ff0084;}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ff0084; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Datepicker*/
.ui-datepicker {border:2px solid;padding:0 !important;}
.ui-datepicker .ui-datepicker-header{border:none;padding:.4em 1em .4em 1em;}
.ui-datepicker .ui-datepicker-header .ui-state-default, .ui-datepicker .ui-datepicker-header .ui-state-hover{background:none;border:none;padding:0;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{width:24px;height:24px;margin:0;}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{position:relative;top:0;left:0;margin:0;}
.ui-datepicker .ui-datepicker-prev-hover { left:2px;top:2px; }
.ui-datepicker .ui-datepicker-next-hover { right:2px;top:2px; }
.ui-datepicker table {margin:0px;border:1px solid;}
.ui-datepicker-calendar .ui-state-default, .ui-datepicker-calendar .ui-state-hover, .ui-datepicker-calendar .ui-state-highlight, .ui-datepicker-calendar .ui-state-active{border-width:2px;}
.ui-datepicker .ui-icon{margin:4px !important;}

/* Slider */
.ui-slider{border:none;}
.ui-slider .ui-slider-handle{width:.8em;height:.8em;border:none;margin:-.4em;}
.ui-slider-horizontal .ui-slider-handle{margin-top:0; top:0;}
.ui-slider-vertical .ui-slider-handle{margin-left:0;left:0;}

/* Autocomplete */
.ui-autocomplete {border:solid 2px #bbbbbb; padding:0;}
.ui-autocomplete .ui-menu-item a{padding:5px;border:none;margin:0 !important;}

/* Icon states */
.ui-icon { width: 16px; height: 16px; }
/* General */
.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon  {background-image:url(/css/jquery-ui/images/ui-icons_525252_0.png)}
.ui-state-default .ui-icon {background-image:url(/css/jquery-ui/images/ui-icons_525252_0.png)}
.ui-state-active .ui-icon, .ui-state-hover .ui-icon{background-image:url(/css/jquery-ui/images/ui-icons_ffffff_0.png);}
.ui-widget-overlay{background:#ffffff;}
.ui-widget-content{color:#525252;}


/* Button states */
.ui-state-default, .ui-widget-content .ui-state-default{background-color:#d4d4d4;border-color:#d4d4d4;color:#525252;}
.ui-state-focus, .ui-widget-content .ui-state-focus{background-color:#428BCA;border-color:#428BCA;color:#ffffff;}
.ui-state-hover, .ui-widget-content .ui-state-hover{background-color:#428BCA;border-color:#428BCA;color:#ffffff;}
.ui-state-active, .ui-widget-content .ui-state-active{background-color:#428BCA;border-color:#428BCA;color:#ffffff;}

/* Slider */
.ui-slider{background:#d4d4d4;}
.ui-slider .ui-slider-range{background:#428BCA;}
.ui-slider .ui-state-default{background-color:#000000;}
.ui-slider .ui-state-active{background-color:#525252 !important;}
.ui-slider .ui-state-focus{background-color:#000000;}
.ui-slider .ui-state-hover{background-color:#525252;}


/* Autocomplete */
.ui-autocomplete {border-color:#525252;}
.ui-autocomplete a{background-color:#ffffff;color:#525252;}
.ui-autocomplete .ui-state-hover{background:#428BCA;color:#ffffff;}

/* Datepicker */
.ui-datepicker {border-color:#428BCA;}
.ui-datepicker .ui-datepicker-header{background-color:#428BCA;color:#ffffff;}
.ui-datepicker table {border-color:#ffffff; }
.ui-datepicker-calendar{background:#ffffff;}
.ui-datepicker-calendar .ui-state-default{background-color:#d4d4d4;border-color:#d4d4d4;color:#525252;}
.ui-datepicker-calendar .ui-state-hover{background-color:#428BCA !important;border-color:#428BCA !important;color:#ffffff !important;}
.ui-datepicker-calendar .ui-state-highlight{background-color:#5CB85C;border-color:#5CB85C;color:#ffffff;}
.ui-datepicker-calendar .ui-state-active{background-color:#5CB85C;border-color:#5CB85C;color:#ffffff;}
.ui-datepicker .ui-icon {background-image:url(/css/jquery-ui/images/ui-icons_ffffff_0.png);}

.ui-datepicker .ui-state-hover .ui-icon {background-image:url(/css/jquery-ui/images/ui-icons_0088CC_0.png)}
.ui-datepicker-next, .ui-datepicker-prev{background-image:url(/css/jquery-ui/images/ui-icons_ffffff_0.png);background-position: -232px -216px;}
.ui-datepicker-next-hover, .ui-datepicker-prev-hover{background-image:url(/css/jquery-ui/images/ui-icons_ffffff_0.png) !important;background-position: -232px -168px !important;opacity:1;}
.ui-datepicker-next.ui-state-disabled, .ui-datepicker-prev.ui-state-disabled{background-image:url(/css/jquery-ui/images/ui-icons_ffffff_0.png);background-position: -232px -216px;}



/*.ui-menu-item a:focus{
    color:red !important;
    font-weight: bold;
}*//* 
    Document   : Login page css style
    Created on : 25.10.2013, 23:48:21
    Author     : Kaspis    
*/

body.auth{
    background: #eee url('/images/css/admin/logo_bg_auth.png') no-repeat fixed 720px 50%;
}

.form-signin{
    max-width: 330px;
    margin: 0 auto;
    padding: 15px;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    padding: 5px 10px;
    /*  margin-bottom: 10px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-singnin .form-controls:focus{
    z-index: 2;
}

.form-signin input[type="text"]{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin input[type="password"]{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


#brand {
    background: transparent url('/images/css/admin/logo_stripe.png') no-repeat 0 -71px;
    display: block;
    width: 175px;
    height: 40px;    
}

#brand.success{
    background-position:  0 -36px;
}

#brand.warning{
    background-position:  0 0;
}
.tab-content[class*="brand-"]{
    background-position: right bottom;
    background-repeat: no-repeat;    
}
.brand-iveco {
    background-image: url('/images/logos/backs/iveco.png');
}

.brand-schmitz {
    background-image: url('/images/logos/backs/schmitz.png');
}

.brand-vw {
    background-image: url('/images/logos/backs/vw.png');
}

.brand-scania {
    background-image: url('/images/logos/backs/scania.png');
}

.brand-kia {
    background-image: url('/images/logos/backs/kia.png');
}

.brand-michelin {
    background-image: url('/images/logos/backs/michelin.png');
}

.brand-linde {
    background-image: url('/images/logos/backs/linde.png');
}

.brand-good-year {
    background-image: url('/images/logos/backs/good-year.png');
}

.brand-skoda {
    background-image: url('/images/logos/backs/skoda.png');
}

.brand-hl_cerna {
    background-image: url('/images/logos/backs/hl_cerna.png');
}

.brand-honda {
    background-image: url('/images/logos/backs/honda.png');
}

.brand-mercedes-benz {
    background-image: url('/images/logos/backs/mercedes-benz.png');
}

.brand-audi {
    background-image: url('/images/logos/backs/audi.png');
}

.brand-kogel {
    background-image: url('/images/logos/backs/kogel.png');
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19.1.2014, 16:38:27
    Author     : Kaspis
*/

/*.dump, .nette-dump{
    position: fixed;
    z-index: 999999;
}*//*
    Document   : edit window
    Created on : 29.10.2013, 0:40:40
    Author     : Kaspis
*/

.editWindow {
    margin-top: 30px;
    min-width: 1280px;
    position: relative;
}

.editWindow.firmEditWindow .tab-content {
    height: 330px;
    min-height: 320px;
}

.editWindow label, .modal-detail label{
    display: block;
}

.editWindow label.checkbox-inline{
    display: inline-block;
}

.editWindow .tab-content, .modal-detail .tab-content{
    border-color: #DDD;
    border-style: solid;
    border-width: 0 1px 1px;
    min-width: 100%;    
    padding: 10px;
    height: 285px;
    min-height: 285px;
    max-height: 800px;
    resize: vertical;
    overflow: hidden;
}

*{
    resize: none;
}

.modal-detail .tab-content{
    height: 350px;
}

.tab-content .tab-pane{
    height: 100%;
    min-width: 100%;
    overflow: auto;
}

.form-actions.state-done{
    border-left: 4px solid #555;
}

.form-actions.state-success{
    border-left: 4px solid #5CB85C;
}

.form-actions.state-info{
    border-left: 4px solid #5FC2DF;
}

.form-actions.state-warning{
    border-left: 4px solid #F0AD4E;
}

.editWindow form > .nav-tabs, .modal-detail form > .nav-tabs {
    min-width: 100%;
}

.editWindow .form-group, .modal .form-group {
    width: 100%;
    margin-bottom: 10px;
    min-height: 42px;
    border-bottom: 1px solid #CCC;    
}

.modal-baleni .form-group{
    border-bottom: none;
}

.editWindow form .form-group, .modal form .form-group{
    border-bottom: none;
}

.editWindow .brand-image, .modal-detail .brand-image{
    height: 94px;
    padding: 10px;
    min-width: 180px;
    text-align: center;
    display: block;
    border: 1px solid #CCC;
    border-bottom: 1px solid #CCC !important;
    border-radius: 3px;  
    margin-bottom: 10px;
    position: relative;
}

.editWindow .brand-image img, .modal-detail .brand-image img{
    max-height: 73px;
    max-width: 155px;
    vertical-align: middle;
}

.editWindow .user-image {
    height: 198px;
}

.editWindow .user-image img{
    max-height: 177px;
}

textarea.textarea-1row{
    height: 24px;
}

textarea.textarea-2rows{
    height: 75px;
}

textarea.textarea-3rows{
    height: 128px;
}

.form-group.textarea-2rows{
    height: 94px;
    max-height: 94px;
    overflow: auto;
    border-right: 1px solid #DDD;
}

.editWindow .tab-pane div.checkbox, .modal-detail .tab-pane div.checkbox, form .tab-pane .table div.checkbox {
    display:block;
    padding-top: 5px;
    height: 22px;
}

.tab-pane div.checkbox.inline{
    display: inline-block;
    margin-right: 20px;
}

.control-label > .checkbox{
    margin-bottom: 0;
}

.tab-pane .table div.checkbox{
    padding-top: 0px;
    height: auto;
}

.table label.control-label{
    margin-bottom: 0;
}

.form-actions {
    background-color: #EEE;
    padding: 8px 15px 15px;
    height: 60px;
    min-width: 970px;
}

.form-actions .buttons{
    padding-top: 9px;
    height: 100%;
    float: left;
}

.form-actions .buttons .btn {    
    min-width: 100px;
    margin-right: 10px;
}

.editWindow .form-actions .stav, .modal-detail .form-actions .stav{
    margin-left: 300px;
}

.editWindow .form-actions .stav div, .modal-detail .form-actions .stav div{
    margin-right: 15px;
}

.editWindow .edit-column, .modal-detail .edit-column{
    float: left;
    width: 180px;
    margin-right: 15px;
}

.editWindow .edit-column-double, .modal-detail .edit-column-double{
    float: left;
    width: 275px;
}

.editWindow .left-bordered.edit-column-double, .modal-detail .left-bordered.edit-column-double{
    width: 277px;
}

.editWindow .edit-column-half-double, .modal-detail .edit-column-half-double{
    float: left;
    width: 125px;
}

.editWindow .nav-tabs li > a, .modal-detail .nav-tabs li > a {
    line-height: 2;
}

.editWindow .right-border, .modal-detail .right-border, .importexport .right-border {     
    margin-right: 10px;
}

.editWindow .pneu-right-border, .modal-detail .pneu-right-border{
    border-right: 1px solid #DDD;
}

.editWindow .vehicle-img, .modal-detail .vehicle-img {
    float: right;
    margin-top: -15px;
    margin-right: 5px;
}

.editWindow .vehicle-img img, .modal-detail .vehicle-img img{
    height: 230px;
}

.editWindow .table, .modal-detail .table {
    min-width: 500px;
}

.table .pagination {
    margin: 0;
}

.form-control.select2-container{
    padding: 0;
}

th .form-control.select2-container{
    display: inline-block;
}

.editWindow .form-actions .form-group{
    float: left;
    width: 120px;
    margin-right: 15px;
}

.editWindow .form-actions .form-group .select2-container .select2-choice{
    width: 120px;
}

.edit-column-double .btn-group label.btn, .edit-column-double .btn-group a{
    padding: 3px 6px;
}

.edit-column-double .btn-group {
    height: 23px;
    margin-bottom: 10px;
}

.editWindow .inline, .modal-detail .inline {
    display: inline-block;
}

#filelist{
    list-style: none;
    padding-left: 5px;
}

.docs{
    margin-right: 30px;   
}

.docs .delete{
    font-size: 13px;
    vertical-align: text-bottom;
    line-height: 1em;
}

.button-remove .delete, .wrapper-icon{
    margin-top: 9px;
}

.plachta .wrapper-icon{
    margin-top: 0;
}

.editWindow .btn-close{
    position: absolute;
    right: 4px;
    top: 27px;
    font-size: 20px;
    color: #555;
    line-height: 20px;
}

.table.predmety-pojisteni {
    max-width: 999px;
}

.table.prihlasky-pojisteni{
    max-width: 1100px;
}

.person-docs {
    margin-left: 20px;
}

.person-ridicak {
    float: left;    
    margin-right: 20px;   
}

.person-ridicak-label{
    font-size: 1.3em;
}

.person-delete-img{
    position: absolute;
    right: 5px;
    bottom: 0px;
}

.editWindow h5{
    color: #999;
    font-size: 0.9em;
    font-weight: 100;
    margin-top: 0px;
}

.one-line-wrapper{
    height: 51px;
    width: 100%;    
    display:block;
    border-top-width: 25px;    
    border-bottom-width: 25px;    
    border-color: #FFF;
    border-style: solid;
    background-color: #EEE;
    margin-left: -10px;
}

.help-inline .popover-content > table{
    min-width: 200px;
}

.help-inline{
    background: #FFF;
    border-left: none;
    width: 25px;
}

.editWindow .progress {
    margin-bottom: 0;
    background-color: #CCC;
}

.justice-search{
    margin-right: 30px;    
    font-size: 11px;
}

.justice-search .input-group-addon{
    padding: 3px 6px;
    max-height: 15px;    
}


/*.editWindow .form-control.col-xs-8{
    display: inline-block
}*/


/* 
    Document   : fixedtop - meníčka pod hlavičkou, stránkovač, atd
    Created on : 27.10.2013, 22:16:06
    Author     : Kaspis
    Description:
        Purpose of the stylesheet follows.
*/

.fixed-top{
    position: fixed;
    max-width: 100% !important;
    display: block;
    width: 100%;
    box-shadow: 0 10px 15px #FFF;
    background-color: #FFF;    
    top: 41px;
    z-index: 3;
}

.fixed-top .pagination, .fixed-top .btn-group{
    margin: 0;
    float: left;
    margin-right: 15px;
}

.fixed-top .page-label, .fixed-top .submenu{
    float: right;
}

.fixed-top .btn-group.page-label{
    margin-right: 0;     
}

.fixed-top .counter .btn, .fixed-top .submenu .btn, .fixed-top .page-label > .btn{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.fixed-top .page-label a:first-child{
    border-top-left-radius: 0;
}

.fixed-top .counter .btn{
    padding: 4px 12px 4px 8px;
}

.fixed-top .submenu .btn-default:not(.btn-primary){
    color: #428BCA;
}

.fixed-top .page-label .btn-default{
    background-color: #EEE;
}

.fixed-top .page-label .btn-default:not(:nth-child(2n+2)), .fixed-top .counter .btn-default {
    background-color: #EEE;
    cursor: not-allowed;
    pointer-events: none;
}

.fixed-top .btn-group .btn, .fixed-top .pagination li a {
    line-height: 1.8;
}

.fixed-top .pagination > li:first-child > a,
.fixed-top .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0;
}

.fixed-top .pagination > li:last-child > a,
.fixed-top .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 0;
}

.btn-group > .btn-default.dropdown-toggle{
    border-bottom-right-radius: 4px;
}

.fixed-top .pagination li a{
    min-width: 28px;
    text-align: center;
}

.fixed-top i[class*='icon'] {
    font-size: 13px;
}

#snippet-user-user .popover-title{
    color: #333;
}

#snippet-user-user .popover{
    width: 210px;
    left: -95px !important;
    top: 35px !important;
}
/* 
    Created on : 18.12.2013, 19:29:26
    Author     : Kaspis
*/

.graph-canvas{
    width: 100%;
    height: 100%; 
}

.graph-wrapper{
    position: relative;  
    min-width: 360px;
}

.graph-wrapper.col-xs-4:last-child{
    padding-right: 15px;
}

.graph{    
    border: 1px solid #D5D5D5; 
    border-radius: 4px;
    padding: 3px;
}

.graph-footer{
    margin-top: -43px !important;
    padding-bottom: 20px;
    padding: 0 4px 15px 8px;
}

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

.graph-filter .form-group{
    padding-right: 3px;
}

.graph-legend{
    margin-top: 2px;
}

.graph-legend > div{
    margin-right: 5px;
    
}
/* 
    Document   : isped_theme basic css theme for boostrap
    Created on : 26.10.2013, 0:02:46
    Author     : Kaspis    
*/

@import url('http://fonts.googleapis.com/css?family=Oxygen:400,500&subset=latin-ext,latin');

/*@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 400;
    src: local('Oxygen'), local('Oxygen-Regular'), url(/css/fonts/Oxygen-Regular.ttf) format('ttf');
}
@font-face {
    font-family: 'Oxygen';
    font-style: bold;
    font-weight: 700;
    src: local('Oxygen Bold'), local('Oxygen-Bold'),url(/css/fonts/Oxygen-Bold.ttf) format('ttf');
}*/

a:hover, a:focus, .btn-link:hover, .btn-link:focus{
    text-decoration: none;
    outline: none;
}

#navbar {
    border-top: 2px solid #D9534F;
    font-size: 1.1em;
}

#navbar.success{
    border-top-color: #5CB85C;
}

#navbar.warning{
    border-top-color: #F0AD4E;
}

.navbar-default .navbar-right > li.active > a {
    color: #555;
    background-color: transparent;
}

#brand {
    background: transparent url('/images/css/admin/isped_logo_tiny_shadow.png') no-repeat 40px 0;
    display: block;
    width: 175px;
    height: 40px;    
}

#left-collumn{
    position: fixed;
    width: 176px;
    height: 100%;    
    border-right: 1px solid #DDD;
    background-color: #F8F8F8;
    overflow: auto;
    z-index: 999;
}

#left-collumn:not(.jspScrollable) .jspPane{
    margin-left: 5px !important;
}

#left-collumn .jspVerticalBar{
    left: 0;
}

#jsIsOn:after{
    position: absolute;    
    display: block;
    width: 155px;
    height: 18px;
    border-top: 1px solid #DDD;    
    content:attr(data-content);    
    z-index: 10;
    font-size: 0.8em;  
    margin: 0 10px;
    color: #DDD;

}

.fixed-top{
    min-width: 970px;
}

#content{
    margin-left: 190px;
    padding-right: 15px;
}

.relative-wrapper{
    position: relative;
}

.nav .dropdown-header{
    padding: 10px 3px 3px 3px;
}

.pointer {
    cursor: pointer;
}

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

.helpbox{
    margin-top: 10px;
}

.helpbox ul > li {
    padding: 0 10px;
}

.helpbox ul > li li {
    padding: 0 0;
}

.helpbox li.dropdown-header{    
    padding: 5px 3px;
}

.icon-large{
    font-size: 13px !important;
}

.icon-white{
    color: #FFF !important;
}

.icon-black {
    color: #555 !important;
}

.done, .sidebar-nav li.done, .label-disabled.done{
    color: #555;
}

.badge-done, .badge, .label-done, .btn-done{
    background-color: #555;
    border-color: #555;
    color: #FFF;
}

.btn-done:hover {
    color: #FFF;
}

.btn-done i {
    margin-right: 5px;
    font-size: 10px;
}

.btn-success i {
    color: #FFF;
}

.label-done[href]:hover, .label-done[href]:focus{
    background-color: #555;
}

.primary, .sidebar-nav li.primary{
    color: #428BCA;
}

.badge-primary, .label-primary{
    background-color: #428BCA;
    border-color: #428BCA;
}

.success, .sidebar-nav li.success, #user-state.success {
    color: #5CB85C;
}

.badge-success, .label-success{
    background-color: #5CB85C;
    border-color: #5CB85C;
}

.warning, .sidebar-nav li.warning, #user-state.warning {
    color: #F0AD4E;
}

.badge-warning, .label-warning{
    background-color: #F0AD4E;
    border-color: #F0AD4E;
}

.danger, .sidebar-nav li.danger, #user-state{
    color: #D9534F;
}

.badge-danger, .label-danger{
    background-color: #D9534F;
    border-color: #D9534F;
}

.extern, .sidebar-nav li.extern{
    color: #955BA5;
}

.label-extern[href]:hover, .label-extern[href]:focus{
    background-color: #955BA5;
}

.badge-extern, .label-extern{
    background-color: #955BA5;
    border-color: #955BA5;
}

.info, .sidebar-nav li.info{
    color: #5FC2DF;
}

.badge-info, .label-info{
    background-color: #5FC2DF;    
    border-color: #5FC2DF;
}

.other, .sidebar-nav li.other{
    color: #896D52;
}

.badge-other, .label-other{
    background-color: #896D52;
    border-color: #896D52;
}

.label-other[href]:hover, .label-other[href]:focus{
    background-color: #896D52;
}

.terminy-switch{
    margin-top: 2px;
    margin-left: 10px;    
}

.terminy-switch a:before {
    display: block;
    width: 20px;
    height: 20px;
    font-family: 'icomoon';
    color: #D9534F;
    content: '\66';
    font-size: 1.1em;
}

.terminy-switch.active a:before, .terminy-switch a:hover:before {    
    color: #D9534F;
    content: '\65';
}

.terminy-switch .tooltip{
    font-family: 'Oxygen';
}

.sidebar-nav li li{
    color: #428BCA;
}

.sidebar-nav li li.rd{
    margin-left: 0;
    list-style-position: inside;   
    list-style-type: none;
}

.sidebar-nav li.rd ul {
    padding-left: 0;
    margin-left: -7px;
}

.sidebar-nav li.active > a, .sidebar-nav li.sub-active{
    border-right: 2px solid #428BCA;
    margin-right: -1px;
}

a{
    /*transition: background 0.2s linear 0s;*/
}

.sidebar-nav li.active > a, li.sub-active > a, .sidebar-nav li > a:hover {
    font-weight: 700;  
    text-decoration: none;    
}

.sidebar-nav .nav{
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
}

.sidebar-nav .caret{
    margin-top: 6px;
}

a.nocolor:hover{
    color: inherit;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #428BCA;
    border-color: #428BCA;
}

.btn-group > .btn-primary:not(.active) {
    background: #FFF;
    color: #428BCA;
    border-color: #428BCA;
}

.btn-group .btn + .btn{
    border-left: none;
    margin-left: 0;
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: none;
}

.btn-group > .btn.disabled:not(.active){
    color: #555;
    opacity: 1;
    filter: alpha(opacity=100);
}

.alert-fixed{
    position: fixed;
    top: 40px;
    right: 15px;
    z-index: 100000;   
    min-width: 250px; 
}

.alert-block{    
    margin: 8px 0;   
}

.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-error:before, .alert-warning:before, .alert-danger:before {
    font-family: 'icomoon';
    content: 'e';    /* troj. POZOR! plný */
    margin-right: 7px;
}

.alert-info:before{
    font-family: 'icomoon';
    content: 'f';    /*troj. POZOR! prázdný*/
    margin-right: 7px;
}

.alert-success:before{
    font-family: 'icomoon';
    content: 't';    /*tick*/
    margin-right: 7px;
}

.alert-error hr {
    border-top-color: #e6c1c7;
}

.alert-error .alert-link {
    color: #953b39;
}

.row {
    margin: 0;   
}

.form-control{
    padding: 3px 6px;
    height: 23px;
    border-color: #CCC;
    box-shadow: none;    
}

select.form-control{    
    padding: 0 0 0 6px;
}

.control-label{
    font-size: 0.9em;
    color: #999;
    font-weight: 100;
}

label{
    white-space: nowrap;
}

div.checkbox {
    margin: 0;
    padding-left:0;
    height: 23px;
    margin-bottom: 10px;
    margin-right: 20px;
}

li .checkbox {
    margin: 3px 0;
}

/*.radio input[type="radio"] {    
    margin: 0 5px 0 0;
}*/

.inline {
    display: inline-block;
}

.checkbox .checkbox-button {
    display: inline-block;
    background-color: #EEE;
    width: 25px;
    height: 15px;
    border-radius: 20px;
    border: 1px solid #D9D9D9;    
    position: relative;
    vertical-align: top;
    margin-right: 5px;
}

.checkbox .checkbox-button span{
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    top: 0;
    left: 0;
    background-color: #FFF;
    border-radius: 20px;
    box-shadow: 1px 1px 3px #333;
    transition: all 0.3s linear 0s;
}

.checkbox .checkbox-button.active{
    background-color: #5CB85C;
    border-color: #5CB85C;
}

.checkbox .checkbox-button.active span{
    left: 12px;    
}

.checkbox .checkbox-button + input{
    display: none;
}

.checkbox label{
    line-height: 15px;
}

.nav-tabs li a {
    /*transition: all 0.3s linear 0s;*/
}

.helpbox .checkbox {
    padding-left: 0;
}

.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, .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, .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, .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 {
    padding-left: 0;
}

.col-xs-1:last-child, .col-xs-2:last-child, .col-xs-3:last-child, .col-xs-4:last-child, .col-xs-5:last-child, .col-xs-6:last-child, .col-xs-7:last-child, .col-xs-8:last-child, .col-xs-9:last-child, .col-xs-10:last-child, .col-xs-11:last-child, .col-xs-12:last-child, .col-sm-1:last-child, .col-sm-2:last-child, .col-sm-3:last-child, .col-sm-4:last-child, .col-sm-5:last-child, .col-sm-6:last-child, .col-sm-7:last-child, .col-sm-8:last-child, .col-sm-9:last-child, .col-sm-10:last-child, .col-sm-11:last-child, .col-sm-12:last-child, .col-md-1:last-child, .col-md-2:last-child, .col-md-3:last-child, .col-md-4:last-child, .col-md-5:last-child, .col-md-6:last-child, .col-md-7:last-child, .col-md-8:last-child, .col-md-9:last-child, .col-md-10:last-child, .col-md-11:last-child, .col-md-12:last-child, .col-lg-1:last-child, .col-lg-2:last-child, .col-lg-3:last-child, .col-lg-4:last-child, .col-lg-5:last-child, .col-lg-6:last-child, .col-lg-7:last-child, .col-lg-8:last-child, .col-lg-9:last-child, .col-lg-10:last-child, .col-lg-11:last-child, .col-lg-12 {
    padding-right: 0;
}

form *:required:invalid, form *:required:invalid:focus, .required-invalid {
    border-bottom-color: #D9534F;
    border-left-color: #D9534F;
    border-right-color: #D9534F;
    border-top-color: #D9534F;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.071);
}

.filled{
    border-bottom-color: #F0AD4E;
    border-left-color: #F0AD4E;    
    border-top-color: #F0AD4E;  
}

.filled + .sorter{
    border-bottom-color: #F0AD4E;
    border-right-color: #F0AD4E;    
    border-top-color: #F0AD4E;    
}

.icon-close{
    font-size:10px !important;    
}

.delete{
    font-family: 'icomoon';
    font-style: normal;
    color: #555;
    font-size: 1.2em;
}

.delete .icon-trashcan{
    font-size: 13px;
}

.delete:hover{
    color: #D9534F;
    text-decoration: none;
}

*[class*="icon"] {
    font-size: 12px;
    vertical-align: -10%;
    line-height: 1.4;
}

a i {
    color: #333;
}

.btn-success, .btn-primary, .btn-done, .btn-warning, .btn-danger{
    border-color: transparent;
}

.btn-done i {
    color: #FFF;
}

.popover.bottom .arrow{
    top: -10px;    
}

.radio{
    height: 20px;
    margin-right: 15px;
}

.radio input{
    margin-right: 3px;
    padding: 1px 0 3px 0;
}

br + input[type="radio"], br + input[type="checkbox"]{
    margin-top: 4px;
}

input[type="radio"], input[type="checkbox"] {    
    margin: 0 0 0;
    margin-right: 5px;
}

.left-bordered{
    border-left: 1px solid #EEE;
    padding-left: 10px;
}

.btn-group.nonclickable a, .checkbox.nonclickable label {
    cursor: default;
}

.checkbox.nonclickable .checkbox-button span{
    background-color: #EEE;
}

.noborder{
    border:none !important;
}

.limits{
    font-weight: bold;
}

.margin-left{
    margin-left: 15px;
}

.margin-left2{
    margin-left: 30px;
}

.margin-right, .checkbox.margin-right{
    margin-right: 15px;
}

.margin-right2{
    margin-right: 30px;
}

a[href^="error: Des"], a[href^="error: Des"]:hover{
    color: #CCC;
    cursor: default;
    font-weight: normal !important;
}

.breadcrumb li.active a{
    color: #555;
    cursor: default;
}

/***** šířky ******/
.w1 {width: 1%}
.w1-3 { width: 1.3%}
.w2   { width: 2%} /**/
.w2-3 {width: 2.3%}
.w3   { width: 3%}
.w3-5 { width: 3.5%}
.w4   { width: 4%}
.w4-5   { width: 4.5%}
.w4-8 {width: 4.8%}
.w5   { width: 5%}
.w5-5 { width: 5.5%}
.w5-8 { width: 5.8%}
.w6   { width: 6%}
.w6-5 { width: 6.5%} /**/
.w7   { width: 7%}
.w7-5 { width: 7.5%}
.w7-8 { width: 8%}
.w8   { width: 8%}
.w8-5 { width: 8.5%}
.w9   { width: 9%}
.w9-5   { width: 9.5%}
.w10  { width: 10%} /**/
.w10-5{ width: 10.5%}
.w11  { width: 11%}
.w12  { width: 12%}
.w13  { width: 13%}
.w15  { width: 15%}
.w17  { width: 17%}
.w18  { width: 18%}
.w19  { width: 19%}
.w20  { width: 20%}
.w21  { width: 21%}
.w22  { width: 22%} /**/
.w23  { width: 23%}
.w24  { width: 24%}
.w25  { width: 25%}
.w28  { width: 28%}
.w28-2{ width: 28.2%}
.w30  { width: 30%}
.w31  { width: 31%}
.w35  { width: 35%}
.w36  { width: 36%}
.w38{width: 38%}
.w39{width: 39%}
.w40 {width: 40%}
.w42 {width: 42%}
.w43 {width: 43%}
.w44 {width: 44%}
.w45 {width: 45%}
.w47  { width: 47%} /**/
.w49 {width: 49%}
.w50  { width: 50%} /**/
.w53  { width: 53%} /**/
.w56{width: 56%}
.w57{width: 57%}
.w60  { width: 60%}
.w65  { width: 65%}
.w66  { width: 66%}
.w68  { width: 68%} /**/
.w70  { width: 70%}
.w79  { width: 79%}
.w80 {width: 80%}
.w82{ width: 82%}
.w86  { width: 86%}
.w99  {width: 98%}
.w100 {width: 100%}

.w0-5{width: 0.5%}
.w1-5{width: 1.5%}
.w1-8{ width: 1.8%} /**/
.w2-1{ width: 2.1%}
.w2-60{ width: 2.60%} /**/
.w2-68{width: 2.68%}
.w2-75{ width: 2.75%} /**/
.w3-60{ width: 3.60%}
.w3-06{ width: 4.5%}
.w3-10{width: 3.1%}
.w4-27{ width: 4.27%} /**/
.w5-395{width: 5.395%}
.w4-6{width: 4.6%}
.w5-2{width: 5.2%}
.w5-62{width: 5.62%}
.w6-27{ width: 6.27%}
.w7-55{ width: 7.55%} /**/
.w7-6{width: 7.6%}
.w7-63{width: 7.63%}
.w8-54{width: 8.54%}
.w9-19{ width: 9.19%}
.w9-23{ width: 9.23%}
.w9-47{ width: 9.47%}
.w9-04{ width: 9.04%}
.w9-80{width: 9.80%}
.w10-29{ width: 10.29%} /**/
.w10-72{ width: 10.72%}
.w11-64{ width: 11.64%} /**/
.w11-14{ width: 11.14%}
.w11-62{ width: 11.62%} /**/
.w11-806{width: 10.896%}
.w12-099{width: 12.709%}
.w14-48{width: 14.48%}
.w27-83{ width: 27.23%}
.w29-3{ width: 29.3%} 
.w29-23{ width: 29.23%}
.w48-65{ width: 48.62%} 
.w34-35{ width: 34.38%}
.w17-35{ width: 17%}
.w14-75{ width: 14.75%}
.w21-75{ width: 21.75%}
.w78-25{ width: 78.25%}

.trunc{    
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.dropdown-menu .btn-link{
    color: #333;
    display: block; 
    width: 100%;
    text-align: left;
    padding: 3px 20px;
}

.dropdown-menu input.btn-link:hover{
    background-color: #F5F5F5;
}

.panel-heading button{
    padding: 0;
}

.tooltip{
    z-index: 9999;
}

.form-control.text-danger{
    color: #D9534F;
}

.table-style{
    display: table;
    table-layout: fixed;
    width:100%;
    max-width:100%;
}

.right-border{
    border-right: 1px solid #EEE;
    padding-right: 10px;
}

.left-border {
    border-left: 1px solid #EEE;
    padding-left: 10px;
}

.hand{
    cursor: pointer;
}

/* limity firem v autocomplete */

.ui-autocomplete-loading{
    background: url('/images/loading.gif') no-repeat;
    background-position: right center;
}

.ui-menu-item.adr {     
    padding-left: 20px;
    font-style: italic;   
}

.ui-menu > li.ui-selectmenu-optgroup{ 
    padding: 0.2em 0.4em;
} 

.caret-right{
    float:right; 
    margin-right: 20px; 
    margin-top: 6px;
}

li.zakaz_1, li.zakaz_1 a{    
    text-decoration: line-through;
    color: #D9534F !important;
}

li.zakaz_2, li.zakaz_2 a {    
    color: #F0AD4E !important;
}

/*li.zakaz_3, li.zakaz_3 a{    
    color: #5CB85C !important;
}*/

li.zakaz_1:hover a, li.zakaz_1.active > a, li.zakaz_1 a:hover,
.dropdown > li.zakaz_1 > a.ui-state-focus
{    
    color: #FFF !important;
    background-color: #D9534F;
}

li.zakaz_2:hover a, li.zakaz_2.active > a:focus, li.zakaz_2 a:hover,
.dropdown > li.zakaz_2 > a.ui-state-focus
{
    color: #FFF !important;
    background-color: #F0AD4E;
}

/*li.zakaz_3:hover a, li.zakaz_3.active > a, li.zakaz_3 a:hover,
.dropdown > li.zakaz_3 > a.ui-state-focus
{
    color: #FFF !important;
    background-color: #5CB85C;
}*/

li.active[class*="zakaz"] > a, li.active[class*="zakaz"] > a:hover{
    border: none;
}

@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot');
}
@font-face {
	font-family: 'icomoon';
	src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'),
		 url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
	content: "\e600";
}
.icon-warning:before {
	content: "\65";
}
.icon-wrench:before {
	content: "\77";
}
.icon-play2:before {
	content: "\e603";
}
.icon-play3:before {
	content: "\2d";
}
.icon-play4:before {
	content: "\2b";
}
.icon-credit:before {
	content: "\e606";
}
.icon-support:before {
	content: "\e607";
}
.icon-address-book:before {
	content: "\e608";
}
.icon-notebook:before {
	content: "\e609";
}
.icon-map:before {
	content: "\e60a";
}
.icon-book:before {
	content: "\e60b";
}
.icon-mobile:before {
	content: "\e60c";
}
.icon-copy:before {
	content: "\e60d";
}
.icon-key:before {
	content: "\e60e";
}
.icon-lock:before {
	content: "\e60f";
}
.icon-cog:before {
	content: "\e610";
}
.icon-road:before {
	content: "\e611";
}
.icon-earth:before {
	content: "\e613";
}
.icon-warning2:before {
	content: "\66";
}
.icon-checkmark:before {
	content: "\74";
}
.icon-loop:before {
	content: "\e618";
}
.icon-file-excel:before {
	content: "\e619";
}
.icon-file-pdf:before {
	content: "\e61a";
}
.icon-file:before {
	content: "\e61b";
}
.icon-users:before {
	content: "\64";
}
.icon-user:before {
	content: "\e61d";
}
.icon-cart:before {
	content: "\e61e";
}
.icon-drawer:before {
	content: "\e61f";
}
.icon-disk:before {
	content: "\e620";
}
.icon-clock:before {
	content: "\e621";
}
.icon-plus:before {
	content: "\e622";
}
.icon-spinner:before {
	content: "\e623";
}
.icon-close:before {
	content: "\26";
}
.icon-fire:before {
	content: "\e625";
}
.icon-file2:before {
	content: "\e627";
}
.icon-link:before {
	content: "\e629";
}
.icon-books:before {
	content: "\e62a";
}
.icon-loop2:before {
	content: "\e62b";
}
.icon-tab:before {
	content: "\e62c";
}
.icon-loop3:before {
	content: "\e604";
}
.icon-location:before {
	content: "\e601";
}
.icon-office:before {
	content: "\e605";
}
.icon-trashcan:before {
	content: "\78";
}
.icon-arrow-up:before {
	content: "\e617";
}
.icon-arrow-down:before {
	content: "\e624";
}
.icon-library:before {
	content: "\e626";
}
.icon-question-sign:before {
	content: "\e612";
}
.icon-info-sign:before {
	content: "\e615";
}
.icon-truck:before {
	content: "\e616";
}
.icon-shield:before {
	content: "\e628";
}
.icon-fire-extinguisher:before {
	content: "\e62d";
}
.icon-backward:before {
	content: "\e602";
}
.icon-money:before {
	content: "\e614";
}
/* 
 * dragtable
 *
 * @Version 1.0.3
 *
 * default css
 *
 */

.dragtable-drag-handle{
    cursor: move;
    height:.5em;
    width: 5px;
    float: right;
    background:green;
    max-width: 200px;
}

/*
 * gets wrapped around placeholder table
 */

.dragtable-drag-wrapper{
    position: absolute;
    z-index: 1000;
    max-width: 200px;
    overflow: auto;
} 
/*
 * this gets applied to the table copy of the col that we are dragging 
 */ 
.dragtable-drag-wrapper .dragtable-drag-col{
    opacity: 0.7;
    filter: alpha(opacity=70);
    cursor:move;
    max-width: 200px;
}

/*
        placeholder is just a name for the real table col
*/
.dragtable-col-placeholder { 
    border-left: 1px dotted black;
    border-right: 1px dotted black; 
    color:#EFEFEF;
    background: #EFEFEF !important; 
    visibility: visible !important;
}
table .dragtable-col-placeholder:first{
    border-top:1px dotted black;
}


.dragtable-col-placeholder * { 
    opacity: 0.0; 
    visibility: hidden; 
}/* 
    Document   : loader
    Created on : 5.11.2013, 10:34:34
    Author     : Kaspis
    Description:
        Purpose of the stylesheet follows.
*/

#ajax-spinner {
    position:fixed;
    left: 50%;
    top: 50%;
    background: url('/images/loader.gif') no-repeat;
    /*padding: 13px;*/
    font-size: 0;
    width: 35px;
    height: 35px;
    z-index: 999999;    
    display:none;
}

.map-window label{
    margin-bottom: 0;
}

.map-window div.checkbox {
    padding-top: 2px;
    padding-left: 2px;
}

.map-window .control-label {
    padding-top: 3px;
    font-size: 1em;
}

.map-window .map-canvas, .map-window .map-panel{
    min-height: 600px;
    height: 600px;
    max-height: 600px;
    overflow: auto;
    
}
/* 
    Document   : messanger
    Created on : 28.8.2013, 11:30:09
    Author     : Kaspis
    Description:
        Purpose of the stylesheet follows.
*/

.fixed-messanger {
    position: fixed;
    bottom: 0;
    right: 15px;    
    height: 50%;
    background-color: #FFF;
    border: 1px solid #D9D9D9;
    padding: 5px 2px 10px 10px;    
    max-width: 170px;
    min-width: 170px;   
    z-index: 10;
}

#snippet-messanger-messanger .btn-link{
    color: #555;
    margin-left: 5px;
}

.fixed-messanger.minimized-messanger{
    overflow:hidden;
    height: 25px;
    padding-bottom: 2px;
    padding-top:5px;
}

.fixed-messanger .users{
    overflow:auto;
    height: 95%;    
}

.fixed-messanger .nav li > a {
    padding: 2px 5px;
}

.fixed-messanger .button-minimize{
    position: absolute;
    right: 2px;
    top: 0;
    padding-right: 2px;
    padding-top: 2px;
}

.fixed-messanger .head{
    height: 25px;
}

.fixed-messanger .online-head:before {
    display: inline-block;
    content: '';
    height: 9px;
    width: 9px;
    background: #D9534F;
    margin-right: 5px;
    border-radius: 5px;
}

.fixed-messanger .offline-head:before{
    display: inline-block;
    content: '';
    height: 9px;
    width: 9px;    
    margin-right: 5px;    
}

#users-online .nav-header{
    padding-left: 0px;
}

.fixed-messanger .online-head.online:before{
    background: #5CB85C;
}

.fixed-chatwindows .chat input[type=text]{        
    margin-right: 3px;
    width: 124px;   
}

.fixed-chatwindows .chat-start input[type=submit], .chat input[type=submit]{
    font-size: 12px;
}

.fixed-chatwindows .chat-start select{
    width: 168px;
    padding: 3px !important; 
    min-height: 25px;
}

.fixed-chatwindows .chat .messages {
    display: block;
    height: 200px;
    overflow: auto;
    width: 185px;
    border: 1px solid #CCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 3px 3px 4px;
    border-radius: 3px;
    margin-bottom: 5px;
    background-color: #FFF;
}

.fixed-chatwindows .message{
    display: block;
    width: 100%;
    margin-bottom: 0px;
}

.fixed-chatwindows .message p {
    font-size: 1.1em;
}

.fixed-chatwindows .chat{
    padding: 6px 10px;
    width: 207px;
    background-color: #EEE;
    margin-left: 5px;
    border: 1px solid #D9D9D9;
    position: fixed;    
    bottom: 0;
    right: 155px;
}

.fixed-chatwindows .chat.blink{
    background-color: #08C;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.fixed-chatwindows .chat.blink .messages{
    color: #333;
    text-shadow: none;
}

.fixed-chatwindows .minimized-chat{
    height: 25px;   
    overflow: hidden;
    padding: 5px 6px 0 10px;
}

.fixed-chatwindows .chat button{
    padding: 0 3px;
    height: 12px;
    border: 0;
}

.fixed-chatwindows .chat .user-status {
    display: inline-block;
    content: '';
    height: 9px;
    width: 9px;
    background: #D9534F;
    margin-right: 5px;
    border-radius: 5px;
}

.fixed-chatwindows .chat .user-status.online{
    background: #5CB85C;
}

.fixed-chatwindows .chat-user{

}

.fixed-chatwindows .chat-time{
    text-align: center;
    width: 100%;
}/* 
    Created on : 20.11.2013, 19:39:15
    Author     : Kaspis
*/

.modal-detail .modal-dialog{
    min-width: 1330px;
}

/* 
    Document   : modals
    Created on : 30.10.2013, 11:05:51
    Author     : Kaspis
*/

.modal-change-check .modal-dialog, .modal-confirm-delete .modal-dialog{
    max-width: 400px;
}

.modal-pneu-mounting .modal-dialog {
    width: 600px;    
}

.modal-pneu-mounting .modal-body div .pneu-obn:last-child{
    margin-right: 0;
}

.modal-baleni .modal-dialog, .modal-V2Z .modal-dialog{
    width: 900px;
}

.modal-baleni .baleni-column{
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-baleni .modal-body{
    padding: 5px 20px;    
}

.modal p.lead {
    margin-bottom: 0;
}

.modal-footer {
    margin-top: 0;
}

.modal-confirm-delete .modal-dialog{
    margin-top: 10%;
}

.modal-order .modal-dialog{
    width: 60vw;
    max-height: 80vh;
    height: 80vh;
}

.modal-order .modal-content{
    min-height: 100%;
    padding-bottom: 200px;
}

.modal-order #footer{
    position: absolute;
    bottom: 0px;
}
.plan {
    min-width: 1240px;
}

.plan .plan-dispeceri{
    height: 30px;
}

.plan .plan-dispeceri a {
    color: #333;
}

.plan .plan-dispeceri div.checkbox{
    display: inline;
    margin-right: 1px
}

.plan .plan-dispeceri .form-group{
    display: inline-block;
    margin-right: 20px;
}

.plan .fixed-next-fixed {
    padding-right: 0;
}

.plan .plan-dispeceri .disp{
    margin-left: 6px;
    font-weight: bold;
}

.nakladky-disp-menu{
    padding: 5px 10px;
}

.nakladky-help-vozidla{
    margin-top: 5px;
    margin-left: 10px;
}

.nakladky-help-vozidla .label{
    display:block;
    line-height: 1.5;
}

.plan > .row > .col-xs-6{
    min-width: 620px;
}

.plan .nakladky-head{
    font-weight: bold;    
}

.plan .nakladky-head table{
    width: 100%;
}

.plan .day-slot{
    color: #FCFCFC;
    width: 90px;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: bold;
    margin-left: 0;
    padding: 3px;
}

.plan .naklad, .plan .vyklad{
    border: 1px solid #FFF;
    margin-top: -1px;
    margin-left: -1px;
    padding: 4px 0;
    width: 100%;
}

.plan .naklad table{
    width: 100%;
    color: #FCFCFC;
}

.plan .naklad table a {
    color: #FCFCFC;
}

.plan .day-1 .naklad table, .plan .day-2 .naklad table, .plan .day-3 .naklad table {
    color: #333;
}

.plan .day-1 .naklad a,.plan .day-2 .naklad a,.plan .day-3 .naklad a {
    color: #333;
}

.plan .first{
    border-top-right-radius: 4px;
}

.plan .day .naklad:last-child, .plan .last{
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.plan .nakladky .day-1 .day-slot, .plan .nakladky .day-1 .naklad{
    background-color: #CBE9CB;
}
.plan .nakladky .day-2 .day-slot, .plan .nakladky .day-2 .naklad{
    background-color: #B0DCB0;
}
.plan .nakladky .day-3 .day-slot, .plan .nakladky .day-3 .naklad{
    background-color: #94D094;
}
.plan .nakladky .day-4 .day-slot, .plan .nakladky .day-4 .naklad{
    background-color: #78C478;
}
.plan .nakladky .day-5 .day-slot, .plan .nakladky .day-5 .naklad{
    background-color: #5CB85C;
}
.plan .nakladky .day-6 .day-slot, .plan .nakladky .day-6 .naklad{
    background-color: #357B35;
}
.plan .nakladky .day-7 .day-slot, .plan .nakladky .day-7 .naklad{
    background-color: #173517;
}

.plan .vykladky .day-1 .day-slot, .plan .vykladky .day-1 .naklad{
    background-color: #BFD8ED;
}
.plan .vykladky .day-2 .day-slot, .plan .vykladky .day-2 .naklad{
    background-color: #A0C5E4;
}
.plan .vykladky .day-3 .day-slot, .plan .vykladky .day-3 .naklad{
    background-color: #80B1DC;
}
.plan .vykladky .day-4 .day-slot, .plan .vykladky .day-4 .naklad{
    background-color: #619ED3;
}
.plan .vykladky .day-5 .day-slot, .plan .vykladky .day-5 .naklad{
    background-color: #428BCA;
}
.plan .vykladky .day-6 .day-slot, .plan .vykladky .day-6 .naklad{
    background-color: #255783;
}
.plan .vykladky .day-7 .day-slot, .plan .vykladky .day-7 .naklad{
    background-color: #0F2335;
}

.plan .day-1 .day-slot, .plan .day-2 .day-slot, .plan .day-3 .day-slot {
    color: #555;
}

.plan .naklad-zasilka{
    color: #333;
}
.plan .padding-text-right{
    padding-right: 12px;
}

.plan .padding-text-right-hm{
    padding-right: 20%;
}

.plan .badge, .plachta .badge, .table-zasilky .badge{
    border-radius: 3px;
    height: 16px;
    width: 16px;
    padding: 2px 0;
    margin: -2px 0 -2px 0;
    text-align: center;      
    box-shadow: 1px 1px 3px #333;
}

.plan .dropdown.hand-states{
    float: left;
    display: inline-block;
    margin-top: 2px;
}

.plan .dropdown-menu li a{
    color: #333;
}

.badge > .caret{
    margin-left: 0;
    color: #FCFCFC;
}

.plan .states {
    float: left;
    height: 18px;
    margin: 2px 5px 0;
}

.plan .states a.label {
    height: 16px;
    margin-bottom: 0;
    padding: 0;
    line-height: 16px;
    color: #FFF;
    box-shadow: 1px 1px 3px #333;
}

.badge-stav1, .label-stav-5{
    background-color: #F0AD4E;    
}

.badge-stav2, .label-stav-3{
    background-color: #5CB85C;    
}

.badge-stav3{
    background-color: #555;    
}

.badge-stav4, .label-stav-0{
    background-color: #955BA5;    
}
.badge-stav5{
    background: linear-gradient(to bottom, #F0AD4E 70%, #428BCA 70%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.badge-stav6{
    background: linear-gradient(to bottom, #5CB85C 70%, #428BCA 70%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.badge-stav7{
    background: linear-gradient(to bottom, #555 70%, #428BCA 70%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.badge-stav8{
    background: linear-gradient(to bottom, #955BA5 70%, #428BCA 70%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.label-stav-1{
    background-color: #5FC2DF;    
}

.label-stav-2{
    background-color: #D9534F;    
}

.label-stav-4{
    background-color: #896D52;    
}
.label-stav-6{
    background-color: #428BCA;    
}

.label-stav--1{
    background-color: #555;
}

.zas-adr-icon {
    background: #FCB040 url("/images/css/admin/adr.png") no-repeat 0 0;
    display: inline-block;
    width: 16px;
    height: 12px;
    margin-top: 4px;    
}

.zas-palety-icon {
    background: transparent url("/images/css/admin/palety.png") no-repeat 0 0;
    display: inline-block;
    width: 20px;
    height: 12px;
    margin-top: 4px;    
}

.nakladky-checkbox-col{
    padding-left: 1.8%;
}

.tooltip ul{
    text-align: left;
}


/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13.12.2013, 13:49:29
    Author     : Kaspis
*/

#translations iframe{
    width: 100% !important;
    height: 222px !important;
}

.cleditorToolbar{
    height: 25px !important;
}

input[type="file"]{
    border: none !important;
    box-shadow: none !important;
}

.tab-content.importexport{
    border-color: #DDD;
    border-style: solid;
    border-width: 0 1px 1px;
    min-width: 100%;    
    padding: 10px;    
    resize: vertical;
    overflow: hidden;
}

.breadcrumb > li + li:before{
    content: '|';
}

table div.checkbox > label > input[type="checkbox"] {
    float: left;
    margin-left: 0;
}

.img-thumb {
    width: 617px;
    height: 100px;
    display: block;
}

.img-thumb img {
    max-width: 607px;
    max-height: 90px;
}

.img-thumbnail {
    border-radius: 0;
}

.delete-img {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.img-thumb.no-image{
    background: #CCC url('/images/css/admin/noimage.png') no-repeat 50% 50%;
}

.settings-terminy{
    width: 350px;
}

.settings-terminy label + i + br + .form-group + .form-group + .form-group {
    padding-right: 0;
}

.table-numerical .control-label{
    padding-top: 0;
}

#mail.row {
    min-width: 1264px;
}

#mail.row > .col-xs-7:first-child {
    min-width: 647px;
    max-width: 647px;
}

#mail-preview{
    background-color: #FFF;
}

#mail .list-inline > li {
    padding-right: 10px;
}

#mail .list-inline > li:not(:first-child){
    padding-left: 0;
}/* Template-specific stuff
 *
 * Customizations just for the templateâ€”these are not necessary for anything
 * with disabling the responsiveness.
 */

/* Account for fixed navbar */
body {
    padding-top: 42px;
    padding-bottom: 20px;
}

/* Finesse the page header spacing */
.page-header {
    margin-bottom: 30px;
}
.page-header .lead {
    margin-bottom: 10px;
}

/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
    max-width: none !important;
    width: 100%;
    min-width: 970px;
    padding: 0;
}

.container .navbar-header,
.container .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

.container .navbar-right:last-child{
    margin-right: 0;
}

/* Always float the navbar header */
.navbar-header {
    float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

.navbar-toggle {
    display: none;
}

/* Always apply the floated nav */
.navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav > li {
    float: left;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
    float: right;
}

/* Undo custom dropdowns */
.navbar .open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: #fff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.navbar .open .dropdown-menu > li > a {
    color: #333;
}
.navbar .open .dropdown-menu > li > a:hover,
.navbar .open .dropdown-menu > li > a:focus,
.navbar .open .dropdown-menu > .active > a,
.navbar .open .dropdown-menu > .active > a:hover,
.navbar .open .dropdown-menu > .active > a:focus {
    color: #fff !important;
    background-color: #428bca !important;
}
.navbar .open .dropdown-menu > .disabled > a,
.navbar .open .dropdown-menu > .disabled > a:hover,
.navbar .open .dropdown-menu > .disabled > a:focus {
    color: #999 !important;
    background-color: transparent !important;
}/* 
    Document   : spedice plachta
    Created on : 27.10.2013, 20:12:56
    Author     : Kaspis    
*/

#headPlachta {
    min-width: 1352px;
    position: fixed;
    top: 41px;
    padding-top: 50px;
    background-color: #FFF;
    z-index: 2;        

}

#headPlachta .well {
    margin-bottom: 0;
    padding: 0;
    padding-bottom: 5px;
}

.plachta-head #reset-filter{
    margin-top: 10px;
}

#headPlachta .extended-filter{
    display: table;
    width:100%;    
    table-layout: fixed;
}

.plachta-head{
    display: table;
    table-layout: fixed;
}

.plachta-head > div, #headPlachta .extended-filter > div{    
    padding: 0 0.25%;
    display: table-cell;

}

.table-style.zasilka > div{
    display: table-cell;    
}
.table-style.zasilka > div:first-child{
    padding-right: 3px;
}

.extended-filter .form-control, .extended-filter  .input-group{
    margin-bottom: 3px;
}

.extended-filter  .input-group > .form-control{
    margin-bottom: 0px;
}


.plachta-order > .table-style > div{    
    vertical-align: top;
    display: table-cell;
    padding: 7px 0.25% 2px 0.25%;    
}

.plachta-order > div.less-top-btm-margin, .plachta .plachta-order-form form > div.table-style > div.less-top-btm-margin{
    padding-top: 4px;
    padding-bottom: 0;
}

.plachta-head .input-group-addon, .extended-filter .input-group-addon{
    padding: 4px 6px 2px;    
}

.plachta .input-group-addon{
    padding: 3px 6px;
}

.plachta-head .form-control, .plachta-head .input-group{
    margin-top: 3px;
}

.plachta-head .input-group > .form-control{
    margin-top: 0;
}

.plachta-order{    
    //min-height: 59px;
}

.plachta-order .table-style{
    width: 100%;
    display: table;
    table-layout:fixed;
}

.plachta > div:nth-child(2n+1):not(:first-child) > div:not(.border-active){
    background-color: #F5F5F5;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
}

.plachta.container {    
    margin-top: 100px;
    min-width: 1352px;
}

.plachta .left-padding{
    padding-left: 15px !important;
}

.plachta .table-zasilka{
    table-layout: fixed;
}

.plachta .table.table-zasilka tr:first-child > td{
    border-top: none;
    padding-top: 0;    
}

.plachta .zasilka{
    border-left: 1px dotted #E5E5E5;
    border-right: 1px dotted #E5E5E5;
}

.plachta .vert-align-middle{
    padding-top: 0;
    vertical-align: middle;
}

.plachta .polh{
    padding-top: 5px;
}

.plachta a.icon-copy{
    color: #333;
}

.table-condensed tbody > tr > td.table-zasilka-address, .table-condensed tbody > tr > td.table-zasilka-baleni {
    padding: 5px 0;    
}

.table-zasilka-address > div{
    display: inline-block;
    vertical-align: top;
}

.plachta .table, .plachta .fakturky table{
    margin-bottom: 0;
    width: 100%;
}

.plachta .dopravce-box:not(:first-child){
    margin-top: 5px;
    border-top: 1px solid #E5E5E5;
    padding-top: 3px;
}

.plachta .plachta-poznamky{
    border-right: 1px dotted #E5E5E5;
}

.plachta .fakturky{
    margin-bottom: 5px;
    border: 1px solid #E5E5E5;
    padding: 3px 3px 0 3px;
    border-radius: 3px;    
}

.plachta .fakturky.fak-error{
    background-color: #F2DEDE;
    border-color: #D9534F;
    color: #D9534F;
    width: 100%;
}

.plachta .fakturky.fak-warning{
    background-color: #FCF8E3;
    color: #F0AD4E;
    width: 100%;
    border-color: #F0AD4E;
}

.plachta .fakturky.fak-error a{
    color: #D9534F;
}

.plachta .fakturky table a{
    color: #333;
}

.plachta {
    text-wrap: none;
    white-space: nowrap;
}

.plachta .wrapp-longtext{
    white-space: normal;
    word-break: break-all;
}

.plachta .wrapp-longtext-space-only {
    white-space: normal;    
}

.no-shad{         
    box-shadow: none !important;
}

.plachta .table-zasilka-buttons + td.table-zasilka-address {
    border-left: 1px solid #E5E5E5; 
    padding-left: 5px;
}

.plachta .table-zasilka-buttons{
    padding: 0 3px 0 0;
}

.plachta .table-zasilka-buttons td{
    padding: 3px;
    vertical-align: middle;
    text-align: center;
}

.plachta .table-zasilka-buttons .hand-states{
    margin: 0;    
}

.zas-sender-icon:before {    
    font-family: 'icomoon';
    content: 'd';
    display: inline-block;
    font-size: 14px;
    color: #555;
}

/****** form ******/

.plachta .plachta-order-form div.table-style > div{    
    display: table-cell;
    vertical-align: top;        
}

.plachta .plachta-order-form form > div.table-style > div{
    padding: 7px 0.25% 2px 0.25%;   
}

.plachta .plachta-order-form form .form-control, .plachta .plachta-order-form form .input-group{
    margin-bottom: 3px;
}

.plachta .plachta-order-form form .input-group > .form-control{
    margin-bottom: 0;
}

.plachta .plachta-order-form form > div.form-actions{
    display: block;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #F5F5F5;
}

.plachta .plachta-order-form form .text-wrapp, .editWindow.objednavka .text-wrapp {
    line-height: 1.428571429;
    padding: 4px 0;
    margin-bottom: 3px;
    display: block;
}

.plachta .plachta-order-form form .zasilka-buttons .btn, .plachta .plachta-order-form form .vozidla-buttons > .btn {
    margin-bottom: 3px;       
}

.plachta .plachta-order-form form .zasilka-buttons .btn, .plachta .btn-doc{
    width: 25px;
}

.plachta .plachta-order-form form .vozidla-buttons input[type="checkbox"] {
    margin: 7px 0 6px 0;    
}

.plachta .btn-vozidla, .plachta .btn-precept{
    height: 24px;
    padding-top: 4px;
    display: block;
}

.plachta .btn-precept i{
    color: #FFF;
}

.plachta .plachta-order-form form .ref .select2-chosen{
    max-width: 15px;
    text-overflow: ellipsis;
}

.plachta-head .select2-arrow, .extended-filter .select2-arrow{
    display:none !important;
}

.plachta-head .select2-chosen, .extended-filter .select2-chosen{
    margin-right: 6px !important; 
}

.plachta .plachta-adresy > .table-style > div:not(.no-margin), .plachta .plachta-faktury > .table-style > div:not(.no-margin) {
    padding-right: 4px;
}

.plachta .hand-states{
    display: block;
    text-align: center;
    margin: 4px 0 7px -2px;
}
.plachta hr.dopr{
    margin: 5px 0;
    border-top-color: #555;
}

.plachta .plachta-order-form textarea{
    height: 76px;
    min-height: 76px;
    margin-bottom:0;
}

.plachta .form-actions .btn{
    margin-right: 5px;
}

.plachta .form-actions .btn-group > .btn{
    margin-right: 0;
}

.plachta .form-actions > div{
    height: 44px;
    padding-top: 11px;
    padding-bottom: 10px;
}

.plachta .form-actions .left-border{
    border-left: 1px solid #E5E5E5;
    padding-left: 5px;
}

.plachta .form-actions .icons{
    height: 100%;
}

/** baleni **/
.modal-baleni .color0{
    background-color: #CBE9CB;
}

.modal-baleni .color1{
    background-color: #BFD8ED;
}

.modal-baleni .color2{
    background-color: #B0DCB0;
}

.modal-baleni .color3{
    background-color: #A0C5E4;
}

.modal-baleni .color4{
    background-color: #94D094;
}

.modal-baleni .color5{
    background-color: #80B1DC;
}

.modal-baleni .baleni-column{
    width: 90px;
    float: left;
}

.modal-baleni .baleni-group{
    padding: 10px;
    margin: 5px;
    float: left;
}

.modal-baleni .form-group{
    padding-right: 5px;
    border-bottom: none;
}

.modal-baleni .control-label{
    color: #555;
}

.modal-baleni.baleni-group p.lead{
    font-size: 14px;
    margin-bottom: 8px;
    border-bottom: 1px solid #EEE;
    color: #555;
}

.modal-baleni .baleni-wrapper{
    border-top: 1px solid #EEE;
    margin-top: 8px;
    padding: 10px;
}

.modal-baleni.btn-group{
    height: 23px;
}

.modal-baleni .btn-group label, .editWindow.objednavka .btn-group label{
    padding: 3px 6px;
}

.plachta .table-zasilka tr:not(:first-child) .table-zasilka-buttons table{
    margin-top: 5px;
}


/** V2Z form **/
.plachta .panel .table td{
    vertical-align: top;
}

.plachta .panel table {
    table-layout: fixed;
}

.plachta .panel .table td input[type="checkbox"]{
    margin-right: 0;
    margin-left: 3px;
}

.plachta .panel:last-child{
    margin-bottom: 0;
}

.plachta .border-active{
    border: 1px solid #66AFE9;
    border-radius: 3px;    
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(102,175,233,0.6);
    outline: none;
    margin: 10px 0;
}

/** editace II. stupeň **/

.editWindow.objednavka .tab-content{
    height: auto;    
    max-height: none;
}

.editWindow.objednavka .tab-content .tab-pane{
    height: auto;
    max-height: none; 
}

.editWindow.objednavka .table-dopravce, .editWindow.objednavka .table-vozidla{
    width: 65%;
    max-width: 100%;
}

button.plus{
    margin: 0 5px;
    text-align: center;
}

.btn-z {
    width: 25px;
    margin-bottom: 3px;
}

.table-zasilky .form-control{
    margin-bottom: 3px;
}

.table-zasilky .form-prek-misto {
    margin-right: 1%;
}

.editWindow.objednavka .fak-num .col-xs-4{
    padding-right: 2px;
}

#cena_ostatni_label{
    margin-bottom: 5px;
}

.refreshPreviewButton{
    position: absolute;
    left: 40px;
    top: 20px;
}

.faktura-preview{
    margin-top: 0 !important;
}

.editWindow.objednavka .form-actions .buttons .btn {        
    min-width: 30px;
    margin-right: 10px;
    float: left;
}

.editWindow.objednavka .form-actions .buttons .dropdown{
    float:left;
}

.editWindow.objednavka .faktura:not(:first-child){
    border-left: 1px solid #D9534F;
    padding-left: 20px;
}

.editWindow.objednavka .nav-tabs .icon-warning2{
    color: inherit;
}

.head-plachta-extended-filter-active .well {
    border-bottom: 2px solid #F0AD4E;
}

.ui-widget-content a.btn{
    color: #FFF;
}

.plachta .logged{
    display: block;
    text-align: center;
    padding-top: 5px;
    padding-left: 4px;
}

.plachta .order-storno, .firma-archive > td {
    background-color: #E0E0E0 !important;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.196) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.196) 50%, rgba(255, 255, 255, 0.196) 75%, transparent 75%, transparent);
    background-size: 50px 50px;
}
.modal-order #header img, .modal-order #footer img{
    max-width: 100%;
}

.modal-order .head, .modal-order .naklad table {
    border: 1px solid #000;
    padding: 8px;
    margin-bottom: 8px; 
}

.modal-order .paper{
    padding: 5px 20px;
}

.modal-order .naklad th{
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    text-transform: uppercase;
}

.modal-order .naklad td{
    vertical-align: top;    
}

.modal-order .naklad tbody tr:nth-child(3n) td{
    border-bottom: 1px solid #000;
}

.modal-order .naklad{
    margin: 10px 0;
}

.modal-order .naklad textarea{
    height: 50px;
}

.modal-order .naklad td{
    padding: 5px;
}

.modal-order .text {
    margin-bottom: 10px;
}

.modal-order .naklad td:nth-child(2n){
    border-right: 1px solid #000; 
    padding-left: 10px;
}

.modal-order .underl {
    text-decoration: underline;
}

.modal-order p{
    margin-bottom: 0;
}

.modal-order .vmiddle{
    vertical-align: middle;
}

.modal-order .datum{
    padding: 3px 0;
}

.modal-order .conditions{
    font-size: 8px;
}

.modal-order .inform{
    font-size: 12px;
}

.modal-order .buttons{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.7);    
    z-index: 9999999;
    padding: 25px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.modal-order .orderMain{
    width: 100%;
}

.modal-order .control-label{
    color: #FFF;   
}

.modal-order .checkbox{
    margin-right: 0;
    margin-top: 4px;
}

.modal-order .cz {
    display: inline-block;
    width: 30px;
    height: 20px;
    background-size: cover;
    background-image: url('/images/css/admin/flags/cz.png');
    vertical-align: middle;
}

.modal-order .de {
    display: inline-block;
    width: 30px;
    height: 20px;
    background-size: cover;
    background-image: url('/images/css/admin/flags/de.png');
    vertical-align: middle;
}

.modal-order .en {
    display: inline-block;
    width: 30px;
    height: 20px;
    background-size: cover;
    background-image: url('/images/css/admin/flags/gb.png');
    vertical-align: middle;
}

.modal-order .fr {
    display: inline-block;
    width: 30px;
    height: 20px;
    background-size: cover;
    background-image: url('/images/css/admin/flags/fr.png');
    vertical-align: middle;
}

.modal-order .ua {
    display: inline-block;
    width: 30px;
    height: 20px;
    background-size: cover;
    background-image: url('/images/css/admin/flags/ua.png');
    vertical-align: middle;
}

select.form-control.full-width{
    width: 100%
}

.modal-order .modal-content.smaller-padding {
    padding-bottom: 100px;
}

.modal-order .sign, .modal-order .percept {
    width: 100%;
}

.modal-order .sign td{
    height: 50px;
    vertical-align: bottom;
}

.modal-order .percept td{
    height: 30px;
    vertical-align: bottom;
}

.conditions-list ul {
    padding-left: 1rem;
}
/* 
    Document   : table component
    Created on : 28.10.2013, 11:36:42
    Author     : Kaspis
*/

.sorter a, .sorter a i, .sorter a:hover, .sorter a:focus {
    font-size: 8px;
    display:block;    
    color: #333;
    text-decoration: none;
    outline: none;
}

.sorter a.danger i{
    color: #D9534F;  
}

.sorter{
    padding: 2.5px 4px 2.5px 3px;
}

.list-filter a {
    color: #333;
}

.listWindow .badge{
    border-radius: 2px;
    height: 19px;
    width: 10px;
    padding: 2px 0px;
    margin: -2px 0 -2px 0;
}

.list-filter .badge .caret{
    margin-left: 0px;
}

.listWindow .table-list {    
    min-width: 100%; 
    width: auto;    
    max-width: none;
}

.listWindow .table-list td {
    text-wrap: none;
    word-break: keep-all;
    white-space: nowrap;
}

.listWindow .badge:empty {
    display:block;
}

.listWindow .list-filter tr th{ 
    background-color: #EEE; 
}

.list-filter tr:first-child th:first-child {     
    -moz-border-radius-topleft:4px;
    -webkit-border-top-left-radius:4px;
    border-top-left-radius:4px;
}

.list-filter tr:first-child th:last-child {    
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px;
}


.listWindow .list-filter tr th{
    border-bottom: none;
    border-top: none;
}

.listWindow .list-filter tr:first-child th:first-child{
    vertical-align: middle;
}

.label-disabled{
    background-color: white;
    border: 1px solid;   
}

#state-filter-box ul {
    padding: 15px;
}

em.term{
    cursor: pointer;
}

.chooser {
    padding: 15px;
    min-width: 450px;
    /*max-height: 500px;*/
    max-width: 1000px;
    overflow: auto;
}

.chooser .export-icons{
    float:right;
    margin-top: 8px;    
}

a.icon-file-pdf{
    color: #D9534F;
    font-size: 1.3em;
    margin-right: 5px;    
}

a.icon-file-excel{
    color: #5CB85C;
    font-size: 1.3em;     
}

.nastaveni-zobrazeni{
    margin-top: 20px;
    height: 25px;
}

.chooser-columns td{
    min-width: 180px;
}

.icon-loop3{
    font-size: 14px;
}

#frm-table-filter .select2-container .select2-choice {    
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -1px;
}

.term.important:before{
    display: block;
    font-family: 'icomoon';
    content: 'e';
    color: #D9534F;
    font-style: normal;
}

.term.terminy1:before{
    display: block;
    font-family: 'icomoon';
    content: 'f';
    color: #F0AD4E;
    font-style: normal;
}

.term.terminy2:before{
    display: block;
    font-family: 'icomoon';
    content: 'e';
    color: #F0AD4E;
    font-style: normal;
}

.term.terminy3:before{
    display: block;
    font-family: 'icomoon';
    content: 'e';
    color: #D9534F;
    font-style: normal;
}

.term.terminy4:before{
    display: block;
    font-family: 'icomoon';
    content: 'f';
    color: #428BCA;
    font-style: normal;
}

.popover-content ul {
    padding-left: 20px;
}

.popover-warn + .popover > .popover-title:before{
    font-family: 'icomoon';
    content: 'e';    
    margin-right: 7px;
    color: inherit;
}

.table-table-component td:not(.thin) {
    max-width: 200px;
    min-width: 100px;
}
/* 
    Document   : vozidla
    Created on : 5.11.2013, 14:50:27
    Author     : Kaspis
    Description:
        Purpose of the stylesheet follows.
*/

.table tbody > tr > td.btn-mount{
    width: 0px;
    vertical-align: bottom;            
    border-left: none;
}

.table-pneu > tbody > tr > td {
    border-right: none;
}

.btn-mount a {
    font-family: 'icomoon';
    margin-left: -20px;
}

.modal-pneu-mounting .pneu-obn{
    float: left;
    width: 170px;
    margin-right: 10px;
}

.editWindow .pneu-actions .form-group{ 
    float: left;
    width: 120px;
    margin-right: 15px;
}

.pneu-actions .form-group.long{
    width: 150px;
}

.editWindow .pneu-actions {
    display:none;
    margin-top: 10px;
}

.modal-pneu-mounting .pneu-actions .form-group {
    width: 120px;
}

.btn-group.pneu .btn{
    min-width: 120px;
}

.stav-servis-wrap{
    margin-left: 15px;
}

