body {
    margin: 0;
    padding: 0;
    background: #fff url(images/bg.png) repeat-x center top;
    color: #666E81;
    font-family: Arial,Sans-Serif;
    font-size: 0.8em;
}

.row { padding:15px 0; }
.row .row { margin: 0 0; padding:0; }
.row:before, .row:after { content: ""; display: table; }
.row:after { clear: both; }
.row-tiny, .row .row-tiny { padding: 5px 0 10px 0; }

.col { padding: 0 15px; margin: 0; float: left; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

#body {
    border-top:6px solid #374DA8;
}
#top {
    position: relative;
    z-index: 1;
    padding-top: 0;
}
#top .top-container {
    padding: 5px 0 15px 0;
}
#top .top-container .top-r {
    padding: 0 0 0 80px;
}
#top .h1 {
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    left: 15px;
}

#top .h1 a {
    display: block;
    width: 220px;
    height: 80px;
    background: url(../svg/logo-judikaty.svg) no-repeat center center;
    background-size: contain;
    text-decoration: none;
}
#top .h1 span {
    visibility: hidden;
}
#top .h1 h1 {
    margin: 0;
    padding: 0;
    background: none;
}

@media only screen and (max-width: 540px){
    #top .h1 {
        clear: both;
        position: relative;
        left: 0;
    }
    #top .h1 a {
        margin: 0 auto;
        height: 70px;
    }
}

#top div.slogan {
    clear: both;
    font-size: 1.3em;
    margin-top: 5px;
    font-style: italic;
    font-weight: bold;
}

#top div.searchhelp {
    font-size: 1em;
    margin: 0 0 10px 0;
    padding: 10px 15px;
    border: 1px solid #B9C3D4;
    background: #F0F4F8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
#top div.searchhelp:before {
    content: '';
    display: block;
    position: absolute;
    left: 29px;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 11px solid #B9C3D4;
    border-bottom: 11px solid transparent;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}
#top div.searchhelp:after {
    content: '';
    display: block;
    position: absolute;
    left: 30px;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 10px solid #F0F4F8;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
#top div.searchhelp span.red {
    color: #FF0000;
    font-weight: bold;
}
#top div.searchhelp span.blue {
    color: #0066CC;
    font-weight: bold;
}

#top div.searchhelp-head span.blue {
    color: #FF0000;
    font-weight: bold;
}
#top .searchhelp-info {
    padding-right: 50px;
    position: relative;
}
#top .searchhelp-info img.trigger {
    width: 16px;
    height: 30px;
    position: absolute;
    top:0;
    right:0;
    cursor: pointer;
    background: #f00;
    background: linear-gradient(0deg, #f27474 0%, #f53333 50%, #f00 100%);
    border: 1px solid #f00;
    border-radius: 3px;
    padding: 0 7px;
}
#top .searchhelp-more {
    display:none;
}

#top ul.lang {
    margin: 0;
    padding: 10px 5px 0 0;
    list-style: none;
    font-size: 0;
    float: right;
}
#top ul.lang li {
    display: inline;
    margin: 0 5px;
}
#top ul.lang a {
    text-decoration: none;
}

#links-menu {
    clear: both;
    padding: 0;
    margin-top: 10px;
    float: right;
}
#links-menu .links-label {
    float: left;
    padding: 11px 15px 0 0;
}
#links-menu ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}
#links-menu ul li {
    float: left;
    height: 34px;
}
#links-menu ul li a {
    display: block;
    height: 100%;
}
#links-menu ul li.links-menu-zakony {
    margin-right: 20px;
}
#links-menu ul li.links-menu-zakony a {
    background: url(../svg/logo-zakony.svg) no-repeat center center;
    background-size: contain;
    width: 175px;
}
#links-menu ul li.links-menu-blog a {
    background: url(../svg/logo-blog.svg) no-repeat center center;
    background-size: contain;
    width: 155px;
}
#links-menu ul li a span {
    display: none;
}

@media only screen and (max-width:930px){
    #links-menu .links-label { display:none;}
}

@media only screen and (max-width: 768px){
    #links-menu ul li {
        height: 30px;
    }
    #links-menu ul li.links-menu-zakony {
        margin-right: 10px;
    }
    #links-menu ul li.links-menu-zakony a {
        width: 150px;
    }
    #links-menu ul li.links-menu-blog a {
        width: 125px;
    }
}

@media only screen and (max-width: 540px){
    #links-menu {
        clear: both;
        margin-top: 0;
        width: 100%;
    }
    #links-menu ul {
        width: 100%;
        text-align: center;
    }
    #links-menu ul li {
        height: 24px;
        display: inline-block !important;
        float: none !important;
    }
    #links-menu ul li.links-menu-zakony {
        margin-right: 10px;
    }
    #links-menu ul li.links-menu-zakony a {
        width: 120px;
    }
    #links-menu ul li.links-menu-blog a {
        width: 95px;
    }
    #links-menu ul li a {
        display: inline-block;
    }
}


.content { max-width: 1010px; margin: 0 auto; text-align: left; }
/* content */
#content {
    max-width: 980px; /* 980px */
    margin: 0 auto;
    text-align: left;
    position: relative;
}

#content .border { max-width:980px; width:100%; position: absolute; border: 1px solid #b9c3d4; }
#content .border.border-top { border-radius: 7px 7px 0 0; border-bottom: none; }
#content .border.border-bottom { border-radius: 0 0 7px 7px; border-top: none; bottom: -5px; }

#content .content-container {
    clear: both;
}
#content .content-top {
    height: 100%;
}
#content .content-bottom {
    height: 100%;
    padding-bottom: 10px;
}
#content .left-column .trigger {
    display: none;
    background: url('images/menu-trigger.png') no-repeat left;
    width:40px;
    height: 40px;
    padding-top: 15px;
    cursor: pointer;
}

#tabber {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
#tabber li {
    margin: 0 2px;
    background: rgba(0,102,204,1);
    background: linear-gradient(0, rgb(71, 152, 253) 0%, rgb(57, 132, 208) 50%, #374DA8 100%);
    border:1px solid #374DA8;
    border-top:none;
    float: left;
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
    border-radius: 0 0 5px 5px;
    min-height: 35px;
}
#tabber li div {
    padding: 8px 10px;
}
#tabber li a {
    color: #fff;
    font-size: 0.9em;
    text-decoration: none;
}
#tabber li a span {
    display: inline-block;
}
#tabber li a img {
    display: none;
}
#tabber li a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 768px){
    #tabber li a span {
        display: none;
    }
    #tabber li a img {
        display: inline-block;
        line-height: 1em;
    }
}

/* left side */
.left-column {
    width:25%;
}

/*.left-column.show ul.main-menu { display: block; }*/
.left-column.show > div.panel { display: block; padding: 10px; }
.left-column.show > div.panel ul.userMenuTags { padding: 0; }


.left-column ul.main-menu {
    margin: 15px auto;
    padding: 0;
    list-style: none;
}
.left-column ul.main-menu li {
    margin: 2px 0;
}
.left-column ul.main-menu li .t {
    border: 1px solid #b9c3d4;
    border-radius: 7px;
    background-color: #F9FAFC;
}
.left-column ul.main-menu li .b {
    padding: 5px 10px;
}
.left-column ul.main-menu a {
    color: #76808e;
    font-size: 0.95em;
    text-decoration: none;
}
.left-column ul.main-menu a:hover {
    color: #445a77;
}
.left-column ul.main-menu li.special {
    background: url(images/notifications-button.png) no-repeat left top;
    _height:1px;
    min-height:1px;
    margin: 2px 0 10px 0;
    font-weight: bold;
}
.left-column ul.main-menu li.blue .t a,
.left-column ul.main-menu li.blue .t a:hover{
    color: #fff;
}
.left-column ul.main-menu li.blue .t {
    background: rgba(0,102,204,1);
    background: linear-gradient(0deg, rgb(71, 152, 253) 0%, rgb(57, 132, 208) 50%, rgb(0,67,204) 100%);
    border:1px solid rgba(0,67,204,1);
}
.left-column ul.main-menu li.blue .b {
    background: transparent;
}
.left-column ul.main-menu li.red .t a,
.left-column ul.main-menu li.red .t a:hover{
    color: #fff;
}
.left-column ul.main-menu li.red .t {
    background: #f00;
    background: linear-gradient(0deg, #f27474 0%, #f53333 50%, #f00 100%);
    border: 1px solid #f00;
}
.left-column ul.main-menu li.red .b {
    background: transparent;
}
.left-column ul.main-menu li.special .t {
    background: none;
    padding: 17px 20px 14px 70px;
}
.left-column ul.main-menu li.special a {
    font-weight: bold;
    color: #fff;
}
.left-column ul.main-menu li.special a:hover {
    font-weight: bold;
    color: #fff;
}
/* submenu */
.left-column .smb-menu {
    display: none;
}
.left-column ul.sub-menu {
    height: 100%;
    margin: 5px auto;
    padding: 0;
    list-style: none;
}
.left-column ul.sub-menu li {
    margin: 0 5px;
    padding: 0 10px;
    background: url(images/arrow-right.gif) no-repeat left center;
}

/* right side */
.right-column {
    border-left: 1px solid #b9c3d4;
    padding-top: 15px;
    width: 75%;
}
.right-column-container {
    padding: 15px 20px;
}

/* kontext menu */
.kontext-menu, .searchInfo {
    margin: 0 0 1em 0;
    padding: 0;
    list-style: none;
    font-size: 0.9em;
}
.kontext-menu a, .searchInfo a {
    color: #76808e;
    text-decoration: none;
}
.kontext-menu a:hover, .searchInfo a:hover {
    text-decoration: underline;
}

/* footer */
#judFooter {
    max-width: 980px;
    margin: 10px 0 10px 15px;
    width: 100%;
    color: #fff;
    text-align: left;
    padding: 0 0 30px 0;
}
#judFooter div.bg {
    background: rgba(0,102,204,1);
    background: linear-gradient(0deg, rgb(71, 152, 253) 0%, rgb(57, 132, 208) 50%, rgba(0,67,204,1) 100%);
    border:1px solid rgba(0,67,204,1);
    border-radius: 10px;
    padding: 15px 20px 10px 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    text-align: center;
}
#judFooter ul {
    margin: 5px 0 5px 0;
    padding: 0;
    list-style: none;
    clear: both;
    text-align: center;
}
#judFooter ul li {
    display: inline;
    font-size: 0.9em;
}
#judFooter ul a {
    color: #fff;
    text-decoration: none;
}
#judFooter ul a:hover {
    text-decoration: underline;
}
#judFooter span a {
    color: #fff;
    font-size: 0.9em;
    text-decoration: none;
}
#judFooter span a:hover {
    text-decoration: underline;
}
#judFooter div.left {
    float: left;
}
#judFooter div.right {
    float: right;
    width: 310px;
    text-align: right;
    _height: 1px;
}
#judFooter2 {
    text-align: center;
    color: #76808E;
    padding: 0 0 20px 0;
}
#judFooter2 a{
    color: #76808E;
    text-decoration: none;
}
#judFooter2 a:hover{
    text-decoration: underline;
}

#main-content h1 { padding-top: 0; }
#main-content hr {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px dotted #909CAB;
    height: 2px;
    background: #FFFFFF;
}

hr.separator {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px dotted #909CAB;
    height: 2px;
    background: #FFFFFF;
}

/* progressbar vsade na stranke */
.progressbar {
    background:#FFF url(images/progressbar.gif) no-repeat 10px 10px;
    min-height:50px;
    _height:50px;
}
/* search */
dl.judicate {
    margin: 0 0 1.5em 0;
    padding: 0 0 1em 0;
    background: url(images/content-separator.gif) repeat-x center bottom;
    text-align: justify;
}
dl.judicate dt, dl.judicate dd {
    margin: 0;
    padding: 0;
}
dl.judicate dt {
    font-size: 1.1em;
    padding: 0 0 0.3em 0;
    text-align: left;
}
dl.judicate.selected dt{
    
}
dl.judicate dt .title {
    padding: 0.2em 0 0 0;
}
dl.judicate dt .title a {
    color:#248D36;
    font-weight:normal;
}
dl.judicate dt .title a.buy {
    color:#0066CC;
    font-weight:bold;
}
dl.judicate dt .title .titleInfo {
    font-size:0.8em;
    color:#666;
}
dl.judicate dt .title .docDate {
    font-size:0.8em;
}
dl.judicate dt .sidebar {
    font-size:0.8em;
    color: #666;
    float:right;
    padding-top:0.3em;
}
dl.judicate dd {
    clear:both;
    margin: 0;
    padding: 0 0 0.5em 0;
}
/* Funkcie */
dl.judicate dd.funcsbar {
    text-align:left;
    font-size:0.9em;
    padding-top:0.5em;
}
/* Funkcie - nav headlines */
dl.judicate dd.funcsbar div.nav {
    float:right;
    min-height:20px;
    _height:20px;
}
dl.judicate dd.funcsbar div.nav img {
    vertical-align:middle;
}
dl.judicate dd.funcsbar div.nav .naviarrows {
    padding-left:1em;
    display:none;
}
dl.judicate dd.funcsbar div.nav .prevHeadline {
    margin-right:0.2em;
}
dl.judicate dd.funcsbar div.nav a {
    color: #76808e;
    text-decoration: none;
}
dl.judicate dd.funcsbar div.nav a:hover {
    color: #445a77;
}
/* Funkcie - ostatne */
dl.judicate dd.funcsbar div.docfuncs {
    float:left;
    padding: 0 0 6px 0;
}
div.docfuncs-r {
    float: right;
}
div.docfuncs a {
    outline: none;
    padding:0.3em 0px 0.3em 18px;
    color:#76808e;
    text-decoration:none;
}
div.docfuncs span.func {
    margin-right:5px;
    width: auto;
    height: auto;
    padding:0.3em 0px 0.3em 0;
    background-repeat:no-repeat;
    background-position:0 50%;
}
div.docfuncs span.tags a {
    padding:0.3em 0;
}
/* Ikonky funkcii */
div.docfuncs span.fav { background-image:url(images/ico-fav.png); }
div.docfuncs span.nofav { background-image:url(images/ico-nofav.png); }
div.docfuncs span.fav-loading { background-image:url(images/ajax-loader5.gif); }
div.docfuncs span.comments { background-image:url(images/ico-comments.png); }
div.docfuncs span.print { background-image:url(images/ico-print.png); }
div.docfuncs span.pdf { background-image:url(images/ico-pdf.png); }
div.docfuncs span.html { background-image:url(images/ico-html.png); }
div.docfuncs span.citations { background-image:url(images/ico-citation.png); }
div.docfuncs span.citations2 { background-image:url(images/ico-citation2.png); }

div.docfuncs span.citations a, div.docfuncs span.citations2 a { text-decoration: underline; color: #0066cc; }

div.docfuncs .favcat {
    display: inline-block;
    width: 40px;
    height: 15px;
    background-color: #F00;
    margin: 0 25px 0 0;
    position: relative;
    color: #FFF;
    padding-left: 0;
    text-align: center;
    transition: all .2s ease-in-out;
}
div.docfuncs .favcat:before {
    border-top: 11px solid transparent;
    border-left: 15px solid red;
    border-bottom: 11px solid transparent;
    content: "";
    height: 0;
    left: 100%;
    position: absolute;
    top: 0;
    width: 0;
    transition: all .2s ease-in-out;
}

div.docfuncs .favcat-1 { background-color: #F49AC2; }
div.docfuncs .favcat-2 { background-color: #77DD77; }
div.docfuncs .favcat-3 { background-color: #FFB347; }
div.docfuncs .favcat-4 { background-color: #966FD6; }
div.docfuncs .favcat-5 { background-color: #FF6961; }
div.docfuncs .favcat-6 { background-color: #779ECB; }

div.docfuncs .favcat-1:before { border-left-color: #F49AC2; }
div.docfuncs .favcat-2:before { border-left-color: #77DD77; }
div.docfuncs .favcat-3:before { border-left-color: #FFB347; }
div.docfuncs .favcat-4:before { border-left-color: #966FD6; }
div.docfuncs .favcat-5:before { border-left-color: #FF6961; }
div.docfuncs .favcat-6:before { border-left-color: #779ECB; }

div.docfuncs .dsbl { background-color: #ccc; }
div.docfuncs .dsbl:before { border-left-color: #ccc; }

div.docfuncs .favcat-1:hover { background-color: #F49AC2; }
div.docfuncs .favcat-2:hover { background-color: #77DD77; }
div.docfuncs .favcat-3:hover { background-color: #FFB347; }
div.docfuncs .favcat-4:hover { background-color: #966FD6; }
div.docfuncs .favcat-5:hover { background-color: #FF6961; }
div.docfuncs .favcat-6:hover { background-color: #779ECB; }

div.docfuncs .favcat-1:hover:before { border-left-color: #F49AC2; }
div.docfuncs .favcat-2:hover:before { border-left-color: #77DD77; }
div.docfuncs .favcat-3:hover:before { border-left-color: #FFB347; }
div.docfuncs .favcat-4:hover:before { border-left-color: #966FD6; }
div.docfuncs .favcat-5:hover:before { border-left-color: #FF6961; }
div.docfuncs .favcat-6:hover:before { border-left-color: #779ECB; }

.list-sort a {
    padding: 3px 0;
}
.list-sort .sort-rating {
    background: url(../images/star1.png) no-repeat 0 50%;
    color: #e4a003;
    padding-left: 18px;
}
.list-sort .sort-citations {
    background: url(images/ico-citation.png) no-repeat 0 50%;
    color: #FF0000;
    padding-left: 18px;
}

/* headline hocikde v HTML */
.headline {
    background:#FFFCD1;
    /* background:#FFFAB6; */
    padding:0.1em 0.5em;
    color:#000;
}
.headlines2 .headline,
.keyword-link .headline {
    /* font-weight: bold; */
}


.kwd {
    color: #444444;
    font-weight: bold;
}

/* registration */
.light-form {
    padding: 0px 0;
}
.light-form input {
    vertical-align:middle;
}
.light-form label {
    display: block;
    width: 150px;
    padding: 5px 10px 0 0;
    float: left;
    text-align:right;
}
.light-form span.input input {
    padding: 5px;
    color: #445a77;
    border: none;
}
.light-form span.input {
    display: inline-block;
}
.light-form span.input input {
    max-width: 250px;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #b5c5e0;
    border-radius: 5px;
    background: #fff;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);
    position: relative;
}
.light-form span.input input.medium {
    width: 180px;
}
.light-form span.input input.small {
    width: 90px;
}
.light-form .inputline {
    padding: 2px 0;
    clear: both;
}

.light-form .inputline.link {
    padding: 2px 0 2px 130px;
    font-size: 0.9em;
}
.light-form .inputlineInfo {
    padding:20px 0 20px 158px;
    text-align:left;
}
.light-form .inputline.center {
    text-align: center;
}
.light-form .inputline.link a{
    padding: 0 10px;
}
/* .light-form span.submit {
    margin: 10px auto;
    background: url(images/button-left.png) no-repeat left center;
}
.light-form span.submit input{
    width: 90px;
    padding: 10px;
    background: url(images/button-right.png) no-repeat right center;
    color: #fff;
    cursor: pointer;
} */
.light-form .inputline div.input {
    padding-left:160px;
    float: none;
}
.light-form fieldset {
    -moz-border-radius:8px;
     border-radius:8px;
}

.light-form fieldset label {
    width:140px;
}

.light-form fieldset input {
    margin:0;
}

/* Stylish select */
.sselect-container {
    color:#000;
    padding:0;
    height:30px;
    width:282px;
    box-sizing: border-box;
    border: 1px solid #b5c5e0;
    border-radius: 5px;
    background: #fff;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);
    position:relative;
    overflow: hidden;
}
.sselect-container .text {
    overflow:hidden;
    white-space:nowrap;
    margin:7px 36px 7px 7px;
    padding: 0;
    cursor:default;
    font-size:1em;
}
.sselect-container .trigger {
    width: 30px;
    height: 26px;
    box-sizing: border-box;
    border: 1px solid #b5c5e0;
    border-radius: 5px;
    background: #f4f7fa url('../svg/arrow-down.svg') no-repeat center center;
    background-size: 12px 12px;
    position:absolute;
    top:1px;
    right:1px;
}

ul.sselect-list {
    margin:0;
    padding:0;
    list-style:none;
    color:#000;
    width:120px;
    background:#FFF;
    position:absolute;
    border:1px solid #b5c5e0;
    top:22px;
    left:-1px;
    overflow:auto;
    z-index:9999;
    font-size:1em;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
ul.sselect-list li {
    padding:4px 21px 3px 5px;
}
ul.sselect-list li.hiLite {
    background-color:#F4F7FA;
    color:#000;
    cursor:default;
}
ul.sselect-list li.hover {
    background-color: #e7ecf1;
    color:#000;
    cursor:default;
}

/* Vyhladavaci form */
#searchform {
    padding: 4px 0;
    clear: both;
    position:relative;
    width:100%;
    z-index: 0;
}

/* hlavna cast vyhladavania */
#qContainer {
    width:100%;
    position: relative;
}
#qContainer:before {
    content: '';
    display: block;
    position: absolute;
    right: -73px;
    top: 9px;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 11px solid rgba(0,67,204,1);
    border-right: 11px solid transparent;
}
#qContainer:after {
    content: '';
    display: block;
    position: absolute;
    right: -70px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgb(30, 104, 204);
    border-right: 10px solid transparent;
}
#qInput {
    width:100%;
    float:left;
    background: #fff;
    border-radius: 5px;
    box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
}
#q {
    border:none;
    background:transparent;
    width:100%;
    font-size:1.3em;
    font-weight: bold;
    color:#124DCB;
    padding:8px 15px;
    box-sizing: border-box;
}
#qMainSearch {
    position: absolute;
    left: 0;
    top: 1px;
    background: rgba(0,102,204,1);
    background: linear-gradient(0deg, rgb(71, 152, 253) 0%, rgb(57, 132, 208) 50%, rgba(0,67,204,1) 100%);
    border:1px solid rgba(0,67,204,1);
    border-radius: 10px;
    padding: 7px 50px 5px 7px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    z-index: 100;
    width: 65%;
}
#qMainSearch:before {
    content: '';
    display: block;
    position: absolute;
    left: 29px;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 10px solid rgba(0,67,204,1);
    border-bottom: 11px solid transparent;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}
#qMainSearch:after {
    content: '';
    display: block;
    position: absolute;
    left: 30px;
    top: 99%;
    width: 0;
    height: 0;
    border-top: 10px solid rgb(71, 152, 253);
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
#qSubmit {
    width:50px;
    height:50px;
    background: none;
    border:none;
    cursor:pointer;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    bottom:0;
    right: 0;
}
#qSubmit span {
    display:none;
}
#qSearchParams{
    padding: 10px 20px;
}
#qSearchParams tr#filters td{
    background: none;
}
/* mod vyhladavania */
#qmodeContainer {
    margin:0;
    position:relative;
    padding: 10px 15px;
    height: 27px;
}
#qmodeContainer div.mode {
    /*position: absolute;*/
    left: 10px;
    top: 11px;
    z-index: 40;
}
#qmodeContainer label {
    display:block;
    float:left;
    margin-right:0.5em;
    padding:7px 0 0 0;
    width:auto;
    font-weight:bold;
}
#qmodeContainer .sselect-container {
    float:left;
    margin-right:5px;
}
#qmodeSelect {
    width:200px;
}
#qmodeHelpBtn {
    position: absolute;
    right: 10px;
    top: 7px;
    z-index: 40;
    width:36px;
    height:36px;
    margin: 0 0 0 0;
    background: rgba(0,102,204,1);
    background: linear-gradient(0deg, rgb(71, 152, 253) 0%, rgb(57, 132, 208) 50%, rgba(0,67,204,1) 100%);
    border:1px solid rgba(0,67,204,1);
    border-radius: 50%;
}
#qmodeHelpDialog {
    display:none;
}
#qmodeHelpBtn a {
    display:block;
    width:36px;
    height:36px;
    background: url(../svg/question-white.svg) no-repeat center center;
    background-size: 20px 20px;
}
#qmodeHelpBtn span {
    display:none;
}
/* Info pod vyhladavacim polickom */
#qInfo {
    background: #e9f0f7 url(images/searchhelp-top.png) repeat-x top center;
}
#qInfo div.qInfoContainer{
    padding:15px;
    background: url(images/searchhelp-bottom.png) repeat-x bottom center;
}

/* vyber databazy */
#dbContainer {
    float: right;
    clear: both;
    padding-top: 5px;
}
#dbContainer > div{
    float: left;
}
#dbContainer label {
    display:block;
    float:left;
    margin-right:0.5em;
    padding:7px 0 0 0;
    width:auto;
    font-weight:bold;
    color: #fff;
}
#dbContainer .sselect-container {
    float:left;
    border:none;
}
#dbContainer .sselect-container .trigger {
    height: 28px;
}
#dbContainer .funcs {
    float:left;
    padding-top:7px;
}
#dbContainer .funcs img {
    vertical-align:middle;
}
#dbContainer .funcs a {
    color:#76808e;
    text-decoration:none;
}

#rContainer {
    margin-top: 7px;
    position: relative;
    z-index: 101;
    height: 53px;
    display: none;
    width: 570px;
}
#rContainer .rContainerTop {
    background: url(images/main-search2-top1.png) no-repeat left top;
}
#rContainer .rContainerBottom {
    background: url(images/main-search2-bottom1.png) no-repeat left bottom;
    padding: 12px 12px 28px 5px;
    min-height: 22px;
}

/* rozsirujuce podmienky */
#aContainer {
    margin: 6px 0 0 0;
    position: relative;
    background-color: #f4f7fa;
    border: 1px solid #b9c3d4;
    border-radius: 7px;
}
#aContainer div.overlay{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
}

#aContainer .aContainerDesc {
    padding:5px 0;
}
#aContainer .advanced {
    padding: 2px 30px 0 0;
    float: left;
    width: 50%;
    min-height: 25px;
    box-sizing: border-box;
}
#aContainer .advanced-col {
    float: left;
    width: 50%;
}
#aContainer .advanced-col > .advanced {
    width: 100%;
}
#aContainer .templates {
    display: none;
}

#aContainer .advanced div.search-label {
    float:left;
    padding:7px 5px 0 0;
    width:45%;
    font-size:0.9em;
    box-sizing: border-box;
}
#aContainer .advanced div.search-label-primary {
    font-weight: bold;
    color: #0066CC;
}
#aContainer .advanced.filter-lawParagraph div.search-label {
    padding-top: 0;
}

#aContainer .advanced div.search-input {
    float:left;
    padding:0;
    width:55%;
    box-sizing: border-box;
}
#aContainer .advanced div.search-input > select {
    width: 100%;
    box-sizing: border-box;
}
#aContainer .advanced div.search-input > .sselect-container {
    width: 100% !important;
    box-sizing: border-box;
}

#aContainer .advanced div.search-label span.red { color: red; }
#aContainer .advanced div.search-label div.right { float:right; }
#aContainer .advanced div.search-label.narrow {
    width: auto;
    padding:7px 5px 0 5px;
}
#aContainer .advanced div.search-label img {
    vertical-align:middle;
    float:left;
}
#aContainer .advanced .input {
    position: relative;
    display:block;
    float:left;
    width: 100%;
}
#aContainer .advanced .input.date { width: 48%; }
#aContainer .advanced .input.date:first-child { margin-right: 4%; }
#aContainer .advanced .input.narrow { width: 48%; }
#aContainer .advanced .input.narrow:first-child { margin-right: 4%; }
#aContainer .advanced .input > div {
    display:block;
    width:100%;
    box-sizing: border-box;
    border: 1px solid #b5c5e0;
    border-radius: 5px;
    background: #fff;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);
    position:relative;
}
#aContainer .advanced .input > div > span {
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #b5c5e0;
    border-radius: 5px 0 0 5px;
    background: #f4f7fa;
    padding: 5px 5px 0 5px;
    font-size: 0.9em;
    height: 100%;
    box-sizing: border-box;
}
#aContainer .advanced .input input {
    border:none;
    background:transparent;
    padding: 5px 10px;
    width:100%;
    font-size:0.9em;
    color:#000;
    box-sizing: border-box;
}
#aContainer .advanced .input.date-label input {
    padding: 5px 10px 5px 35px;
}
#aContainer .advanced .input-label {
    border: 1px solid #b5c5e0;
    background: #f4f7fa;
    padding: 0 5px;
    vertical-align: middle;
    font-size: 0.9em;
    height: 100%;
    box-sizing: border-box;
}
#aContainer .advanced .input-label-left {
    border-radius: 5px 0 0 5px;
}

#aContainer .advanced .input input.loading,
#aContainer .advanced .input input.ui-autocomplete-loading {
    background: transparent center right no-repeat url('./images/ajax-loader5.gif');
}

#aContainer .advanced .sselect-container {
    height: 25px;
    box-sizing: border-box;
    border: 1px solid #b5c5e0;
    border-radius: 5px;
    background: #fff;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);
    position:relative;
}
#aContainer .advanced .sselect-container .trigger {
    height: 21px;
    box-sizing: border-box;
    border: 1px solid #b5c5e0;
    border-radius: 5px;
    background: #f4f7fa url('../svg/arrow-down.svg') no-repeat center center;
    background-size: 12px 12px;
}

#aContainer div.input > a.remove, #rContainer div.input > a.remove {
    display: block;
    width: 20px;
    height: 17px;
    position: absolute;
    top: 3px;
    right: 3px;
    background: url(./images/button-delete.png) no-repeat left top;
}
ul.sselect-list li {
}
ul.sselect-list li.light {
    color: #666;
}
div#fSud.filter-select label,
div#fCourt.filter-select label
{
    color: red;
}
ul.sselect-list li.light.hover {
    color: #fff;
}
#aContainer .word-paragraf .input > div {
    width:60px;
}
#aContainer .word-paragraf .input input {
    width:60px;
}

/* pager */
.pager {
    padding-top:2em;
    text-align:center;
}
.pager a {
    color:#76808e;
    text-decoration:none;
}
.pager a:hover {
    color:#445a77;
}
.pager .next, .pager .prev {
    font-weight:bold;
}
.pager .next {
    display:inline-block;
    background:url(images/button-next-lcap.png) no-repeat 0 50%;
}
.pager .next .cap {
    display:inline-block;
    background:url(images/button-next-rcap.png) no-repeat 100% 50%;
}
.pager .next .cap a {
    display:inline-block;
    padding:10px 25px 10px 10px;
}
.pager .prev {
    display:inline-block;
    background:url(images/button-prev-lcap.png) no-repeat 0 50%;
}
.pager .prev .cap {
    display:inline-block;
    background:url(images/button-prev-rcap.png) no-repeat 100% 50%;
}
.pager .prev .cap a {
    display:inline-block;
    padding:10px 10px 10px 25px;
}
.pager .pages .page {
    padding:0.1em 0.1em;
}
.pager .pages .page-active {
    font-weight:bold;
}
.pager .pages .page-active a {
    color:#000000;
}

#searchStats {
    margin:0.5em 0 0 0;
    padding:0.3em 0.3em 0.3em 1.8em;
    background:#EBF0F6;
    display:none;
}

/* Atributova tabulka */
table.attribs {
    border-collapse:collapse;
    border:1px solid #B8C4D4;
    margin:1em 0 1em 0;
    font-size:0.9em;
}
table.attribs td, table.attribs th {
    border:1px solid #B8C4D4;
    padding:0.3em;
    text-align:left;
}
table.attribs td.label {
    font-weight:bold;
}
table.attribs-full {
    width:100%;
}

span.credit{
    font-weight: bold;
    font-size: 2em;
    color: #677281;
}
form.user-credits {
    float: right;
    margin: 0 100px 10px 20px;
}
form.user-credits fieldset{
    width: 100px;
    height: 100px;
    padding: 0;
    float: right;
    border: 1px solid #B8C4D4;

}
form.user-credits legend{
   margin: 0 20px;
   padding:6px 10px 6px 10px;
   background-color: #fff;
   border: none;
   color: #677281;
}
form.user-credits div{
   font-weight: bold;
   padding: 10px 5px;
   font-size: 3em;
   text-align: center;
   color: #677281;
   color: #677281;
}
#dialog{
    font-size: 0.9em;
}
#dialog h2{
    font-size: 1.5em;
}
#dialog.loading{
    background:url(images/ajax-loader4.gif) no-repeat center center;
}


/* Tootltips */
.tooltip-container {
    background:#677281;
    border:1px solid #586372;
    padding:5px 10px;
    color:#FFF;
    width:auto;
    border-radius: 5px;
    max-width: 300px;
}
/* Infobloky */
.user-info {
    border:1px solid #586372;
    padding:10px;
    color:#586372;
    width:auto;
    -moz-border-radius: 8px;
    width:160px;
    float:right;
    text-align:center;
}
.user-info strong {
    font-size:4em;
}
/*
#prediction-box{
    width: 325px;
    background-color: #fff;
    border: 1px #b9c5d5 solid;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    display: none;
}
#prediction-box .prediction-container{
    padding: 15px;
}
*/
div.helpContainer {
    z-index: 10;
    float: right;
    width: 33.8%;
    padding-left: 5px;
    padding-right: 0;
}
div.help-box {
    padding-bottom: 28px;
}
div.help-box-wrapper{
    background-color: #f4f7fa;
    border: 1px solid #b9c3d4;
    border-radius: 7px;
    padding-bottom: 4px;
    /*background: url(images/content-box.png) repeat-y center center;*/
}
div.help-box-container{
    padding: 1px;
   /* background: url(images/content-box-top.png) no-repeat center top;*/
}
div.help-box-container table {
    width:100%;
}
div.help-box-container table td {
    vertical-align:top;
    background:url(images/content-separator.gif) repeat-x bottom left;
    padding:5px 0px 5px 0px;
}
div.help-box-container table td img {
    padding:2px 6px 0px 0px;
    float:left;
}

/* Menu prihlaseneho usera */
ul.authUserMenu {
    width: 190px;
    margin: 15px auto;
    padding: 0;
    list-style: none;
    font-size:0.9em;
}
ul.authUserMenu li {
    margin:0 0 5px 0;
    padding: 2px 0 2px 0;
    clear: both;
}
ul.authUserMenu span {
    display: inline-block;
    width: 30px;
    text-align: center;
    padding:0 0 4px 0;
    float: left;
}
ul.authUserMenu a {
    color: #76808e;
    text-decoration: none;
}
ul.authUserMenu a:hover {
    color: #000000;
}

/* Datum v historii */
.history-item {
    font-size:1.1em;
    font-weight:bold;
    padding:0.5em 0 0.5em 20px;
    background:url(images/ico-history.png) no-repeat 0% 50%;
}

/* Dokumentovy komentar */
div.document-comment {
    background:url(images/ico-comments.png) no-repeat 8px 8px;
    padding:8px 8px 8px 28px;
    margin-bottom:8px;
    border:1px solid #b8c4d4;
    border-radius:4px;
}

table.list {
    width: 100%;
    border-collapse: collapse;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border: 1px solid #CCC;
}
table.list_short {
    width: 300px;
}
table.list_medium {
    width: 450px;
}
table.list th {
    background: #5C6776;
    color: #FFF;
}
table.list th, table.list td {
    padding: 3px 5px;
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
}
table.list tr.row2 td {
    background: #F5F5F5;
}
#notificationCreateDialog a.bttn{
    float: left; 
    display: block; 
    padding: 3px;
}

/* predikcia */
#predictionBox{
    width: 327px;
    position: absolute;
    z-index: 50;
    right: 0;
    top: 80px;
    background: url(images/content-box-bottom.png) no-repeat center bottom;
    padding-bottom: 35px;
    display: none;
}
#predictionBox .prediction-wrapper{
    background: url(images/content-box.png) repeat-y center center;
}
#predictionBox .prediction-container{
    background: url(images/content-box-top.png) no-repeat center top;
    padding: 10px 5px 10px 15px;
}
#predictionBox .prediction-header{
    padding: 5px 0;
    font-size: 1.2em;
}
#predictionBox .prediction-subheader{
    padding: 2px 0 5px 0;
    font-size: 1.2em;
    font-weight: bold
}
#predictionBox .prediction-content img{
    display: block;
    margin: 0 auto;
    padding: 30px;
    vertical-align: middle;
}
#predictionBox .ui-accordion .ui-accordion-content {
    border-top: 0 none;
    overflow: auto;
    padding: 5px;
    font-size: 0.9em;
    line-height: 1.2em;
    color: #666E81;
}
#predictionBox .ui-accordion .ui-accordion-header {
    font-size: 0.9em;
    padding: 0.2em 0.2em 0.2em 2.2em;
}

#predictionBox ul{
    margin: 0;
    padding: 0 5px 0 0;
    list-style: none;
    max-height: 160px;
    -height: 160px;
    overflow: auto;
}
#predictionBox ul li{
    padding: 2px 0;
}

#predictionBox ul li a{
    display: block;
    color: #0066CC;
}
#predictionBox ul li a.merito{
    font-weight: bold;
}
#predictionBox ul li a.law {
    font-weight: bold;
    color: #3c7e10;
}
#predictionBox ul li span{
    display: block;
}

/* abeceda */
table.border {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}
#content table.border {
    position: static;
}
table.border td {
    border:1px solid #b8c4d4;
    padding:0.3em;
    vertical-align:top;
}
table.abc td {
    text-align:center;
    padding:0;
}
table.abc td a {
    display:block;
    color:#76808E;
    padding:0.3em 0.2em;
}
table.abc td.active {
    background:#364ca7;
    color:#FFF;
    font-weight:bold;
}
table.abc td.active a {
    color:#FFF;
}
table.abcbig td {
    width:20%;
    font-size:0.9em;
    padding:0.5em 1em;
}
table.abcbig td a {
    color:#76808E;
}
table.abcbig .letter {
    font-size:4em;
    font-family:"Times New Roman", "Times", serif;
    font-style:italic;
}
table.abcbig span.letter {
    color:#ccc;
}
ul.expressions-list {
    margin:1em 0;
    padding:0;
    float:left;
    list-style:none;
    width:33%;
}
ul.expressions-list  li{
    padding:0 10px 0 0;
    font-size: 0.9em;
}
ul.expressions-list li a {
    color:#76808E;
}
#expression-source{
    margin: 0;
    padding: 0;
    list-style: none;
}
#expression-source li{
    
}
#expression-source li a{
    display: inline-block;
    padding: 3px 0;
}

#otherSources h3{
}
#otherSources a{
    font-size: 1.2em;
    font-weight: bold;
    padding-right: 10px;
}


.expitem {
    padding: 0 0 15px 0;
}
.exptitle {
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 0 10px 0;
    color: #000000;
}
.exptitle span {
    font-weight: normal;
    color: #666E81;
}
.expdesc {
    color: #444444;
}
.expkeywords {
    font-size: 0.9em;
    /*color: #9A9A9A;*/
    padding: 0 0 7px 0;
    text-align: justify;
}
.expkeywords-document {
    padding-top: 7px;
}
.expkeywords strong {
    color: #444444;
}
.laws-document {
    padding-bottom: 5px;
}
.laws-document ul {
    margin-top: 10px;
    list-style: none outside none;
}
.laws-document ul li {
    margin-bottom: 20px;
}
.laws-document ul li a.law-name {
    font-weight: bold;
}

dl.judicate .laws-document ul {
    margin:10px 0 0 0;
    padding:0;
}
dl.judicate .laws-document {
    padding: 10px 0;
}
dl.judicate .laws-document ul li {
    margin-bottom: 0;
}

.documentDesc {
    /*font-weight: bold;*/
    padding: 0 0 15px 0;
}
.documentDesc .expdesc {
    font-weight: bold;
}

.ui-multiselect {
    background: url(images/input-sud.png) no-repeat left top #FFFFFF;
    border: none;
    padding: 0;
    text-align: left;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #000000;
    height: 30px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.ui-multiselect span {
    padding: 7px 36px 7px 7px;
    display: block;
    float: left;
}
.ui-multiselect span.ui-icon {
    padding: 0;
    background: url(images/button-slide-sud.png) no-repeat left top;
    float: left;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
}
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { 
    display: none;
    padding: 0;
    position: absolute;
    z-index: 10000;
    text-align: left;
    border: 1px solid #677281;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:0 }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }

.ui-multiselect-checkboxes .ui-corner-all {
    border-bottom: 1px solid #FFFFFF;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.ui-multiselect-checkboxes .ui-state-hover {
    background: #677281;
    color: #FFFFFF;
    cursor: default;
}
.ui-multiselect-checkboxes .selected {
    background: #DAECFF;
}

h1.newest {
    font-weight: bold;
    font-size: 1.5em;
    padding: 10px 0 8px 0;
    margin-bottom: 10px;
    color: #F53333;
    border-bottom: 1px dotted #F53333;
    background: none;
}
h1.newest a {
    color: #F53333;
    text-decoration: none;
}
h2.newest {
    font-weight: bold;
    font-size: 1.5em;
    padding: 10px 0 8px 0;
    margin-bottom: 10px;
    color: #F53333;
    border-bottom: 1px dotted #F53333;
}

.newest_sources {
    border-bottom: 1px dashed #CCCCCC;
    border-top: 1px dashed #CCCCCC;
    padding: 15px 0;
    margin: 10px 0;
}

.newestitem {
    font-size: 1.1em;
}
.newestitem .sidebar {
    font-size: 0.8em;
    float: right;
    padding-bottom: 8px;
}
.newestitem .headlines, .newestitem .keywords, .newestitem .headlines {
    padding-bottom: 10px;
}
.newestitem .more {
    border-top: 1px dotted #CCCCCC;
    text-align: right;
    padding-top: 5px;
}

#popup { display: none; }

a.keyword-link {
    text-decoration: underline;
    color: #417AB9;
}

a.keyword-link:hover {
    text-decoration: underline;
    color: #ff5454;
}

.published_in_bulletin {
    padding: 10px 0 10px 0;
    display: block;
}

.published_in_bulletin_newest {
    padding: 3px 0 10px 0;
    display: block;
}

.law_bubble {
    background: #f4f7fc;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #CCCCCC;
    padding: 8px 6px;
    width: 500px;
    min-height: 80px;
    box-shadow: 3px 3px 15px rgba(0,0,0,0.15);
    border-radius: 5px;
    z-index: 51;
}
.law_bubble .loading {
    background: url(../images/loading.gif) no-repeat center 20px;
    width: auto;
    height: 55px;
    margin: 20px auto 0 auto;
    text-align: center;
}

.lawportal {
    background: url(../images/logo-zakony-paragraph.png) no-repeat left top;
}
.lawportal .lp-title {
    background: url(../images/logo-zakony.png) no-repeat 30px 5px;
    height: 45px;
}
.lawportal .lp-title span {
    display: none;
}
.lawportal .lp-text {
    padding: 12px 7px 3px 7px;
    font-weight: normal;
}
.lawportal .lp-text a {
    text-decoration: none;
}
.law-link {
    color: #3c7e10;
}
a.law-name {
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 10px;
}
.paragraphs {
    display: none;
    margin-left: 480px;
}
.laws-document ul.paragraphs li {
    margin-bottom: 5px;
}

.pricelist-panel {
    width: 305px;
    float: left;
    margin: 0 25px 0 0;
    padding: 10px;
    border: 1px solid #b8c4d4;
    border-radius: 10px;
    background: url(images/panel-bg.png) repeat-x left bottom;
    position: relative;
}
.pricelist-panel h3 {
    text-align: center;
    color: #0066cc;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    font-size: 1.4em;
    border-bottom: 1px dotted #b8c4d4;
}
.pricelist-panel p {
    text-align: justify;
}
.pricelist-panel table.plist {
    width: 100%;
    padding: 0 0 10px 0;
}
.pricelist-panel table.plist th {
    font-weight: normal;
    border-bottom: 1px dotted #b8c4d4;
    padding: 5px;
    margin: 0 0 5px 0;
    height: 30px;
}
.pricelist-panel table.plist th.t1, .pricelist-panel table.plist th.t2, .pricelist-panel table.plist th.t3 {
    text-align: center;
}
.pricelist-panel table.plist td {
    width: 30%;
    padding: 10px 5px;
    height: 30px;
}
.pricelist-panel table.plist td.t1 {
    font-weight: bold;
}
.pricelist-panel table.plist td.t2, .pricelist-panel table.plist th.t2 {
    border-left: 1px dotted #b8c4d4;
    text-align: center;
}
.pricelist-panel table.plist td.t3, .pricelist-panel table.plist th.t3 {
    border-left: 1px dotted #b8c4d4;
    text-align: center;
}
.pricelist-panel table.plist td.t2, .pricelist-panel table.plist td.t3 {
    font-weight: bold;
    color: #454346;
}
.pricelist-panel .discount {
    position: absolute;
    left: 0;
    top: 338px;
    width: 305px;
    padding: 0 10px;
}
.pricelist-panel .discount .distbl {
    background: #0066cc;
    border-radius: 5px;
    color: #FFFFFF;
    margin: 0 0 5px 0;
}
.pricelist-panel .discount .distbl table {
    width: 100%;
    font-weight: bold;
}
.pricelist-panel .discount .distbl table td {
    padding: 10px 5px;
    width: 30%;
}
.pricelist-panel .discount .distbl table td.t2, .pricelist-panel .discount .distbl table td.t3 {
    text-align: center;
    font-size: 1.6em;
}
.pricelist-panel .discount p {
    text-align: center;
}
.pricelist-mid {
    border-top: 1px dotted #b8c4d4;
    border-bottom: 1px dotted #b8c4d4;
    padding: 20px 10px;
    font-weight: bold;
}
.pricelist-mid table {
    width: 100%;
}
.pricelist-mid table td {
    padding: 5px;
}
.pricelist-mid table td a {
    background: #0066cc;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 20px 30px;
    text-align: center;
    border-bottom: 3px solid #003466;
    border-radius: 5px;
    font-size: 1.6em;
}
.pricelist-panel2 {
    /*width: 200px;*/
    /*margin: 0 18px 0 0;*/
    width: 305px;
    margin: 0 25px 0 0;
    float: left;
    padding: 10px;
    border: 1px solid #b8c4d4;
    border-radius: 10px;
    background: url(images/panel-bg.png) repeat-x left bottom;
    position: relative;
}
.pricelist-panel2 h3 {
    text-align: center;
    color: #0066cc;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    font-size: 1.2em;
    border-bottom: 1px dotted #b8c4d4;
}
.pricelist-panel2 h3 span {
    font-size: 0.8em;
    color: #666E81;
}
.pricelist-panel2 table {
    width: 100%;
    padding: 0 0 15px 0;
}
.pricelist-panel2 table td {
    padding: 7px 5px;
}
.pricelist-panel2 table td.t1 {
    width: 120px;
    border-right: 1px dotted #b8c4d4;
    padding-right: 10px;
}
.pricelist-panel2 table td.t2 {
    width: 35px;
    text-align: right;
    color: #454346;
    font-weight: bold;
}
.pricelist-panel2 table td.t3, .pricelist-panel2 table td.t4 {
    border-top: 1px dotted #b8c4d4;
    border-bottom: 1px dotted #b8c4d4;
}
.pricelist-panel2 table td.t3 {
    font-weight: bold;
    padding-left: 10px;
}
.pricelist-panel2 table td.t4 {
    font-size: 1.2em;
    text-align: right;
    color: #454346;
    font-weight: bold;
}
.pricelist-panel2 .discount {
    position: absolute;
    left: 0;
    top: 290px;
    /*width: 206px;*/
    /*padding: 0 7px;*/
    width: 305px;
    padding: 0 10px;
}
.pricelist-panel2 .discount .distbl {
    background: #0066cc;
    border-radius: 5px;
    color: #FFFFFF;
    margin: 0 0 5px 0;
}
.pricelist-panel2 .discount .distbl table {
    width: 100%;
    font-weight: bold;
    padding: 0;
}
.pricelist-panel2 .discount .distbl table td {
    padding: 7px 5px;
}
.pricelist-panel2 .discount .distbl table td.t1 {
    width: 100px;
    border: none;
}
.pricelist-panel2 .discount .distbl table td.t1 span {
    font-size: 0.8em;
}
.pricelist-panel2 .discount .distbl table td.t2 {
    width: 40px;
    text-align: right;
    color: #FFFFFF;
    font-size: 1.6em;
}

.search-law_links {
    margin: 20px 0 10px 0;
    border: 1px solid #3c7e10;
    background: #F1FFE8;
    border-radius: 5px;
    padding: 15px 15px 10px 15px;
}
.search-law_links a {
    color: #3c7e10;
}


.law_bubble .lawclick_panel {
    border: 1px solid #bac6d6;
    border-radius: 5px;
    background: #f4f7fc;
    box-shadow: 0 0 3px #CCCCCC;
    overflow: auto;
    padding: 10px 15px 15px 15px;
    min-height: 25px;
    width: 500px;
}
.law_bubble .lawclick_panel .loading {
    margin: 0 auto;
    text-align: center;
}
.law_bubble .lawclick_panel ol li {
    margin-bottom: 5px;
}
.law_bubble .lawclick_panel_title {
    background: url(images/content-separator.gif) repeat-x center bottom;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
}
.law_bubble .lawclick_panel_title_law {
    background: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.law_bubble .lawclick_panel_par_text {
    min-height: 25px;
    max-height: 275px;
    overflow: auto;
    padding: 5px 10px 0 0;
    margin-top: 10px;
    text-align: justify;
}
.law_bubble .lawclick_panel_paragraph_text {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #cccccc;
}
.law_bubble .lawclick_panel_paragraph_text.last {
    border-bottom: none;
}
.law_bubble .lawclick_panel_paragraph_text h5 {
    color: #76808E;
    margin: 0 0 10px 0;
}
.law_bubble .lawclick_panel_paragraph_link {
    float: right;
    margin: 0 0 10px 20px;
}
.law_bubble .lawclick_panel-arrow {
    background: url("images/paragraphs-arrow.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 8px;
    left: 20px;
    position: absolute;
    top: -8px;
    width: 15px;
    z-index: 6;
}

.shorten {
    background: rgba(240, 50, 50, 0.85);
    color: #FFF;
    display: inline-block;
    padding: 0 3px;
    margin: 5px 0 0 0;
    cursor: pointer;
}

.expression_rating_container {
    float: right;
    margin-left: 30px;
}
.expression_rating_container .expression_title {
    width: 100%;
    padding-bottom: 3px;
}
.expression_rating_container .expression_pctg {
    float: left;
    padding: 1px 5px 0 0;
}
.expression_rating_container .expression_rating {
    float: left;
    width: 100px;
    height: 16px;
    position: relative;
    background: #dfdfdf;
    border-radius: 10px;
    z-index: 50;
}
.expression_rating_container .expression_rating div {
    height: 14px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 10px;
    background: #2ecc71;
    border: 1px solid #2ecc71;
    text-align: right;
}

dl.judicate .expression_rating_container .expression_title {
    display: none;
}
dl.judicate .expression_rating_container {
    padding-top: 5px;
}
dl.judicate .expression_rating_container .expression_pctg {
    padding: 0 5px 0 0;
}
dl.judicate .expression_rating_container .expression_rating {
    height: 8px;
    border-radius: 6px;
    margin:3px 0;
}
dl.judicate .expression_rating_container .expression_rating div {
    height: 6px;
    border-radius: 6px;
}

#main-content .loginbuy {
    border: 1px solid #F20000;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
    background: #FFF4F4;
}
#main-content .loginbuy-law {
    margin: 20px 0;
}
#main-content .loginbuy-law p {
    font-size: 1.1em;
}
#main-content .loginbuy h3 {
    color: #F20000;
    font-weight: normal;
    margin: 0;
    font-size: 1.3em;
    padding: 0 0 15px 0;
}

#searchFormJud{
    /*padding: 16px 0;*/
    clear: both;
    /*position: relative;*/
    width: 100%;
    z-index: 0;
}

#searchFormJud .judContainer{
    margin: 6px 0 0 0;
    /*position: relative;*/
    background-color: #f4f7fa;
    border: 1px solid #b9c3d4;
    border-radius: 7px;
}

#searchFormJud .aContainerDesc{
    padding: 8px 10px 8px 10px;
    /*color: #0066CC;*/
    color: #af462b;
    font-weight: bold;
    font-size: 1.2em;
}

#qJudMainContainer{
    height: 60px;
    background: url(images/main-search4.png) no-repeat top left;
}

#qJudContainer{
    width: 100%;
    height: 50px;
}

#qJudContainer label{
    font-weight: bold;
    padding-left: 8px;
    color: #ffffff;
}

#keywordJud{
    /*border: none;*/
    /*background: transparent;*/
    /*margin: 16px 0 0 5px;*/
    margin: 10px 0 0 0px;
    padding-left: 5px;
    /*width: 475px;*/
    width: 44%;
    font-size: 1.3em;
    font-weight: bold;
    color: #124DCB;


    border-width: 1px;
    border-color: rgb(23, 86, 207);
    border-style: solid;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 2px 1.64px 2.36px rgba(240, 244, 249, 0.004);
    height: 38px;
}

#lawnrJud{
    /*border: none;*/
    /*background: transparent;*/
    /*margin: 16px 0 0 5px;*/
    margin: 10px 0 0 0px;
    padding-left: 5px;
    width: 90px;
    font-size: 1.3em;
    font-weight: bold;
    color: #124DCB;

    border-width: 1px;
    border-color: rgb(23, 86, 207);
    border-style: solid;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 2px 1.64px 2.36px rgba(240, 244, 249, 0.004);
    height: 38px;
}

#paragraphJud{
    /*border: none;*/
    /*background: transparent;*/
    /*margin: 16px 0 0 5px;*/
    margin: 10px 0 0 0px;
    padding-left: 5px;
    width: 90px;
    font-size: 1.3em;
    font-weight: bold;
    color: #124DCB;

    border-width: 1px;
    border-color: rgb(23, 86, 207);
    border-style: solid;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 2px 1.64px 2.36px rgba(240, 244, 249, 0.004);
    height: 38px;
}

#judSubmit{
    width: 50px;
    height: 32px;
    background: url(images/search.png) no-repeat 0 50%;
    background: none;
    border: none;
    cursor: pointer;
    /*float: left;*/
    float: right;
    padding: 0px;
    /*margin: 0 10px 10px 2px;*/
    margin: 15px 10px 10px 2px;
    /*position: absolute;*/
    /*top: 85px;*/
    /*right:0;*/
}

#predictionBoxJud {
    /*width: 327px;*/
    /*width: 100%;*/
    /*position: absolute;*/
    /*z-index: 50;*/
    /*right: 0;*/
    /*top: 80px;*/
    /*background: url(images/content-box-bottom.png) no-repeat center bottom;*/
    /*padding-bottom: 35px;*/
    /*width: 66.5%;*/
    width: 650px;
    display: none;
    margin: 6px 0 0 0;
    position: relative;
    background-color: #f4f7fa;
    border: 1px solid #b9c3d4;
    border-radius: 7px;
}

#predictionBoxJud .arrow-down{
    position: absolute;
    top: -10px;
    left: 34px;
}

#predictionBoxJud .prediction-container-jud {
    padding: 10px 5px 10px 15px;
}

#predictionBoxJud .prediction-header {
    padding: 5px 0;
    font-size: 1.2em;
}

#predictionBoxJud .prediction-subheader-jud {
    padding: 2px 0 5px 0;
    font-size: 1.2em;
    font-weight: bold;
}

#predictionBoxJud .ui-accordion .ui-accordion-content {
    border-top: 0 none;
    overflow: auto;
    padding: 5px;
    font-size: 0.9em;
    line-height: 1.2em;
    color: #666E81;
}

.prediction-content-jud li{
    list-style: none;
    /*padding-bottom: 10px;*/
    /*position: relative;*/
}
.prediction-content-jud .col1{
    display: inline-block;
    /*width: 65%;*/
    width: 45%;
}
.prediction-content-jud .col2{
    display: inline-block;
    /*width: 14%;*/
    width: 20%;
}
.prediction-content-jud .col3{
    display: inline-block;
    /*width: 10%;*/
    width: 20%;
    text-align: center;
}
.prediction-content-jud .col4{
    display: inline-block;
    width: 9%;
    text-align: center;
}

.prediction-content-jud .ui-accordion-content{
    height: initial !important;
    max-height: 630px;
}

.prediction-count-none,
.prediction-content-header-none,
.prediction-content-otherparagraph-none{
    display: none;
}

.prediction-count{
    padding: 5px 20px;
    font-size: 1.2em;
}

.prediction-content-jud ul.detail{
    margin-top: 7px;
}

#predictionBoxJud ul li a {
    font-weight: bold;
    color: #3c7e10;
}
#predictionBoxJud ul li a.result-ekv-jud {
    color: #0066CC;
}

.result-jud{
    color: #3c7e10;
    padding-top: 10px;
}
.result-jud:hover,
.result-ekv-jud:hover{
    cursor: pointer;
}

.result-ekv-jud{
    color: #0066CC;
    padding-top: 0;
}

.paragraphs-detail-panel{
    border: 1px solid #bac6d6;
    border-radius: 5px;
    background: #f4f7fc;
    box-shadow: 0 0 3px #CCCCCC;
    overflow: auto;
    padding: 10px 15px 15px 15px;
    min-height: 25px;
    width: 500px;
}

.paragraphs-detail-panel-arrow{
    background: url(images/paragraphs-arrow.png);
    width: 15px;
    height: 8px;
    position: absolute;
    left: 20px;
    top: 1px;
    /*top: 28px;*/
    z-index: 6;
}

.paragraphs-detail{

    position: absolute;
    display: none;
    z-index: 300;
    padding: 8px 0 0 0;
    /*left: 20px;*/

    /*top: 28px;*/
    z-index: 5;
}


.otherparagraph-header{
    padding-top: 10px;
}

.paragraphs-full,
.law-detail{
    display: inline-block;
}

/* RESPONZIVITA */

@media only screen and (max-width:1010px){

    /*
    #qContainer { height: 35px; width: 92.5%; padding-left: 10px; padding-top: 10px; }
    #qInput { min-height: 35px; width: 97%; border: 1px solid; border-radius: 7px; background-color: #ffffff; }
    #q { margin: 0; padding: 8px 10px; width: 96%;  }
    #qSubmit { background: url("images/search2.png") no-repeat center; margin: 0; }


    #qTopContainer{ height: inherit; }
    #qMainSearch { position: static; width:100%; }
    div.helpContainer { float: left; padding-top: 5px; padding-left: 0; width:327px; }
    #dbContainer { right: 35px; top: 70px; }

    #predictionBox { left: 335px; top: 112px; }
    div.help-box { padding-bottom: 0; }

    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable { max-width: 500px !important; width: 100% !important; }

    #qJudMainContainer{
        height:140px;
    }

    .keyword-label, #keywordJud{display: block; padding-top: 8px;}
    #keywordJud{margin-left: 8px; width:90%;}

     */

}

#qSubmitInline {
    display:none;
}

@media only screen and (max-width: 980px){
    #qMainSearch {
        width: 59%;
    }
    div.helpContainer {
        width: 40%;
    }
}

@media only screen and (max-width: 860px){
    #qMainSearch {
        width: 100%;
        position: relative;
        margin-bottom: 7px;
    }
    #qMainSearch:before, #qMainSearch:after {
        display: none;
    }
    #qContainer:before, #qContainer:after {
        display: none;
    }
    div.helpContainer {
        width: 100%;
        padding: 0;
    }
    div.helpContainer div.help-box {
        padding-bottom: 0;
    }
    #qSubmitInline {
        display: block;
        width: 100%;
        background: rgba(0,102,204,1);
        background: linear-gradient(0deg, rgb(71, 152, 253) 0%, rgb(57, 132, 208) 50%, rgba(0,67,204,1) 100%);
        border:1px solid rgba(0,67,204,1);
        border-radius: 10px;
        margin-top: 10px;
        padding: 10px 30px;
        text-align: center;
        color:#FFF;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: bold;
    }
    #qSubmitInline img {
        vertical-align: middle;
        padding-left: 15px;
    }

    #aContainer .advanced-col {
        float: left;
        width: 100%;
    }
    #aContainer .advanced {
        width: 100%;
    }
}

@media only screen and (max-width: 980px){
    #judFooter { margin: 10px 0;}
    /*#content { display: table; max-width: 980px; width: 100%; }
    .left-column { width: 22%; }
    .right-column { width: 78%; }
    .right-column div.content-box.left { float: left; width: 48%; }
    .right-column div.content-box.right { float: left; width: 48%; }


    #qTopContainer { display: table; max-width: 980px; width: 100%; }
    #qMainSearch { width:66%; position: static; float: left; }
    div.helpContainer { width:33.4%; float: left; }

    #dbContainer { position: static; float:right; }*/
}

@media only screen and (max-width: 790px){
    .right-column { width:68%; }
    .left-column { width: 32%; }
}

@media only screen and (max-width: 680px){
    .light-form label { float: none; text-align: left; }
    .light-form .inputline div.input { padding: 0; }
    form.light-form { padding-bottom: 10px; }
    #predictionBox { left: 0; top: 175px; }
    #predictionBoxJud{width:100%;}
    .paragraphs-detail-panel{  max-width:500px;width:100%}

}

@media only screen and (max-width: 528px){
    #aContainer .advanced div.search-label {
        width: 100%;
        padding: 5px 0;
        box-sizing: border-box;
    }
    #aContainer .advanced.filter-lawParagraph div.search-label {
        padding-top: 5px;
    }
    #aContainer .advanced div.search-input {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }
    #aContainer .advanced .input { width: 100%; box-sizing: border-box; }
    #aContainer .advanced .input > div { width: 100%; box-sizing: border-box; }
    #aContainer .advanced .input > div > input { width: 100%; box-sizing: border-box; }

    #aContainer .advanced .input.narrow { width: 48%; }
    #aContainer .advanced .input.narrow.first { margin-right: 4%; }
    #aContainer .advanced .input.narrow > div { width: 100%; }
    #aContainer .advanced .input.narrow > div > input { width: 100%; }

    #aContainer .advanced .input.date { width: 48%; }
    #aContainer .advanced .input.date:first-child { margin-right: 4%; }
    #aContainer .advanced .input.date > div { width: 100%; }
    #aContainer .advanced .input.date > div > input { width: 100%; }
}

@media only screen and (max-width: 610px){
    .left-column > div.panel { display: none; background-color: #ffffff; padding-top: 0; position: absolute; width: 220px; z-index: 10; box-shadow: 0 0 10px #888888; border-radius: 7px; }
    #content .left-column .trigger { display: block; }

    .right-column { width: 90%; border-left: none; }
    .left-column { width: 10%; }

    #top .top-container .top-r { padding: 0; }
}

@media only screen and (max-width: 480px) {

    .tipsy { position: absolute; }

    #qJudMainContainer{height:255px;}
    .lawNr-label, #lawnrJud, .paragraph-label, #paragraphJud{display: block; padding-top: 8px}
    #lawnrJud, #paragraphJud{margin-left: 8px; }
    .prediction-content-header{display: none;}
    #predictionBoxJud ul li a{display: block;}
    #predictionBoxJud .col2,
    #predictionBoxJud .col3,
    #predictionBoxJud .col4{width:30%;}
}

@media only screen and (max-width: 450px){
    #dbContainer label { display: none; }
}

@media only screen and (max-width: 420px){
    #q { font-size: 0.9em; }
    div.helpContainer { width: 100%; }
}

#cookies-usage-message {
    background-color: #2550aa;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 15px 60px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 200;
    box-sizing: border-box;
}
#cookies-usage-message > span {
    display: inline-block;
    padding: 0 10px;
}
#cookies-usage-message > span > a {
    margin: 0 10px;
    background: #fff;
    color:#000;
    display: inline-block;
    padding:5px 10px;
    border-radius: 4px;
    text-decoration: none;
}

.btn-blank {
    padding:5px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
.btn {
    border-radius: 5px;
    background: #1a73e8;
    display: inline-block;
    padding:10px 15px;
    color:#fff;
    font-weight: bold;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
.btn:hover {
    color:#fff;
}
.btn > img{
    vertical-align: middle;
}
.btn:hover {
    color:#fff;
}
.btn-danger {
    background: #d93025;
}
.btn-white {
    background: #ffffff;
    color: #3a3c4a;
}
.btn-white:hover {
    color: #3a3c4a;
}
.btn-xs {
    padding:5px 10px;
}

.advanced-row {
    position: relative;
    padding-top: 2px;
    clear: both;
}
.advanced-row .btn {
    padding:0;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 5px;
    right: -23px;
    text-align: center;
    line-height: 18px;
}

.inpt {
    border: 1px solid #b9c3d4;
    padding: 5px 10px;
    border-radius: 5px;
    font-size:1em;
    box-sizing: border-box;
}
.inpt-color {
    padding: 2px;
}
.inpt-full {
    width: 100%;
}

.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}

.color-red { color: #d93025; }
.color-green { color: #35ac19; }
.color-blue { color: #1a73e8; }

table.table-list {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    margin: 15px 0;
}
table.table-list thead th {
    background: #5C6776;
    border-color: #5C6776;
    color: #FFF;
    padding: 10px 15px;
}
table.table-list tbody td {
    padding: 10px 15px;
    border-bottom: 1px dotted #dae0ea;
}
table.table-list tbody tr:last-child td {
    border-bottom: none;
}

div.form-content {
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    margin: 15px 0;
    padding: 20px;
}

table.form-table {
    width: 100%;
    border-collapse: collapse;
}
table.form-table td {
    padding: 5px;
    border-bottom: 1px dotted #dae0ea;
}
table.form-table tr:last-child td {
    border-bottom: none;
}

:focus {
    outline: none !important;
}

ul.userMenuTags {
    list-style: none;
    margin:0;
    padding:0 10px 0 15px;
}
ul.userMenuTags li {
    padding: 2px 0;
}
ul.userMenuTags li a {
    text-decoration: none;
}
ul.userMenuTags li a:hover {
    text-decoration: none;
}
ul.userMenuTags li a > span {
    display:block;
    padding:5px 10px;
    color:#FFF;
    border-radius:5px;
}

div.filter-content {
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    margin: 15px 0;
    padding: 10px;
    border-radius: 5px;
}
div.filter-content label {
    cursor: pointer;
}

.tagFilter {
    width: 25%;
    float: left;
}
.tagFilter:nth-child(4n+1) {
    clear: both;
}

.userTag {
    float:right;
    margin:0 0 6px 6px;
    padding:3px 5px;
    font-size:10px;
    font-style:normal;
    color:#FFF;
    border-radius:3px;
    text-decoration: none;
    box-sizing: border-box;
}

.userTagInline {
    white-space: nowrap;
    text-align: right;
}
.userTagInline .userTag {
    float: none;
    display: inline-block;
    margin:0 0 6px 3px;
}

.ui-widget {
    font-size: 1em !important;
    font-family: inherit !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.ui-widget-header {
    border:none !important;
    background:transparent !important;
    font-size: 1.5em !important;
    margin: .6em 16px .1em 0 !important;
}
.ui-widget-content {
    border:none !important;
}

ul.comments {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.comments li {
    margin: 0;
    padding: 0 0 10px 0;
}
ul.comments li .nr {
    font-weight: bold;
}

span.underline_comment {
    color: #59ab21;
    text-decoration: underline;
    cursor: pointer;
    font-size: 0.8em;
}
li > span.underline_comment,
span.nr > span.underline_comment {
    color: #666E81;
    text-decoration: none;
    cursor: initial;
}

#underlineCommentDiv {
    background: #F4F7FC;
    position: absolute;
    z-index: 1000;
    padding: 15px 30px 15px 15px;
    border: 1px solid #bac6d6;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    width: 350px;
    border-radius: 4px;
    box-sizing: border-box;
}
#underlineCommentDiv > .close {
    position: absolute;
    top:7px;
    right:7px;
    cursor: pointer;
}

video {
    width: 100%    !important;
    height: auto   !important;
}