@font-face {
  font-family: 'bariolregular';
  src: url('../fonts/bariol_regular-webfont.eot');
  src: url('../fonts/bariol_regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/bariol_regular-webfont.woff2') format('woff2'),
  url('../fonts/bariol_regular-webfont.woff') format('woff'),
  url('../fonts/bariol_regular-webfont.ttf') format('truetype'),
  url('../fonts/bariol_regular-webfont.svg#bariolregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* app.css */
::-webkit-scrollbar-track {
  border-radius: 0;
}
::-webkit-scrollbar-thumb {
  background: #006FA2;
  border-radius: 0;
}
::-webkit-scrollbar {
  width: 10px;
  height: 7px;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #00A1D8;
}
html, body {
  font-family: 'Roboto Condensed', sans-serif;
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 100%;
  min-width:330px;
  color: #4f5f6f;
  /*overflow-x: hidden;*/
}
.main-wrapper {
  width: 100%;
  /*position: absolute;*/
  /* height: 100%; */
  /*overflow-y: auto;*/
  /*overflow-x: hidden;*/
}
.app{
  background-color: #ffffff;
  position: relative;
  width: 100%;
  /*min-height: 100vh;*/
  margin: 0 auto;
  left: 0;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  -webkit-transition: left 0.3s ease, padding-left 0.3s ease;
  transition: left 0.3s ease, padding-left 0.3s ease;
  /*overflow: hidden;*/
}
a:not(.btn) {
  -webkit-transition: initial;
  transition: initial;
  text-decoration: underline;
  color: #969696;
}
a:not(.btn):hover {
  text-decoration: underline;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
[class^='nav'] li > a, [class*=' nav'] li > a {
  display: block;
}
.dropdown-menu .dropdown-item {
  display: block;
  padding: 0px 15px;
  clear: both;
  font-weight: normal;
  color: #4f5f6f;
  white-space: nowrap;
  -webkit-transition: none;
  transition: none;
}
.header .header-block-nav {
  margin-left: auto;
  white-space: nowrap;
  padding-right: 15px;
}
.header .header-block-nav a {
  text-decoration: none;
}
.header .header-block-nav .profile-dropdown-menu {
  left: auto;
  right: 0;
  min-width: 180px;
  white-space: normal;
}
.header .header-block-nav .profile-dropdown-menu a {
  position: relative;
  padding: 20px 15px;
  font-size: 1.2rem;
  min-width: 280px;
}
.header .header-block-nav .profile-dropdown-menu a:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  border-bottom: 1px dashed #8e8e8e;
  left: 10px;
  right: 10px;
}
.header .header-block-nav::after {
  display: block;
  clear: both;
  content: "";
}
.card-block {
  padding: 15px;
}
.btn {
  background-image: none;
  border-radius: 0;
  margin-bottom: 5px;
  line-height: 1.2;
}
.btn, .btn:hover {
  color: #fff;
}
.title-block {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d7dde4;
}
.title {
  display: inline-block;
  font-size: 1.45rem;
  font-weight: 600;
  margin-bottom: 0;
}
.section {
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .section {
    margin-bottom: 25px;
  }
}
.section:last-of-type {
  margin-bottom: 0;
}
.btn.btn-secondary {
  color: #111;
  background-color: #fff;
  border-color: #d7dde4;
}
.modal .modal-header {
  background-color: #85CE36;
  color: #fff;
}


/* /app.css */


h1,h2,h3,h4{
  color:#0085C2;
  font-family: 'Roboto Condensed', sans-serif;
}
.navbar {
  min-height: 70px;
  width:100%;
}
.navbar.fixed-top{
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.35);
}
.navbar-nav {
  text-align: center;
}
a:not(.btn):hover {color: #006FA2;}
.dropdown-menu {
  /*text-align: center;*/
}
.source p {
  margin: 3px;
}
.source {
  /*margin-bottom: 30px;*/
}
.source:not(:last-of-type):after,
.comments .comment:before,
.linked-row:before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px dashed #3DA2CE;
  display: inline-block;
}
.linked-row{
  position: relative;
}
.linked-row:before {
  position: absolute;
  top:0;
}
.number {
  display: inline-block;
  height: 86px;
  width: 86px;
  background: #0084c0;
  color: #fff;
  text-align: center;
  line-height: 82px;
  border-radius: 50%;
  font-family: 'bariolregular';
  font-weight: bold;
  font-size: 3.4rem;
  top: 0;
  margin-top: 0;
  position: relative;
}
.add-review .number {
}
.number.number-sm {
  height: 50px;
  width: 50px;
  line-height: 3rem;
  font-size: 2rem;
}
.komentar .name,
.comment .name{
  color: #0085C2;
  font-size: 1.3rem;
  text-transform: uppercase;
}
#add-new-positive,
#add-new-negative,
#add-new-tag,
#edit-add-new-positive,
#edit-add-new-negative,
#edit-add-new-tag {
  color: #ffffff;
  background: #0084C0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .85rem;
  bottom: 19px;
  left: 44px;
  position: absolute;
  border-radius: 4px;
  padding: 10px;
}
#edit-add-new-tag.inactive,
#add-new-tag.inactive {
  background: gray;
  cursor: not-allowed;
}
ul.newtags-list input::-ms-clear {
  display: none;
}
.source:not(:last-of-type):after {
  margin-top:25px;
  margin-bottom: 25px;
}
.comments .comment:before {
  margin-bottom:25px;
}
.card-block .dvz-title{
  text-transform: uppercase;
  text-decoration: none;
  color: #0085C2;
  font-weight: 600;
}
.card-block .dvz-title:hover{
  color: #006FA2;
}
.card-block .dvz-title small{
  color: #3d3d3d;
}
.title-block{
  border:0px;
}
.title-block .title{
  font-size:28px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
.tags.row2 {
  overflow: visible;
  min-height: 94px;
  /*padding-top: 40px;*/
  text-align: right;
}
.tag {
  position: relative;
  /*float: right;*/
  display: inline-block;
  background-color: #fff;
  padding: 0 10px;
  font-size:11px;
  /*font-weight: 600;*/
  line-height: 25px;
  border: solid 1px #3DA2CE;
  border-radius: 12px;
  margin:0px 5px 7px 5px;
  /*cursor: pointer;*/
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  min-height: 27px;
  min-width: 27px;
}
.tag.left{
  float:left;
}
.tag.large {
  font-size:14px;
}
.tag-new {
  cursor: pointer;
}
.tag.active {
  background-color: #006FA2;
  color:#fff;
}
.tag span.tag-count {
  position: absolute;
  background-color: #0084c0;
  color:#fff;
  line-height: 21px;
  z-index: 1;
  border-radius: 25px;
  font-size: 12px;
  width: 22px;
  height: 22px;
  text-align: center;
  padding-top: 0px;
  top: -10px;
  right: -4px;
  font-weight: bold;
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}
.tag.tag-bold {
  font-weight: bold;
}
.filter .tag span {
  background-color: lightgrey;
}
.filter .tag:hover span, .filter .tag:active span {
  background-color: red;
}
.tag.select {
  cursor: pointer;
}

#addReviewContainer .tag,
#editReviewContainer .tag {
  float: left;
}

.car-custom {
  height: 55px;
  width: 40px;
  background: transparent no-repeat;
  background-image: url('../img/sprite.png');
}
.car-left{
  background-position: -226px 0px; /*-482px -202px*/;
}
.car-right{
  background-position: -259px 0px;
}
.filter hr {
  margin: 0;
}
.filter .filter-row {
  margin: 0px;
  padding: 5px 0px 5px 0px;
}
.dvz-list {
  font-weight: bold;
}
.dvz-list span {
  font-weight: normal;
  float: right;
}
/*.stripped {
  background: repeating-linear-gradient(
          135deg,
          rgba(133,206,54,.1),
          rgba(133,206,54,.1) 10px,
          #ffffff 10px,
          #ffffff 20px
  );
} */
.positives em,
.negatives em{
  width:46px;
  height:46px;
  background: transparent url('../img/sprite.png') no-repeat;

}
.positives em {
  background-position: -249px -89px;
}
.negatives em {
  background-position: -205px -89px;
}
.comment-list-icon li {
  cursor: pointer;
  margin-right: 35px !important;
}
.comment-list-icon li:last-child {
  margin-right: 0!important;
}
.comment-list-icon li em {
  font-size: 20px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/*
.comment-list-icon li:hover em {
  -webkit-transform: scale(2, 2);
  transform: scale(1.5);
}
.positives-list li,
.negatives-list li,
.newtags-list li {
  position: relative;
}
.positives-list li textarea,
.negatives-list li textarea,
.newtags-list li input {
  background-color: #F4F9FC;
}
#tags a.remove-tag,
#editTags a.remove-tag,
.positives-list li a.remove-tag,
.negatives-list li a.remove-tag,
.newtags-list li a.remove-tag {
  position: absolute;
  top: 0;
  right: -40px;
  font-size: 46px;
  line-height: 0;
  margin-top: -4px;
  color: #0084c0;
  z-index: 1;
}

.ui-state-default {
  background: white;
  border: none;
}
.placeholder {
  background-color: #595D5F;
}
#filterToggle {
  position: relative;
}
#filterToggle em{
  position: absolute;
  right: 5px;
  top: 4px;
  font-size: 28px;
}
.filter-row em {
  padding-left: 15px;
  font-size: 21px;
}

/*#annotation #annotation-text.collapse:not(.show) {
  height: 25px !important;
  overflow: hidden;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
} */

/*
#annotation #annotation-text.collapsing {
  height: 25px ;
}

#annotation a.collapsed:after  {
  content: '-------Zobrazit celou anotaci-------';
}

#annotation a:not(.collapsed .licence-link):after {
  content: '-------Skrýt celou anotaci-------';
}*/

.modal-header {
  border-radius: 0px;
}
#sortable1 .ui-state-default {
  /*background-color:red;*/
}
/*#react:after {
  position:absolute;
  content: '';
  background: transparent no-repeat;
  background-image: url('../img/sprite.png');
  width:25px;
  height:25px;
  top:10px;
  left:26px;
}
#react[aria-expanded="false"]:after {
  background-position:-455px -119px;
}
#react[aria-expanded="true"]:after {
  background-position:-492px -117px;
}
#react[aria-expanded="false"]:before {
  content: 'Reagovat'
} 
#react[aria-expanded="true"]:before {
  content: 'Zavřít'
} */
.reacts-area.border-top:before{
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px dashed #3DA2CE;
  display: inline-block;
}
#showThread:after,
#addCommentBtn:before {
  position:absolute;
  content: '';
  background: transparent no-repeat;
  background-image: url('../img/sprite.png');
  width:25px;
  height:25px;
  top:10px;
  left:26px;
}
#showThread[aria-expanded="false"]:after {
  background-position:-487px -19px;
}
#showThread[aria-expanded="true"]:after {
  background-position:-487px -40px;
}
#showThread[aria-expanded="false"]:before {
  content: 'Zobrazit vlákno'
}
#showThread[aria-expanded="true"]:before {
  content: 'Skrýt vlákno'
}
#addCommentBtn{
  font-size:12px;
  font-weight:600;
  padding-right: 50px;
}
#addCommentBtn:before {
  left:auto;
  right:20px;
  top: 4px;
  width: 46px;
  height: 33px;
  background-position: -130px -106px;
}
/*
#filterButton[aria-expanded="false"]:after,
#filterButton[aria-expanded="true"]:after {
  font: normal normal normal 18px/1 FontAwesome;
} 
#filterButton[aria-expanded="false"]:before { content: 'Zobrazit atributy ' }
#filterButton[aria-expanded="true"]:before { content: 'Skrýt atributy ' }
#filterButton[aria-expanded="false"]:after { content: '\f078'}
#filterButton[aria-expanded="true"]:after { content: '\f077'}*/
.questionMark {
  font-size:10px;
  display:inline-block;
  position: relative;
  color: white;
  background-color: #0084C0;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;
  /*-webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;*/
  vertical-align: top;
  padding: 3px 0 0 0;
}
.questionMark .fa {
  position: absolute;
  top: 24%;
  left: 30%;
}
/*.questionMark:hover, .questionMark.active {
  background-color: #006FA2;
}
.questionMark > em{
  margin-left: -1px;
}

.questionMark div {
  text-align: left;
  position: absolute;
  background: #fff;
  width: 250px;
  right: 35px;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  font-size: 14px;
  line-height: 18px;
  bottom: 0px;
  color:#0084C0;
  border:solid 1px #0084C0;
  border-radius:8px
}
.questionMark div:after {
  content: "\00a0";
  display: block;
  position: relative;
  width: 22px;
  height: 20px;
  background: transparent url('../img/sprite.png') no-repeat 0px 0px;
  background-position: -341px -67px;
  margin-left:60px;
  bottom:-35px;
}
.questionMark:hover div, .questionMark.active div {
  visibility: visible;
  opacity: 1;
  bottom:25px;
  left:-25px;
} */
.tooltip{
  z-index:1070;
}

.pre-wrap {
  white-space: pre-wrap;
}
.dvz-circle {
  border: 1px solid black;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: white;
  position: relative;
}
.dvz-circle-text {
  width: 100px;
  text-align: center;
  position: absolute;
  top: 10px;
}
.dvz-circle-text span:first-child {
  font-size: 2rem;
}
/*.dvz-circle .questionMark {
  width: 37px;
  height: 37px;
  font-size: 25px;
  border-radius: 37px;
  top: -14px;
  left: 14px;
} 
.dvz-circle .questionMark div {
  z-index: 50;
  bottom: -66px;
  right: 45px;
}
.dvz-circle .questionMark div:after {
  top: -64px;
}   */
.margin-auto {
  margin-left: auto;
  margin-right: auto;
}
.btn-lg, .btn-group-lg > .btn {
  font-size: 18px;
}
.main-bubble {
  position: absolute;
  height: 96px;
  right: 15px;
  width: 154px;
  background: url(../img/bubble.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.main-bubble a {
  position: relative;
  top: 18px;
  z-index: 5;
  color:darkblue;
}
.guarantee {
  position: absolute;
  height: 56px;
  width: 56px;
  z-index: 5;
  background: url(../img/guarantee.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  left: 88px;
  top: 69px;
}
.licence .questionMark {
  /*position: absolute;
  position: relative;
  padding: 0 7px;*/
  top: -4px;
}

#discussion .bg-light-blue .card-block {
  background: url(../img/discussion.png) no-repeat 100% 21px;
  min-height: 295px;
  display: flex;
}
#discussion .bg-light-blue .card-block .dvz-title{
  align-self: center;
}
#discussion .btn-secondary{
  border: 2px solid #0084c0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding-left: 25px;
}
/*.discussion {
  position: absolute;
  right: 15px;
} 
.gears {
  max-width: 75px;
}

.overall-valuation .questionMark {
  position:absolute;
  top: 0px;
}
.overall-valuation em {
  position: absolute;
  top: 5px;
  left: 7px;
}
.licence .questionMarkCont, .overall-valuation .questionMarkCont {
  z-index:5;
}
.licence .questionMark div:after, .overall-valuation .questionMark div:after {
  left: -24px;
}    */
.dvz-res-link {
  float: left;
  max-width: 130px;
  margin-left: 15px;
  margin-top: 28px;
}
@media (max-width: 1200px) {
  .main-bubble {
    height: 64px;
    width: 103px;
  }
  .main-bubble a {
    font-size: 12px;
    top: 5px;
  }

}
/*@media (max-width: 991px) {
  .dvz-circle {
    width: 75px;
    height: 75px;
  }
  .dvz-circle-text {
    width: 75px;
    top: 12px;
    font-size: 14px;
  }
  .dvz-circle-text span:first-child {
    font-size: 1.2rem;
  }
  .guarantee {
    height: 45px;
    width: 45px;
    left: 71px;
    top: 59px;
  }
}   */
@media (max-width: 767px) {
  .tab-content > .tab-pane.mobile-block {
    display:block;
    opacity: 1;
  }
}
/*@media (min-width: 768px) and (max-width: 991px) {
  .arrow_box .h2 {
    font-size: 1.4rem;
  }
  .arrow_box {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .arrow_box {
    position: relative;
    background: white;
    border: 1px solid black;
    height: 172px;
  }
  .arrow_box:after, .arrow_box:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: white;
    border-width: 85px;
    margin-top: -85px;
  }
  .arrow_box:before {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: black;
    border-width: 86px;
    margin-top: -86px;
  }
}  */
@media (max-width: 375px) {
  body {
    font-size: 80%;
  }
  h1, .h1 {
    font-size: 25px;
  }
  h3, .h3 {
    font-size: 20px;
  }
  .btn {
    font-size: 14px;
  }
  .tag {
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 12px;
  }
  .tags.row2 {
    height: 82px;
  }
  .card .title {
    font-size: 14px;
  }
  /*.header .header-block-nav {
    display: none;
  } */
  .questionMark {
    /*padding-top: 3px;*/
  }
  .questionMark div {
    right: 0px;
    bottom: 40px;
  }
}
@media (max-width: 491px) {
  .header-block-search {
    display: none;
  }
}
.rateYo,
#rateYoAddReview,
#rateYoEditReview {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
li .rateYo {
  top: 5px;
}
.rateYo.top {
  top: 2px;
}
#filters {
  padding-top: 5px;
}
tr.highlight td {
  background: #FFCCCC;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card .card-title {
  margin-bottom: 0.75rem;
}
.card .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card .card-text:last-child {
  margin-bottom: 0;
}
.card .card-text {
  margin: 0;
}
.card .card-link:hover {
  text-decoration: none;
}
.card .card-link + .card-link {
  margin-left: 1.25rem;
}
.card .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 4;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

div.flash {
  color: black;
  background: #FFF9D7;
  border: 1px solid #E2C822;
  padding: 1em;
  margin: 1em 0;
  box-sizing: border-box;
}
/*.text-circle {
  width: 35px;
  height: 35px;
  border-radius: 20px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #969696;
  float: left;
}
.text-circle span {
  position: absolute;
  margin-left: 10px;
}
.text-circle.review-circle {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  line-height: 64px;
  border: 2px solid #a37079;
  background: #e2e2e2;
  font-size: 28px;
  float: none;
  margin: 0 auto;
}
#searchField {
  padding-left:30px;
} */
.comment-list-icon a {
  text-decoration: none;
}
.comment-list-icon > li.rated {
  border: 1px solid #0084c0;
  background: aliceblue;
  padding: 0 6px;
  border-radius: 14px;
}

.report .report-header {
  margin-bottom: 5px;
  background: #E6E6E6;
}
.report .report-tools a {
  margin: 0 5px;
  cursor: pointer;
}
.report.report-deleted {
  border: 2px solid #FFCCCC;
}
.report.report-deleted > .report-header {
  background: #FFCCCC;
}
.report.report-reported {
  border: 2px solid #FFE8A1;
}
.report.report-reported > .report-header {
  background: #FFE8A1;
}

.margin-bottom-none {
  margin-bottom: 0;
}
/*-----------------------------------------------------------------------------*/
.header .header-block-nav > ul > li > a{
  color:#fff;
}
.header .header-block-search .input-container input {
  background-color: #fff;
}
.header .header-block-search .input-container i {
  left: 5px;
}
.header .header-block-search{
  right: 190px;
  top: 16px;
  min-height: 40px;
  padding: 0px 5px;
}
/*.header .header-block-chessman {
  right: 106px;
  top: 22px;
  position: absolute;
} */
@media (max-width: 767px) {
  .header .header-block-chessman {
    top: 16px;
  }
}
.header .header-block-search > form {
  float: left;
  top: 4px;
  position: relative;
}
.header .header-block-nav{
  margin-left:0px;
}
.header .menu-icon, .header .chessman-icon{
  display: inline-block;
  background: transparent url('../img/sprite.png') no-repeat -390px -90px;
}
.header-block-search .menu-icon{
  height: 40px;
  width: 39px;
  background-position: -295px -87px;
}
.dropdown-toggle.menu .menu-icon,
.navbar-toggler .menu-icon{
  height: 34px;
  width: 42px;
  background-position: -389px -86px;
}
.dropdown-toggle.menu .chessman-icon{
  height: 38px;
  width: 27px;
  background-position: -352px -86px;
}
.header .menu:hover{color:#4f5f6f;}
.header .dropdown-toggle.menu::after{
  display:none;
}
.header .header-block-nav .dropdown-menu{
  padding:0;
  margin-top:25px;
  background-color:#0084C0;
  margin-right: -3px;
}
.header .header-block-nav .dropdown-menu>a{
  color:#fff;
  text-transform:uppercase;
  text-align:center;
}
.header .dropdown .dropdown-item{
  width:100%;
}
.header .dropdown .dropdown-item:focus {
  background-color:#006FA2;
}
.header .header-block-nav .profile-dropdown-menu a:hover{
  color:#fff!important;
  background:#006FA2;
}
.header .navbar-collapse .nav-item a{
  color:#fff;
}

/*.header{
  width: 100%;
  height: 100px;
  position: relative;
  display: inline-block;
  display: block;
  background: white;
  z-index: 1080;
}*/

.container-small-logo{
  display:block;
  background-color: white;
  padding: 0 12px;
}

.container-small-logo .small-logo,
.container-small-logo .small-logo:hover{
  /*background: transparent url('../img/sprite.png') no-repeat 0px 0px;
  width:115px;
  height:50px;
  display:block;
  text-decoration: none;*/
}

.container-small-logo .small-logo img {
  width: 115px;
  margin-left: 10px;
}

.header #logoBeta {
  position: absolute;
  left: 150px;
  top: 20px;
}

header .navbar-brand{
  background: transparent url(../img/sprite.png) no-repeat -120px 0px;
  width: 86px;
  height: 85px;
}

.icon-share{
  background: transparent url(../img/sprite.png) no-repeat -58px -61px;
  width: 62px;
  height: 39px;
}

.bg-blue{
  background-color:#0084C0;
  color:#fff;
}
.bg-light-blue{
  background-color:#C0E9FF;
  color:#000;
}
.bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4{
  color:#fff;
}
.text-blue{
  color: #0085C2;
}
::-webkit-scrollbar-thumb{
  background:#006FA2;
}
::-webkit-scrollbar-thumb:window-inactive {
  background:#006FA2;
}

.bg-search{
  color:#0084C0;
  background: #FEE464 url(../img/bg-search.jpg) repeat-x;
  padding-top:10px;
}

.btn-blue{
  background:#0084C0;
  border:solid 1px #0084C0;
}
.btn-blue:hover{
  background:#006FA2;
  border:solid 1px #006FA2;
}

.btn-light-blue{
  background:#C0E9FF;
  border:solid 1px #C0E9FF;
  color:#000;
}
.btn-light-blue:hover{
  background:#66A9C7;
  border:solid 1px #66A9C7;
}

.btn-lg.icon em.fa,
.btn-lg.icon em.fas,
.btn-lg.icon em.far,
.btn-lg.icon em.fab{
  color:#0084C0;
  font-size:30px;
}

.btn-yellow{
  background: #F6ED54;
  border:solid 1px #F6ED54;
}
.btn-yellow:hover{
  background: #E2D954;
  border:solid 1px #E2D954;
}

.btn-purple{
  background: #771155;
  border:solid 1px #771155;
}
.btn-purple:hover{
  background: #5F113D;
  border:solid 1px #5F113D;
}
.btn-white{
  background: #ffffff;
  border:solid 1px #ffffff;
}
.btn-white:hover{
  background: #EEEEEE;
  border:solid 1px #EEEEEE;
}
.btn-clear {
  color: #757477;
  border: 0.125rem solid #757477;
  background: transparent;
}
.btn-clear:hover {
  color: #5F113D;
  border-color: #5F113D;
}

.btn-lg.icon{
  line-height:30px;
  padding-top:9px;
  padding-bottom:8px;
}

.input-blue,
select.form-control.input-blue + .chosen-container-multi .chosen-choices,
select.form-control.input-blue + .chosen-container.chosen-container-single .chosen-single{
  border-color:#0084C0!important;
}
.border-thick{
  border-width:2px;
}

.input-lg,
select.input-lg + .chosen-container-multi .chosen-choices,
select.input-lg + .chosen-container.chosen-container-single .chosen-single{
  border-width:2px;
  line-height: 44px;
  min-height:64px;
  border-radius: 5px;
}

select.input-lg + .chosen-container-multi .chosen-choices li.search-field{
  margin-top:2px;
}

select.input-lg + .chosen-container-single .chosen-single div {
  width: 16px;
}
select.input-lg + .chosen-container-single .chosen-single div b{
  background-position:0px 7px;
}
select.input-lg + .chosen-container-active.chosen-with-drop .chosen-single div b{
  background-position:-18px 7px;
}

.app .content{
  padding:0px;
}

.btn{
  border-radius: 4px;
}

.btn, .btn-lg, .btn-group-lg > .btn {
  padding: 13px;
}

.dvz-type{
  background: transparent url(../img/material-type.png) no-repeat;
  width: 95px;
  height: 95px;
  display:inline-block;
}

.dvz-type.typ-8-MS { background-position: -0px 0px;}
.dvz-type.typ-8-IC { background-position: -96px 0px;}
.dvz-type.typ-8-CL { background-position: -192px 0px;}
.dvz-type.typ-8-WS { background-position: -288px 0px;}
.dvz-type.typ-8-AP { background-position: -384px 0px;}
.dvz-type.typ-8-VI { background-position: -481px 0px;}
.dvz-type.typ-8-OB { background-position: -577px -0px;}
.dvz-type.typ-8-AU { background-position: -673px 0px;}
.dvz-type.typ-8-PL { background-position: -769px 0px;}
.dvz-type.typ-8-DI { background-position: -865px 0px;}
.dvz-type.typ-8-KO { background-position: -961px 0px;}
.dvz-type.typ-8-PR { background-position: -1057px 0px;}
.dvz-type.typ-8-OK { background-position: -1153px 0px;}
.dvz-type.typ-8-PO { background-position: -1249px 0px;}
.dvz-type.typ-8-TE { background-position: -1345px 0px;}
.dvz-type.typ-8-PU { background-position: -1441px 0px;}
.dvz-type.typ-8-VA { background-position: -1537px 0px;}

.dvz-type.medium{
  width: 80px;
  height: 80px;
  background-position-y:-96px;
}
/*
.aktuality{
display:block;
}            */
.aktuality .aktuality-item {
  background:#C0E9FF;
  display:inline-block;
}

@media (min-width: 992px) {
  .aktuality .aktuality-col.colum-1 .aktuality-item {
    margin-right: 40px;
  }
  .aktuality .aktuality-col.colum-2 .aktuality-item {
    margin-right: 20px;
    margin-left: 20px;
  }
  .aktuality .aktuality-col.colum-3 .aktuality-item {
    margin-left: 40px;
  }
}
.aktuality .aktuality-date {
  margin-top: -20px;
  font-size: 12px;
  text-align: right;
  margin-right: 15px;
}

.aktuality .aktuality-col .aktuality-item .text{
  padding: 0px 20px;
  margin: 22px 0 22px;
  height: 104px;
  overflow-y: auto;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
}
.detail-header, .detail-header a {
  color: #000;
}
.parameter{
  display: inline-block;
  /*min-width: 67px;*/
  color: #2c8ebf;
}
.parameter:after{
  content: "";
  height: 14px;
  width: 1px;
  border-left: solid 1px;
  margin: 5px 12px;
  float: right;
}

.par-icon{
  width:28px;
  height:20px;
  display:inline-block;
  vertical-align:middle;
  background: transparent url(../img/sprite.png) no-repeat;
}
.par-icon.par-review{background-position:-62px -60px;margin-top:-2px;}
.par-icon.par-comment{background-position:-34px -63px;}
.par-icon.par-eye{background-position:-3px -63px;}
.ratingScroll{line-height: 17px;}

img.face{
  border-radius:50%;
}

.garanters{
  font-size:12px;
  line-height:14px;
  padding-bottom: 14px;
}
.garanters .profile-picture {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 130px;
  width: 130px;
  margin-left: 10px;
  margin-bottom: 5px;
}
.garanters img.face{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  width: auto;
  max-width: 100%;
}
.garanters .carousel-control-prev{
  left:-10%;
}
.garanters .carousel-control-next{
  right:-10%;
}
.garanters-section {
  background: #C0E9FF;
}
.garanters-section .h5 {
  font-size: 18px;
  color: #0084C0;
  font-weight: bold;
}
.garanters-section .garant-description {
  color: #555A5D;
  font-size: 21px;
  line-height: 1.2em;
}
.garanters-section .carousel-control-prev,
.garanters-section .carousel-control-next {
  opacity: 1;
  cursor: pointer;
}

footer{
  background:#E2E2DE;
  width: 100%;
  display: inline-block;
  font-size:14px;
  padding:45px 0 25px;
}

footer .eu-ban{
  width:100%;
}

footer .eu-ban .ban{
  height:46px;
  background: transparent url(../img/ban.jpg) no-repeat;
  display: inline-block;
}
footer .eu-ban .ban1{background-position: 0px 2px; width:250px;}
footer .eu-ban .ban2{background-position: 0px -45px; width:65px;}
footer .eu-ban .ban3{background-position: -67px -45px; width:125px;}
footer .eu-ban .ban4{background-position: -196px -45px; width:85px;}

footer .eu-ban .ban3{background:url('/img/npi.png') no-repeat;}

.socials-row{
  line-height: 90px;
}
.socials-row .social-text {
  margin-bottom: 2px;
  font-size: 14px;
}
.socials-row .social{
  display:inline-block;
  width:60px;
  height:60px;
  background: transparent url(../img/sprite.png) no-repeat;
  vertical-align: middle;
  margin-right:25px;
}
.socials-row .social.twit{background-position:-304px 0px;}
.socials-row .social.faceb{background-position:-366px 0px;}
.socials-row .social.google{background-position:-426px 0px;}

@media (max-width: 768px) {
  .socials-row .social{margin-right:10px;}
}
@media (max-width: 575px) {
  .socials-row{
    text-align:center;
    line-height:35px;
    padding-bottom:10px;
  }
  
  article img,article iframe{
    max-width: 100% !important; 
    height: auto !important;
  }
}

.circle-block{
  display:inline-block;
  width:80px;
  height:80px;
  border-radius:50%;
  text-align:center;
  vertical-align:middle;
  background: #fbea1a;
  background: -moz-linear-gradient(45deg, #fbea1a 0%, #f8ae38 100%);
  background: -webkit-linear-gradient(45deg, #fbea1a 0%,#f8ae38 100%);
  background: linear-gradient(45deg, #fbea1a 0%,#f8ae38 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbea1a', endColorstr='#f8ae38',GradientType=1 );
}
.circle-block .text{
  font-family: bariolregular;
  width:80%;
  height:80%;
  border-radius:50%;
  background: #5F6060;
  display:table;
  color:#fff;
  margin-top:10%;
  margin-left:10%;
  /*padding-top:1%;*/
  font-weight: 600;
  font-size: 13px;
  line-height: 11px;
  overflow: hidden;
}
.circle-block .text .wrap{
  display:table-cell;
  vertical-align:middle;
}
.circle-block .text .larger{
  font-size:25px;
  line-height: 25px;
  display: inline-block;
  margin-top: -3px;
}
.circle-block .text larger.large{
  font-size:34px;
  line-height: 32px;
}
.circle-block.small{
  width:64px;
  height:64px;
}
.circle-block.small .text{
  width: 79%;
  height: 79%;
  margin-top: 11%;
  margin-left: 11%;
}
.circle-block.small .text .wrap{
  font-size: 70%;
  line-height: 100%;
  text-transform: uppercase;
}
.detail-header .circle-block .text {
  padding-left: 4px;
  text-transform: uppercase;
  font-size: 10px;
}
.detail-header .circle-block .text .larger {
  font-size: 30px;
  line-height: 30px;
}

.dogtag{
  width:192px;
  height:80px;
  display:inline-block;
  background:#F7F7F7;
  border-top:solid 1px #fff;
  border-radius: 40px;
  padding:7px 7px 7px 8px;
  font-size:12px;
  color: #000!important;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.25);
  position:absolute;
  z-index:2;
}
.dogtag .side-text{
  width: 87px;
  display: inline-block;
  margin-top: 14px !important;
}
.dogtag .rating {
  margin-top: 12px !important;
}
.dogtag.pos-1{top:-40px;left:-590px;}
.dogtag.pos-2{top:26px;left:-409px;}
.dogtag.pos-3{top:95px;left:-233px;}
.dogtag.pos-4{top:-10px;right:-315px;}
.dogtag:after{
  content:'';
  position:absolute;
  display: block;
  background: transparent url('../img/connection.png') no-repeat 0px 0px;
}
.dogtag.pos-1:after{
  content:'';
  height: 58px;
  width: 460px;
  top: 34px;
  left: 174px;
}
.dogtag.pos-2:after{
  content:'';
  height: 12px;
  width: 270px;
  background-position: 0px -58px;
  top: 34px;
  left: 174px;
}
.dogtag.pos-3:after{
  content:'';
  height: 41px;
  width: 104px;
  background-position: -173px -70px;
  top: 1px;
  left: 175px;
}
.dogtag.pos-4:after{
  content:'';
  height: 33px;
  width: 173px;
  background-position: 0px -75px;
  top: 34px;
  right: 174px;
}
.roboto{
  height: 50px;
  width: 41px;
  display: inline-block;
  background: transparent url('../img/sprite.png') no-repeat 0px 0px;
  background-position: 0px -84px;
}
.stat-position{
  position:relative;
  left:55%;
  margin-top:34px;
  margin-bottom:50px;
}
.bg-light-blue .c100.shadow:after{background:#A5C8DB}
.evaluation{
  min-width: 1060px;
}
.evaluation .dvz-title {
  font-size: 24px;
}
.evaluation .questionMark {
  margin-top: -6px;
}

.star-score{
  height: 25px;
  width: 25px;
  display:inline-block;
  background: transparent url('../img/sprite.png') no-repeat 0px 0px;
  background-position: -358px -63px;
}
.star-score.active{
  background-position: -329px -63px;
}
.star-score.small{
  height: 16px;
  width: 16px;
  background-position: -410px -69px;;
}
.star-score.small.active{
  background-position: -389px -69px;;
}
/*
.back{
  text-decoration: none!important;
  line-height:25px;
}
.back:hover{
  color: #006FA2;
  text-decoration:underline!important;
}
.back i{
  font-size: 25px;
  vertical-align: middle;
  margin-right:7px;
}*/

.back i{
  position: relative;
  top: 1px;
  margin-right: 11px;
}

.comments, .add-review{
  background-color:#F4F9FC;
}
.select-lg{min-height:48px;}

.radio:checked + span:before, .checkbox:checked + span:before{
  color:#006FA2;
}

.tabs-blue{
  border-bottom: solid 0;
}
.tabs-blue .nav-item{
  margin-right: 34px;
  height: 50px;
}
.tabs-blue .nav-item:first-child {
  margin-left: 70px;
}
.tabs-blue .nav-link {
  background:#0084C0;
  text-decoration: none;
  color:#fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 14px;
}
.tabs-blue .nav-link:hover{
  background:#006FA2;
  border-color:#006FA2;
  color:#fff;
}
.tabs-blue .nav-link.active,
.tabs-blue .nav-link.active:hover,
.tabs-blue .nav-item.show .nav-link{
  background:#C0E9FF;
  color:#000;
  border-bottom: solid 0;
  border-color:#C0E9FF;
  text-decoration: none;
}

.paginator input.page-id{
  width:70px;
  margin-right:7px;
}
.pagination {
  display: flex;
}
.pagination .page-item .page-link {
  color: #0084C0;
  text-decoration: none;
  padding: 0.6rem 1.1rem;
}
.pagination .page-item.disabled .page-link {
  color: #8C8C8C;
  text-decoration: none;
}
.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover {
  color: white;
  background-color: #0084C0;
  border-color: #0084C0;
}

.font-17{
  font-size:17px;
}

/*.main-search-form ::-webkit-input-placeholder,
.main-search-form input{
  
} */
.main-search-form input{
  text-transform: uppercase;
  padding-left:30px;
  font-size:18px;
}
.main-search-form .chosen-container-multi:not(.chosen-container-active) input,
.main-search-form .chosen-container-single.chosen-container-single-nosearch a{
  text-transform: uppercase;
  padding-left:20px!important;
  font-size:18px!important;
  font-family: 'Roboto Condensed', sans-serif !important;
}
.main-search-form .specify{
  font-weight: 600;
  font-size: 17px;
}
.main-search-form .more-params{
  color:#0084C0;
  text-decoration:none!important;
}
.main-search-form .more-params.collapsed:after {
  content: "\f078";
}

.main-search-form .more-params:after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  color: #818A91;
  margin-left:5px;
  font-size:1rem;
  font-weight: bold;
}

.main-search-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: normal!important;
  color:#000!important;
  text-transform: uppercase;
}
.main-search-form ::-moz-placeholder { /* Firefox 19+ */
  font-style: normal!important;
  color:#000!important;
}
.main-search-form :-ms-input-placeholder { /* IE 10+ */
  font-style: normal!important;
  color:#000!important;
}
.main-search-form :-moz-placeholder { /* Firefox 18- */
  color:#000!important;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  color:#000!important;
}

.main-search-form .form-control{
  color:#000!important;
}

.text-normal-weight{
  font-weight: normal;
}

.fai{
  background: transparent no-repeat;
  background-image: url('../img/sprite.png');
  width:30px;
  height:25px;
  display: inline-block;
}

.fai.fai-like{background-position:-452px -94px;}
.fai.fai-dislike{background-position:-488px -94px;}
.fai.fai-reply{background-position:-489px -65px;}
.fai.fai-reply-sm{background-position:-450px -119px;}
.fai.fai-close-sm{background-position: -490px -116px}
.fai.fai-fb-like{background-position: -450px -92px}
.fai.fai-fb-dislike{background-position: -489px -92px}
.fai.fai-spam{background-position: -450px -64px}

.rating a, .rating a:hover, .rating a:focus  {
  text-decoration: none;
}

.onoffswitch {
  position: relative; width: 55px;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block; overflow: hidden; cursor: pointer;
  border: 3px solid #BABDBE; border-radius: 50px; margin:0px;
}
.onoffswitch-inner {
  display: block; width: 200%; margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block; float: left; width: 50%; height: 1.45rem; padding: 0; line-height: 1.45rem;
  font-size: 18px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "";
  padding-left: 18px;
}
.onoffswitch-inner:after {
  content: "";
  padding-right: 18px;

  text-align: right;
}
.onoffswitch-switch {
  display: block; width: 23px; margin: 3px;
  background: #BABDBE;
  position: absolute; top: 0; bottom: 0;
  right: 25px;
  border: 2px solid #FFFFFF; border-radius: 50px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
  background: #0084c0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
  border-color: #0084c0;
}
.switch-l-text, .switch-r-text{
  color: #0085C2;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
}
.switch-l-text span, .switch-r-text span {
  position: absolute;
  top: 3px;
}
.switch-l-text span {
  margin-left: -18px;
}

.dvz-title h4 small {
  text-transform: none;
  padding-right: 17px;
}

.block-center {
  position: absolute;
  left: 50%;
}
.block-center div {
  position: relative;
  left: -50%;
}

#startitle {
  text-transform: none;
  color:black;
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
}

a.rating-star,
a.rating-star:hover,
a.rating-star:focus {
  text-decoration: none;
}
.discussion-list {
  background-color: #f4f9fc;
}

#search-results {
  padding-bottom: 8px;
  color: #0084C0;
}
#search-results-found {
  font-size: 12px;
  color: #4B4B4B;
}
.betterSelect {
  position: relative;
}
.betterSelect:after {
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #818A91;
  right: 11px;
  top: 0;
  height: 34px;
  padding: 15px 0px 0px 8px;
  /*border-left: 1px solid #0ebeff;*/
  position: absolute;
  pointer-events: none;
}
/* IE11 hide native button (thanks Matt!) */
.betterSelect select::-ms-expand {
  display: none;
}
.betterSelect select.form-control:not([size]):not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 26px;
}
label[for="searchOrder"],
label[for="ulozisteOrder"] {
  padding-top: 16px;
  font-weight: normal;
  font-size: 12px;
  color: #4B4B4B;
}
.stat-view,
.stat-review,
.stat-comment {
  font-size: 12px;
}
.dvz-item {
  font-size: 14px;
}
.dvz-item .dvz-title {
  color: #2094C8;
}
.dvz-item .author-p,
.dvz-item .source-p {
  margin: 0;
}
.dvz-item .detail-header > div:not(.dvz-type-wrapper) {
  padding-top: 14px;
}
#ratingSteps.disabled {
  pointer-events: none;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#ratingSteps.disabled h4,
#ratingSteps.disabled .switch-l-text,
#ratingSteps.disabled .switch-r-text,
#ratingSteps.disabled a.remove-tag
{
  color: gray !important;
}
#ratingSteps.disabled .number,
#ratingSteps.disabled .onoffswitch-switch,
#ratingSteps.disabled #add-new-positive,
#ratingSteps.disabled #add-new-negative,
#ratingSteps.disabled .bg-blue
{
  background: gray !important;
}
#ratingSteps.disabled .onoffswitch-label,
#ratingSteps.disabled .input-blue
{
  border-color: gray !important;
}
h2.page-title {
  font-size: 1.75rem;
}
#openReportModal,
#addFavorite,
#toSource,
#materials {
  /*width: 200px;*/
  /*height: 55px;*/
  font-size: 13px;
  text-transform: uppercase;
}
#openReportModal .report-icon {
  background: url('../img/report-icon.svg');
  width: 30px;
  height: 30px;
}
#addFavorite {
  padding-top: 12px;
}
#toSource,
#materials {
  font-size: 16px;
  font-weight: bold;
  padding-top: 18px;
  padding-bottom: 18px;
}

/* styles for '...' */
.anno-prev {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.5em;
  /* max-height = line-height (1.5) * lines max number (5) */
  max-height: 7.5em;
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;
  /* place for '...' */
  margin-right: -1em;
  padding-right: 1em;
}
/* create the ... */
.anno-prev:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
.anno-prev:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}
.anno-full {
  text-align: justify;
}

.ema-alert {
  background: none !important;
  border: 3px solid transparent;
  border-radius: 6px;
  max-width: 540px;
  margin: 10px auto;
  font-size: 16px;
  padding: 6px 6px 6px 40px;
  text-transform: uppercase;
  word-break: break-word;
  text-align: center;
}
.ema-alert.alert-wide {
  max-width: 700px;
}
.ema-alert.alert-w100 {
  max-width: 100%;
}
.ema-alert.alert-dismissible {
  padding-right: 40px;
}
.ema-alert.alert-danger {
  border-color: #ea1212;
  color: #e92c2e;
}
.ema-alert.alert-warning {
  border-color: #d84e0a;
  color: #d84e0a;
}
.ema-alert.alert-success {
  border-color: #00a653;
  color: #00a653;
}
.ema-alert.alert-info {
  border-color: #0084c0;
  color: #0084c0;
}
.ema-alert .close {
  padding: 5px;
  opacity: 1;
  outline: none;
}
.ema-alert .alert-icon {
  background: transparent url('../img/sprite.png') no-repeat;
  width:30px;
  height:25px;
  display: inline-block;
}
.ema-alert.alert-danger  .alert-icon {background-position:-522px 0;}
.ema-alert.alert-warning .alert-icon {background-position:-520px -28px;}
.ema-alert.alert-success .alert-icon {background-position:-520px -58px;}
.ema-alert.alert-info    .alert-icon {background-position:-520px -92px;}
.ema-alert.alert-danger  .close .alert-icon {background-position:-551px 0;}
.ema-alert.alert-warning .close .alert-icon {background-position:-551px -28px;}
.ema-alert.alert-success .close .alert-icon {background-position:-551px -57px;}
.ema-alert.alert-info    .close .alert-icon {background-position:-551px -91px;}
.ema-alert .alert-icon.type-icon {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -13px;
}

.alert.alert-danger.invert {
  color: #D42E3A;
  background-color: #FFF;
  border-color: #D42E3A;
}
.alert.alert-danger.invert a{
  color: #D42E3A;
}
.alert-dvz{
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 0.35px;
  text-align:center;
  padding:8px 12px;
}

.alert-dvz .fa{
  font-size:20px;
}

.tagsToggle {
  cursor: pointer;
}

.reakce .reakce-date {
  margin-left: 38px;
}
.komentar .comment-text {
  min-height: 100px;
}
ul.comment-list-icon {
  min-height: 30px;
}

/*.header .navbar {
  top: 80px;
}
.topbar {
  height: 80px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1081;
}*/
.header .navbar.navbar-color {
  background-color: #757477;
  color: #ffffff;
}
.header .navbar .dropdown-menu {
  background-color: #757477;
  z-index: 999;
}
.header .navbar .dropdown-menu a:hover {
  color: #ffffff;
  background: #757477;
}
.background-color {
  background-color: #757477
}

.text-size-14 {
  font-size: 0.875rem !important;
}
.text-size-13 {
  font-size: 0.8125rem !important;
}
.text-size-12 {
  font-size: 0.75rem !important;
}
.text-size-18 {
  font-size: 1.125rem !important;
}
.text-size-26 {
  font-size: 1.625rem !important;
}
.text-size-16 {
  font-size: 1rem !important;
}
.cursor-pointer {
  cursor: pointer;
}
.cast-shadow {
  -webkit-box-shadow: 0 0.3125rem 0.625rem 0 rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0.3125rem 0.625rem 0 rgba(0,0,0,0.35);
  box-shadow: 0 0.3125rem 0.625rem 0 rgba(0,0,0,0.35);
}
.dashed-table th {
  text-transform: uppercase;
  color: #0084C0;
  font-size: 0.875rem;
}
.dashed-table th, .dashed-table td {
  border-top: 1px dashed #3DA2CE;
  padding: 1.188rem;
}
.dashed-table tr:last-child td {
  border-bottom: 1px dashed #3DA2CE;
}
.info-bubble {
  position: relative;
  margin: 1em;
  padding: 1.5em;
  color: #000;
  border: 1px solid rgba(52, 152, 234, 0.3);
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
  background: rgba(255, 255, 255, 1) url(../img/info-icon.png) no-repeat center;
}
a.back {
  text-decoration: none;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
/*header.header {
  left: 0;
  right: 0;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  position: relative;
  display: inline-block;
  display: block;
  background: #fff;
  z-index: 1080;
}*/
.btn-outline-success {
  color: #28a745;
}
.btn-outline-danger {
  color: #dc3545;
}
.btn-outline-warning {
  color: #ffc107;
}
.btn-outline-primary {
  color: #007bff;
}
.btn-outline-secondary {
  color: #6c757d;
}
.btn-outline-info {
  color: #17a2b8;
}
.btn-outline-light {
  color: #f8f9fa;
}
.btn-outline-dark {
  color: #343a40;
}
.rvp-footer .rvp-links ul li a {
  text-decoration: none;
}
.pageswrap {
  margin: 0 auto;
  width: max-content;
}
.pageswrap .btn-primary {
  background: #FFFFFF;
  border-radius: 0;
  color: #0056A1;
  border: 1px solid #DEE2E6;
  float: left;
  margin-right: -1px;
  padding: 6px 12px;
}
.pageswrap .btn-secondary {
  background: #0056A1;
  border-radius: 0;
  color: #FFFFFF;
  border: 1px solid #0056A1;
  float: left;
  margin-right: -1px;
  padding: 6px 12px;
}
.pageswrap .page:first-child {
  border-radius: 5px 0 0 5px
}
.pageswrap .page:last-child {
  border-radius: 0 5px 5px 0;
}
.pageswrap .page:only-child {
  border-radius: 5px;
}
@media (max-width: 768px) {
  .paginator .btn {
    padding: 0.2rem 0.5rem;
  }
}