
/**************************************************************************************
  BASE
***************************************************************************************/
body {
  font-family: "Fedra Sans Book","Trebuchet MS","DejaVu Sans Condensed",arial,sans-serif;
  font-size: 0.8em;
  color: black;
  background-color: white; }

h1 {
  margin: 0;
  margin-bottom: 0.5em; }

h1 {
  font-size: 2.2em; }

h2 {
  font-size: 1.4em;
  margin-bottom: 1em; }

  h3 {
  font-size: 1.2em; }

pre {
  font-size: 1em; }

a {
  text-decoration: none;
  color: #0064af; }

a img {
  border: 0;
  vertical-align: middle; }

a.link{
  color: #0064af;
}

.grid-canvas a {
  color: #0064af; }

.grid-canvas .symbol a, .grid-canvas .symbol2 a {
  color: #000 !important;
  text-align: center; }

@font-face {
  font-family: 'WebSymbolsRegular';
  src: url("../fonts/websymbols-regular-webfont.eot");
  src: url("../fonts/websymbols-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/websymbols-regular-webfont.woff") format("woff"), url("../fonts/websymbols-regular-webfont.ttf") format("truetype"), url("../fonts/websymbols-regular-webfont.svg#WebSymbolsRegular") format("svg"); }
@font-face {
  font-family: 'Entypo';
  src: url("../fonts/Entypo.eot");
  src: url("../fonts/Entypo.eot?#iefix") format("embedded-opentype"), url("../fonts/Entypo.woff") format("woff"), url("../fonts/Entypo.ttf") format("truetype"), url("../fonts/Entypo.svg") format("svg"); }
.symbol {
  font-family: 'WebSymbolsRegular'; }

.symbol2 {
  font-family: 'Entypo'; }

/*******************************************
  Arbitrary styles
********************************************/
.tiny {
  font-size: 0.7em;
  margin-left: 4px; }

.note {
  color: #888;
  font-style: italic; }

.hidden {
  display: none; }

.stealth {
  display: none !important; }

.disabled {
  color: gray; }

/*******************************************
  Forms
********************************************/
input, textarea, button, fieldset, select, .Xeye, .uneditable-input {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #aaa; }

input[type=text]::-ms-clear {
  display: none; }

input, textarea, .view-value, .uneditable-input {
  padding: 4px; }

select {
  padding: 3px; }

select option {
  color: black; }

/* part of the select placeholder hack */
input, textarea, select, .uneditable-input {
  color: black;
  background-color: #e6e6e6;
  background: -webkit-linear-gradient(top, #e6e6e6, #f6f6f6);
  background: -ms-linear-gradient(top, #e6e6e6, #f6f6f6);
  background: -o-linear-gradient(top, #e6e6e6, #f6f6f6);
  background: linear-gradient(top, #e6e6e6, #f6f6f6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#f6f6f6'); }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.error input {
  outline: none;
  border-color: #B44040;
  box-shadow: 0 0 5px #EE9880; }

fieldset {
  border: 1px solid #e1e1e1;
  padding: 0 10px;
  margin: 10px 0; }

legend {
  font-size: 1em;
  font-weight: bold;
  color: #333; }
  
legend img {
    position: relative;
    top: -1.25px;
    vertical-align: middle;}

button, .Xeye, .btn {
  background-color: #e1e1e1;
  color: #555;
  background: -webkit-linear-gradient(top, #e1e1e1, #ccc);
  background: -moz-linear-gradient(top, #e1e1e1, #ccc);
  background: -ms-linear-gradient(top, #e1e1e1, #ccc);
  background: -o-linear-gradient(top, #e1e1e1, #ccc);
  background: linear-gradient(top, #e1e1e1, #ccc);
  padding: 0.3em 1.3em;
  cursor: pointer;
  font-weight: bold !important; }

button:hover {
  color: #000; }

button:active {
  background-color: #ccc;
  color: #000;
  background: -webkit-linear-gradient(top, #ccc, #e1e1e1);
  background: -moz-linear-gradient(top, #ccc, #e1e1e1);
  background: -ms-linear-gradient(top, #ccc, #e1e1e1);
  background: -o-linear-gradient(top, #ccc, #e1e1e1);
  background: linear-gradient(top, #ccc, #e1e1e1); }

button:focus {
  box-shadow: 0 0 3px #c08000;
  -webkit-box-shadow: 0 0 3px #c08000;
  -moz-box-shadow: 0 0 3px #c08000; }

input:focus {
  box-shadow: 0 0 3px #c08000;
  -moz-box-shadow: 0 0 3px #c08000;
  -webkit-box-shadow: 0 0 3px #c08000; }

button img {
  height: 12px; }

input[type="radio"] {
  background-color: transparent;
  border: 0; }

.required label:before {
  content: "* ";
  color: #CC0A0C;
  font-weight: bold; }

.required-style {
  font-style: normal;
  color: #CC0A0C;
  font-weight: bold; }
  
.bbf-fldIcon { position: absolute; margin-left: -24px; margin-top: -2px; display:inline-block; }

.bbf-field.usertags .bbf-fldIcon {
content:url('../images/ico22/usertags.png');
}

.bbf-field.secondfactor .bbf-fldIcon {
content:url('../images/ico22/2fa.png');
}

/*
.bbf-field.secondfactor label::before {
content:url('../images/ico22/usertags.png');
position: absolute; margin-left: -24px; margin-top: -2px; display:inline-block;
}*/

.bbf-field button { vertical-align: bottom; height: 27px; }


/*******************************************
  Table
********************************************/
table {
  border-collapse: collapse; }

/* Zebra striping */
tr {
  background: #fff; }

tr:nth-of-type(odd) {
  background: #eee; }

th {
  background: #333;
  color: white;
  font-weight: bold; }

td, th {
  padding: 8px;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: top; }

/**************************************************************************************
  LAYOUT
***************************************************************************************/
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  background-image: url("../images/bg-body.png");
  background-repeat: repeat-y; }

#header {
  height: 85px;
  background-color: #353535;
  border-bottom: 2px solid black; }

#sidebar {
  width: 230px;
  float: left;
  height: 100%;
  background-color: #d3dcc6;
  border-right: 1px solid #acb3a1; }

#content {
  padding: 20px 20px 0px 260px;
  min-width: 75em; }

#footer {
  position: fixed;
  font-size: 0.9em;
  color: #333;
  width: 200px;
  bottom: 20px;
  left: 20px;
  z-index: -1000;
}

@media only screen and (max-height: 560px) {
  #footer {
    position: static;
    padding-left: 20px;
    width: auto; } }
/* messages */
#config-messages {
  margin-bottom: .5em; }

/* config messages container  */
#config-modified {
  margin-bottom: 1em;
  background-position-y: center; }

/* config modified message container  */
#messages {
  margin-bottom: .5em; min-height: 2.5em; display: none; }

/* messages container*/
/* logout */
#logout {
  position: absolute;
  right: 20px;
  top: 5px;
  text-align: right;
  color: #ccc; }

#logout a {
  color: #ffcd36;
  padding-left: 20px;
  background-image: url("../images/ico16/logout.png");
  background-repeat: no-repeat; }

#logout a:hover {
  color: #FFDA68; }

/* nav-user */
#header .nav-right {
  margin-top: 31px;
  padding-right: 10px; 
  -webkit-perspective: 100px; /* Safari 4-8 */
  perspective: 2000px;
  position: absolute;
  top: 2px;
  right: 0px;
  max-height: 48px;
  background-color: #353535;
  z-index: 100;
}

#nav-user {
  vertical-align: baseline;
  text-align: right;
  color: #ccc; }

#nav-user .user-domain {
  font-size: large-xx;
  font-weight: bold;
  padding-right: 20px; }

#nav-user > a {
  color: #ffcd36;
  padding: 5px 30px 5px 5px;
  background-image: url("../images/ico20/menu.png");
  background-repeat: no-repeat;
  background-position: center right; }
  
#nav-user > a > img {
  padding-bottom: 5px;
}  

/**************************************************************************************
  THEME - SecureAnyBox
***************************************************************************************/
#sidebar {
  background-color: #d3dcc6;
  border-right: 1px solid #acb3a1; 
}

#nav {
  background-color: #e4eed6; }

#nav li {
  border-top: 1px solid #acb3a1;
  border-top: 1px solid #fff;
  font-size: 0.95em; }

#nav .nav-swb {
  background-image: url("../images/ico22/swb.png"); }

.nav-head {
  background-color: #a0c76d; }

/*
IMPORTANT:
In order to preserve the uniform grid appearance, all cell styles need to have padding, margin and border sizes.
No built-in (selected, editable, highlight, flashing, invalid, loading, :focus) or user-specified CSS
classes should alter those!
*/
.slick-header.ui-state-default, .slick-headerrow.ui-state-default {
  width: 100%;
  overflow: hidden;
  border-left: 0px; }

.slick-header-columns, .slick-headerrow-columns {
  position: relative;
  white-space: nowrap;
  cursor: default;
  overflow: hidden; }

.slick-header-column.ui-state-default {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 16px;
  line-height: 16px;
  margin: 0;
  padding: 4px;
  border-right: none;
  border-left: 0px;
  border-top: 0px;
  border-bottom: 0px;
  float: left; }

.slick-headerrow-column.ui-state-default {
  padding: 4px; }

.slick-header-column-sorted {
  font-style: italic; }

.slick-sort-indicator {
  display: inline-block;
  width: 8px;
  height: 5px;
  margin-left: 4px; }

.slick-sort-indicator-desc {
  background: url(images/sort-desc.gif); }

.slick-sort-indicator-asc {
  background: url(images/sort-asc.gif); }

.slick-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  cursor: col-resize;
  width: 4px;
  right: 0px;
  top: 0;
  height: 100%; }

.slick-sortable-placeholder {
  background: silver; }

.grid-canvas {
  position: relative;
  outline: 0; }

.slick-row.ui-widget-content, .slick-row.ui-state-active {
  position: absolute;
  border: 0px;
  width: 100%; }

.slick-cell, .slick-headerrow-column {
  position: absolute;
  border-right: none;
  border-bottom-color: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  z-index: 1;
  padding: 1px 2px 2px 1px;
  margin: 0;
  white-space: nowrap;
  cursor: default; }

.slick-group-toggle {
  display: inline-block; }

.slick-cell.highlighted {
  background: lightskyblue !important;
  background: rgba(0, 0, 255, 0.2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.slick-cell.flashing {
  border: 1px solid red !important; }

.slick-cell.editable {
  z-index: 11;
  overflow: visible;
  background: white;
  border-color: black;
  border-style: solid; }

.slick-cell:focus {
  outline: none; }

.slick-reorder-proxy {
  display: inline-block;
  background: blue;
  opacity: 0.15;
  filter: alpha(opacity=15);
  cursor: move; }

.slick-reorder-guide {
  display: inline-block;
  height: 2px;
  background: blue;
  opacity: 0.7;
  filter: alpha(opacity=70); }

.slick-selection {
  z-index: 10;
  position: absolute;
  border: 2px dashed black; }

/*
IMPORTANT:
In order to preserve the uniform grid appearance, all cell styles need to have padding, margin and border sizes.
No built-in (selected, editable, highlight, flashing, invalid, loading, :focus) or user-specified CSS
classes should alter those!
*/
.slick-header-columns {
  background-image: none;
  border-bottom: 1px solid #ccc; }

.slick-header-column {
  background-image: none;
  color: #fff;
  background-color: #333; }

.slick-header-column:hover, .slick-header-column-active {
  background-image: none;
  background-color: #333; }

.slick-row.ui-state-active {
  background: #F5F7D7; }

.slick-row {
  position: absolute;
  background: white;
  border: 0px;
  line-height: 20px; }

.slick-row.odd:hover {
  z-index: 10;
  background: #ffde72 }
  
.slick-row.even:hover {
  background: #ffde72 none repeat scroll 0% 0%;  
}

.slick-cell {
  padding-left: 4px;
  padding-right: 4px; }

.slick-cell.selected {
  border-color: gray;
  border-style: solid; }

.slick-sortable-placeholder {
  background: silver !important; }

.slick-row[row$="1"], .slick-row[row$="3"], .slick-row[row$="5"], .slick-row[row$="7"], .slick-row[row$="9"] {
  background-color: #eee; }

.slick-row.ui-state-active {
  background: #F5F7D7; }

.slick-row.loading {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.slick-cell.invalid {
  border-color: red; }

.grid-canvas .c0 {
  border-left: 1px solid #ccc; }

.bbf-form {
  margin: 0;
  padding: 0;
  border: none; }

.bbf-field {
  margin: 1em 0;
  list-style-type: none; }

.bbf-field label {
  float: left;
  width: 30%; }

.bbf-field .bbf-editor {
  margin-left: 30%;
  width: 69%;
  padding-left: .3em; }

.bbf-field input, .bbf-field textarea, .bbf-field select {
  width: 100%; }

.bbf-field .bbf-editorCheckbox input {
  width: auto; }

.bbf-field .bbf-error {
  outline: 1px solid red; }

.bbf-date input, .bbf-datetime input {
  width: 100px;
  text-align: center; }

.bbf-datetime input {
  margin-right: 1em; }

.bbf-datetime select {
  width: 50px;
  text-align: center; }

.bbf-list {
  list-style-type: none; }

.bbf-list ul {
  border: 1px solid #ccc;
  border-bottom: none;
  max-height: 200px;
  overflow: auto;
  margin: 0; }

.bbf-list li {
  border: 1px solid #ccc;
  height: 16px;
  background: #fff;
  padding: 4px;
  margin: 0;
  list-style-type: none;
  margin-top: -1px;
  margin-left: -1px;
  position: relative; }

.bbf-list-sortable li {
  cursor: move; }

.bbf-list .bbf-list-actions {
  position: absolute;
  top: 2px;
  right: 2px; }

.bbf-list .bbf-list-actions button {
  width: 19px;
  height: 19px; }

.bbf-list .bbf-list-add {
  width: 100%;
  height: 20px;
  margin-top: -2px; }

.bbf-list-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 90%;
}

.bbf-list-editor {
  width: 98%; }

.bbf-radio {
  list-style-type: none; }

.bbf-radio input {
  width: auto; }

.bbf-radio label {
  float: none; }

.bbf-checkboxes {
  list-style-type: none; }

.bbf-checkboxes input {
  width: auto; }

.bbf-checkboxes label {
  float: none; }

.bbf-field.longLabelText {
  overflow-y: auto;
  overflow-x: hidden;}

.bbf-field.longLabelText div.bbf-editor {
  min-height: 32px;
  padding-top: 1px;
  max-height: 65px;
}

.bbf-field.longLabelText label {
  min-height: 32px;
  top: 0px;
  max-height: 65px;
  padding-left: 5px;
  max-width: calc(30% - 10px);
}

.bbf-field.usertags.longLabelText{
  overflow-x: hidden;
}

.bbf-field.usertags.longLabelText label{
  top: 2px;
}

/*******************************************
  Bookmark help box (.bookmark-help)
********************************************/
.bookmark-help {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 10px 15px;
  color: #666;
  min-width: 400px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 0;}

.bookmark-help :hover {
  color: #333; }

.bookmark-help a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #666;
  color: #fff;
  padding: 2px 10px 2px 20px;
  margin-left: .3em;
  background: url("../images/ico16/securewinbox.png") no-repeat 2px center #666;
  line-height: 2em;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease-in-out;
  opacity: 0.7;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.bookmark-help a:hover {
  opacity: 1;
  color: white;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.bookmark-help br {
  display: none; }

.bookmark-help img {
  height: 0;
  padding: 0;
  display: block;
  margin-bottom: 0;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out; }

.bookmark-help:hover img {
  height: 115px;
  margin-bottom: 10px;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out; }

@media only screen and (max-height: 730px) {
  .bookmark-help {
    display: none; } }
/*******************************************
  Busy box (.busy)
********************************************/
div.busy {
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1001;
  position: absolute; }

div.busy-bg {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute; }

div.busy-msg {
  font-size: 1.5em;
  width: 80%;
  z-index: 1001;
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -150px;
  text-align: center;
  width: auto;
  height: 40px;
  padding: 20px;
  line-height: 40px;
  border: 1px solid #000000;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 8px #aaa;
  -moz-box-shadow: 0 0 8px #aaa;
  box-shadow: 0 0 8px #aaa; }

div.busy-msg img {
  vertical-align: middle; }

/*******************************************
  Grid message (.grid-message)
********************************************/
.grid-message {
  text-align: center;
  width: 300px;
  padding: 10px;
  border: 1px solid #FFCD37;
  background-color: #FFF0B2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 8px #aaa;
  -moz-box-shadow: 0 0 8px #aaa;
  box-shadow: 0 0 8px #aaa;
  z-index: 99; }

/*******************************************
  Hidden password box (.hiddenPassword)
********************************************/
/* TODO: prejmenovat na hidden-password-box */
.hiddenPassword {
  font-family: "Lucida Console","Courier New",monospace; 
  background-color: #333;
  color: #333;
  display: inline-block;
  text-align: center;
  background-image: url("../images/bg-password.png");
  padding: 0.6em 3.5em;
  border: 4px solid #222;
  font-size: 1.4em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  z-index: 5; }

.hiddenPassword:hover {
  color: #fff; }

.timeout {
  padding-top: 1em;
  font-size: 1.4em; }

/* div, ktery nasleduje po .hiddenPassword */
/*******************************************
  Info boxes (.info-box)
********************************************/
/* NEW: byvele class msg-* */
.info-box {
  padding: .5em;
  margin-top: .5em;
  margin-right: 6px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.info-box-ico-info,
.info-box-ico-success,
.info-box-ico-warning,
.info-box-ico-error {
  background-repeat: no-repeat;
  background-position: 10px .5em;
  padding-left: 30px; }

.info-box-ico-info {
  background-image: url("../images/ico16/info.png?stms=2");
  background-color: #efefda;
  border: 1px solid #c4d9b6; }

.info-box-ico-success {
  background-image: url("../images/ico16/success.png?stms=2");
  background-color: #e1efda;
  border: 1px solid #c4d9b6; }

.info-box-ico-warning {
  background-image: url("../images/ico16/warning.png?stms=2");
  background-color: #ffffda;
  border: 1px solid #f9f9b6; }

.info-box-ico-error {
  background-image: url("../images/ico16/error.png?stms=2");
  background-color: #efdada;
  border: 1px solid #d9b6b6; }

.info-box-bottom {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px; }

.info-box-show-password {
  background-image: url("../images/ico22/key.png");
  background-repeat: no-repeat;
  background-position: 15px 8px;
  background-color: #fffbec;
  border: 1px solid #ffcd36;
  width: 450px;
  padding: 10px 10px 10px 60px;
  line-height: 2.5em;
  display: table; }

.info-box-shadow {
  -webkit-box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc; }

.info-box-popup {
  position: absolute;
  display: none;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  padding: .6em 1.5em .6em 1.5em;
  background-color: #fafafa;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  z-index: 1005; }

.info-box-popup img {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px; }

.info-box-large {
  font-size: 1.5em;
  background-position: 10px .75em; }

.info-box-link-undo {
  float: right;
  margin-right: 10px; }

.info-box-grid {
  text-align: center;
  width: 300px;
  padding: 20px;
  background-color: #fff0b2;
  border: 1px solid #ffcd37; }

/*style of infobox when editing order of pinned boxes*/
.info-box.editprefs {
  margin: 0px 0px 5px 0px;
  background-image: url("../images/ico20/drag.png");
  background-repeat: no-repeat;
  background-position: right;
  color: #0064af;
  border-radius: 0px;
}

.info-box.editprefs > img {
  vertical-align: middle;
  padding-right: 5px;
}


/*******************************************
  Messages (.msg-*)
********************************************/
.msg-info, .msg-error, .msg-warning, .msg-success, .msg-panel {
  display: none;
  padding: 7px 10px 7px 30px;
  margin-top: 7px;
  margin-bottom: 7px;
  background-repeat: no-repeat;
  background-position: 7px 7px;
  border-radius: 2px;
  margin-right: 7px;
  vertical-align: middle; }
  
.msg-info img, .msg-error img, .msg-warning img, .msg-success img, .msg-panel img{ vertical-align: middle; }
  

.msg-success {
	background-image: url("../images/ico16/success.png?stms=2"); 
  background-color: #E1EFDA;
  border: 1px solid #C4D9B6; }

.msg-info {
	background-image: url("../images/ico16/info.png?stms=2"); 
  background-color: #DBE9F5;
  border: 1px solid #B9D3E9; }

.msg-warning {
	background-image: url("../images/ico16/warning.png?stms=2"); 
  background-color: #FFFFDA;
  border: 1px solid #F9F9B6; }

.msg-error {
	background-image: url("../images/ico16/error.png?stms=2"); 
  background-color: #EFDADA;
  border: 1px solid #D9B6B6; }

.msg-info a, .msg-error a, .msg-warning a, .msg-success a, .msg-panel a {
  color: #0064af;
  text-decoration: underline; }

/* BUG: popup v Konfifuraci pod tabulkou  -> class="info-box-popup" */
#msg-popup {
  position: absolute;
  display: none;
  padding: 0.5em 1.5em 1em 1em;
  background-color: #fafafa;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px #ccc;
  z-index: 1005; }

#msg-popup img {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px; }

/* BUG: dialog po zmene v konfiguraci -> class="info-box-large" */
.msg-warning.msg-buttons {
  font-size: 1.5em;
  background-position: 10px .75em; }

/* BUG: welcome.ftl */
.caution {
  font-size: 1.2em;
  width: 600px; }

/* BUG: napr. po smazani accountu -> class="info-box-link-undo" */
.undo-operation {
  float: right;
  margin-right: 10px; }

/*******************************************
  Account password (#password-display)
********************************************/
#password-display, .password-display {
  background-image: url("../images/ico22/key.png");
  background-repeat: no-repeat;
  background-position: 15px 8px;
  background-color: #fffbec;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ffcd36;
  width: 650px;
  padding: 10px 10px 10px 60px;
  display: table;
  margin-bottom: .5em; }

#password-display div, #password-display input, .password-display div, .password-display input {
  margin: .5em; }

#password-display button, .password-display button {
  margin: .5em; }

#record-password-display, #record-attribute-display {
  display: none; }

/*******************************************
  Danger (.dialog-danger)
********************************************/
.dialog-danger {
  background-color: #fff;
  padding: 0; }

.dialog-danger .ui-dialog-content {
  background-color: #fff;
  background-image: url("../images/danger.png");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  padding: 15px 15px 15px 60px;
  min-height: 30px !important; }

.dialog-danger .ui-dialog-buttonpane {
  background-color: #fff;
  margin-top: 0; }

.dialog-danger div div h2 {
  margin-top: 0; }

/*******************************************
  dialog title adjusting
********************************************/
.ui-dialog-title {
  padding-bottom: 5px; }

.ui-dialog-title img {
  position: relative;
  left: 0;
  top: 3px; }

.ui-dialog .ui-dialog-titlebar-close {
  right: .6em; }

/*******************************************
  Account history popup / jqModal (.jqmWindow)
********************************************/
/* TODO: pouzito na jedinem miste - nahradit jinym, obecne pouzivanym dialogem */
/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (via jqModal.js). */
.jqmWindow {
  display: none;
  position: fixed;
  top: 17%;
  left: 50%;
  -webkit-box-shadow: 0 0 8px #aaa;
  -moz-box-shadow: 0 0 8px #aaa;
  box-shadow: 0 0 8px #aaa; }

/* Fixed posistioning emulation for IE6
  Star selector used to hide definition from browsers other than IE6
  For valid CSS, use a conditional include instead */
/* * html .jqmWindow {
  position: absolute;
  top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px'); } */

/*******************************************
  Password progress bar (.password-progress-bar)
********************************************/
/* Kontejner na .ui-progress-bar 
   soucasti .bbf-editorPasswordExt - definuje se v jquery-ui-editors-tdp.js
*/
.password-progress-bar {
  /* odstranuje verticalni mezeru mezi inputy */
  margin-top: 0;
  width: 24em;
  padding: 4px;
  opacity: 1;
  height: 109px;
  display: none; }

.password-progress-bar .flex span {
  white-space: nowrap;
  flex-grow: 1;
  vertical-align: top; }

.password-progress-bar .flex span img {
  margin-bottom: -2px;
  /* vertikalni vyrovnani textu a labelu */ }

.password-progress-bar span.progress {
  margin-bottom: 0; }

/*******************************************
  Zlute mouseover tooltipy (.popover)
  napr. v Konfiguraci
********************************************/
.popover {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9;
  z-index: 20010;
  display: none;
  max-width: 600px;
  padding: 1px;
  white-space: normal;
  background-color: #FFF0B2;
  margin-right: 1em !important;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

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

.popover.bbf-editorPassword {
  margin-left: 10px;
  left: -70%; }

.popover.shifted {
  margin-left: 250px; }

.popover.fileDownload {
  margin-left: 15em; }

.popover.left {
  margin-left: -10px; }

.popover.top.txtfield {
  margin-left: 15em !important; }

.popover.bottom.txtfield {
  margin-left: 15em !important; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #FFF0B2;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0; }

.popover-title:empty {
  display: none; }

.popover-content {
  padding: 9px 14px; }

.popover-content:empty {
  display: none; }

.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 {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #FFF0B2;
  border-bottom-width: 0; }

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0; }

.popover.txtfield.bottom .arrow {
  left: 30%; }

.popover.txtfield.top .arrow {
  left: 30%; }

.popover.bottom .arrow {
  left: 50%; }

.popover.top.arrow {
  left: 50%; }

.popover.bottom .arrow {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0; }

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #FFF0B2;
  border-top-width: 0; }

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0; }

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0; }

/*******************************************
  Progress bar (.ui-progress-bar)
********************************************/
/* pouzity napr. pro .password-progress-bar */
.ui-progress-bar {
  /* Usual setup stuff */
  position: relative;
  height: 21px;
  /* Pad right so we don't cover the borders when fully progressed */
  padding-right: 2px;
  /* For browser that don't support gradients, we'll set a blanket background colour */
  background-color: #abb2bc;
  /* Rounds the ends, we specify an excessive amount to make sure they are completely rounded */
  /* Adjust to your liking, and don't forget to adjust to the same amount in .ui-progress */
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  -khtml-border-radius: 25px;
  border-radius: 25px;
  /* Background gradient */
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #949daa), color-stop(100%, #abb2bc));
  background: -webkit-linear-gradient(#949daa 0%, #abb2bc 100%);
  background: -moz-linear-gradient(#949daa 0%, #abb2bc 100%);
  background: -o-linear-gradient(#949daa 0%, #abb2bc 100%);
  background: -ms-linear-gradient(#949daa 0%, #abb2bc 100%);
  background: linear-gradient(#949daa 0%, #abb2bc 100%);
  /* Give it the inset look by adding some shadows and highlights */
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px white;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px white;
  -o-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px white;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px white;
  /* Alt colours */
  /* Progress part of the progress bar */ }

.ui-progress-bar.transition .ui-progress {
  -moz-transition: background-color 0.5s ease-in, border-color 1.5s ease-out, box-shadow 1.5s ease-out;
  -webkit-transition: background-color 0.5s ease-in, border-color 1.5s ease-out, box-shadow 1.5s ease-out;
  -o-transition: background-color 0.5s ease-in, border-color 1.5s ease-out, box-shadow 1.5s ease-out;
  transition: background-color 0.5s ease-in, border-color 1.5s ease-out, box-shadow 1.5s ease-out; }

.ui-progress-bar .ui-progress {
  /* Usual setup stuff */
  position: relative;
  display: block;
  overflow: hidden;
  /* Height should be 2px less than .ui-progress-bar so as to not cover borders and give it a look of being inset */
  height: 19px;
  /* Rounds the ends, we specify an excessive amount to make sure they are completely rounded */
  /* Adjust to your liking, and don't forget to adjust to the same amount in .ui-progress-bar */
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  -khtml-border-radius: 25px;
  border-radius: 25px;
  /* Set the background size so the stripes work correctly */
  -webkit-background-size: 44px 44px;
  -moz-background-size: 36px 36px;
  /* Webkit */
  /* For browser that don't support gradients, we'll set a base background colour */
  background-color: #74d04c; }

.ui-progress-bar .ui-progress span.ui-label {
  font-family: arial, sans-serif;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -khtml-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 14px;
  position: absolute;
  right: 0;
  line-height: 20px;
  padding-right: 12px;
  white-space: nowrap; }

.ui-progress-bar .ui-progress span.ui-label b {
  font-weight: bold; }

.ui-progress-bar.too-short .ui-progress {
  background-color: #555555 !important;
  border: 1px solid #333333;
  color: #fff;
  width: 33%; }

.ui-progress-bar.very-weak .ui-progress {
  background-color: #C83B0C !important;
  border: 1px solid #7E2009;
  color: #fff;
  width: 46%; }

.ui-progress-bar.weak .ui-progress {
  background-color: #FFA000 !important;
  border: 1px solid #BF8600;
  width: 59%; }

.ui-progress-bar.good .ui-progress {
  background-color: #B5EF00 !important;
  border: 1px solid #789E00;
  width: 72%; }

.ui-progress-bar.strong .ui-progress {
  background-color: #7df022 !important;
  border: 1px solid #209010;
  width: 85%; }

.ui-progress-bar.very-strong .ui-progress {
  background-color: #45F045 !important;
  border: 1px solid #15A015;
  width: 100%; }

.ui-autocomplete {
  z-index: 200 !important; }

.bbf-password-ext .ui-progress-bar {
  margin: 8px; }

.bbf-password-ext .flex {
  /* TODO: vymenit za obecnejsi flex-box */
  margin: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.bbf-password-ext .msg-panel span.progress {
  margin-bottom: 0; }

/* TODO: predalat na .password-progress-bar a vyhodit .msg-info */
/* TODO: .password-progress-bar do noveho souboru (oddelit od obecneho .ui-progress-bar) */
/*******************************************
  Upload info progress (.upload-info)
********************************************/
.upload-info {
  background-color: #f6f6f6;
  border: 1px solid #cccccc;
  padding: 10px;
  margin: 10px 0;
  border-radius: 2px; }

.upload-info div span {
  float: right;
  cursor: pointer;
  margin-top: -5px; }

.upload-info .ui-progressbar {
  height: 8px;
  width: 100%;
  margin-top: 5px; }

.upload-done {
  background-color: #eaf2de;
  border: 1px solid #c0da9e; }

.upload-in-progress {
  background-color: #fffbec;
  border: 1px solid #ffe69b; }

/*******************************************
  Form adjustmements
********************************************/
.ui-widget {
  font-size: 1em; }
  
.ui-dialog {
	margin-bottom: 20px;}

/* Backbone forms */
.bbf-form {}

.bbf-form ul {
  padding: 0; }

.bbf-form input {
  font-size: 1em; }

.bbf-field {
  margin: 0.5em 0; }

.bbf-field label {
  text-align: right;
  position: relative;
  right: 10px;
  top: 5px;}

.bbf-editorSelect input {
  width: 97%; }

.bbf-editorText input {
  width: 97%; }

.bbf-editorNumber input {
  width: 97%; }

.bbf-editorSelect select {
  width: 97%; }

.bbf-editorTextArea textarea {
  width: 97%; }

.bbf-editorPassword input {
  width: 97%; }

.bbf-editorFilepicker input {
  width: 24em; }

.bbf-editorCheckbox {
  padding-top: 5px; }

.bbf-monthyear {
  width: 24em; }

.monthYearInputMonth {
  width: 2em !important;;
}

.monthYearInputYear {
  width: 4em !important;;
}

.bbf-password-ext input {
  width: 24em; }

.bbf-password-ext > span {
  margin-left: .5em; }

.bbf-password-gen input {
  width: 24em; }

.bbf-password-gen button {
  margin-left: .5em; }

.bbf-timeinterval input {
  width: 8em; }

.bbf-treeselect input {
  width: 34em; }

.bbf-timeinterval select {
  width: 10em; }

.bbf-list {
  width: 100% !important;
  padding: 0; }

.bbf-list-add.ui-button {
  width: 100% !important; }

.bbf-field .bbf-editorCheckboxWithNote input {
  width: auto; }

.bbf-editorTextDisplay, .bbf-editorFileSizeDisplay, .bbf-editorCheckbox {
  padding-top: 5px;
  padding-bottom: 5px; }

.bbf-editorTextDisplay span {
  padding-left: 5px;
  font-weight: bold; }

.bbf-editorFileSizeDisplay span {
  padding-left: 5px;
  font-weight: bold; }

.bbf-editorTextDisplay a {
  color: #0064af; }

.gpd-pattern input {
  width: 24em; }

.note {
  color: #888;
  font-style: italic; }

.ui-dialog .note {
  margin-left: 0;
  padding-left: 0; }

.ui-dialog .bbf-form .note {
  margin-left: 0;
  padding-left: 0; }

.ui-dialog .bbf-form fieldset {
  padding-left: 32px; }

.bbf-field .bbf-editorCheckboxWithNote input {
  width: auto;
  margin-top: 6px; }

.bbf-editorCheckboxWithNote > span {
  display: block;
  padding-top: 1px; }

/* Conf > LDAP connection > Target domain */
.bbf-editorSelectList input {
  width: 24em; }

.bbf-editorSelectList span {
  margin-left: .5em;
  cursor: pointer; }

.bbf-field .bbf-editor.bbf-editorTreeList {
  padding-top: 5px; }

.bbf-radio li {
  padding-top: 4px; }

.bbf-radio label {
  position: relative;
  top: -1px;
  left: 2px;   }

/*******************************************
  File upload button (.b-button)
********************************************/
.b-button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  cursor: pointer;
  padding: 4px 15px;
  margin-left: 5px;
  margin-top: -4px;
  border: 1px solid #aaa;
  border-radius: 2px;
  background-color: #f5f5f5;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -48px; }

.b-button_hover {
  border-color: #fa0;
  box-shadow: 0 0 2px #fa0; }

.b-button__input {
  cursor: pointer;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  top: -4px;
  right: 0px;
  font-size: 1.1em !important;
  width: 25em !important;
  height: 1.1em;
  padding: 4px;
  position: absolute;
  z-index: 1000001; }

/*******************************************
  Buttons (.btn-*)
********************************************/
.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #aaa; 
}

/* TODO: odstranit gradienty */
.btn-ok {
  background-color: #568536 !important;
  border: 1px solid #568536;
  color: #e1ebda !important;
  background-image: none !important;
  margin-left: 2px;

  /*
  background: -webkit-linear-gradient(top, #89B36D, #568536) !important;
  background: -moz-linear-gradient(top, #89B36D, #568536) !important;
  background: -ms-linear-gradient(top, #89B36D, #568536) !important;
  background: -o-linear-gradient(top, #89B36D, #568536) !important;
  background: linear-gradient(top, #89B36D, #EE9880) !important; 
*/}


.btn-ok:active {
  background-color: #89B36D !important;
  background-image: none !important;
}

.btn-ok:hover, .btn-cancel:hover, .btn-ok:active, .btn-cancel:active {
  color: #fff !important; }

.btn-ok[disabled], .btn-cancel[disabled] {
  background: #aaa !important; 
  color: #eee !important; 
}
.btn-ok[disabled]:hover {
  color: #eee !important; 
}

.btn-cancel {
  background-color: #B44040 !important;
  color: #fae5df !important;
  background-image: none !important;
  border: 1px solid #B44040;
  margin-left: 2px;
}

.btn-cancel:active {
  background-color: #EE9880 !important;
  background-image: none !important;
  /*
  background: -webkit-linear-gradient(top, #B44040, #EE9880) !important;
  background: -moz-linear-gradient(top, #B44040, #EE9880) !important;
  background: -ms-linear-gradient(top, #B44040, #EE9880) !important;
  background: -o-linear-gradient(top, #B44040, #EE9880) !important;
  background: linear-gradient(top, #89B36D, #EE9880) !important; */}

/* ocicko na zobrazovani hesla */
/* TODO: zobecnit a prejmenovat */
.bbf-password-ext > span.eye {
  cursor: pointer;
  margin-left: 5px; }

.bbf-password-ext > span.eye img {
  margin-bottom: -2px; }

/*******************************************
  Configuration password form (#conf-passwd-form)
********************************************/
/* TODO: zobecnit a pouzit i na #password-display viz nize */
#conf-passwd-form {
  background-image: url("../images/ico22/key.png");
  background-repeat: no-repeat;
  background-position: 15px 8px;
  background-color: #fffbec;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ffcd36;
  width: 310px;
  padding: 10px 20px 10px 60px;
  white-space: nowrap; }

#conf-passwd-form label {
  color: #333;
  display: block;
  padding: 3px 2px; }

.multi-line-conf-passwd-form input {
  width: 90%; }

/*******************************************
  Filter (.filter)
********************************************/
.filter {
  margin: 10px 0px 10px 0px;
  position: relative;
  display: inline-block; }

.filter input {
  padding-right: 20px; }

.filter span {
  position: absolute;
  top: 5px;
  right: 6px;
  cursor: pointer;
  color: #666; }

.ui-dialog .filter {
  margin-top: 0px;
  margin-bottom: 1em; }

/*******************************************
  Input + button (.input-group)
********************************************/
.input-group button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -48px; }

/*******************************************
  Input + 2 buttons (.input-group-2-buttons)
********************************************/
.input-group-2-buttons input {
  padding-right: 110px !important;
}

.input-group-2-buttons button:nth-of-type(1) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-left: -100px;
}

.input-group-2-buttons button:nth-of-type(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -5px;
}

/*******************************************
  BBF form primo na strance (.onpage-bbf-form)
********************************************/
.onpage-bbf-form {
  width: 50em; }

.onpage-bbf-form label {
  color: #333;
  float: none !important;
  position: static !important;
  text-align: left !important; }

.onpage-bbf-form .bbf-editorPasswordExt, .onpage-bbf-form .bbf-editorText,
.onpage-bbf-form .bbf-editorCheckbox {
  margin: 0 !important;
  padding: 0 !important; }

.onpage-bbf-form .bbf-editorCheckbox {
  display: inline; }

.onpage-bbf-form .bbf-editorText input {
  width: 70%; }

.onpage-bbf-form .bbf-editorPasswordExt input {
  width: 70%; }

.onpage-bbf-form #fdn {
  width: 24em; }

/* zarovnani msg hlasek ve formulari pod fieldy */
.onpage-bbf-form .bbf-field .msg-error {
  width: 19.6em; }

.onpage-bbf-form .msg-info {
  width: 22em; }

/* NEW: */
.onpage-bbf-form .password-progress-bar {
  width: 310px; }

/*******************************************
  Get Password form (.passwords-form)
********************************************/
.passwords-form {
  margin: 20px 0;
  white-space: nowrap; }

.passwords-form label {
  display: block;
  color: #666;
  margin-bottom: 5px; }

.passwords-form button {
  height: 40px;
  font-size: 1.4em; }

.passwords-form .passwords-input {
  height: 20px;
  padding: 9px;
  font-size: 1.4em;
  width: 580px; }

.passwords-form .time-input {
  width: 50px; }

.passwords-form .date-input {
  width: 85px; }

.passwords-form > section > div {
  display: inline-block;
  margin-right: 10px; }

.passwords-form input[readonly] {
  background-color: #f6f6e6; }

/*******************************************
  Search (.search-form)
********************************************/
.search-form div {
  display: block;
  margin: 5px 0px 5px 0px; }

.search-form input {
  width: 439px;
  margin: 10px 0px 10px 0px; 
  padding-right: 55px;}

.search-form .additional-info {
  padding-left: 55px;
  font-family: Verdana,Arial,sans-serif; }

.search-form .additional-info .info-title {
  color: #777 !important;
  font-weight: bold; }

/*******************************************
  Login form (.login-form)
********************************************/
.login-form label {
  display: block;
  font-weight: bold;
  padding-bottom: 4px; }

/*******************************************
  User form
********************************************/
.user-management ~ .ui-dialog .bbf-form .bbf-field label {
  left: 0px;
  position: relative; }

.user-management ~ .ui-dialog .bbf-form .bbf-field .bbf-editor {
  padding-left: .6em; }

.user-management ~ .ui-dialog .bbf-form #leftColumn{
  width: calc(50% - 5px);
  float: left; }

.user-management ~ .ui-dialog .bbf-form #rightColumn{
  width: calc(50% - 5px);
  float: right; }

/*******************************************
  tabAble forms
*******************************************/
.tabsForm{
  border-color: #e1e1e1;
}

.tabsFormHeader label{
  width: calc(30% - 25px);
}

.tabsFormHeader div.bbf-editor{
  width: calc(69% + 40px);
  margin-left: calc(30% - 25px);
}

.tabsFormContent{
  margin-top: 10px;
  padding: 0px !important;
}

.fieldSetNames{
  float: left;
  width: calc(25% - 1px);
  background-color: #fafafa;
  border-right: 1px solid #e1e1e1;
}

.fieldSetNames ul {
  margin: 0px;
}

.fieldSetName {
  list-style: none;
  font-size: 1em;
  padding: .6em 1em;
  border: 0px solid #e1e1e1;
  border-bottom-width: 1px;
  border-collapse: collapse;
  cursor: pointer;
  text-align:right;
}

.fieldSetName.first{
  border-top-left-radius: 4px;
}

.fieldSetName.active{
  background:#cccccc;
}

.fieldSetDisplay{
  float: right;
  width: 75%;
}

.fieldSetDisplay fieldset{
  display:none;
  border: none;
  margin: 0px;
  padding: 0px 7px 0px 35px !important;
}

.fieldSetDisplay fieldset .bbf-field{
  min-height: 27px;
}

.fieldSetDisplay fieldset fieldset.innerFieldSet {
  display: block !important;
  border: 1px solid #e1e1e1 !important;
  border-radius: 2px;
  margin: 0 0 16px 0 !important;
  padding-left: 20px !important;
  position: relative;
  left: -20px;
  width: calc(100% - 15px);
}

.fieldSetDisplay fieldset fieldset.innerFieldSet .bbf-editor{
  position: relative;
  left: 4px;
}

.fieldSetDisplay a.formLink{
  float: right;
  text-align: right;
  margin: 10px 13px 10px 0px;
  color: #0064af;
  font-weight: bolder;
}

.fieldSetDisplay a.formLink:hover{
  border-bottom: 3px solid #ffcd36;
  margin-bottom: 7px;
}

.fieldSetDisplay .info-panel, fieldset .info-panel {
  background-color: #d6e5ee;
  border: 1px solid #6da6c7; 
  padding: 7px 10px;
  margin: 10px 10px 0px 0px;
  border-radius: 2px;
}

.domain div.fieldSetNames{
  width: calc(30% - 1px);
}

.domain div.fieldSetDisplay{
  width: 70%;
}

div.domainPolicy {
  border: 0px !important;
  float: left;
  width: 64%;
  top:-13px;
}

.fieldSetDisplay fieldset fieldset.innerFieldSet.cfgPolicy {
  width: 30%;
  float: right;
  background-color: #f3f3f3;
  margin-top: 18px !important;
}

.bbf-field.policy label{
  width: 47%;
}

.bbf-field.policy div {
  width: 50%;
  margin-left: 47%;
}

.bbf-field.policyCFG label {
  width: 70%;
}

.bbf-field.policyCFG div {
  width: 30%;
  margin-left: 70%;
}

/*******************************************
  Breadcrumb (.breadcrumb)
********************************************/
.breadcrumb {
  list-style: none;
  overflow: hidden;
  padding: 0;
  font: 18px Helvetica, Arial, Sans-Serif; }

.breadcrumb {
  white-space: nowrap;
  min-width: 600px; }

.breadcrumb li {
  float: left; }

.breadcrumb li a {
  text-decoration: none;
  padding: 7px 10px 7px 23px;
  position: relative;
  display: block;
  float: left; }

.breadcrumb li a span {
  font-size: 0.9em; }

.breadcrumb li.child-first a {
  padding: 7px 0 7px 0;
  z-index: 5; }

.breadcrumb li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 19px solid transparent;
  border-left: 15px solid #79a63f;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  left: 100%;
  z-index: 5; }

.breadcrumb li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 0 solid transparent;
  border-left: 15px solid white;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  margin-left: 1px;
  left: 100%;
  z-index: 1; }

.breadcrumb li.child-first a {
  padding-left: 10px;
  z-index: 5;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px; }

.breadcrumb-tiny {
  font-size: 12px; }

.breadcrumb li a {
  color: #fff;
  background: #79a63f; }

.breadcrumb li.child-2 a {
  background-color: #93bf58;
  z-index: 4; }

.breadcrumb li.child-2 a:after {
  border-left-color: #93bf58;
  z-index: 4; }

.breadcrumb li.child-3 a {
  background-color: #abcd7d;
  z-index: 3; }

.breadcrumb li.child-3 a:after {
  border-left-color: #abcd7d;
  z-index: 3; }

.breadcrumb li.child-4 a {
  background-color: #c3dba2;
  z-index: 2; }

.breadcrumb li.child-4 a:after {
  border-left-color: #c3dba2;
  z-index: 2; }

.breadcrumb li.child-5 a {
  background-color: #dbe9c7;
  z-index: 1; }

.breadcrumb li.child-5 a:after {
  border-left-color: #dbe9c7;
  z-index: 1; }

.breadcrumb li a:hover {
  background-color: #5e8131; }

.breadcrumb li a:hover:after {
  border-left-color: #5e8131; }

.breadcrumb-tiny li a {
  color: #000;
  background: #bbb; }

.breadcrumb-tiny li a:hover {
  background-color: #ccc; }

.breadcrumb-tiny li a:hover:after {
  border-left-color: #ccc; }

.breadcrumb-tiny li a:after {
  border-left: 15px solid #bbb; }

.breadcrumb-tiny li li a:after {
  background: #bbb; }

.breadcrumb-tiny li.child-2 a {
  background: #ddd;
  z-index: 4; }

.breadcrumb-tiny li.child-2 a:after {
  border-left-color: #ddd;
  z-index: 4; }

.breadcrumb-tiny li.child-3 a {
  background: #ccc;
  z-index: 3; }

.breadcrumb-tiny li.child-3 a:after {
  border-left-color: #ccc;
  z-index: 3; }

.breadcrumb-tiny li.child-4 a {
  background: #eee;
  z-index: 2; }

.breadcrumb-tiny li.child-4 a:after {
  border-left-color: #eee;
  z-index: 2; }

.breadcrumb-tiny li.child-5 a {
  background: #f5f5f5;
  z-index: 1; }

.breadcrumb-tiny li.child-5 a:after {
  border-left-color: #f5f5f5;
  z-index: 1; }

.breadcrumb li.child-last a {
  background-color: transparent;
  color: black;
  pointer-events: none;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 800px; }

.breadcrumb li.child-last a:after {
  border: 0px; }

.breadcrumb li a.icon {
  background-repeat: no-repeat;
  background-position: 20px 55%;
  background-blend-mode: overlay;
  padding-left: 45px; }

/* TODO: ikony do jineho souboru, kde se budou resit jen ikony nezavisle na tom, kde jsou pouzity */
/* presunout do icons.css */
.icon.safe {
  background-image: url("../images/ico20/safe.png"); }

.icon.safe-group {
  background-image: url("../images/ico20/safe-group.png"); }

.icon.account {
  background-image: url("../images/ico20/account.png"); }

.icon.account2 {
  background-image: url("../images/ico20/account2.png"); }

.icon.credit-card {
  background-image: url("../images/ico20/credit-card.png"); }

.icon.certificate {
  background-image: url("../images/ico20/certificate.png"); }

.icon.file {
  background-image: url("../images/ico20/file.png"); }

.icon.external-file {
  background-image: url("../images/ico20/external-file.png"); }

.icon.usertags {
  background-image: url("../images/ico20/usertags.png"); }

.breadcrumb li a.icon.whitebox {
  background-image: url("../images/ico22/white-envelope-28.png");
  background-size: 28px;
  padding-left: 55px; }

.breadcrumb li a.icon.whitebox.closed {
  background-image: url("../images/ico22/white-envelope-closed.png"); }

.breadcrumb li a.icon.whitebox.opened {
  background-image: url("../images/ico22/white-envelope-opened.png"); }

/*******************************************
  Dropdown menu (.dropdown) - Bootstrap
********************************************/
.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: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -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: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  background-color: #FFDE72; }

.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: #777777; }

.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-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap; }

.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 {
    left: auto;
    right: 0; }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
/*******************************************
  Main navigation (#nav)
********************************************/
#nav a {
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  color: #353535;
  display: block;
  padding: 10px 20px 10px 65px;
  background-repeat: no-repeat;
  background-position: 30px 7px; }

#nav a:hover {
  color: #000; }

#nav .active {
  background-color: #ffcd35;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffcd35), to(#fff0b4));
  background: -webkit-linear-gradient(top, #fff0b4, #ffcd35);
  background: -moz-linear-gradient(top, #fff0b4, #ffcd35);
  background: -ms-linear-gradient(top, #fff0b4, #ffcd35);
  background: -o-linear-gradient(top, #fff0b4, #ffcd35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0b4', endColorstr='#ffcd35'); }

#nav {
  padding: 0;
  margin: 0;
  background-color: #e4eed6; }

#nav li {
  list-style-type: none;
  border-top: 1px solid #acb3a1;
  border-top: 1px solid #fff; }

#nav > li > ul {
  padding-left: 0px; }

#nav > li > ul > li > a {
  padding: 10px 20px 10px 75px;
  background-position: 40px 7px;
  white-space: nowrap; }

#nav > li > a > img {
  float: right;
  margin-top: 2px; }

/* TODO: presunout do icons.css */
#nav .nav-swb {
  background-image: url("../images/ico22/swb.png"); }

#nav .nav-start {
  background-image: url("../images/ico22/start.png"); }

#nav .nav-stations {
  background-image: url("../images/ico22/station.png"); }

#nav .nav-passwords {
  background-image: url("../images/ico22/get-pswd.png"); }

#nav .nav-tickets {
  background-image: url("../images/ico22/tickets.png"); } 

#nav .nav-agent-conf {
  background-image: url("../images/ico22/agent-conf.png"); }

#nav .nav-downloads {
  background-image: url("../images/ico22/downloads.png"); }

#nav .nav-about {
  background-image: url("../images/ico22/about.png");
  background-color: #a0c76d; }

#nav .nav-license {
  background-image: url("../images/ico22/license.png");
  background-color: #a0c76d; }

#nav .nav-docu {
  background-image: url("../images/ico22/documentation.png");
  background-color: #a0c76d; }

#nav .nav-audit {
  background-image: url("../images/ico22/audit-log.png"); }

#nav .nav-status {
  background-image: url("../images/ico22/server-status.png");
  background-color: #a0c76d; }

#nav > .active > a.nav-status, #nav > .active > a.nav-about, #nav > .active > a.nav-license{
  background-color: transparent;}

#nav .nav-password-safe {
  background-image: url("../images/ico22/safe.png"); 
  background-position-y: center;}

#nav .nav-reports {
  background-image: url("../images/ico22/reports.png"); }

#nav .nav-audit-reports {
  background-image: url("../images/ico22/audit.png"); }

#nav .nav-access-report {
  background-image: url("../images/ico22/access-to-records.png") !important;}

#nav .nav-safebox-access-report {
  background-image: url("../images/ico22/access-to-safeboxes.png") !important;}

#nav .nav-passwords-report {
  background-image: url("../images/ico22/passwords-audit.png"); }

#nav .nav-password-search-report {
  background-image: url("../images/ico22/search.png"); }

#nav .nav-templates-report {
  background-image: url("../images/ico22/permission-templates-report.png"); }

#nav .nav-user-permissions-report {
  background-image: url("../images/ico22/permissions-report.png"); }

#nav .nav-watching-report {
  background-image: url("../images/ico22/watching-report.png"); }

#nav .nav-deleted-report {
  background-image: url("../images/ico22/deleted.png"); }

#nav .nav-dashboard {
  background-image: url("../images/ico22/favorites.png"); }

#nav .nav-search {
  background-image: url("../images/ico22/search.png"); }

#nav .nav-whitebox {
  background-image: url("../images/ico22/white-envelope.png");
  background-size: 22px; }

#nav .nav-whiteboxes {
  background-image: url("../images/ico22/white-envelopes.png");
  background-size: 22px; }

#nav .nav-groups {
  background-image: url("../images/ico22/groups.png"); }

#nav .nav-browse {
  background-image: url("../images/ico22/browse.png"); }

#nav .nav-user-settings {
  background-image: url("../images/ico22/user-settings.png"); }

#nav .nav-deleted {
  background-image: url("../images/ico22/deleted.png"); }

#nav .nav-user-management {
  background-image: url("../images/ico22/ldap.png"); }

.nav-head {
  background-color: #a0c76d; }

/*******************************************
  Local navigation (.nav-local)
********************************************/
.nav-local {
  padding-bottom: 10px;
  vertical-align: middle;
  line-height: 30px; }

.nav-local a, .nav-local input, .nav-local label {
  line-height: 30px;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle; }

.nav-local a {
  border-bottom: 3px solid #fff;
  /*padding: 5px;*/ }

.nav-local input {
  margin-right: 7px; }

.nav-local label {
  border-bottom: 3px solid #fff;
  padding: 5px 5px 5px 0px;
  color: #0064af; }

.nav-local a:hover, .nav-local label:hover {
  border-bottom: 3px solid #ffcd36; }

.nav-local .nav:before {
  content: "|";
  color: #aaa;
  margin-right: 5px; }

.nav-local:after {
  content: "|"; 
  color: #aaa; }

  .nav-local img {
    vertical-align: middle;
  }

/*******************************************
  Tabs (.nav-tabs)
********************************************/
ul.nav-tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 32px !important;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px; }

ul.nav-tabs li {
  float: left;
  margin: 0;
  padding: 0;
  height: 31px;
  line-height: 31px;
  border: 1px solid #ccc;
  border-left: none;
  margin-bottom: -1px;
  background: #eee;
  overflow: hidden;
  position: relative;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;}

ul.nav-tabs li a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 0 20px;
  border: 1px solid #fff;
  outline: none;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;}

ul.nav-tabs li a:hover {
  background: #ddd; }

ul.nav-tabs li.active, ul.nav-tabs li.active a:hover {
  background: #fff;
  border-bottom: 1px solid #fff;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px; }

.tab {
  display: none; }

.tab.active {
  display: block;
  padding-top: 35px; }

ul.nav-tabs li a.windows, ul.nav-tabs li.active a.windows, ul.nav-tabs li a.windows:hover, ul.nav-tabs li.active a:hover.windows {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 6px 3px;
  background-image: url("../images/ico22/windows.png"); }

ul.nav-tabs li a.linux, ul.nav-tabs li.active a.linux, ul.nav-tabs li a.linux:hover, ul.nav-tabs li.active a.linux:hover {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 6px 3px;
  background-image: url("../images/ico22/linux.png"); }

ul.nav-tabs li a.mac, ul.nav-tabs li.active a.mac, ul.nav-tabs li a.mac:hover, ul.nav-tabs li.active a.mac:hover {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 6px 3px;
  background-image: url("../images/ico22/mac.png"); }

/*******************************************
  Accordion (.ui-accordion)
********************************************/
.ui-accordion-header {
  background-image: none !important; }

h3.acc-light {
  background-color: #fdfdfd !important;
  border: none; }

h3.acc-dark {
  background-color: #f5f5f5 !important;
  border: none; }

h3.acc-fieldset {
  background-color: #e5e5e5 !important;
  border: none;
  color: #333;
  font-weight: bold; }

.ui-accordion-header > strong {
  position: absolute;
  left: 450px; }

.ui-accordion-header > a {
  color: #000; }

div.ui-accordion-content-active {
  border: none;
  background-image: none !important;
  background-color: #E4EED6 !important; }

h3.ui-state-active {
  border: none;
  background-image: none !important;
  background-color: #D3DCC6 !important; }

.cfg-instances > h3.ui-state-active {
  background-color: #e0e5e9 !important; }

.cfg-instances > h3 {
  font-weight: bold; }

.cfg-instances > div.ui-accordion-content-active {
  background-color: #fff !important;
  background-color: #e0e5e9 !important; }

.ui-accordion-header .ui-state-default, .ui-widget-content .ui-state-default, h3.ui-accordion-header.ui-state-active {
  border: 0 !important; }

/*******************************************
  Slick grid styles and adjustmements
********************************************/
.slick-row {
  line-height: 1.4em; }

.slick-row.odd { background-color: #fff; }
.slick-row.even { background-color: #eee; }

.slick-sort-indicator-asc {
  background: url(images/sort-asc.png); }

.slick-sort-indicator-desc {
  background: url(images/sort-desc.png); }

.slick-cell.r0 {
  border-left: none; }

.slick-cell {
  border-right: none; /* 1px solid silver; */
  vertical-align: middle; }

.slick-headerrow-column {
  border-right: 1px solid red;
  background-color: #333; }

.slick-header-column.ui-state-default {
  border-right: 1px solid #666;
  color: #fff !important;
  background-color: #333 !important;
  background-image: none !important; }

.slick-header-columns {
  border: 0px;
  border-left: 1px solid #666 !important;
  background-color: #333; }

.slick-header {
  border: 0px !important; }

.slick-cell a {
  display: inline;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden; }

.slick-header {
  background-image: none !important;
  background-color: transparent !important; }

.slick-cell.selected {
  border-color: transparent !important;
  background-color: #fff0b0; }

.slick-cell.selected:hover {
  background-color: #ffde72;  
}
  
  

.slick-cell-checkboxsel {
  text-align: center; }

div.slick-cell.column-time {
  text-align: right; }

.slick-viewport {
  overflow-x: hidden !important; }

/* dodatecna informace k slickGridu */
.row-count {
  color: #555555;
  padding-top: 10px;
}

.slick-row.active { border-color: #ccc!important; background-color: #ffd246; }

.slick-row.disabled { color: #555;}
.slick-row.disabled a { color: #555;}

.slick-row em { font-weight: bold; }
.slick-row a:hover { text-decoration: underline; }

/* logs page */
div.log_lvl_error.slick-row {
  background-color: #ffe0d0; }

div.log_lvl_warn.slick-row {
  background-color: #ffffd0; }

div.log_lvl_info.slick-row {
  background-color: #dfefff; }
  
div.log_lvl_info div.cell-icon img, div.log_lvl_debug div.cell-icon img, div.log_lvl_error div.cell-icon img, div.log_lvl_debug div.cell-icon img {
    vertical-align: middle;
    margin-top: -1px;
}

.audit .slick-cell img {
  padding-top: 0px;
  padding-bottom: 0px; }

.audit .slick-cell img {
  vertical-align: middle;
  margin-top: -1px; }
  
/*******************************************
  Audit records stats
********************************************/
.audit-recods-stats{
  position: absolute;
  max-width: 800px;
  z-index: 99;
  left: 450px;
  bottom: 0;
  min-width: 600px;
}

.audit-recods-stats span{
  position: relative;
  padding: 0px 30px 0px 5px;
  top: 0;
  right: 0;
  color:black;
  font-weight: bold;
}


/*******************************************
  Account detail table (.acc-detail)
********************************************/
table.acc-detail {
  position:relative;
}

table.acc-detail, table.group-detail {
  width: 850px;
}

table.acc-detail td.fieldLabel, table.group-detail td.fieldLabel {
  font-weight: bold;
  width: 200px;
  vertical-align: middle;
}

.acc-detail td, .acc-detail th {
  text-overflow: ellipsis !important;
}

.acc-detail td.fieldValue {
  max-width: 400px;
  text-overflow: ellipsis;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

table.group-detail {
  margin-bottom: 1em;
}

table .copy-btn {
  background-color: #dde;
  padding: 4px 10px;
  margin-top: -5px;
  margin-bottom: -5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #bbe;
  color: #555;
  font-weight: bold;
  cursor: pointer;
  display: none; 
  user-select: none;
}

table.acc-detail .copy-btn {
  right: 0px;
  position: absolute;
}

table.userdetail .copy-btn {
  right: 0px;
  position: absolute;   
}

table td:hover > .copy-btn {
  display: inline-block;
}

table td:hover div:hover > .copy-btn {
  display: inline-block;
}

table td:hover .copy-btn:hover {
  background-color: #dde;
  color: #000;
}

#record-form .copyable:hover span:first-of-type {
  background-color: #ddd;
}

/*******************************************
  Download table (.download-table)
********************************************/
.download-table {
  margin-top: 10px; }

.download-table th {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 6px 3px; }

.download-table td {
  vertical-align: middle; }

.download-table th.windows {
  background-image: url("../images/ico22/windows_white.png"); }

.download-table th.mac {
  background-image: url("../images/ico22/mac_white.png"); }

.download-table th.linux {
  background-image: url("../images/ico22/linux_white.png"); }

.download-table th.andriod {
  background-image: url("../images/ico22/andriod.png"); }

.download-table th.ios {
  background-image: url("../images/ico22/ios.png"); }

/*******************************************
  Borderless grid (#search-grid)
********************************************/
#search-grid {
  min-width: 600px;
  height: 400px;
  overflow-x: hidden; }

#search-grid .slick-header-columns {
  display: none; }

#search-grid .slick-cell {
  border: none !important;
}

#search-grid .safe-name {
  background-color: lightgray;
  color: gray; 
}

#search-grid ~ .grid-message {
  left: unset !important; }

/*******************************************
  Borderless grid (#search-grid)
********************************************/
#report-grid {
  min-width: 900px;
  height: 400px;
  overflow-x: hidden; }

#report-grid .slick-header-columns {
  border: 0px;
  border-bottom: 1px solid #aaa;
  background-color: #fff; }

#report-grid .slick-header-column {
  border-right: 0px;
  color: #777 !important;
  background-color: #fff !important;
  background-image: none !important;
  font-weight: bold; }

#report-grid .slick-cell {
  border: none !important;
  vertical-align: middle; 
  padding: 2px 4px 0px 4px;}
  
#report-grid .slick-cell img {
    vertical-align: middle;
    position: relative;
    top: -2px;}

#report-grid .safe-name {
  color: gray; }
  
#report-grid .safe-row {
  color: gray; 
  background-color: #f0ffed;
}

#report-grid ~ .grid-message {
  left: unset !important; }

#report-grid .toggle {
  height: 9px;
  width: 9px;
  display: inline-block;
  cursor: pointer; }

#report-grid .toggle.expand {
  background: url(images/expand.gif) no-repeat center center; }

#report-grid .toggle.collapse {
  background: url(images/collapse.gif) no-repeat center center; }

#report-grid .slick-sort-indicator-asc {
  background: url(images/sort-asc-dark.png); }

#report-grid .slick-sort-indicator-desc {
  background: url(images/sort-desc-dark.png); }

#report-grid .duplicateRecords {
  cursor: pointer; }

#report-grid .copy-box-link {
  cursor: pointer; }

/*******************************************
  Note in table (.table-note)
********************************************/
.table-note {
  max-height: 100px;
  display: inline-block;
  overflow: auto; }

/*******************************************
  User detail table (.userdetail)
********************************************/
table.userdetail {
  width: 550px; }

.userdetail td, .userdetail th {
  text-overflow: ellipsis !important;
  vertical-align: top;
  padding: 4px;
  font-weight: normal;
  padding-right: 8px; }

.userdetail td.key {
  min-width: 150px;
  width: 1%; }

.userdetail td.val {
  max-width: 400px;
  text-overflow: ellipsis;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.userdetail td.important {
  font-weight: bold; }

/*******************************************
  Tree browser grid
********************************************/
.slick-cell .safebox-group {
  text-decoration: none;
  color: #0064af;
  cursor: pointer; }

.ui-dialog:not(.dialog-danger) .ui-dialog-content {
  padding: 1em; }

/*******************************************
  Badge (.badge) - Bootstrap
********************************************/
.badge {
  display: inline-block;
/*  font-size: 11.844px; */
  font-size: 14px;
/* font-weight: bold; */
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  padding-right: 9px;
  padding-left: 9px;  
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.badge-header  {
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding: 4px 8px;
}

.slide-bck-center {
	-webkit-animation: slide-bck-center 4.0s infinite;
	        animation: slide-bck-center 4.0s infinite;
}

@-webkit-keyframes slide-bck-center {
  0%,5%,100% {
    -webkit-transform: translateZ(0px);
  }
  2.5% {
    -webkit-transform: translateZ(200px);
  }
}
@keyframes slide-bck-center {
  0%,5%,100% {
    transform: translateZ(0px);
  }
  2.5% {
    transform: translateZ(200px);
  }
}

.badge:empty {
  display: none; }

a.badge:hover, a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.badge-important {
  background-color: #b94a48; }

.badge-important[href] {
  background-color: #953b39; }

.badge-warning {
  background-color: #f89406; }

.badge-warning[href] {
  background-color: #c67605; }

.badge-success {
  background-color: #468847; }

.badge-success[href] {
  background-color: #356635; }

.badge-success:hover {
  background-color: #468847;
  cursor: default; }

.badge-info {
  background-color: #3a87ad; }

.badge-info[href] {
  background-color: #2d6987; }

.badge-inverse {
  background-color: #333333; }

.badge-inverse[href] {
  background-color: #1a1a1a; }

.badge-transparent {
  color: #000;
  background-color: transparent; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-mini .badge {
  top: 0; }

/*******************************************
  Odkazy na help v Konfiguraci (.help-link)
********************************************/
/* TODO: predelat na icon-help a dat do icons.css */
.help-link {
  float: right;
  text-align: right;
  padding-left: 20px;
  background-image: url("../images/ico16/help.png");
  background-repeat: no-repeat; }

.ui-widget-content a.help-link {
  color: #0064af; }

/*******************************************
  Odkazy s ikonou (.link-container)
********************************************/
/* napr. v Konfiguraci*/
.link-container {
  line-height: 30px;
  height: 30px; }

.link-container img {
  margin-top: -1px; }

.link-container a {
  margin-right: 1.5em; }

/*******************************************
  LDAP Connectors links
********************************************/
/* TODO: predelat na icon-.... a presunout do icons.css */
.link-GENERIC, .link-AD, .link-EDIR, .link-EMBEDDED, .link-AZUREAD {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: 0 1px; }

.link-GENERIC {
  background-image: url("../images/ldap.png"); }

.link-AD {
  background-image: url("../images/mad.png"); }

.link-EDIR {
  background-image: url("../images/edir.png"); }

.link-EMBEDDED {
  background-image: url("../images/apacheds.png"); }

.link-AZUREAD {
  background-image: url("../images/azureAd.png"); }
/*******************************************
  Spec. LDAP Connectors titles  in accordion (.cfgt-title)
********************************************/
.cfgt-title, .cfgt-icon, .cfgt-ipaddr, .cfgt-connector {
  display: block;
  float: left;
  text-align: left; }

.cfgt-title, .cfgt-ipaddr, .cfgt-connector {
  padding-right: 1em; }

.cfgt-title {
  min-width: 15em; }

.cfgt-icon {
  width: 10px; }

.cfgt-ipaddr {
  min-width: 8em; }

.cfgt-connector {
  min-width: 15em; }

/*******************************************
  Tag (.tag)
********************************************/
/* NEW: zatim nepouzito - pripraveno pro tagy (nahrada za fld-tags) */
.tags {
	margin:0;
	padding:0;
	list-style:none;
    display: inline-block;
	}

.tags li {
	height:20px;
	line-height:20px;
	position:relative;
	font-size:0.8em;
    font-weight: bold;
    font-family: Verdana,Arial,sans-serif;
    margin-bottom: 1px;
    margin-top: 1px;
    display: inline-block;
}


.tags li {
	margin-left:20px;
	padding:0 10px 0 12px;
	background:#ffcd36;
	color:#000;
	text-decoration:none;
	-moz-border-radius-bottomright:2px;
	-webkit-border-bottom-right-radius:2px;	
	border-bottom-right-radius:2px;
	-moz-border-radius-topright:2px;
	-webkit-border-top-right-radius:2px;
	border-top-right-radius:2px;
} 

.tags li:before{
	content:"";
	position:absolute;
	top:0;
	left:-12px;
	width:0;
	height:0;
	border-color:transparent #ffcd36 transparent transparent;
	border-style:solid;
	border-width:10px 12px 10px 0;
}

.tags li:after{
	content:"";
	position:absolute;    
	left:0;   
	top:10px;
	width:4px;
	height:4px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#fff;
	-moz-box-shadow:-1px -1px 2px #004977;
	-webkit-box-shadow:-1px -1px 2px #004977;
	box-shadow:-1px -1px 2px #004977;
	}
/*
.tags li:hover{background:#555; color: #fff;}	
.tags li:hover:before{border-color:transparent #555 transparent transparent;}
*/
.tags.usertags li { background-color: #afd9ef }
.tags.usertags li:before { border-color:transparent #afd9ef transparent transparent; } 

/**************************************************************************************
  SHAME CSS :-(
***************************************************************************************/
.grid-ico {
  text-align: center; }

/* bylo u table */
/* NASTAVOVANI RUZNYCH SIREK a VYSEK*/
/*  ... gridu */
#group-grid {
  width: 900px;
  height: 400px; }

  #group-grid .slick-cell:hover { cursor: pointer; }
  #search-grid .slick-cell:hover { cursor: pointer; }
  #account-grid .slick-cell:hover { cursor: pointer; }
  
  #group-grid .slick-cell:hover a { text-decoration: underline; }
  #search-grid .slick-cell:hover a { text-decoration: underline; }
  #account-grid .slick-cell:hover a { text-decoration: underline; }
  

#search-grid .safe-name { color: #0064af; background-color: transparent; }


#account-grid {
  min-width: 600px;
  width: 90%;
  height: 400px; }

/*  ... filtru */
.groups-page.filter input {
  width: 450px; }
  
#search-filter {
  margin-left: 30px;
}
 
#search-filter input {
  width: 395px;
}

/**************************
 users-usertags-filter
***************************/
#users-usertags-filter {
  padding-left: 8px;
  
  margin: 10px 0px 10px 0px;
  position: relative;
  display: inline-block;
}

#users-usertags-filter .input-empty {
  width: 376px;
  cursor:default;
}

#users-usertags-filter .input-filled {
  width: 338px;
  cursor:default;
  padding-right: 22px;
  padding-left: 24px;
}

#users-usertags-filter span {
  position: absolute;
  top: 5px;
  right: 6px;
  cursor: pointer;
  color: #666; }

#users-usertags-filter .filtered-by-icon {
  position: absolute;
  padding: 6px;
  display: none;
}

/**************************/

.group-page.filter input {
  width: 434px; }

.editgroup-page.filter input {
  width: 276px; }

/* ...inputu */
.usermanagement input {
  width: 474px; }

.safe-deleted input {
  width: 606px; }

#loginform input {
  width: 335px; }

/* Login */
div.logview.filter input {
  width: 380px; }

/* ...tabulek */
.logs-table {
  width: 310px;
  overflow-y: auto;
  max-height: 496px; }

.logs-table table {
  width: 100%; }

.about-table {
  width: auto;
  margin-bottom: 40px; }

/* ...celych stranek */
.content-dwn {
  width: 700px; }

@media screen and (max-width: 960px) {
  .box-dwn-tiny, .content-dwn {
    width: 80%; } }
@media screen {
  /* FIXME: Co to je? Proc je v @media screen */
  #preloader {
    position: absolute;
    left: -9999px;
    top: -9999px; }

  #preloader img {
    display: block; } }

.ui-widget-content .help-content a {
  color: #0064af;
}

.safe-deleted-record {
  text-decoration: line-through !important;
}

.capswarn {
  display: none;
  color: red;
  font-weight:bold;
}

.ui-dialog .ui-dialog-titlebar-help {
    position: absolute;
    right: 3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    height: 20px;
}

span#search-password-entropy-value img {
    position: relative;
    top: 3px;
    right: -3px;}

/*# sourceMappingURL=style.css.map */

.shadow {
    -webkit-box-shadow: 4px 4px 16px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 4px 4px 16px 0px rgba(0,0,0,0.25);
    box-shadow: 4px 4px 16px 0px rgba(0,0,0,0.25);
}

.columns2 {
  -webkit-columns: 2 820px;
     -moz-columns: 2 820px;
          columns: 2 820px;
          column-gap: 30px;
          column-fill: auto;
          
  max-width: 1700px;  
}

.status-section { width: 800px; padding: 10px; margin: 10px; display: inline-table;  }
.msg-ico {
    float: right;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    top: 2px;
}

.spacer-small { display: inline-block; width: 1em; }
.margin-top-0 { margin-top: 0; }

.border-light { border: 1px solid #ccc; }

.table .label-column { width: 250px; font-weight: bold; }
.table .number-column { width: 10em; text-align: right; }
.table .description-column {  }

.switch-field {
	overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
  float: left;
}

.switch-field label span {
  display: inline-block;
  min-width: 60px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field label span:hover {
	cursor: pointer;
}

.switch-field input:checked + span {
  background-color: rgb(245, 193, 96);
  -webkit-box-shadow: none;
  box-shadow: none;
	display: block;
}

.switch-field input:checked + span.green {
  background-color: rgb(117, 235, 117);
}

.switch-field input:checked + span.red {
  background-color: rgb(245, 148, 148);
}

.switch-field label:first-of-type {
  border-radius: 2px 0 0 2px;
}

.switch-field label:last-of-type {
  border-radius: 0 2px 2px 0;
}
#nav-status .badge {margin-left: .5em; }

#approval-text{
	max-width: 900px;
  background-repeat: no-repeat;
  background-position: 10px .5em;
  background-color: #ffffda;
  border: 1px solid #f9f9b6;
  padding-left: 30px;
  padding: .5em;
  margin-top: .5em;
  margin-right: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; 
}

.docu-link {
  position: fixed;
  top: 108px;
  right: 20px;
}	

.cell-prefer-hidden {
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.cell-prefer-hidden:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}
.cell-prefer-pinned:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: pointer;
}

.row-delete img:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.row-action { 
}

.row-action img { 
  margin-left: 22px;
}

.row-action img:hover { 
  background: #F5F7D7;
}

.not-allowed {
  cursor: not-allowed!important;
}

/* change to more subtle highlight */
.introjs-helperLayer{ background-color:rgba(255,255,255,.3) }
.introjs-tooltip{	max-width: 800px; }
.introjs-floating{ min-width: 450px; }
.introjs-floating div ul li{ padding-bottom: 5px; max-width:740px;width: max-content;}
.introjs-floating div ul li ul {padding-top: 5px;}
.introjs-floating div ul li ul li {max-width: 680px;}
#intros-nav .nav { padding-left: 8px; }

/*.copyable { white-space: pre }*/

/* set max-width to dialog which are not forms */
.ui-dialog:not(.ui-resizable){
  max-width: 70%;
}

span[id$="lastPageModeHidden"] {
  padding-left: 0px !important;
}

/*licences page*/
.license-table{
  width: 100%;
}

.license-table td:first-child{
  width: 35%;
}

.license-table td, .license-table th{ 
  vertical-align: middle;
}

.license-table th{
  border-color: #333;;
}

h2.icon{
  background-repeat: no-repeat;
  padding-left: 30px;
}

h2.license-icon{
  background-image: url("../images/ico22/license.png");
}

h2.stations-icon{
  background-image: url("../images/ico22/station.png");
}

h2.safeboxes-icon{
  background-image: url("../images/ico22/safe.png");
}

h2.usermgm-icon{
  background-image: url("../images/ico22/user-mgm.png");
}

h2.applications-icon{
  background-image: url("../images/ico22/applications.png");
}

h2.about-icon{
  background-image: url("../images/ico22/about.png");
}

h2.upload-icon{
  background-image: url("../images/ico22/upload.png");
}

span.remain, span.valid{
  background: none;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: inherit ;
  position: relative;
  left: -5px;
}

span.remain{
  font-weight: bolder;
  display: inline-block;
  text-align: right;
}

span.remain.warning, span.valid.expiring{
  background-color: #f89406 !important;
  font-weight: bolder;
}

span.remain.no-left,span.remain.exceeded, span.valid.expired{
  background-color: #b94a48 !important;
  color: #fff;
  font-weight: bolder;
}

span.remain:empty {
  border-radius: 0px;
  left: 0px;
  padding: 0px;
}

span.margin{
  display: none;
}

.ofText{
  padding-right: 7px;
}

.license-msg div.msg-error, .license-msg div.msg-warning {
  margin-right: 0px;
}

a.station-page, a.deleted-page, a.users-page, a.admin-license-page {
  font-weight: bold !important;
  font-size: 110% !important;
  text-decoration: underline;
}

/*new close form button*/
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close {
  width: 21px;
  height: 21px;
  background-color: transparent;
  border: 1px solid #fff !important;
  padding: 1px;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close:hover{
  background-color: #fff;
}

.ui-button-icon-primary.ui-icon.ui-icon-closethick {
  background-image: url(skin/images/ui-icons_ffffff_256x240.png);
  margin-left: -8.5px;
  margin-top: -8.5px;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close:hover .ui-button-icon-primary.ui-icon.ui-icon-closethick{
  background-image: url(skin/images/ui-icons_222222_256x240.png);
}

/*trash button in forms*/
.ui-button-icon-primary.ui-icon.ui-icon-trash {
  margin-top: -9px;
  margin-left: -9px;
}

/* EULA formatting*/

#eula{
  max-width: 880.3px;
}

#eula .hide{
  display: none;
}

#eula h2{
  background-color: #d3dcc6;
  max-height: 26px;
  border-radius: 1px;
}

#eula .h2text {
  position: relative;
  top: -6px;
  right: -6px;
}

#eula .arrow{
  width: 0px;
  height:0px;
  display: inline-block;
  border-right: 0px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 13px solid #79a63f;
  position: relative;
  right: -13px;
  padding-right: 11px;
}

#eula .arrow::before {
  width: 13px;
  background-color: #79a63f;
  content: "";
  display: block;
  height: 26px;
  position: relative;
  top: -13px;
  right: 26px;
  border-radius: 1px;
}

.input-badge-left {
  position: relative;
  top: -2px;
  right: -.5em;
  height:1.1em;
}