@charset "UTF-8";
@media screen, projection {
  /* Reset styles to default values  - do NOT modify!
  -------------------------------------*/
  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;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
  }

  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section {
    display: block;
  }

  body {
    line-height: 1;
  }

  ol, ul {
    list-style: none;
  }

  blockquote, q {
    quotes: none;
  }

  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }

  table {
    border-spacing: 0;
    border-collapse: collapse;
  }

  /* Utilities
  -------------------------------------*/
  /* clear floated children by assigning the .group class to the parent element */
  .group:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
    padding: 0 3em !important;
  }

  /* the dividing line between items */
  .separator {
    margin: 0 .5em;
    color: #999;
    font-size: 1.3em;
  }

  /* Basic Elements
  -------------------------------------*/
  html, body {
    height: 100%;
  }

  body {
    background-color: white;
    color: #303030;
    font-weight: 300;
    font-size: 62.5%;
    /* 1em = 10px */
    font-family: 'Arial', helvetica, sans-serif;
    line-height: 1.5em;
  }

  /*
   * header 
   */
  /* header's inside onion layer */
  #header .inner-area {
    position: relative;
    margin: 0 auto;
    padding: 1em 0;
    min-width: 970px;
    max-width: 1350px;
  }

  /* header links */
  #header a:link, #header a:visited, #header a:hover, #header a:active {
    color: #686868;
    text-decoration: none;
  }

  /* logo sodstvo RS */
  #logo-sodstvo {
    position: relative;
    display: block;
    margin: -9px auto 0 auto;
    padding: 9px 0 1px 28px;
    width: 200px;
    background: url("/images/backgrounds/bgnd-coat-of-arms-mini.gif") no-repeat left top transparent;
    color: #5C5555;
    text-decoration: none;
    font-size: 1.30em;
  }

  /* logo vrhovno sodišče RS */
  #logo-vrh {
    /*
    position: absolute;
    top: 10px;
    left: 20px;
    display: block;
    overflow: hidden;
    width: 313px;
    height: 171px;
    background: url("/images/backgrounds/normal/vsrs-lezece.svg") no-repeat left top transparent;
    text-indent: -9999px;
    */
  }

  /* hide the logo in the search and document pages */
  body#search #logo-vrh,
  body#content #logo-vrh {
    display: none;
  }

  /* top-right user settings menu */
  #user-setting-id-container {
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 1.3em;
  }

  /* first-level spans in the user settings menu */
  #user-setting-id-container > span {
    margin-left: 1em;
    color: #0A63B5;
    cursor: pointer;
  }

  #header #user-setting-id-container > span > a {
    color: #0A63B5;
  }

  #user-setting-id-link {
    display: block;
  }

  #user-setting-id,
  #user-setting-form {
    position: absolute;
    min-width: 242px;
    top: 1.8em;
    right: 0;
    z-index: 10;
    display: none;
    padding: 1.5em 1em;
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFF;
    -webkit-box-shadow: 1px 1px 9px -2px #CCCCCC;
    -moz-box-shadow: 1px 1px 9px -2px #CCCCCC;
    box-shadow: 1px 1px 9px -2px #CCCCCC;
  }

  #user-setting-form form {
    margin-top: 1em;
  }

  #user-favorites-list {
    position: absolute;
    min-width: 242px;
    top: 1.8em;
    right: 0;
    z-index: 10;
    display: none;
    padding: 1.5em 1em;
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFF;
    -webkit-box-shadow: 1px 1px 9px -2px #CCCCCC;
    -moz-box-shadow: 1px 1px 9px -2px #CCCCCC;
    box-shadow: 1px 1px 9px -2px #CCCCCC;
  }

  #user-links-list {
    position: absolute;
    min-width: 242px;
    top: 1.8em;
    right: 0;
    z-index: 10;
    display: none;
    padding: 1.5em 1em;
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFF;
    -webkit-box-shadow: 1px 1px 9px -2px #CCCCCC;
    -moz-box-shadow: 1px 1px 9px -2px #CCCCCC;
    box-shadow: 1px 1px 9px -2px #CCCCCC;
  }

  #user-favorites-list li {
    padding-bottom: 4px;
  }

  /* code text input */
  #user-setting-form input[type=text] {
    margin-right: 3px;
    padding: .3em .5em;
    width: 156px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    color: #666;
  }

  /* code submit button */
  #user-setting-form input[type=submit] {
    overflow: visible;
    padding: .2em .5em;
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    /* W3C */
    color: #545454;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
    /* IE6-9 */
    cursor: pointer;
  }

  /* code submit button 2 */
  #spSolrSrchForm #search-button2 {
    bottom: -9px;
    left: 195px;
    right: auto;
    top: auto;
  }

  #user-setting-form strong {
    font-weight: bold;
  }

  /* the code e.g. 2ard43a4c2948c2217abad1aie3de5d0 */
  /* delete profile */
  #user-clear-profil, #user-generate-link, #decline-cookies {
    display: block;
    margin-top: 1em;
    color: #0A63B5 !important;
    cursor: pointer;
  }

  /* deleted profile */
  #user-clear-profil.deleted {
    display: inline-block;
    color: #090;
    cursor: default;
    padding-right: 15px;
    background: url("/images/backgrounds/tick-mini.png") no-repeat right center transparent;
  }

  /*
   * content
   */
  /* main content container */
  #container {
    position: relative;
    margin: 0 auto;
    min-width: 970px;
    max-width: 1350px;
    width: auto;
  }
}
@media only screen and (max-width: 1370px) {
  #header .inner-area {
    max-width: 1100px;
  }

  #container {
    max-width: 1100px;
  }
}
@media only screen and (max-width: 1150px) {
  #header .inner-area {
    max-width: 900px;
  }

  #container {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1000px) {
  #header .inner-area {
    max-width: 850px;
    min-width: 600px;
  }

  #container {
    max-width: 850px;
    min-width: 600px;
  }
}
@media screen, projection {
  /* container for content on search page */
  body#search #container {
    min-width: 970px;
    max-width: 1400px;
    width: auto;
  }

  #container .inner-area {
    padding: 0 3em;
  }

  body#content #container .inner-area {
    padding: 0;
  }

  /* logo sodna praksa */
  #sp-logo {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 7em auto 4em auto;
    width: 145px;
    height: 157px;
    background: url("/images/backgrounds/logotipi/sodna-praksa-main.svg") no-repeat left top transparent;
    text-indent: -9999px;
  }

  /* logo sp on search page */
  body#search #sp-logo {
    position: absolute;
    top: 2.7em;
    left: 5.2em;
    margin: 0;
    width: 100px;
    height: 107px;
    background-image: url("/images/backgrounds/logotipi/sodna-praksa-search.svg");
  }

  /* logo sp on content (document) page */
  body#content #sp-logo {
    position: absolute;
    top: 3.8em;
    left: -0.2em;
    margin: 0;
    width: 100px;
    height: 107px;
    background-image: url("/images/backgrounds/logotipi/sodna-praksa-search.svg");
  }

  /* search form */
  #spSolrSrchForm {
    position: relative;
    width: 920px;
    margin: 0 auto;
  }

  body#search #spSolrSrchForm {
    margin-left: 170px;
    padding: 30px 0 1.3em 0;
    width: 790px;
  }

  /* search field container */
  #input-query-field {
    position: relative;
    width: 842px;
  }

  /* search field container in search results page */
  body#search #input-query-field {
    width: 715px;
  }

  /* input search text field */
  #inputSearchField {
    padding: .3em .5em;
    width: 100%;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    color: #666;
    font-size: 1.7em;
  }

  /* input search text field in search results page */
  body#search #inputSearchField {
    width: 714px;
  }

  #inputSearchField.searchable {
    background-color: #EEE;
  }

  /*  jquery autocomplete search  */
  .ac_results {
    z-index: 99999;
    overflow: hidden;
    margin-top: 1px;
    padding: 0px;
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
  }

  .ac_results ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    list-style-position: outside;
  }

  /* autocosuggest results rows */
  .ac_results li {
    display: block;
    /* 
    if width will be 100% horizontal scrollbar will apear 
    when scroll mode will be used
    */
    overflow: hidden;
    margin: 0px;
    padding: .3em 1em;
    /* width: 100%; */
    font: menu;
    font-size: 1.3em;
    /* 
    it is very important, if line-height not setted or setted 
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    cursor: default;
  }

  /* loading indicator */
  .ac_loading {
    background: white url("/images/lightbox-ico-loading.gif") right center no-repeat;
  }

  /* odd lines */
  .ac_odd {
    background-color: #F6F6F6;
  }

  /* even lines */
  .ac_over {
    background-color: #606060;
    color: white;
  }

  /* various system messages */
  #message {
    padding: 1em .4em;
    font-size: 1.3em;
  }

  /* advanced/basic search link */
  #advanced-search:link, #advanced-search:visited, #advanced-search:hover, #advanced-search:active {
    position: absolute;
    right: -7px;
    bottom: -2em;
    display: block;
    color: #0a63b5;
    text-align: right;
    text-decoration: none;
    font-size: 1.3em;
  }

  /* search form submit button */
  #spSolrSrchForm input[type=submit] {
    position: absolute;
    top: 30px;
    right: 0;
    overflow: visible;
    padding: .23em .5em;
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    /* W3C */
    color: #545454;
    font-size: 1.7em;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
    /* IE6-9 */
    cursor: pointer;
  }

  /* search form submit button - on intro page*/
  body#intro #spSolrSrchForm input[type=submit] {
    top: 0;
  }

  /* search (checkbox) parameters */
  #search-param-groups {
    margin-top: 1em;
    margin-left: 7px;
  }

  /* search parameters in advanced mode */
  /* search parementer elements */
  .search-param-list {
    float: left;
    margin-right: 1em;
  }

  /* same as above, but advanced form is ON */
  /* each search parameters element */
  .search-param-list li {
    font-size: 1.3em;
  }

  /* advanced search section */
  /* search fields */
  #search-add-fields {
    display: none;
    float: left;
    margin-top: 3em;
    width: 730px;
    text-align: right;
    position: relative;
  }

  #search-add-fields select {
    background-color: white;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    color: #666;
    font-size: 1em;
    padding: 0.3em 0.5em;
    width: 535px !important;
  }

  /* unused field */
  #search-add-fields .not-used {
    display: none;
  }

  #search-add-fields .help, #search-add-fields .add {
    position: relative;
    /*margin-right: -45px;*/
  }

  #search-add-fields .add img {
    cursor: pointer;
  }

  #search-add-fields .add ul li {
    cursor: pointer;
    padding-left: 5px;
  }

  #search-add-fields .add ul li:hover {
    background-color: #CCC;
  }

  #search-add-fields .help img, #search-add-fields .add img {
    position: absolute;
    left: 5px;
    bottom: 13px;
  }

  #search-add-fields .tooltip {
    /*background-color: #D6BC69;*/
    border: 1px solid #CCC;
    color: #303030;
    /*font-family: sans-serif;
    font-size: 12px;*/
    line-height: 18px;
    padding: 10px 13px;
    position: absolute;
    top: -15px;
    left: 45px;
    text-align: center;
    z-index: 2;
    display: none;
    border-radius: 5px 5px 5px 5px;
    width: 150px;
  }

  #search-add-fields .add .tooltip {
    text-align: left;
    overflow: auto;
    height: 300px;
    width: 200px;
  }

  /* labels */
  #search-add-fields label {
    display: block;
    margin-top: .5em;
    font-size: 1.3em;
  }

  #search-add-fields table {
    float: right;
    width: 536px;
    margin-top: 7px;
  }

  #search-add-fields table td {
    text-align: left;
    width: 50%;
    font-size: 1.2em;
  }

  #search-add-fields table td input {
    float: left;
  }

  #sp-change-container {
    position: relative;
    /*height: 380px;*/
    /*padding-top: 20px;*/
  }

  #search-add-fields .spnegm {
    height: 380px;
    padding-top: 28px;
  }

  #search-add-fields .search-notes {
    margin-top: 15px;
    position: relative;
    text-align: left;
  }

  #sp-change-container-2 {
    margin-top: 40px;
  }

  #sp-change-container-2 table {
    margin-top: 0px;
  }

  #sp-change-container-3 {
    margin-top: 40px;
  }

  #sp-change-container-3.hidden {
    display: none;
  }

  #sp-change-container-3 table {
    margin-top: 0px;
  }

  #sp-change-container-3 table td.td-label {
    width: 20px;
  }

  #sp-change-container label {
    float: right;
    display: block;
    text-align: left;
    margin-right: 4px;
    margin-top: 0px;
    padding-top: 8px;
    max-width: 165px;
    text-align: right;
  }

  strong.bold {
    font-weight: bold;
  }

  #search-add-fields .spnegm {
    display: block;
    text-align: left;
    margin-right: 4px;
    margin-top: 0px;
  }

  #sp-change-container p#addendum {
    float: left;
    font-size: 1.2em;
    font-style: italic;
    padding-top: 0.5em;
  }

  #sp-change-container label#injuryGroupLabel {
    position: absolute;
    left: 66px;
  }

  #injuryGroups {
    width: 77%;
    position: absolute;
    right: 0px;
    top: 57px;
  }

  #injuryGroups label {
    position: absolute;
    z-index: 2000;
    cursor: pointer;
  }

  #injuryGroups label input {
    float: left;
  }

  #injuryGroups label span {
    display: block;
    float: left;
  }

  #n-s-c-1 {
    top: -6px;
    left: 59px;
  }

  #n-s-c-2 {
    top: -5px;
    left: 347px;
    width: 200px;
  }

  #n-s-c-2 span {
    width: 142px;
  }

  #n-s-c-3 {
    top: 37px;
    left: 347px;
    width: 200px;
  }

  #n-s-c-4 {
    top: 29px;
    left: 53px;
  }

  #n-s-c-5 {
    top: 68px;
    left: 7px;
  }

  #n-s-c-5 span {
    width: 142px;
    text-align: right;
  }

  #n-s-c-6 {
    top: 78px;
    left: 347px;
    width: 200px;
  }

  #n-s-c-6 span {
    width: 150px;
  }

  #n-s-c-7 {
    top: 114px;
    left: 23px;
  }

  #n-s-c-7 span {
    width: 126px;
    text-align: right;
  }

  #n-s-c-8 {
    top: 124px;
    left: 347px;
    width: 200px;
  }

  #n-s-c-8 span {
    width: 150px;
  }

  #n-s-c-9 {
    top: 161px;
    left: 23px;
  }

  #n-s-c-9 span {
    width: 126px;
    text-align: right;
  }

  #n-s-c-10 {
    top: 208px;
    left: 23px;
  }

  #n-s-c-10 span {
    width: 126px;
    text-align: right;
  }

  #n-s-c-11 {
    top: 253px;
    left: 23px;
  }

  #n-s-c-11 span {
    width: 126px;
    text-align: right;
  }

  #n-s-c-12 {
    top: 213px;
    left: 347px;
    width: 200px;
  }

  #n-s-c-13 {
    top: 254px;
    left: 347px;
    width: 200px;
  }

  #n-s-c-13 span {
    width: 126px;
  }

  #n-s-c-14 {
    top: 173px;
    left: 347px;
    width: 200px;
  }

  #n-s-c-14 span {
    width: 126px;
  }

  #n-s-c-1 input, #n-s-c-4 input, #n-s-c-5 input, #n-s-c-7 input, #n-s-c-9 input, #n-s-c-10 input, #n-s-c-11 input {
    float: right !important;
  }

  #otherInjury {
    position: absolute;
    bottom: -20px;
    width: 540px;
    left: 194px;
  }

  #otherInjury label {
    float: left;
    width: 263px;
  }

  /* input field */
  #search-add-fields input[type=text] {
    padding: .3em .5em;
    width: 520px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    color: #666;
    font-size: 1em;
  }

  /* date labels & inputs */
  #search-add-fields .date {
    margin-top: .5em;
    padding-right: 168px;
  }

  #search-add-fields .date label {
    display: inline;
  }

  #search-add-fields .date input {
    width: 154px;
  }

  #search-add-fields .dp-choose-date {
    display: none;
  }

  /* select fields */
  #search-add-fields select {
    width: 365px;
  }

  /*  searchable filed */
  div.combo-select {
    float: right;
    margin-left: 5px;
  }

  /* form reset (počisti vsa polja) link */
  #search-add-fields #form-reset:link,
  #search-add-fields #form-reset:visited,
  #search-add-fields #form-reset:hover,
  #search-add-fields #form-reset:active {
    display: inline-block;
    margin: 1em 0 0 24px;
    color: #0a63b5;
    text-decoration: none;
    font-size: 1.3em;
  }

  /* generate search widget */
  #generate-search-head {
    position: relative;
    margin-top: 2em;
    width: 100%;
    font-size: 1.3em;
  }

  #generate-search-head strong {
    font-weight: bold;
  }

  #generate-search-head span {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 9px -2px #CCCCCC;
    min-width: 242px;
    padding: 1em 1em;
    display: block;
    right: 0;
    top: 1.8em;
    z-index: 10;
  }

  /* paging widget */
  #paging-head {
    position: relative;
    margin-top: 8em;
    width: 100%;
  }

  .paging #num-hits {
    float: left;
    margin-right: 2em;
    font-size: 1.3em;
  }

  .paging label {
    margin-right: .5em;
    font-size: 1.3em;
  }

  .paging ul {
    float: left;
  }

  .paging li {
    float: left;
    margin-right: .5em;
    font-size: 1.3em;
  }

  .paging a:link, .paging a:visited, .paging a:hover, .paging a:active {
    color: #0A63B5;
  }

  .paging form {
    float: right;
  }

  /* ordering widget */
  #ordering-head {
    position: relative;
    margin: 1em 0;
    width: 100%;
  }

  #ordering {
    float: left;
    margin-bottom: 1em;
  }

  #ordering li {
    float: left;
    margin-right: 1.3em;
    list-style-type: none;
    font-size: 1.3em;
  }

  #ordering li.desc {
    padding-right: .8em;
    background: url("/images/backgrounds/sort-arrow-down.png") no-repeat right center;
  }

  #ordering li.asc {
    padding-right: .8em;
    background: url("/images/backgrounds/sort-arrow-up.png") no-repeat right center;
  }

  #ordering a:link, #ordering a:visited, #ordering a:hover, #ordering a:active {
    color: #0A63B5;
    text-decoration: none;
  }

  /* RSS feed button */
  #rss {
    display: inline-block;
    float: right;
    margin-left: 1em;
    padding: 0 .4em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #666;
    color: white;
    text-decoration: none;
    font-size: 1em;
  }

  /* table/list results switch link */
  #showDivTable {
    float: right;
    color: #0A63B5;
    text-decoration: none;
    font-size: 1.3em;
  }

  /* search results in list format */
  div.results-line {
    position: relative;
    display: block;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    width: 100%;
    border-bottom: 1px solid #CCC;
  }

  div.result-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }

  div.result-text {
    float: left;
    margin: 0 20px 0 25px;
    font-size: 1.35em;
  }

  div.result-text p {
    padding-bottom: 5px;
  }

  div.result-text .important {
    color: #00A000;
  }

  /* links in search results */
  div.result-text a:link, div.result-text a:visited, div.result-text a:hover, div.result-text a:active {
    color: #0A63B5;
    text-decoration: none;
  }

  div.result-text a:visited {
    color: #909;
  }

  div.result-text b {
    font-weight: bold;
  }

  /* hilighted parts of text */
  div.result-text em,
  #results-table em {
    margin: 0 .1em;
    padding: 0 .3em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #BCAB65;
    color: white;
  }

  /* text expand/contract (+/-) button */
  div.select-expand {
    position: absolute;
    right: 0;
    bottom: 1em;
    font-size: 1.6em;
    cursor: pointer;
  }

  span.result-text-hidden {
    display: none;
  }

  /* search results in table format */
  #results-table {
    font-size: 1.3em;
  }

  /* table headers */
  #results-table th {
    padding: .5em 1em;
    text-align: center;
    font-weight: bold;
  }

  #results-table td {
    padding: 1em;
    border: 1px solid #CCC;
  }

  /* links in search results */
  #results-table a:link, #results-table a:hover, #results-table a:active {
    color: #0A63B5;
    text-decoration: none;
  }

  /* even table lines */
  #results-table tr.even td {
    /* background-color: #EEE; */
  }

  /* odd table lines */
  #results-table tr.odd td {
    /* background-color: #EEE; */
  }

  /* export action on checked search results */
  #export {
    padding: 1em 0;
  }

  #export a:link, #export a:visited, #export a:hover, #export a:active {
    color: #0A63B5;
    text-decoration: none;
    font-size: 1.3em;
  }

  /* no results message */
  #no-results {
    display: inline-block;
    margin: 3em 0 1em 170px;
    font-size: 1.2em;
  }

  div#form-buttons {
    clear: both;
  }

  input.date-pick {
    width: 70px;
  }

  label.not-userd input {
    border: 1px solid red;
  }

  /*
   document view
   */
  /* central document area in document view */
  body#content #main-area {
    position: relative;
    float: right;
    padding-top: 3.5em;
    width: 85%;
  }

  /* links back to results */
  #back-to-list {
    float: left;
    color: #0A63B5;
    text-decoration: none;
    font-size: 1.3em;
  }

  /* system menu - font sizes, font family */
  #sys-menu {
    float: right;
  }

  /* system menu child items - buttons */
  #sys-menu .set-font {
    margin-left: 1em;
    color: #0A63B5;
    font-size: 1.3em;
    cursor: pointer;
  }

  /* minimal font size button */
  #sys-menu #set-font-min {
    margin-left: 0;
    font-size: 1em;
  }

  /* normal font size button */
  #sys-menu #set-font-mid {
    margin-left: .5em;
    font-size: 1.5em;
  }

  /* maximum font size button */
  #sys-menu #set-font-big {
    margin-right: 1em;
    margin-left: .4em;
    font-size: 2em;
  }

  /* arial font family button */
  /* times new roman font family button */
  #sys-menu #set-font-times {
    margin-left: 0;
    font-size: 1.35em;
    font-family: "Times New Roman", serif;
  }

  /* sidebar area in document view */
  body#content #sidebar {
    position: relative;
    float: left;
    margin-top: 197px;
    max-width: 100px;
  }

  /* sidebar controls - print, save as pdf... */
  #doc-controls {
    width: 200px;
  }

  #doc-controls li {
    margin-bottom: .5em;
  }

  #doc-controls a:link, #doc-controls a:visited, #doc-controls a:hover, #doc-controls a:active {
    color: #0A63B5;
    text-decoration: none;
    font-size: 1.3em;
  }

  /* sidebar notes */
  #doc-notes {
    margin-left: -10px;
    width: 190px;
    background-color: #F6F6F6;
  }

  #doc-notes form {
    padding: 1em 10px;
    border: 1px solid #999;
    text-align: center;
  }

  /* the notes input text area */
  #doc-notes textarea {
    width: 168px;
    height: 250px;
    outline: none;
    border: 0 none;
    background-color: #F6F6F6;
    font-size: 1.3em;
    font-family: arial, helvetica, sans-serif;
    resize: none;
    /* disable textarea resizing */
  }

  /* hidden div for printing notes */
  #notes-hidden, #link-short-hidden {
    display: none;
  }

  /* the small text below the notes */
  #doc-notes small {
    display: block;
    margin-top: 1em;
    width: 178px;
    color: #999;
    text-align: left;
    font-size: .9em;
  }

  /* save notes button */
  #doc-notes #notes-save {
    overflow: visible;
    /*remove unwanted padding in IE */
    margin: .5em 0 0 0;
    padding: 0;
    border: 0 none;
    background-color: transparent;
    color: #0A63B5;
    font-size: 1.3em;
    cursor: pointer;
  }

  /* similar documents sidebar section */
  #doc-similar {
    margin: 3em 0 0 0;
  }

  /* title */
  #doc-similar h2 {
    margin-bottom: .7em;
    font-size: 1.6em;
  }

  /* list items */
  #doc-similar li {
    margin-bottom: .8em;
  }

  #doc-similar a:link, #doc-similar a:visited, #doc-similar a:hover, #doc-similar a:active {
    color: #0A63B5;
    text-decoration: none;
    font-size: 1.3em;
  }

  /* connected documents sidebar section */
  #doc-connected {
    margin: 3em 0 0 0;
  }

  /* title */
  #doc-connected h2 {
    margin-bottom: .7em;
    font-size: 1.6em;
  }

  /* list items */
  #doc-connected li {
    margin-bottom: .8em;
  }

  #doc-connected a:link, #doc-connected a:visited, #doc-connected a:hover, #doc-connected a:active {
    color: #0A63B5;
    text-decoration: none;
    font-size: 1.3em;
  }

  /* favorites documents sidebar section */
  #doc-favorites {
    margin: 3em 0 0 0;
    width: 185px;
  }

  /* title */
  #doc-favorites h2 {
    margin-bottom: 1em;
    font-size: 1.6em;
  }

  /* list items */
  #doc-favorites li {
    margin-bottom: .8em;
    font-size: 1.3em;
  }

  /* list item link */
  #doc-favorites a:link, #doc-favorites a:visited, #doc-favorites a:hover, #doc-favorites a:active {
    display: block;
    width: 145px;
    color: #0A63B5;
    text-decoration: none;
  }

  /* [text] */
  #doc-favorites span {
    color: #BCAB65;
  }

  /* [x] button */
  #doc-favorites .remove-favorites {
    float: right;
  }

  /* [x] button link */
  #doc-favorites .remove-favorites a:link,
  #doc-favorites .remove-favorites a:visited,
  #doc-favorites .remove-favorites a:hover,
  #doc-favorites .remove-favorites a:active {
    display: inline;
    width: auto;
    color: #A90000;
    text-decoration: none;
    text-transform: lowercase;
  }

  /* [o] button */
  #doc-favorites .has-notes {
    float: right;
    margin-right: 3px;
    color: #AA3;
    cursor: default;
  }

  /* [o] button link */
  #doc-favorites .has-notes a:link,
  #doc-favorites .has-notes a:visited,
  #doc-favorites .has-notes a:hover,
  #doc-favorites .has-notes a:active {
    display: inline;
    width: auto;
    color: #333;
    text-decoration: none;
  }

  /* document container frame */
  #doc-content {
    float: left;
    margin-top: 1em;
    padding: 10px 20px 2em;
    width: 96.5%;
    border: 1px solid #999;
    /*background-color: #F6F6F6;*/
    font-size: 120%;
  }
  #doc-content .content-photono-alignment {
    max-width: 100%;
  }

  /* document having minimum font size, arial font family */
  #doc-content.font-size-min.font-arial {
    font-size: 120%;
    font-family: arial, helvetica, sans-serif;
  }

  /* document having medium font size, arial font family */
  #doc-content.font-size-mid.font-arial {
    font-size: 140%;
    font-family: arial, helvetica, sans-serif;
  }

  /* document having maximum font size, arial font family */
  #doc-content.font-size-big.font-arial {
    font-size: 150%;
    font-family: arial, helvetica, sans-serif;
  }

  /* document having minimum font size, times new roman font family */
  #doc-content.font-size-min.font-times {
    font-size: 130%;
    font-family: "Times New Roman", serif;
  }

  #doc-content.font-georgia {
    font-family: "Georgia", serif;
    font-variant-numeric: lining-nums;
  }

  /* document having medium font size, times new roman font family */
  #doc-content.font-size-mid {
    font-size: 150%;
  }

  /* document having maximum font size, times new roman font family */
  #doc-content.font-size-big {
    font-size: 170%;
  }

  #doc-content a {
    color: #6a90b4;
    background: url("/images/backgrounds/external-link.gif") no-repeat right top transparent;
    padding-right: 12px;
  }

  #doc-content .disclaimer {
    color: #aaa;
    font-style: italic;
  }

  /* the actual document formatting */
  /* the head of the document */
  #doc-head {
    position: relative;
    padding-bottom: 2em;
    height: 200px;
    /* text-align: center; */
  }

  /* left side of the head */
  #doc-head p#doc-head-left {
    position: absolute;
    top: 2em;
    left: 2em;
    color: #666;
    font-size: .95em;
  }

  #doc-head #logo-vsrs-print {
    display: none;
  }

  /* right side of the head */
  #doc-head p#doc-head-right {
    position: absolute;
    bottom: 5em;
    right: -10px;
    color: #666;
    font-size: .95em;
    width: 250px;
    /*text-align: right;*/
  }

  /* document head logo */
  #doc-head img {
    display: block;
    margin: 0 auto;
  }

  /* document paragraphs */
  #doc-content p {
    line-height: 1.4em;
    padding-bottom: 12px;
    margin: 0px !important;
  }

  #doc-content p em {
    font-style: italic;
  }

  #doc-content strong {
    font-weight: bold;
  }

  #doc-content i {
    font-style: italic;
  }

  #doc-content u {
    text-decoration: underline;
  }

  #doc-content sup {
    vertical-align: super;
    font-size: smaller;
  }

  /* hilighted search terms in document*/
  #doc-content em.highlight {
    margin: 0 .1em;
    padding: 0 .3em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #BCAB65;
    color: white;
  }

  /* metadata in head of document - header */
  #doc-meta th, #doc-meta2 th {
    padding: .3em;
    text-align: right;
    font-weight: bold;
  }

  /* metadata in head of document - data */
  #doc-meta td, #doc-meta2 td {
    padding: .3em;
    text-align: left;
    line-height: 1.4;
  }

  #doc-connection {
    padding-bottom: 5px;
    line-height: 1.4;
  }

  #doc-connection .connection-detail {
    display: none;
    clear: both;
    padding-left: 15px;
  }

  #doc-connection .connection-detail1 {
    padding-left: 15px;
    line-height: 1.4;
  }

  #doc-connection .connection-more {
    cursor: pointer;
    margin-right: 3px;
    width: 10px;
    display: block;
    float: left;
  }

  #doc-connection .connection-category-wrapper {
    clear: both;
  }

  #doc-connection .connection-category {
    float: left;
  }

  /* sections - titles in the document */
  #doc-content h2 {
    margin: 1em 0 .5em 0;
    text-align: center;
    font-weight: normal;
    font-size: 1.3em;
  }

  #doc-content h3 {
    margin: 1em 0 .5em 0;
    text-align: left;
    font-weight: bold;
    font-size: 1em;
  }

  #doc-date-mod {
    margin-top: 2em;
    line-height: 1.4;
  }

  #doc-body-left {
    float: left;
    width: 55%;
  }

  #doc-body-right {
    float: left;
    margin-left: 5px;
    width: 43%;
  }

  .search-button {
    position: relative;
  }

  /*
   * footer
   */
  #footer {
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
    margin: 0 auto;
    width: 970px;
  }

  /* footer in document mode */
  body#content #footer {
    margin-top: 6em;
  }

  /* footer's inside onion layer */
  #footer .inner-area {
    text-align: center;
  }

  /* footer's inner skin in document mode */
  body#content #footer .inner-area {
    margin-left: 200px;
  }

  /* copyright footer section */
  #copyright {
    margin-bottom: 1em;
    color: #666;
    font-size: 1.1em;
  }

  #copyright a:link, #copyright a:visited, #copyright a:hover, #copyright a:active {
    color: #6a90b4;
    text-decoration: none;
  }

  #copyright span {
    display: block;
  }

  /* credits/info footer section */
  #credits {
    color: #AAA;
    font-size: 1.1em;
  }

  #neprem-skoda-dummy {
    background: url("../images/nepremoz_skoda/base.png") no-repeat scroll left top transparent;
    display: block;
    float: left;
    height: 308px;
    position: relative;
    width: 185px;
    left: 333px;
    top: 10px;
  }

  #neprem-skoda-dummy div {
    position: absolute;
    display: none;
  }

  #neprem-skoda-lines {
    background: url("../images/nepremoz_skoda/dots-lines.png") no-repeat scroll left top transparent;
    display: block !important;
    float: left;
    height: 312px;
    position: absolute;
    width: 250px;
    left: 0px;
    z-index: 1000;
  }

  #n-s-d-1 {
    top: 1px;
    left: 75px;
    width: 38px;
    height: 13px;
    background: transparent url(../images/nepremoz_skoda/dusevne-motnje.png) top left no-repeat;
  }

  #n-s-d-2 {
    top: 16px;
    left: 80px;
    width: 26px;
    height: 16px;
    z-index: 500;
    background: transparent url(../images/nepremoz_skoda/mozgani-glava.png) top left no-repeat;
  }

  #n-s-d-3 {
    top: 28px;
    left: 83px;
    width: 21px;
    height: 11px;
    z-index: 500;
    background: transparent url(../images/nepremoz_skoda/oci.png) top left no-repeat;
  }

  #n-s-d-4 {
    top: 32px;
    left: 77px;
    width: 32px;
    height: 10px;
    z-index: 500;
    background: transparent url(../images/nepremoz_skoda/usesa.png) top left no-repeat;
  }

  #n-s-d-5 {
    top: 43px;
    left: 83px;
    width: 22px;
    height: 13px;
    z-index: 500;
    background: transparent url(../images/nepremoz_skoda/celjust-zobje.png) top left no-repeat;
  }

  #n-s-d-6a {
    top: 63px;
    left: 95px;
    width: 47px;
    height: 93px;
    z-index: 500;
    background: transparent url(../images/nepremoz_skoda/ramena-roka.png) top left no-repeat;
  }

  	/*
  	#n-s-d-6b {
  		top: 94px;
  		left: 91px;
  		width: 25px;
  		height: 39px;
  		background: transparent url(../images/nepremoz_skoda/roka-1.gif) top left no-repeat;
  	}
  
  	#n-s-d-6c {
  		top: 133px;
  		left: 95px;
  		width: 38px;
  		height: 57px;
  		background: transparent url(../images/nepremoz_skoda/roka-2.gif) top left no-repeat;
  	}
  	*/
  #n-s-d-7 {
    top: 57px;
    left: 70px;
    width: 49px;
    height: 107px;
    background: transparent url(../images/nepremoz_skoda/rebra-hrbtenica.png) top left no-repeat;
  }

  #n-s-d-8 {
    top: 107px;
    left: 69px;
    width: 49px;
    height: 54px;
    background: transparent url(../images/nepremoz_skoda/prsna-trebusna-votilna.png) top left no-repeat;
  }

  #n-s-d-9 {
    top: 151px;
    left: 66px;
    width: 29px;
    height: 77px;
    background: transparent url(../images/nepremoz_skoda/okolcje-stegnenica.png) top left no-repeat;
    z-index: 102;
  }

  #n-s-d-10 {
    top: 220px;
    left: 70px;
    width: 19px;
    height: 79px;
    background: transparent url(../images/nepremoz_skoda/koleno-golen.png) top left no-repeat;
    z-index: 100;
  }

  #n-s-d-11 {
    top: 290px;
    left: 76px;
    width: 16px;
    height: 18px;
    background: transparent url(../images/nepremoz_skoda/stopalo.png) top left no-repeat;
    z-index: 101;
  }

  #n-s-d-12 {
    top: 17px;
    left: 108px;
    width: 56px;
    height: 289px;
    background: transparent url(../images/nepremoz_skoda/koza.png) top left no-repeat;
  }

  #n-s-d-13 {
    top: 272px;
    left: 95px;
    width: 21px;
    height: 37px;
    background: transparent url(../images/nepremoz_skoda/ud.png) top left no-repeat;
  }

  #n-s-d-14 {
    top: 158px;
    left: 84px;
    width: 21px;
    height: 16px;
    background: transparent url(../images/nepremoz_skoda/spolovila.png) top left no-repeat;
    z-index: 500;
  }
}
@media screen, projection {
  /* print styles */
}
@media only screen and (max-width: 1023px) {
  body#intro #container {
    max-width: 850px;
    min-width: unset;
  }
  body#intro #container #spSolrSrchForm {
    width: 100%;
  }
  body#intro #container #spSolrSrchForm #input-query-field {
    width: calc(100% - 80px);
  }
  body#intro #container #spSolrSrchForm #input-query-field #inputSearchField {
    padding: 0.3em 10px;
    width: calc(100% - 22px);
  }
  body#intro #container #spSolrSrchForm #input-query-field #advanced-search {
    position: relative;
    right: 0;
    bottom: unset;
    margin-top: 5px;
  }
  body#intro #container #spSolrSrchForm #search-param-groups input[type=submit] {
    width: 50px;
  }
  body#intro #footer {
    width: 100%;
    max-width: 970px;
  }
  body#search #container {
    max-width: 850px;
    min-width: unset;
  }
  body#search #container #spSolrSrchForm {
    width: calc(100% - 170px);
  }
  body#search #container #spSolrSrchForm #input-query-field {
    width: calc(100% - 80px);
  }
  body#search #container #spSolrSrchForm #input-query-field #inputSearchField {
    padding: 0.3em 10px;
    width: calc(100% - 22px);
  }
  body#search #container #spSolrSrchForm #input-query-field #advanced-search {
    position: relative;
    right: 0;
    bottom: unset;
    margin-top: 5px;
  }
  body#search #container #spSolrSrchForm #search-param-groups input[type=submit] {
    width: 50px;
  }
  body#search #container #search-add-fields {
    width: 730px;
  }
  body#search #footer {
    width: 100%;
    max-width: 970px;
  }
  body#content #sp-logo {
    left: 15px;
  }
  body#content #container {
    max-width: 850px;
    min-width: unset;
  }
  body#content #container .inner-area #main-area {
    width: calc(100% - 150px);
  }
  body#content #container .inner-area #main-area #sys-menu {
    width: calc(100% - 15px);
    text-align: right;
    float: none;
    margin-top: 10px;
  }
  body#content #container .inner-area #main-area #back-to-list {
    width: 100%;
    float: none;
  }
  body#content #container .inner-area #main-area #doc-content {
    width: calc(100% - 62px);
    padding: 15px 30px;
    border: 1px solid #D3D3D3;
    margin-top: 5px;
  }
  body#content #container .inner-area #main-area #doc-content #doc-head {
    height: unset;
  }
  body#content #container .inner-area #main-area #doc-content #doc-head #doc-head-left {
    position: relative;
    top: unset;
    left: unset;
  }
  body#content #container .inner-area #main-area #doc-content #doc-head #doc-head-right {
    position: relative;
    width: 100%;
    bottom: unset;
    right: unset;
    text-align: right;
    padding-top: 12px;
    border-bottom: 1px solid #D3D3D3;
  }
  body#content #container .inner-area #main-area #doc-content #doc-meta tr th {
    width: 150px;
  }
  body#content #container .inner-area #sidebar {
    width: 135px;
    max-width: unset;
    padding-left: 15px;
  }
  body#content #container .inner-area #sidebar #doc-controls, body#content #container .inner-area #sidebar #doc-notes, body#content #container .inner-area #sidebar #doc-similar, body#content #container .inner-area #sidebar #doc-connected, body#content #container .inner-area #sidebar #doc-favorites {
    width: 130px;
    max-width: unset;
  }
  body#content #container .inner-area #notes-hidden {
    width: 135px;
    max-width: unset;
    padding-left: 15px;
  }
  body#content #footer {
    width: 100%;
  }
  body#content #footer .inner-area {
    margin-left: 150px;
  }
  body #header .inner-area {
    min-width: unset;
  }
  body #header .inner-area #user-setting-id-container {
    right: 10px;
  }
}
@media print {
  #doc-content {
    float: left;
    /*overflow: auto;*/
    overflow: visible !important;
    padding: 10px 20px;
    width: 800px;
  }

  #cc--main, #arcwa, .open-cookie-settings {
    display: none !important;
  }

  #doc-head {
    position: relative;
    height: 200px;
    /* text-align: center; */
  }

  #doc-head #logo-vsrs-print {
    display: block;
  }

  #doc-head #logo-vsrs {
    display: none;
  }

  #doc-head p#doc-head-left {
    position: absolute;
    top: 2em;
    left: 2em;
  }

  #doc-head p#doc-head-right {
    position: absolute;
    top: 2em;
    right: 2em;
    color: #666;
    font-size: .95em;
    width: 250px;
  }

  #doc-head img {
    display: block;
    margin: 0 auto;
  }

  #doc-content dl dt {
    float: left;
    font-weight: bold;
  }

  #doc-content h2 {
    text-align: center;
    font-weight: normal;
  }

  #doc-body-left {
    float: left;
    width: 55%;
  }

  #doc-body-right {
    float: left;
    margin-left: 5px;
    width: 43%;
  }

  #header,
  #sp-logo,
  #sys-menu,
  #doc-controls,
  #doc-notes,
  #back-to-list,
  #sidebar,
  #link-short-hidden,
  #footer {
    display: none;
  }

  div.print-this {
    display: block;
  }

  div.not-print-this {
    display: none;
  }

  #doc-meta th {
    text-align: left;
  }
}

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