/* HTML5 display-role reset for older browsers */
@import url('http://fonts.googleapis.com/css?family=Armata|Open+Sans&subset=latin,latin-ext');
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.5;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table caption,
table th {
  font-weight: bold;
 },
table td {
  text-align: left;
  vertical-align: middle;
}
:focus {
  outline: 0;
}
/** Clear Fix **/
.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */

}
.clearfix:after {
  clear: both;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
/** Hides text for accessible icon buttons **/
/**********************
       CONSTANTS
***********************/
/*********************************
   OPERATIONS & COLOR FUNCTIONS
**********************************/
/**********************
        MIXINS
***********************/
.fontArmata {
  font-family: 'Armata', sans-serif;
  color: #676767;
  font-size: 1.2em;
}
.fontPontano {
  font-family: 'Pontano Sans', sans-serif;
  color: #676767;
  font-size: 1em;
}
.fontOpenSans {
  font-family: 'Open Sans', sans-serif;
  color: #676767;
  font-size: 1em;
}
.fontNormal {
  font-family: 'Open Sans', sans-serif;
  color: #676767;
  font-size: 1em;
}
.fontDroid {
  font-family: 'Droid Sans Mono';
  color: #676767;
  font-size: 1em;
}
.numberFont {
  font-family: 'Open Sans', sans-serif;
  color: #676767;
  font-size: 1em;
  text-align: right;
}
.center {
  text-align: center;
}
.alignRight {
  text-align: right;
}
.float-right, .right {
  float: right;
}
.clear {
  clear: both;
}
.smallFont {
  font-size: 0.7em;
}
.base-section {
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  width: 770px;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-orange {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Armata', sans-serif;
  color: #676767;
  font-size: 1em;
  font-size: 1em;
  padding-top: 0.2em;
  height: 1.8em;
  color: #ffffff !important;
  background-color: #ff8f21;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
  /*border: 2px #ff8f21 outset;*/
  border: 0px;
  cursor: pointer;
  padding-left: 0.8em;
  padding-right: 0.8em;
  padding-bottom: 0.2em;
}
.btn-orange:hover {
  background-color: #b65a00;
  border-color: #FF8F21;
}
.width100pct {
  width: 100%;
}
.emph {
  font-size: 1.1em;
}
.bold {
  font-weight: bold;
}
.hidden_object {
  display: none;
}
/**********************
         STYLES
***********************/
/* Výchozí styl pro mobily a malé obrazovky */
body {
  background-color: transparent; /* Žádná barva pozadí pro mobily */
  background-image: none; /* Žádný obrázek pozadí pro mobily */
  margin: 0;
  padding: 0;
}

/* Media query pro velké obrazovky */
@media (min-width: 1200px) {
  body {
   background-color: white; /* Barva pozadí pro monitory */
 /*  background-image: url('img/bg.png'); /* Obrázek pozadí pro monitory */
   background-repeat: no-repeat; /* Žádné opakování obrázku */
    background-position: center top; /* Pozice obrázku na střed nahoře */
  }
}
#content {
  padding-bottom: 2em;
}
#container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1040px;
  font-family: 'Open Sans', sans-serif;
  color: #676767;
  font-size: 1em;
  padding-top: 13px;
  position: relative;
}
#container.narrow-view {
  width: 860px !important;
  position: static !important;
}
#main {
	position: relative;
	margin-left: 28px;
}
header {
  font-family: 'Armata', sans-serif;
  color: #676767;
  font-size: 1.2em;
}
.message {
  border: 1px solid #db6709;
  background-color: #fff4e8;
  margin: 10px 0px;
  padding-top: 10px;
  padding-bottom: 5px;
  width: 770px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  color: #db6709;
}
nav + .message {
 margin-top: 0px;
}
.message_ko {
  border: 1px solid #db6709;
  background-color: #fff4e8;
  color: #db6709;
}
.message_ok {
  border: 1px solid #77a300;
  background-color: #e9ffe9;
  color: #77a300;
}
section.company-section {
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  width: 770px;
  padding-left: 20px;
  padding-right: 20px;
}
section.company-section header {
  height: 42px;
  cursor: move;
}
section.company-section header label {
  cursor: move;
}
section.company-section .arrow {
  margin-top: -11px;
  margin-right: -20px;
}
section.company-section .arrow img {
  border: 1px solid #e4e4e4;
  margin-left: -5px;
  cursor: pointer;
}
.section-content {
  margin-bottom: 10px;
  overflow: auto;
  padding-bottom: 0.15em;
}
.section-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}
.section-content table thead,
.section-content table th {
  background-color: #f4f6f8;
  color: #5776a2;
}
.section-content table td,
.section-content table th {
  padding-left: 6px;
  padding-right: 6px;
   font-weight: bold;
}
.section-content table th {
  font-weight: bold;
}
.section-content table td {
  background-color: #fafafa;
}
.section-content a {
  text-decoration: underline;
  color: #db6709;
}
.section-content dt {
  font-weight: bold;
  color: #5776a2;
}
.section-content dd {
  margin-left: 10px;
}
#basic-info .company_logo {
  float: right;
  border: 1px solid #e4e4e4;
  margin-right: 30px;  
}
#basic-info table {
  width: 610px;
}
#basic-info table th {
  width: 160px;
}
#basic-info table td {
  color: #db6709;
  background-color: #fff4e8;
}
/*#basic-info table.dcg {
  margin-top: 0.5em;
}*/
#basic-info .dcg {
  position: relative;
  top: -3px;
}
#basic-info .dcg td {
  cursor: pointer;
}
#basic-info .dcg_score span {
  font-size: 0.8em;
  display: block;
}
#basic-info .dcg_score img {
  vertical-align: middle;
  height: 24px;
}
#journals td {
  vertical-align: top;
}
#revenue .section-content {
  overflow: hidden;
}
#risk-boundaries table thead th {
  width: 6em;
  text-align: center;
}
#risk-boundaries table thead td {
  text-align: center;
}
#risk-boundaries table tbody th {
  text-align: center;
}
#risk-boundaries table td {
  font-family: 'Open Sans', sans-serif;
  color: #676767;
  font-size: 1em;
  text-align: right;
}
#financial-info table thead th,
#financial-info table tr.financial_ th {
  background-color: #95a4bb;
  color: #ffffff;
  font-weight: bold;
}
#financial-info table thead tr.financial_0 td,
#financial-info table thead tr.financial_0 th {
  background-color: #dee5ec;
}
#financial-info table tbody tr td {
  font-family: 'Open Sans', sans-serif;
  color: #676767;
  font-size: 1em;
  text-align: right;
}
#financial-info table tbody tr.financial_0 td,
#financial-info table tbody tr.financial_0 th {
  font-weight: bold;
  background-color: #dee5ec;
}
#financial-info table tbody tr.financial_0 th {
  color: #5776a2;
}
#financial-info table tbody tr.financial_1 td,
#financial-info table tbody tr.financial_1 th {
  font-weight: bold;
  background-color: #f4f4f4;
  color: #676767;
}
#financial-info table tbody tr.financial_2 td,
#financial-info table tbody tr.financial_2 th {
  font-weight: normal;
  background-color: #fafafa;
  color: #676767;
}
#more-info table th,
#contact-info table th {
  width: 18%;
}
#more-info table td,
#contact-info table td {
  width: 32%;
}
#claim-recovery {
  padding-top: 15px;
  padding-bottom: 15px;
}
#claim-recovery header {
  color: #db6709;
  font-size: 1em;
  text-align: center;
  cursor: auto;
}
#claim-recovery p {
  text-align: center;
}
#claim-recovery #forward-claim-link a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 156px;
  margin-top: 15px;
  margin-bottom: 15px;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Armata', sans-serif;
  color: #676767;
  font-size: 1em;
  padding-top: 0.3em;
  height: 1.8em;
  color: #ffffff !important;
  background-color: #ff8f21;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
  /*border: 2px #ff8f21 outset;*/
  border: 0px;
  cursor: pointer;
  padding-left: 0.3em;
  padding-right: 0.4em;

}
#claim-recovery #forward-claim-link a:hover {
  background-color: #b65a00;
  /*background-color: #FF8F21;*/
  border-color: #FF8F21;
}
#main-menu {
	position: absolute;
	top: 10.6em;
	right: 0;
	z-index: 10;
}
#main-menu.sticky {
  float: none;
  position: fixed;
  top: 20px;
  z-index: 6;
  right: auto;
}
#header {
  background-image: url('img/headerbg.png');
  background-repeat: no-repeat;
  background-position: center top;
  width: 859px;
  height: 95px;
}
#header h1 {
  display: inline-block;
  padding-left: 54px;
  padding-top: 20px;
}
#header div.lang {
  float: right;
  padding-top: 45px;
  margin-right: 30px;
}
#header div.lang a,
#header div.lang span {
  font-family: 'Open Sans', sans-serif;
  color: #676767;
  font-size: 1em;
  margin-right: 10px;
  font-size: 0.8em;
}
#header div.lang a {
  text-decoration: underline;
  color: #676767;
}
#header div.lang span {
  text-decoration: none;
  color: #5776a2;
}
#breadcrumbs {
  height: 45px;
  margin-left: 20px;
  line-height: 45px;
}
#breadcrumbs a,
#breadcrumbs span {
  font-size: 0.8em;
}

#breadcrumbs a {
	color: #db6709;
}

#breadcrumbs a:hover {
	text-decoration: none;
}

#breadcrumbs span {
	display: inline-block;
	margin: 0px 6px;
}

#menu-hider {
  background-image: url('img/menu-hide.png');
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 7.7em;
  left: -1em;
  position: relative;
}
#menu-list {
  background-image: url('img/stin.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #8aa6cd;
}
#menu-list ul {
  background-color: #ff8f21;
  width: 200px;
}
#menu-list ul li a {
  padding-left: 1em;
}
#menu-list li a {
  background-repeat: no-repeat;
  background-position: 0.7em 50%;
  overflow: hidden;
}
#menu-list li.menu_company {
  background-image: url('img/menu-company.png');
  background-repeat: no-repeat;
  background-position: 0.7em 50%;
}
#menu-list li.menu_octopus > a {
  background-image: url('img/menu-octopus.png');
}
#menu-list li.menu_monitoring > a {
  background-image: url('img/menu-monitoring.png');
}
#menu-list li.menu_cee > a {
  background-image: url('img/menu-cee.png');
}
#menu-list li.menu_history > a {
  background-image: url('img/menu-history.png');
}
#menu-list li.menu_settings > a {
  background-image: url('img/menu-settings.png');
}
#menu-list li.menu_help > a {
  background-image: url('img/menu-help.png');
}
#menu-list li.menu_logout > a {
  background-image: url('img/menu-logout.png');
}
#menu-list li.menu_back > a {
  background-image: url('img/menu-back.png');
}

#menu-list li.menu_cena > a {
 color:red;
}

#dcgscore-info table td, #dcg-score-hint-container table td {
  background-color: transparent;
}
#dcgscore-info table td p, #dcg-score-hint-container table td p {
  font-weight: bold;
}
#dcgscore-info table td p.description, #dcg-score-hint-container table td p.description {
  font-weight: normal;
  font-size: 0.8em;
}
#dcgscore-info table td.score_value, #dcg-score-hint-container table td.score_value {
  width: 3.6em;
}
.search input {
  font-size: 1.2em;
}
.search div.submit {
  display: inline;
  margin-left: 2em;
}
.search-simple {
  background-color: #8aa6cd;
  text-align: center;
}
.search-simple .section-content {
  overflow: visible;
}
.search-simple .section-content dt {
  color: #ffffff;
}
.search-simple .section-content input.search-field {
  margin-top: 1.5em;
  font-size: 1.2em;
  width: 23em;
}
.search-simple .section-content div.submit {
  margin-top: 1.5em;
}
input.search-submit {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Armata', sans-serif;
  color: #676767;
  font-size: 2em;
  
  padding-top: 0.1em;
  height: 1.8em;
  color: #ffffff !important;
  background-color: #ff8f21;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
  /*border: 2px #ff8f21 outset;*/
  border: 0px #ff8f21 outset;
  cursor: pointer;
  padding-left: 0.3em;
  padding-right: 0.4em;
}
input.search-submit:hover {
  background-color: #b65a00;
  border-color: #FF8F21;
}
.search-results section a {
  font-family: 'Open Sans', sans-serif;
  color: #676767;
  font-size: 1em;
  font-size: 1em;
  padding-top: 0.1em;
  height: 1.8em;
  color: #ffffff !important;
  background-color: #ff8f21;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
  border: 2px #ff8f21 outset;
  cursor: pointer;
  padding-left: 0.3em;
  padding-right: 0.4em;
}
.search-results section a:hover {
  background-color: #FF8F21;
  border-color: #FF8F21;
}
.search-results #history span.header {
  font-weight: bold;
  color: #5776a2;
}
#orders li {
  float: left;
}
#orders li a {
  display: block;
  width: 200px;
  height: 5em;
  margin: 1em;
  padding: 0.5em;
  border: 1px solid #e4e4e4;
  vertical-align: central;
  text-align: center;
}
#orders li a:hover {
  background-color: #fafafa;
}
#monitored {
  font-size: 0.8em;
}
#monitored .mon-tab-header {
  border-spacing: 0;
}
#monitored .mon-tab-header thead td {
  text-align: center;
}
#monitored .mon-tab-header tbody {
  font-size: 0.8em;
}
#monitored .mon-tab-header tbody td {
  padding-left: 2x;
  padding-right: 2px;
  text-align: center;
}
#monitored .mon-tab-types {
  border-spacing: 0;
}
#monitored .mon-tab-types td {
  padding: 0;
  text-align: center;
}
#monitored .email {
  font-size: 0.9em;
}
.paging span.prev {
  margin-left: 0;
}
.paging span {
  margin-left: 0.4em;
}
.add-monitoring-ids div.input textarea {
  width: 230px;
}
.splitInto3 .input,
.splitInto3 .splitme {
  width: 30%;
  margin-right: 2.45%;
  float: left;
}
.splitInto3 .input:last-child,
.splitInto3 .splitme:last-child {
  width: 35%;
  margin-right: 0;
  float: left;
  clear: right;
}
.add-claim .rowContainer div {
  float: left;
  width: 50%;
}
.add-claim .rowContainer label {
  font-size: 0.875em;
  color: #999;
  display: block;
}
.add-claim .rowContainer .select select,
.add-claim .rowContainer .date #WebClaimOldestDueDateMonth {
  margin-left: 0.5em;
}
.add-claim .rowContainer .date {
  font-size: 100%;
}
.add-claim .rowContainer input {
  padding-left: 2px;
  padding-right: 2px;
}
.add-claim .rowContainer .number input {
  text-align: right;
}
.add-claim .rowContainer input,
.add-claim .rowContainer textarea {
  width: 88%;
  margin-left: 0.5em;
}
.add-claim .rowContainer input,
.add-claim .rowContainer textarea,
.add-claim .rowContainer select {
  border: solid 1px #838383;
  color: #676767;
  font-size: 1em;
}
.add-claim .rowContainer input:hover,
.add-claim .rowContainer textarea:hover,
.add-claim .rowContainer select:hover,
.add-claim .rowContainer input:focus,
.add-claim .rowContainer textarea:focus,
.add-claim .rowContainer select:focus {
  background-color: #F7F7F7;
}
.add-claim .rowContainer .checkbox label,
.add-claim .rowContainer .radioGroup label {
  display: inline;
  font-size: 1.1em;
  color: #676767;
}
.add-claim .rowContainer .radioGroup input,
.add-claim .rowContainer .checkbox input {
  width: auto !important;
}
.add-claim .rowContainer p.additionalInfo {
  display: block;
  margin-top: 1.6em;
  float: left;
  width: 50%;
  line-height: 1.5em;
  font-size: 0.875em;
  color: #999;
}
.add-claim .threeCols div {
  width: 33% !important;
}
.add-claim .soloCol div {
  width: 100% !important;
}
.add-claim .rowContainerAux label.header {
  font-size: 0.875em;
  color: #999;
  display: block;
}
.add-claim .rowContainerAux .radioGroup {
  margin-right: 3em;
}
.add-claim .rowContainerAux .radioGroup input {
  width: auto !important;
  font-size: 1.4em;
  margin-left: 0.5em;
}
.add-claim .rowContainerAux .radioGroup label {
  display: inline;
  font-size: 1.1em;
  color: #676767;
}
.add-claim .rowContainerAux div.values div {
  float: left;
}
.add-claim #WebClaimReward {
  width: 8em;
}
.add-claim .submit input {
  font-family: 'Open Sans', sans-serif;
  color: #676767;
  font-size: 1em;
  font-size: 1em;
  padding-top: 0.1em;
  height: 1.8em;
  color: #ffffff !important;
  background-color: #ff8f21;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
  border: 2px #ff8f21 outset;
  cursor: pointer;
  padding-left: 0.3em;
  padding-right: 0.4em;
}
.add-claim .submit input:hover {
  background-color: #FF8F21;
  border-color: #FF8F21;
}
.splitInto2 .input,
.splitInto2 .splitme {
  width: 47.5%;
  margin-right: 2.5%;
  float: left;
}
.splitInto2 .input:last-child,
.splitInto2 .splitme:last-child {
  width: 50%;
  margin-right: 0;
  float: left;
  clear: right;
}
.overflowing {
  overflow: visible;
}
.filter_box {
  display: none;
  position: relative;
  left: 30px;
  top: 7px;
}
.insolvencies_box {
  width: 730px;
  height: 400px;
  overflow-y: scroll;
  background-color: #d6dde6;
  margin-top: 1em;
  margin-bottom: 1em;
}
.spinner {
  display: inline;
  width: 300px;
  margin: 0px;
}
.spinner label {
  display: inline;
  margin-right: 4px;
}
.spinner .input-wrapper {
  display: inline;
  vertical-align: middle;
}
/* Spinner
----------------------------------*/
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
  height: 1.8em;
}
.ui-spinner-input {
  border: none;
  background: none;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  border: 1px solid #000000;
  width: 40px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  z-index: 100;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  cursor: pointer;
  display: block;
  overflow: hidden;
}
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
}
/* more specificity required here to overide default borders */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
/* vertical centre icon */
.ui-spinner-up {
  top: 3px;
}
.ui-spinner-down {
  bottom: 1px;
}
.ui-spinner {
  direction: ltr;
}
.ui-spinner .ui-spinner-input {
  float: left;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner .ui-spinner-button {
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-right: none;
}
/* TR overrides */
div.ui-spinner {
  background: none;
}
.admincee {
  font-size: 0.8em;
}
.user-info {
  position: relative;
  top: -6px;
  margin-left: 2em;
  width: 780px;
}
.user-info table {
  font-size: 0.7em;
  width: 100%;
}
.user-info table td {
  text-align: center;
  width: 33%;
}
.login {
  width: 350px;
  padding-left: 35px;
  margin-top: 10px;
  margin-right: 2.9em;
  float: left;
}
.login div.introduction {
  font-family: 'Armata', sans-serif;
  color: #676767;
  font-size: 1.2em;
}
.login div.introduction span {
  font-size: 0.8em;
}
.login section {
  background-color: #ff8f21;
  color: #ffffff;
  padding-bottom: 0.5em;
  margin-top: 0.8em;
}
.login section header {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 1.6em;
  height: 70px;
  cursor: pointer;
}
.login section header p {
  margin-left: 2.6em;
  padding-top: 0.6em;
}
.login section header div.icon {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 1px 1px 2px 0 rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 2px 0 rgba(255, 255, 255, 0.9);
  /*border: solid 1px @white;*/

  height: 70px;
  width: 70px;
  background-color: #c35b08;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  margin-left: -35px;
}
.login section header div.icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 46px;
}
.login section header div.icon-octopus {
  background-image: url('img/ikonka_oct.png');
}
.login section header div.icon-pohledavky {
  background-image: url('img/ikonka_pohl.png');
}
.login section header div.icon-minister {
  background-image: url('img/ikonka_min.png');
}
.login section header div.icon-okol {
  background-image: url('img/ikonka_okol.png');
}
.login section div.content {
  margin-left: 50px;
  padding-top: 0.5em;
}
.login section div.content p,
.login section div.content h2 {
  margin-left: 20px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.1;
}
.login section div.content p a,
.login section div.content h2 a {
  color: #ffffff;
}
.login section div.content h2 {
  font-size: 1.5em;
}
.login section div.content input {
  border: none;
  -webkit-box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.25);
}
.login section div.content div.login-fields {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.login section div.content div.login-fields input {
  width: 250px;
  font-size: 1em;
  padding-left: 1em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.login section div.content div.login-fields input:first-child {
  margin-bottom: 1em;
}
.login section div.content div.submit {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.login section div.content div.submit input {
  font-size: 1.2em;
  background-color: #db6709;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  width: 270px;
}
.login section div.content div.submit input:hover {
  background-color: #c35b08;
}
.login section.inactive {
  background-color: #8aa6cd;
  padding-bottom: 0;
}
.login section.inactive header {
  cursor: pointer;
}
.login section.inactive header div.icon {
  background-color: #4871a9;
}
.banner {
  padding-top: 20px;
}
#links dt {
  margin-bottom: 0.3em;
}
#links dd {
  display: inline;
}
#links dd a {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Armata', sans-serif;
  color: #676767;
  font-size: 1em;
  font-size: 1em;
  padding-top: 0.3em;
  height: 1.8em;
  color: #ffffff !important;
  background-color: #ff8f21;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
  /*border: 2px #ff8f21 outset;*/
  border: 0px;
  cursor: pointer;
  padding-left: 0.3em;
  padding-right: 0.4em;
}
#links dd a:hover {
  background-color: #b65a00;
  border-color: #FF8F21;
}
.tooltip-content {
  display: none;
}
.paging a, .claim_a, .qtip-content a, #update a {
	color: #3FBABC;
}

.users_search .input, .users_search .submit, .users_form .input {
	display: inline-block;
}

.users_search label , .users_form label{
	display: none;
}

#other-debts table td {
	text-align: right;
}

.section-header input {
	vertical-align: middle;
}

.dcg_score_close {
	position: relative;
	left: -170px;
	top: 0px;
	z-index: 100;
}

.important {
	background-color: #fff4e8;
	color: #db6709;
}     

.hint {
	cursor: help;
  color: red;
}

.button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Armata', sans-serif;
  color: #676767;
  font-size: 1em;
  padding-top: 0.3em;
  height: 1.8em;
  color: #ffffff !important;
  background-color: #ff8f21;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
  border: 0px;
  cursor: pointer;
  padding-left: 0.3em;
  padding-right: 0.4em;

}

#other-info td {
	padding: 12px;
}

.button:hover {
  background-color: #b65a00;
  border-color: #FF8F21;
}

.column_index {
	width: 20px;
}

.column_date {
	width: 60px;
}

.column_big_value {
	width: 120px;
}

.column_currency {
	text-align: right;
	white-space: nowrap;
}

.column_text {
	width: 470px;
	overflow: hidden;
}

.btn-right {
	margin-top: 20px;
}

.webclaims_conditions strong {
	font-weight: bold;
	text-align: left;
}

.webclaims_conditions ol {
	list-style-type: decimal;
	padding-left: 40px;
}

.webclaims_conditions ol ol {
	list-style-type: lower-alpha;
	padding-left: 40px;
}

.dcg_score_wrapper {
	position: relative;
	width: 25px;
	height: 25px;
}

.dcg_score_column {
	position: absolute;
	left: -6px;
	top: 0px;
	width: 37px;
	height: 25px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

.dcg_score_0 {
	background-color: transparent;
}

.dcg_score_1 {
	background-color: #96cd00;
}

.dcg_score_2 {
	background-color: #77a300;
}

.dcg_score_3 {
	background-color: #ffda00;
}

.dcg_score_4 {
	background-color: #ffae00;
}

.dcg_score_5 {
	background-color: #ff4200;
}

.dcg_score_6 {
	background-color: #601900;
}

.dcg_score_7 {
	background-color: #000000;
}

.content-full {
	display: none;
}

#insurance-debts table td:nth-child(1), #insurance-debts table td:nth-child(2) {
	text-align: right;
}

#report-date {
	position: absolute;
	left: 491px;
	top: 0px;
	width: 300px;
	height: 45px;
	margin-right: 20px;
	font-size: 0.8em;
	text-align: right;
	line-height: 45px;
}

.login_msg {
	display: inline-block;
	width: 300px;
}

.login_msg a {
	font-weight: bold;
	color: inherit;
	text-decoration: none;
}

.login_msg a:hover {
	text-decoration: underline;
}

/* This beautiful CSS-File has been fucked with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */


[data-title]:hover::before {
  
 content: attr(data-title);
  position: absolute;
  padding: 10px;
  display: inline-block;
  margin-top: -10px;
  border-radius: 10px;
  color: black;
  font-size: 15px;
  font-family: sans-serif;
  white-space: nowrap;
  background: white;
  margin-left: 100px;
  border-color: black;
  font: inherit;
  border: orange solid 1px;
  height: 20px;
 

  
}

[data-title2]:hover::before {
  
 content: attr(data-title2);
 position: absolute;
  
  display: inline-block;
  padding: 30px 15px;
  border-radius: 10px;
  color: black;
  font-size: 15px;
  font-family: sans-serif;
  white-space: nowrap;
  background: white;
  border: orange solid 1px;
  font: inherit;
  margin-left: 10px;
  margin-top: 30px;
  

  
}

[data-title3]:hover::before {
  
 content: attr(data-title3);
 position: absolute;
  
  display: inline-block;
  padding: 30px 15px;
  border-radius: 10px;
  color: black;
  font-size: 15px;
  font-family: sans-serif;
  white-space: nowrap;
  background: white;
  border: orange solid 1px;
  font: inherit;
  margin-left: 800px;
  margin-top: -50px;
  width: 300px;
  white-space: pre-wrap;
  

  
}

.secure {
		color: green;
    font-weight: bold;
}

.danger {
		color: red;
     font-weight: bold;
}

.    {
		color: orange;
     font-weight: bold;
     margin-left: 250px;
     margin-top: -50px;
     
    

     font-size: 1.3em;
    
}

.petr h3 {
  font-size: 1.5em;
  color: #3FBABC;
}

.petr h2 {
  font-size: 2em;
  color: black;
}



.nadpis_orange {
		color: orange;
     font-weight: bold;
     margin-left: 250px;
     margin-top: -50px;
     }
     
     .nadpis_blue {
		color: #3FBABC;
     font-weight: bold;
     margin-left: 250px;
     margin-top: -50px;
     
    

     font-size: 1em;
    
}



tr:nth-child(odd) {
  background: #DDFAF8;
}

tr:nth-child(even) {
  background: white;
}

/*
tr:hover:nth-child(1n+1) {
  background: SkyBlue;
}
*/

th {
  background: white;
}




.btn-orange-small {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Armata', sans-serif;
  color: white;
  font-size: 0.7em;
  padding-top: 0.2em;
  height: 1.5em;
  color: #ffffff !important;
  background-color: orange;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
  /*border: 2px #ff8f21 outset;*/
  border: 0px;
  cursor: pointer;
  padding-left: 0.8em;
  padding-right: 0.8em;
  padding-bottom: 0.2em;
  border-radius: 10px;
   border: 2px orange solid;
  

  /*display: flex; /* Umožňuje lepší zarovnání obsahu */
    /*         justify-content: center; /* Horizontální centrování */
      /*       align-items: center; /* Vertikální centrování */
           
}
.btn-orange-small:hover {
  background-color: white;
  border: 2px orange solid;
  color: orange !important;
}

.btn-orange-big {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Armata', sans-serif;
  color: #676767;
  font-size: 1.2em;
  padding-top: 0.2em;
  height: 1.8em;
  color: white !important;
  background-color: #3FBABC;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
  /*border: 2px #ff8f21 outset;*/
  border: 0px;
  cursor: pointer;
  padding-left: 0.8em;
  padding-right: 0.8em;
  padding-bottom: 0.2em;
  border-radius: 10px;
  border: 2px #3FBABC solid ;
  align-items: center;
}
.btn-orange-big:hover {
  background-color: white;
  border: 2px #3FBABC solid ;
  color: #3FBABC !important;
}

.btn-filtr {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Armata', sans-serif;
  font-size: 0.8em;
  padding-top: 0.2em;
  height: 1.8em;
  color: #3FBABC !important;
  background-color: white;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
  border: 2px #3FBABC solid ;
  border-radius: 10px;
  cursor: pointer;
  padding-left: 0.8em;
  padding-right: 0.8em;
  padding-bottom: 0.2em;
}
.btn-filtr:hover {
  background-color: #3FBABC;
  border-color: #3FBABC;
  color: white !important;
}



.login {
  width: 350px;
  padding-left: 35px;
  margin-top: 10px;
  margin-right: 2.9em;
  float: left;
}
.login div.introduction {
  font-family: 'Armata', sans-serif;
  color: #676767;
  font-size: 1.2em;
}
.login div.introduction span {
  font-size: 0.8em;
}
.login section {
  background-color: #ff8f21;
  color: #ffffff;
  padding-bottom: 0.5em;
  margin-top: 0.8em;
}
.login section header {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 1.6em;
  height: 70px;
  cursor: pointer;
}
.login section header p {
  margin-left: 2.6em;
  padding-top: 0.6em;
}
.login section header div.icon {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 1px 1px 2px 0 rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 2px 0 rgba(255, 255, 255, 0.9);
  /*border: solid 1px @white;*/

  height: 70px;
  width: 70px;
  background-color: #c35b08;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  margin-left: -35px;
}
.login section header div.icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 46px;
}
.login section header div.icon-octopus {
  background-image: url('img/ikonka_oct.png');
}
.login section header div.icon-pohledavky {
  background-image: url('img/ikonka_pohl.png');
}
.login section header div.icon-minister {
  background-image: url('img/ikonka_min.png');
}
.login section header div.icon-okol {
  background-image: url('img/ikonka_okol.png');
}
.login section div.content {
  margin-left: 50px;
  padding-top: 0.5em;
}
.login section div.content p,
.login section div.content h2 {
  margin-left: 20px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.1;
}
.login section div.content p a,
.login section div.content h2 a {
  color: #ffffff;
}
.login section div.content h2 {
  font-size: 1.5em;
}
.login section div.content input {
  border: none;
  -webkit-box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.25);
}
.login section div.content div.login-fields {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.login section div.content div.login-fields input {
  width: 250px;
  font-size: 1em;
  padding-left: 1em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.login section div.content div.login-fields input:first-child {
  margin-bottom: 1em;
}
.login section div.content div.submit {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.login section div.content div.submit input {
  font-size: 1.2em;
  background-color: #db6709;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  width: 270px;
}
.login section div.content div.submit input:hover {
  background-color: #c35b08;
}
.login section.inactive {
  background-color: #8aa6cd;
  padding-bottom: 0;
}
.login section.inactive header {
  cursor: pointer;
}
.login section.inactive header div.icon {
  background-color: #4871a9;
}


