@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('//static.chatujme.cz/fonts/glyphicons-halflings-regular.eot');
  src: url('//static.chatujme.cz/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('//static.chatujme.cz/fonts/glyphicons-halflings-regular.woff') format('woff'), url('//static.chatujme.cz/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('//static.chatujme.cz/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
/*@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('http://chatujme.loc/fonts/glyphicons-halflings-regular.eot');
  src: url('http://chatujme.loc/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('http://chatujme.loc/fonts/glyphicons-halflings-regular.woff') format('woff'), url('http://chatujme.loc/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('http://chatujme.loc/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
} */

body {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    height:100%;
    background: rgb(248,254,255) url('../images/backg.png') repeat-x;
}

#colorbox, #colorbox *, #colorbox *:before, #colorbox *:after{
    -moz-box-sizing: content-box !important;
}

h1 {
    color: #3484D2;
}

.clear {
    float:clear;
    clear:both;
    display:block;
}

#ajax-spinner {
    margin: 15px 0 0 15px;
    padding: 13px;
    background: white url('../images/spinner.gif') no-repeat 50% 50%;
    font-size: 0;
    z-index: 123456;
    display: none;
}

.mainrow {
    padding-left: 20px;
    padding-right: 20px;
}

div.flash {
    color: black;
    background: #FFF9D7;
    border: 1px solid #E2C822;
    padding: 1em;
    margin: 1em 0;
}

a[href^="error:"] {
    background: red;
    color: white;
}

form th, form td {
    vertical-align: top;
    font-weight: normal;
}

form th {
    text-align: right;
}

form .required label {
    font-weight: bold;
}

form .error {
    color: #D00;
    font-weight: bold;
}

html.js .jshidden {
    display: none;
}

.head {
    /*width:980px;*/
    margin:0 auto;
}

.head .nav {
    font-size:18px;
    margin-left:auto;
    margin-right: auto;
}
.head div.navi {
    border-bottom:1px solid #078fb9;
    margin-bottom: 25px;
    position: relative;
    margin-top:10px;
    /*top: -25px;*/
}
.head .nav .active > a {
    background:#078fb9;
}

.head .nav li {
}

.head .nav li a{
    padding:15px;
    padding-left:25px;
    padding-right:25px;
}

.head .userbase {
    /*line-height: 45px;*/
    text-align:right;
    /*float:right;*/
    /*width: 380px;*/
    margin-top:15px;
    margin-left: auto;
    margin-right: auto;
}

.userbase .userbaseLinks {
    /*width:85%;
    float:right;*/
    margin-top:5px;
    display:inline-block;
}

@media (min-width: 768px){
    .userbase .userbaseLinks {
        padding-right:15px;
    }
}

.userbase .userbaseLinks a {
    font-size:16px !important;
}

.userbase .nickname {
    font-weight:bold;
}

.userbase .userbaseAvatar {
    /*width:15%;*/
    float:right;
}


.userAnchor:hover {
    text-decoration: none;
}

.head .userbase .userbaseLinks a {
    padding-left:2px;
    padding-right:2px;
}

.btn-purple {
    background-color: #E84167;
    background-image: -moz-linear-gradient(center top , #FF5F85, #CA2349);
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #CA2349;
}

.btn-purple:focus {
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFA5CB;
}

.btn-purple:hover{
    color: #FFFFFF;
    background-color: #CA2349;
    
}

.girls,.girls a {
    color:#cb2f79 !important;
    font-size:11px;
}

.unisex,.unisex a {
    color:#339900 !important;
    font-size:11px;
}

.boys,.boys a {
    color:#21749a !important;
    font-size:11px;
}

span.girls {
    color:#cb2f79 !important;
    font-size:14px;
}

span.unisex {
    color:#339900 !important;
    font-size:14px;
}

span.boys {
    color:#21749a !important;
    font-size:14px;
}

.btn-default2 {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
}
.btn-default2:focus,
.btn-default2.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default2:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default2:active,
.btn-default2.active,
.open > .dropdown-toggle.btn-default2 {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default2:active:hover,
.btn-default2.active:hover,
.open > .dropdown-toggle.btn-default2:hover,
.btn-default2:active:focus,
.btn-default2.active:focus,
.open > .dropdown-toggle.btn-default2:focus,
.btn-default2:active.focus,
.btn-default2.active.focus,
.open > .dropdown-toggle.btn-default2.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default2:active,
.btn-default2.active,
.open > .dropdown-toggle.btn-default2 {
    background-image: none;
}
.btn-default2.disabled:hover,
.btn-default2[disabled]:hover,
fieldset[disabled] .btn-default2:hover,
.btn-default2.disabled:focus,
.btn-default2[disabled]:focus,
fieldset[disabled] .btn-default2:focus,
.btn-default2.disabled.focus,
.btn-default2[disabled].focus,
fieldset[disabled] .btn-default2.focus {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default2 .badge {
    color: #fff;
    background-color: #333;
}

.well {
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    padding-left:10px !important;
    padding-right:10px !important;
    background-color:#f3f4f4;
    text-align:center;
}

span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;}

ul.errors {
    list-style: none;
    color:#dd514c;
}

.well.login {
    width:400px;
    margin:0 auto;
}

.well.loginHP {
    margin-left:0;
    margin-right: 0;
}

.well.login label,
.well.loginHP label{
    margin-bottom:15px;
    font-weight: bold;
    padding-right:15px;
}
.well.login h1,.well.loginHP h2,.well.loginHP h2,.well.register h1{
    margin-top:-10px;
    margin-bottom:10px;
    font-size:20px;
}

.well.register {
    width:700px;
    margin:0 auto;
}
.well.register label{
    width:105px;
    margin-bottom:15px;
    font-weight: bold;
    padding-right:15px;
}
.well.register .radiolist label{
    display:inline;
    margin-left:5px;
    /*float:left;*/

}
.well.register input {
    margin-top:0px;
}
.well.register .radiolist br {
    display:none;
}

.well.register label.podminky {
    width:auto;
}

.tooltip {
    position:absolute;
    background-color:#000;
    border:1px solid #fff;
    padding:10px 15px;
    /*min-width:200px;*/
    display:none;
    color:#fff;
    text-align:left;
    font-size:12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
    /* outline radius for mozilla/firefox only */
    -moz-box-shadow:0 0 10px #000;
    -webkit-box-shadow:0 0 10px #000;
}

.registerSign {
    display:inline;
    position: absolute;
    margin-left: 10px;
    color:green;
    font-weight: bold;
}

.topFrame {
    display:block;
    height:20px;
    max-height:20px;
    background: #eaf4f8;
}
.topFrame .info {
    float:left;
    line-height: 18px;
    font-size:13px;
    /*margin-left:0px;*/
    /*width:900px;*/
    height:20px;
    max-height:20px;
}
.topFrame .info img {
    max-height:20px;
    height:20px;
    margin-left: 2px;
    margin-right: 5px;
}

.topFrame .info a {
    color:#C22;
    text-decoration: underline;

}
.topFrame .info .delimiter {
    margin-left:5px;
    margin-right:5px;
    color:#999;
}

.warningMessage {
    font-weight: bold;
    text-align: center;
    display: block;
}
.navigace {
    text-align: center;
}
.navigace a{
    display:inline;
    font-size:13px;

}

.navigace a.current {
    color:#C22;
    text-decoration: underline;
}

.sklo .zprava {
    margin-left:5px;
    line-height: 20px;
    display:block;
    white-space: pre-wrap;
    padding-right: 10px;
    word-break: normal;
    hyphens: auto;
    text-overflow:ellipsis;
}

.sklo .zprava .skloNick {
    position: relative;
    z-index:1000;
    cursor:pointer;
}
.sklo .zprava .skloRoom {
    position: relative;
    z-index:1000;
    cursor:pointer;
}

/* Klasicka zprava*/
.sklo .zprava.typ-0 {
}
/* Sepot */
.sklo .zprava.typ-1,
.sklo .zprava.typ-3,
.sklo .zprava.typ-4{
    font-weight: bold !important;
}
/* Systemovka */
.sklo .zprava.typ-2 {
    font-size:11px;
}

.sklo .zprava.typ-1 em {
    font-size:20px;
}

.userOnline .seznam {
    text-align:left;
    margin-left:20px;
}

.userOnline .seznam img {
    margin-top:-5px;
}

.userOnline .seznam .secico {
    position:absolute;
    right:0;
    margin-right: 23px;
    margin-top: 4px;
}

.userOnline .seznam .secico2 {
    position:absolute;
    right:0;
    margin-right:40px;
    margin-top:5px;
}

.userOnline .seznam .secico3 {
    position:absolute;
    right:0;
    margin-right:54px;
    margin-top:2px;
}


.userOnline .seznam .clovek {
    border-bottom:1px dotted #ddd;
    line-height: 16px;
}

.userOnline h3 {
    margin-top:10px;
    text-align:left;
    border-bottom:3px solid black;
    line-height:13px;
    font-size:12px;
}

.userOnline .icon {
    margin-top:10px;
    float:left;
    font-size:12px;
    font-weight:bold;
    text-align:right;
    /*width:55px;*/
    margin-left:5px;
}

.userOnline .icon img {
    float:left;

    margin-top:-5px;
    *margin-top:0px;
    *margin-bottom:15px;	

}
.userOnline .profileIco {
    background: transparent url('../images/profile.png') no-repeat;
    width:16px;
    height: 16px;
    display:inline-block;
    *display:inline;
    zoom:1;
    position: relative;
    top:4px;
    margin-right: 5px;
}
.userOnline .opravneniIco {
    width:16px;
    height: 16px;
    display:inline-block;
    *display:inline;
    zoom:1;
    position: relative;
    top:3px;
    margin-right: 0px;
}

.additionalIcon {
    float:right;
    position: relative;
    top:6px;    
    left:-5px;
}

.additionalIcon .addico{
    width:16px;
    height: 16px;
    display:inline-block;
    *display:inline;
    zoom:1;
}
.additionalIcon .addico i{
    width:16px;
    height: 16px;
    display:inline-block;
    *display:inline;
    zoom:1;
}

.additionalIcon .addicon-quote{
    background: transparent url('../images/private_message.png') no-repeat;
}

.nastaveni-profilu h1{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.nastaveni-profilu h2 {
    font-size: 25px;
    color:  #F167A9;
    /*background-color: #f1f2f5;*/
    background-color:#5abfed; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-bottom: 1px;
    border-right: 1px;
    padding-left: 15px;
    margin-left:-10px;
    line-height: 40px;
    font-weight: bold;
}

.nastaveni-profilu div.tab-pane{
    padding-left: 10px;
    background-color: #bddeed;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}

.nastaveni-profilu .form img{
    margin: 10px;

}

.nastaveni-profilu .form input{
    border: 0;
    _border:1px solid black;
    border:1px solid black\9;
}

.nastaveni-profilu .form label {
    display: inline-block;
    *display:inline;
    zoom:1;
    width: 150px;
}

.nastaveni-profilu .form select{
    border: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; 
    _border:1px solid black;
    border:1px solid black\9;
}

.nastaveni-profilu .saveBtn {
    text-align: center;
    margin:0 auto;
    display:block;
    margin-top:50px;
    padding-right:25px;
    padding-left: 25px;
}

.profily {
    /*background: #eaf4f8;*/
    background: rgba(230,230,255,0.3);
    min-width: 391px;
    max-width: 391px;
    width: 391px;
}
.vypis {
    background: rgba(230,230,255,0.3);
    /*background: #eaf4f8;*/
    /*width:846px;
    max-width:846px;
    margin:0 auto;*/
}


.profil {
    border:none;
    position: relative;
    background: white;
    margin:5px;
    margin-top:15px;
    display:inline-block;
    *display:inline;
    zoom:1;
    margin-left:8px !important;
    margin-right:8px !important;
}
.profil .fotoWrap,
.mainPage .fotoWrap {
    position: relative;
}

.profil .fotoWrap .vek,
.mainPage .fotoWrap .vek{
    position: absolute;
    top:0;
    right:0;
    padding-top:1px;
    padding-bottom:1px;
    padding-right:3px;
    padding-left:3px;
    background:#2ebdd7;
    border:1px solid #228b9e;
    font-weight: bold;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    color:black;
    z-index: 2;
}

.fronlinestatus {
    width:20px !important;
    padding-left:0 !important;
}

.friend {
    position: relative;
}

.fronlinestatus,
.profil .fotoWrap .fb,
.mainPage .fotoWrap .fb{
    position: absolute;
    top:0;
    left:0;
    padding-top:1px;
    padding-bottom:1px;
    padding-right:3px;
    padding-left:3px;
    /*background:#2ebdd7;*/
    /*border:1px solid #228b9e;*/
    font-weight: bold;
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;*/
    color:black;
    z-index: 2;
}

.profil-boys {
    transition: 500ms;
    -webkit-transition: 500ms;
}
.profil-girls {
    transition: 500ms;
    -webkit-transition: 500ms;
}
.profil-unisex {
    transition: 500ms;
    -webkit-transition: 500ms;
}

.mainPage .info{
    text-align: center;
    margin:0;
    padding:0;
}

.img-mainpage {
    transition: 500ms;
    -webkit-transition: 500ms;
    width:100px !important;
    max-width:100px !important;
    height:120px !important;
    max-height:120px !important;
    margin:0 auto !important;
    display:block !important;
}
.fotoWrap {
    transition: 100ms;
    -webkit-transition: 100ms;
    position: relative;
    z-index: 1;
}
.fotoWrap:hover {
    position: relative;
    z-index: 2;
}



.mainPage .boys img.img-mainpage:hover{
    -webkit-box-shadow: 0px 5px 12px #21749A !important;
    -moz-box-shadow:    0px 5px 12px #21749A !important;
    box-shadow:         0px 5px 12px #21749A !important;
    
}

.mainPage .girls img.img-mainpage:hover{
    -webkit-box-shadow: 0px 5px 12px #CB2F79 !important;
    -moz-box-shadow:    0px 5px 12px #CB2F79 !important;
    box-shadow:         0px 5px 12px #CB2F79 !important;
    
}

.mainPage .unisex img.img-mainpage:hover{
    -webkit-box-shadow: 0px 5px 12px #339900 !important;
    -moz-box-shadow:    0px 5px 12px #339900 !important;
    box-shadow:         0px 5px 12px #339900 !important;
    
}

.profil-boys:hover {
    -webkit-box-shadow: 0px 5px 12px #21749A;
    -moz-box-shadow:    0px 5px 12px #21749A;
    box-shadow:         0px 5px 12px #21749A;
}
.profil-girls:hover {
    -webkit-box-shadow: 0px 5px 12px #CB2F79;
    -moz-box-shadow:    0px 5px 12px #CB2F79;
    box-shadow:         0px 5px 12px #CB2F79;
}
.profil-unisex:hover {
    -webkit-box-shadow: 0px 5px 12px #339900;
    -moz-box-shadow:    0px 5px 12px #339900;
    box-shadow:         0px 5px 12px #339900;
}

.vypis .profil {
    margin-left:6px !important;
    margin-right:0px !important;

}

.profil .info {
    display: block;
    height: 17px;
    overflow: hidden;
    width: 110px;
    text-align:center;
    display:block;
}

.profily .filter {
    background: white;
    display:block;
    height:40px;
    width:98%;
    margin:0 auto;
    margin-top:-10px;
    border:1px solid #c3e5f4;
}

.profily .filter form {
    padding-top:5px;
    padding-left:5px;
}

.profily .filter form select{
    text-align:center;
}

.profily .profil .icon {
    min-width:100px;
    min-height:120px;
    max-width:100px;
    max-height:120px;
    width:100px;
    height:120px;
}

.profily .profilcontainer {
    padding-left:2px;
    padding-right:2px;
    padding-bottom:15px;
}

.textLine input, 
.textLine select
{
    height:30px !important;
}
#frmsendText-send {
    color:white !important;
    font-weight: bold;
    
} 
.textLine .whisperTonick{
    display: table; height: 30px; overflow: hidden;width:150px;float:left;line-height: 12px;position: relative;
}
.textLine .whisperTonick > div{
    display: table-cell; vertical-align: middle;
}
.textLine {
    overflow: auto;
    margin-left:5px;
/*    height: 35px !important;
    max-height: 35px !important;*/
    position: relative;
    top:-8px;
}

#frm-sendText > strong {
    position: relative;
    top:-4px;
    
}

#frm-sendText input[type="radio"],
#frm-sendText input[type="checkbox"] {
    margin-top:8px;
    
}

.textLine .textLineInput{
    /*margin-top:4px;*/
    padding-top:2px;
    margin-left:5px;
    width:50%;
}

@media screen and (max-width: 950px) {
    .textLine .textLineInput {
        width: 40%;
    }
    .textLine select {
        width:20%;
    }
}

.textLine select {
    /*margin-top:5px;*/
    margin-left:5px;
    margin-right:10px;
}

.textLine .btnSendText {
    margin-top:-5px;
    position: relative;
    top: -3px;                
}

.roomsTable {
    width:100%;
}

.roomsTable td{
    /*width:160px;*/
    text-align: center;
    font-size:14px;
}
.roomsTable td:last-child{
    width:20px;
}

.roomsTable tr {
    text-align: center;
}

.footer {
    margin:0 auto;
    height: 30px;
    background: #ADD9ED;
    line-height: 30px;
    text-align: center;
    margin-top:30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
}

.paginator {
    margin: 1em 0;
    font-size: 90%;
}

.paginator a, .paginator span {
    margin-right: 0.1em;
    padding: 0.2em 0.5em;
    color: #999999;
}

.paginator a {
    border: 1px solid #9AAFE5;
    text-decoration: none;
    color: #105CB6;
}

.paginator span.button {
    border: 1px solid #DDDDDD;
}

.paginator .current {
    background: #2E6AB1;
    border: 1px solid #2E6AB1;
    color: white;
    font-weight: bold;
}

.vzkaz p.heading{
    border-bottom:1px solid #ddd;
    display: block;
}

.vzkazy table .nomess td{
    text-align: center;
    font-weight: bold;
}
.vzkazy table .text{
    text-decoration: none;
    color: #000;
}
.vzkazy table .text:hover{
    text-decoration: none;
    color: #000;
}

.vzkazy h1 {
    font-size:24px;
}
.vzkazy table tr.unreaded{
    background-color: #E6DFBF;
}
.vzkazy table tr.unreaded td{
    font-weight: bold;
}

.vzkazy table tr td{
    line-height: 30px;
}
.vzkazy label{
    margin-right: 10px;
}
.vzkazy textarea{
    width:600px;
    height:100px;
}
.nastaveni-chatu h2 {
    font-size: 25px;
    color:  #F167A9;
    /*background-color: #f1f2f5;*/
    background-color:#5abfed; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 320px;
    border-bottom: 1px;
    border-right: 1px;
    padding-left: 15px;
    margin-left:-10px;
}

.nastaveni-chatu div.tab-pane{
    padding-left: 10px;
    background-color: #bddeed;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color:#09a8c5
}

.profilview .motto {
    display: block;
    /*padding-left: 40px;
    padding-top: 35px;*/
}
.profilview .motto em{
    margin-left:45px;
    width:80%;
    display:block;
    text-align: center;
    font-weight: bold;
    font-size:16px;
}

.profilview .motto .quote1 {
    display:block;
    background: transparent url('../images/quote_2.png') left top no-repeat;
    height: 28px;
    margin-bottom:10px;
}

.profilview .motto .quote2{
    margin-top:10px;
    display:block;
    height: 28px;
    width:95%;
    background: transparent url('../images/quote_1.png') right bottom no-repeat;
}

.profilview div.profilInfo {
    float: left;
    width: 580px;
}

.profilview div.fotoGalerie {
    float: right;
}

.profilview h3.nadpis {
    /*color: #21749a;*/
    font-size:18px;
}

.profilview h1.nadpis  {
    font-size:24px;
}

.profilview p.vypis {
    font-size: 13px;
}

.profilview hr {
    color: #21749a;
}
.profilview .fotoGalerie {
    width:350px;
}
.profilview .fotoGalerie img {
    margin-top: -40px;
    width:350px;
    max-width:350px;
}  

.mojeSmajle {
    background: #ADD9ED;
}
.mojeSmajle h2{
    font-size:22px;
    padding-top: 10px;
    text-align: center;
}
.mojeSmajle .smajle{
    border:1px solid #ddd;
    display: block;
    width:95%;
    margin:0 auto;
}
.mojeSmajle .freeSmiles{
    text-align: right;
    float:right;
    position:relative;
    top:-35px;
    margin-right: 20px;
}

.smilesFrame img{
    cursor: pointer;
    /*min-height: 16px;*/
    max-height: 18px !important;
}
.unreadedPM {
    float: right;
    margin-left:5px;
}

.nastaveniTab,.nastaveniTab li,.nastaveniTab li a {
    font-size: 15px !important;

}

a.roomlink {
    color: #CC2222 !important;
    text-decoration: underline;
    font-size:13px;
}
.chatInfo {
    text-align:center;
    display:block;
    width:100%;
    clear: both;
    background-color: #f0fdff;
    border-radius: 5px;
}

.userbase a{
    position: relative;
    z-index:100;
}
    .chatrooms table {
        width:80%;
        margin: 0 auto;
    }
    .chatrooms table td,.chatrooms table th {
        text-align: center;
    }
    .chatrooms table .roomClaim {
        font-size:11px;
        font-weight: bold;
    }
    .chatrooms table .roomClaim a{
        display:inline;
        color: #C22;
    }
    .chatrooms table .nazev {
        white-space: nowrap;
        min-width: 100px;
    }
    .chatrooms table h2 {
        font-size:16px;
        text-align: center;
        line-height: 23px;
        margin:0 !important;
    }
    .chatrooms table h2 > a{
        text-decoration: underline;
    }
    .chatrooms .usersInRoom {
        line-height: 14px;
    }
    .chatrooms h4 {
        margin:0 auto;
        text-align:center;
        margin-top:10px;
        margin-bottom:20px;
        width:40%;
        border-bottom:1px solid #61a9ff;
        padding-bottom:5px;
    }
    
    .chatrooms h1{
        font-size:26px;
        text-align:center;
        margin:0;
        padding:0;
        line-height: 5px;
    }

.otherCats {
    text-align: center;
}
.otherCats a.active{
    color:#c22;
    text-decoration: underline;
}

tr.girls td a {
    font-size:14px;
}
tr.boys td a {
    font-size:14px;
}

.nav {
    /*margin-bottom:0 !important;*/
}

.head .nav li a {
    padding: 5px 20px;
}

.profilcontainer {
    clear: both;
    display: block;
}

.nav {
    margin-bottom:10px !important;
    margin-top:10px !important;
}

.navi .nav.nav-pills {
    margin: 0 !important;
}

.nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}

@media (max-width: 992px){
    h1.nadpis {
        text-align:center;
    }
    .addToFriend {
        text-align:center;
    }
}

@media (min-width: 992px){
    .profilcontainer{
        padding-left:4px;
    }
    .userbase {
        margin-right:10px !important;
    }
}

@media(min-width:1200px){
    .profilcontainer{
        padding-left:40px;
    }
    .userbase {
        width: 480px;
    }
    .userbase {
        margin-right:10px !important;
    }
}

.profilview h1.nadpis {
    margin:0 !important;
    padding:0 !important;
}

@media (max-width: 768px){
    .profilview * {
        text-align: center !important;
    }
    .userbase {
        margin-right:auto !important;
    }
    .profilview .nickrow {
        text-align: center;
    }
}

.profilovkaImg {
    display: block;
    margin: 0 auto !important;
    text-align: center !important;
}
.profilovkaImg img.img-thumbnail {
    max-width:350px;
}

.friend {
    box-shadow: 0px 0px 8px 0px #ddd;
    margin-bottom:15px;
    padding: 0px;
    margin-left: 15px;
}

.friend a.girls {
    color:#cb2f79 !important;
}

.friend a.unisex {
    color:#339900 !important;
}

.friend a.boys {
    color:#21749a !important;
}

.friend > div {
    padding-left:5px;
    display:inline-block;
    *display:inline;
    zoom:1;
    font-size:15px;
    width:60%;
    text-overflow: hidden;
}

.friend img {
    vertical-align: top;
}

.friend > div a{
    font-size:15px;
    text-decoration: underline;
}

.addToFriend {
    margin-left: -5px;
}
.addToFriend a {
    font-size:16px;
    color:#fff !important;
    margin-top:10px;
    font-weight: bold;
    margin-right:5px;
}


select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  *display:inline;
  zoom:1;
  height: 35px;
  width: 220px; 
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  border: 1px solid lightgray;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.widget { font-size:15px; }
.widget .panel-body { padding:0px; }
.widget .panel-body > a{ color:#fff !important; }
.widget .list-group { margin-bottom: 0; }
.widget .panel-title { display:inline }
.widget .label-primary { float: right;line-height: 20px; }
.widget li.list-group-item {border-radius: 0;border: 0;border-top: 1px solid #ddd;}
.widget li.list-group-item:hover { background-color: rgba(86,61,124,.1); }
.widget .mic-info a{ font-size: 13px !important;padding-bottom:3px; }
.widget .mic-info a.boys{ color:#21749A !important;}
.widget .mic-info a.girls{ color:#CB2F79 !important; }
.widget .comment-text { color:#000; padding-top:5px; }
.widget .action { margin-top:5px; }
.widget .comment-text { font-size: 14px; }
.widget .btn-block { border-top-left-radius:0px;border-top-right-radius:0px; }

#wall .neschvaleno {
}
#wall .comment-text img{
    max-width:100% !important;
    height:auto;
    /*display:block;*/
}
#wall .comment-text {
    word-break: break-all;
    font-size:14px !important;
}
#wall .comment-text *{
    font-size:14px !important;
}
#wall .comment-text h2{
    font-size:18px !important;
}

#wall .action a {
    color:#fff !important;
    text-decoration: none;
}


/* ----------------------------------------------------------------------*/

.diskuze-hl-kategorie{
    margin-bottom: 30px;
    /*width: 20%;*/
    border: 1px solid #ddf0f5;
}

.diskuze-hl-kategorie .hl-kategorie-icons{
    float: left;
    display: inline-block;
    margin-left: 0px;
    padding-right: 4%;
    height: 45px;
}

div.hl-aktiv-diskuse, div.hl-statistika-diskuse{
    margin-bottom: 15px;
    background: rgba(28,150,191,0.25);
    border: 1px solid #1c96bf;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.aktiv-diskuse h3, .statistika-diskuse h3{
    margin-top: 10px;
    margin-left: 5px;
}

.aktiv-diskuse li{
    list-style: none;
    float: left;
    display: inline-block;
    padding-right: 1%;
}

.frame-diskuze{
    border:1px solid #DDF0F5;
    padding: 10px;
    margin-bottom: 30px;
    margin-right: 30px;
}

.frame-diskuze h3{
    margin-top: 0px;
}

.informace-kategorie{
    padding-left: 0px;
    margin-left: 0px;
    font-size: 75%;
}

informace-kategorie a, hl-podkategorie a{
    font-weight: bold;
}

.informace-kategorie li{
    float: left;
    display: inline-block;
    width: 30%;
    list-style: none;
}

.hl-kategorie-strom ul{
    padding-left: 0px;
    margin-left: 3%;
    background: url("../images/svisla_cara.png") repeat-y;
}

.hl-kategorie-strom ul:first-child{
    background: none;
}

.hl-kategorie-strom li{
    list-style: none;
    clear: both;
    padding-left: 3%;
    background: url("../images/vodorovna_cara.png") no-repeat;
}

.hl-kategorie-strom a{
    display: inline-block;
    height: 20px;
    margin-top: 0px;
    padding-top: 0px;
}

.hl-kategorie-strom a h5{
    display: inline-block;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 2px;
}

.hl-kategorie-strom{
    background: rgba(28,150,191,0.25);
    border: 1px solid #1c96bf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;  
    padding: 5%;
}

.hl-informace-kategorie{
    background: rgba(28,150,191,0.25);
    border: 1px solid #1c96bf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;  
    padding: 2%;
    padding-top: 0px;
    font-size: 110%;
}

.hl-podkategorie li{
    float: left;
    display: inline-block;
    list-style: none;
    font-size: 75%;
}

.hl-podkategorie i{
    float: left;
    display: inline-block;
    margin: 5%;
}

.hl-podkategorie{
    margin: 0px;
    padding: 0px;
}

.hl-prispevky-diskuze .prispevky-diskuze h3{
    font-size: 20px;
}

.hl-prispevky-diskuze .prispevky-diskuze p{
    font-size: 15px;
    font-weight: normal;
}

.hl-prispevky-diskuze .prispevky-diskuze img{
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.hl-prispevky-diskuze .prispevky-diskuze a.btn-info, .hl-prispevky-diskuze .prispevky-diskuze a.btn-purple{
    float: right;
}

.hl-prispevky-diskuze .prispevky-diskuze{
    margin-top: 20px;
    padding-left: 10px;
    padding: 5px;
    margin-right: 5px;
    border: 1px solid #1c96bf; 
}

.hl-prispevky-diskuze ul{
    padding-left: 0px;
    background: none;
    margin-left: 0px;
}

.hl-prispevky-diskuze li{
    list-style: none;
}

.hl-prispevky-diskuze li ul{
    margin-left: 10px;
    background: url("../images/svisla_cara_prispevky.png");
    background-position: 0 0;
    background-repeat: no-repeat repeat;
}

.hl-prispevky-diskuze li ul li{
    margin-left: 10px;
    background: url("../images/vodorovna_cara_prispevky.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}

.hl-prispevky-diskuze li ul li.end-li{
    margin-left: 10px;
    background: url("../images/roh_prispevky.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}

/*
.hl-prispevky-diskuze li{
    background-image:url(http://forum.lide.cz/img/common/forum/tree/i.gif);
    background-position:0 0;
    background-repeat:no-repeat repeat;
    clear:left;
    list-style:none;
    margin-bottom: 10px;
}

.hl-prispevky-diskuze  li ul li.end-li {
    background-color:#FFFFFF;
    background-image:url(http://forum.lide.cz/img/common/forum/tree/l.gif);
    background-position:0 0;
    background-repeat:no-repeat no-repeat;
}

.hl-prispevky-diskuze li ul li {
  background-image:url(http://forum.lide.cz/img/common/forum/tree/h.gif);
  background-position:5px 5px;
  background-repeat:no-repeat no-repeat;
  padding:5px 0 0 15px;
}

.hl-prispevky-diskuze li ul ul {
  background-image:url(http://forum.lide.cz/img/common/forum/tree/i.gif);
  background-position:0 0;
  background-repeat:no-repeat repeat;
}*/
/* ----------------------------------------------------------------------*/


.comment-text * {
    max-width: 100%;
}
.napoveda h1 { margin:0; }
.napoveda .divider { background-color: #E5E5E5;height: 1px;margin: 9px 0;overflow: hidden;}
.napoveda ul *{ line-height:16px; }
.napoveda .nav > li > a { margin-bottom:6px;padding-top:5px;padding-bottom:5px; }
.napoveda .menu1 * { /*line-height: 10px;*/ margin:0;padding:0;margin-top:5px; }
.napoveda .ulposts * { line-height: 22px; }
.napoveda .ulposts { padding-left:5px !important;margin-top:5px; }
.napoveda-content ul * { line-height: 21px !important; }



/*div.social-wrap button {
    padding-right: 45px;
    height: 35px;
    background: none;
    border: none;
    display: block;
    background-size: 35px 35px;
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 4px;
    color: white;
    font-family:"Merriweather Sans", sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
    width: 255px;
    border-bottom: 2px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    box-shadow: 0 4px 2px -2px gray;
    text-shadow: rgba(0, 0, 0, .5) -1px -1px 0;
    margin:0 auto;
}
button#facebook {
    border-color: #2d5073;
    background-color: #3b5998;
    background-image: url(http://icons.iconarchive.com/icons/danleech/simple/512/facebook-icon.png);
}                    
div.social-wrap button:active {
    background-color: #222;
}*/

a.clickWhisper {
    cursor:pointer;
}

.qtip-bootstrap .qtip-content span{
font-weight:bold;
}

.qtip-bootstrap .qtip-content img{
float:left;height:50px;margin-right:3px;margin-top:2px;
}

i.phone {
    font-size:14px !important;
    top:-2px !important;
}

a.edit.disabled {
    pointer-events:auto;
}
.ui-tooltip-blue * {
    text-align:left;
    color:#222;
    font-size:12px;
    padding:0;
    margin:0;
    margin-left:2px;
    line-height: 16px;
}
.ui-tooltip-blue .nick {
    text-align:center !important;
    display:block;
    font-size:14px;
    margin-top:5px;
}
.ui-tooltip {
    position: absolute !important;
    left:0px !important;
    margin-left:5px;
}
a.tooltiped {
    cursor:pointer !important;
}

h1.textCopied,h2.loading,h2.fail{
    top:0;
    left: 0;
    line-height: 200px;
    margin: auto;
    margin-top: -100px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 100%;
    background: #C1D2E1;
    opacity:0.9;
    display:none;
}
h2.loading{
    display:block;
}
h2.fail {
  background: rgb(255,96,112);
}
.infoBar {
    padding-left:10px;
    font-size:12px;
}

/******/

/* ----- Ignor ----- */

/* Tabulka */

#ignor_table table tr td, #ignor-table table tr th{line-height: 30px; vertical-align: middle;}
.ignor {padding-right: 10px; padding-bottom: 10px;}
#ignor_table table thead tr{color: #000;}
.seznam_nadpis{font-size: 150%; text-align: center; color: rgb(33,116,154) !important;}
#ignor_table table tr td:last-child, #ignor-table table tr th:last-child{width: 42.5px}
.ignor h2 {
    background-color: #5ABFED;
    border-bottom: 1px none;
    border-radius: 10px;
    border-right: 1px none;
    color: #F167A9;
    font-size: 25px;
    font-weight: bold;
    line-height: 40px;
    margin-top: -5px;
    padding-left: 15px;
    padding-right: 10px;
    margin-right: -10px;
}
.ignor label {
	font-weight: bold;
	height: 35px;
	line-height: 35px;
}
#seznam_ig {
	border-radius: 5px;
	position: relative;
        padding: 10px 15px 10px 15px;
	box-shadow: rgb(221,221,221) 0px 0px 8px 0px;
	background-color: #fff;
        margin-right: -10px;
}
.ignor .input-group input{height: 35px !important;}
.ignor .input-group {margin-bottom: 10px;}

div.cursor-move {cursor: move; width: 25px; height: 25px; position: absolute; top: 5px; right: 5px; background: url('../images/move-cursor.png') no-repeat; display: block; }
div.cursor-move:hover {cursor: move;}

.first-place, .second-place, .third-place {
    font-size: 25px! important; font-weight: bold; height: 25px; line-height: 25px; width: 25px !important; position: absolute; top: 5px; right: 35px; 
}
.first-place {font-size: 30px !important; color: gold !important;}
.second-place {color: silver !important;}
.third-place {font-size: 20px !important; color: #B87333}

.radio .well > span {
    display: block; margin-bottom: 10px;
    font-size: 110%; color: #1587b8;
    text-transform: uppercase; font-weight: bold;
}
.radio .well {margin-bottom: 5px;}
.radio .playlist span {display: block;}

.radio div.zpravy {max-height: 365px; overflow-y: scroll;}
.radio .zprava {position: relative;text-align: left; padding: 5px;}
.radio .zprava:nth-child(odd) {background: rgba(0,0,0,0.1);}

.radio .album {width: 50px;}
.radio td, .radio th {vertical-align: middle !important;; text-align: center;}


.vzkaz-head
{
    font-size:26px;
    margin:0 auto;
    text-align:center;
    color:#9F6905;
    font-weight:lighter;
    background-color:#f0f0f0;
    height:35px;
    line-height:35px;
    border-bottom:1px solid #9F6905;
}
.vzkaz-maincontainer
{
    cursor:default;
    margin:10px auto;
    position: relative;
}
.vzkaz-maincontainer::-webkit-scrollbar 
{
    width: 3px;
    max-width: 3px;
    height: auto;
    max-height: 8px;
}
.vzkaz-maincontainer::-webkit-scrollbar-thumb 
{
    background: #f0f0f0;
    border-radius: 5px;
    max-width: 3px;
}
.vzkaz-maincontainer::-webkit-scrollbar-track {
    background: #9F6905;
    border-radius:5px;
}
.vzkaz-maincontainer .vzkaz-container
{
    margin:0 auto;
    background-color:rgba(240, 240, 240, 0.4);
    display:table;
    padding:5px;
    border-radius:5px;
    margin-bottom:10px;
    width: 100%;
}
#snippet--reloadVzkazy .vzkaz-container {
    border-radius:unset;
    margin-bottom:unset;
}
.vzkaz-container label.btn.btn-default{
    height: 34px;
    padding-top: 10px;
}

.vzkaz-maincontainer .L
{
    float:left;
    text-align: left;
    width:55px;
    position: relative;
}
.vzkaz-maincontainer .textL{
    background-color: rgba(33,116,154,0.4);
    float:right !important;
}
.vzkaz-maincontainer .textR{
    background-color: rgba(255, 255, 51, 0.70);
    float:left !important;
}
.vzkaz-maincontainer .R
{
    float:right;
    text-align: right;
    width:55px;
    position: relative;
}


.vzkaz-maincontainer .text
{
    text-align: left;
    color: #222;
    font-size: 13px;
    font-weight:lighter;
    line-height: 30px;
    width:80%;
    border:1px solid #f0f0f0;
    /* background-color:rgba(255, 255, 255, 0.6);*/
    margin-top:10px;
    border-radius:5px;
    padding:5px;  
}

@media (max-width: 991px) {
    .vzkaz-maincontainer .text {
    }
}

.vzkaz-maincontainer textarea {
    width:100%;
    height:80px;
}

.vzkaz-maincontainer .vzkaz-container .note
{
    color:#9F6905;
    font-size:10px;
}
.vzkaz-maincontainer a
{
    text-decoration:none;
}


.vzkaz-maincontainer .vzkaz-container input[type=button]
{
    font-size:12px;
    padding:5px;
    border-radius:5px;
    border:1px solid #f0f0f1;
    background-color:#333;
    color:#fff;
    outline:none;
    border:1px solid transparent;
    float:left;
}
.vzkaz-maincontainer .vzkaz-container input[type=button]:hover
{
    color:#fff;
    border:1px solid #ccc;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s;
    background-color:#9F6905;
} 
.vzkaz-maincontainer .validation
{
    float:left;
    background-color:#ccc;
    border-radius:5px;
    padding:5px;
    font-size:12px;
    line-height:14px;
    height:0px;
    margin-left:5px;
    display:none;
}
.vzkaz-maincontainer br
{
    clear:both;
    height:20px;
} 
.vzkaz-maincontainer .info.R {
    padding-right: 59px;
}
.vzkaz-maincontainer .info.L {
    padding-left: 59px;
}
.vzkaz-maincontainer .info {
    width: inherit !important;
    margin: 0px 0 -3px !important;
    font-size:12px;
    color: #666;
    font-style: italic;
    /*width:20% !important;*/
}
.smajlici img {
    cursor:pointer;
    max-height: 30px;
}
.dropzone .dz-message {
    background: rgba(240, 240, 240, 0.9) none repeat scroll 0 0;
    font-weight: bold;
    height: 165px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 100%;
    left: 0;
    z-index: 10;
}
.dropzone .dz-message span {
    line-height: 130px;
}

.vzkazy-thumb {
      /*border-radius: 20px;*/
      overflow: hidden;
      width: 100px;
      height: 100px;
      position: relative;
      /*margin:0 auto;*/
      display: block;
      margin-right: 20px;
      float:left;
      
}

.vzkazy-img-wrapper {
    margin-top:10px;
    padding-top:10px;
    width: 100%;
    margin: 0 auto;
    border-top:1px solid #888;
}


.forum .prispevek {
    margin-bottom:30px;
}

.forum .prispevek .row, .actionBar .bar {
    border-radius: 3px;
}

.forum .prispevek .title {
    background: #d8eeff;
    padding:0;
}

.forum .prispevek .highlight-me .title {
    background: #d9edad;
    padding:0;
}

.forum .prispevek .highlight-admin .title {
    background: #adedc1;
    padding:0;
}

.forum .prispevek .time {
    text-align: right;
    white-space: nowrap;
    font-size:13px;
    line-height: 23px;
}

.forum .prispevek .user {
    font-size:14px;
    font-weight: bold;
}

.forum .prispevek .parent {
    margin-right:0;
    margin-top:5px;
    border:1px solid #bbb;
}

.forum .prispevek .mainbody {
    border:1px solid #bbb;
    margin:0;
}
.forum .prispevek .reply {
    /*float:right;*/
    margin-top:3px;
    height: 27px;
}

.forum .prispevek .clear {
    margin-bottom:10px;
    content: "";
}

.forum .prispevek .text {
    margin-top:5px;
    overflow: auto;
    padding-bottom:5px;
}

.forum .subject {
    font-size:13px;
}

.ram .nadpis {
    background: #add9ed;
    margin-bottom: 5px;
}
.newpostrow {
    border:1px solid #ccc;
    padding:0;
    text-align: center;
}
.newpost .flabel {
    font-weight: bold;
}

.forum .deletebutton, .forum .spambutton {
    /*display: none;*/
    opacity: 0;
}

.forum .reply .pull-right {
    font-size:12px;
    font-style: italic;
}

.fucking-eu-cookies {
    background-color: white;
    border: 1px solid silver;
    bottom: 0;
    color: #666;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: fixed;
    text-align: center;
    width: 100%;
    font-size:13px;
    z-index: 1000;
}

.fucking-eu-cookies button {
    background: green;
    color: white;
}

.nav-tabs.boys a,.nav-tabs.unisex a,.nav-tabs.girls a {
    font-size:14px;
}

.btn-file {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.diskuze-new form .required label:after {
    content: '*';
    color: red;
}

.topicsummary,.topicsummary a {
    font-size:13px;
}

.topicline .popis{ 
    display: block;
    margin-top:-3px;
    font-size:12px;
}

.topiccount {
    text-align: center;
}
.topiccount.nums {
    line-height: 40px;
}

.actionBar {
    margin-top: 0px !important;
}

.actionBar .user{
    font-size:13px;
}


.actionBar .bar {
    border:1px solid #ccc;
    margin-bottom:20px;
}

.actionBar .info {
    font-size:13px;
    padding-left:5px;
}

.actionBar h4 {
    border-bottom:1px solid #ccc;
    background: #add9ed;
    margin-top:0;
    margin-bottom:2px;
    padding-top:2px;
    padding-bottom:2px;
    font-size:16px;
    text-align: center;
}

.actionBar .nav > li > a {
    padding: 0;
    padding-left:5px;
}

/*.actionBar .fa {
    font-weight: bold;
}*/

.actionBar .fa-rss {
    color: orange;
}

.actionBar .fa-plus, .actionBar .fa-edit {
    color: green;
}

.actionBar .lastthreads {
    font-size:13px;
}

.threadActionBar {
    margin-bottom:5px;
}

.threadActionBar .actionControl a > svg {
    font-size:30px;
    color: #339900;
    display:block;
    text-align: center;
    margin:0 auto;
}
.threadActionBar span.fa.disabled {
    color: #999999;
}
.threadActionBar a {
    /*background: #eee;
    border:1px solid #fff;
    border-radius: 10px;*/
    display:inline-block;
    padding:5px;
    line-height: 24px;
}

.diskuzepage .pagination-centered {
    margin: 0 !important;
    padding: 0 !important;
}

.diskuzepage .pagination {
    margin: 0 !important;
    padding: 7px 0 0 0; 
}
div.social-wrap a {
    padding-left: 10px;
    height: 35px;
    background: none;
    border: none;
    display: block;
    background-size: 35px 35px;
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 4px;
    color: white;
    font-family:"Merriweather Sans", sans-serif;
    font-size: 14px;
    width: 255px;
    border-bottom: 2px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    box-shadow: 0 4px 2px -2px gray;
    text-shadow: rgba(0, 0, 0, .5) -1px -1px 0;
    margin: 10px auto;
    text-align:left;
}
div.social-wrap a#facebook {
    border-color: #2d5073;
    background-color: #1877F2;
    background-image: url('../images/facebook-icon3.png');
    background-image: none\9;
    *background-image: none;
    line-height: 35px;
    background-size: 24px 24px;
    background-position-x: 220px;
    background-position-y: 5px;
}
div.social-wrap a#mojeid {
    border-color: #bf9823;
    background-color: #646464;
    background-image: url('../images/ico-myid.png');
    background-image: none\9;
    *background-image: none;
    line-height: 35px;
    background-size: inherit !important;
    background-position-x: 216px;
}
div.social-wrap a:active,
div.social-wrap a:hover
{
    background-color: #222;
    text-decoration: none;
}
div.vzkaz.isSpam {
    /*background: #ffbbb1;*/
}
div.vzkaz p.textP  {
    margin:0;
}
div.vzkaz p.isSpamMessage > a {
    font-weight: bold;
}
div.vzkaz.isSpam p.textP  {
    /*display: none;*/
}
div.vzkaz.isSpam p.textP > span.notSpam  {
    display:block;
}
div.vzkaz.isSpam p.textP > span.notSpam > a  {
    color:blue;
    font-weight: bold;
    text-decoration: underline;
}
div.vzkaz-container.isSpam {
    /*background: #ffbbb1;*/
    border:2px solid red;
}
div.vzkaz-container > .text.R.textR p  {
    margin:0;
}
div.vzkaz-container > .text.R.textR p.isSpamMessage > a {
    font-weight: bold;
}
div.vzkaz-container.isSpam > .text.R.textR p.textP  {
    /*display: none;*/
}
div.vzkaz-container.isSpam > .text.R.textR p.textP > span.notSpam  {
    display:block;
}
div.vzkaz-container.isSpam > .text.R.textR p.textP > span.notSpam > a  {
    color:blue;
    font-weight: bold;
    text-decoration: underline;
}
table.vzkaz-container tr.isSpam {
    /*background: #ffbbb1;*/
}
table.vzkaz-container tr.isSpam > td p.textP  {
    /*display: none;*/
}
table.vzkaz-container td p {
    margin:0;
}

div.diskuze_postbar {
    padding: 0;
    text-align: right;
    margin-bottom: 20px;
    float: right;
    white-space: nowrap;
    border-left: 1px solid #eee;
}

.lastthreads a {
    font-weight: bold;
}
.lastthreads a > span{
    font-weight: normal;
    font-style: italic;
    color: #bbbbbb;
}
.newthrds.lastthreads a > span{
    color:#555;
}
.lastthreads a > span.last1h {
    color: #000;
}
.lastthreads a > span.last24h {
    color: #888888;
}


.trees {
    bottom: 0;left: 0;position: absolute;top: 0;z-index: 2;
}

.trees .line_horizontal {
    border-bottom: 2px solid #ddd;display: block;height: 50%;width: 100%;
}

.trees .line_vertical {
    border-right: 2px solid #ddd;display: block;height: 100%;width: 50%;
}

.trees .tree_parent {
    width:6px;box-sizing: border-box;cursor: pointer;display: inline-block;height: 100%;margin-left: 5px;vertical-align: top;
}

.trees .tree_parent_last {
    width:10px;box-sizing: border-box;cursor: pointer;display: inline-block;height: 100%;margin-left: -9px;vertical-align: top;
}

#custom-search-input{
    padding: 3px;
    float:right;
    margin-top: -19px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}

.findResult mark{
    color: #cb2f79;
}

.findResult .col-md-12 {
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.popover {
    color: #000;
}

.btn-circle {
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.42;
    border-radius: 50%;
}
/* Banner kontejner */
#slide-banner {
    position: fixed;
    bottom: 0;
    left: 50%;                       /* ve středu viewportu */
    transform: translateX(-50%) translateY(100%);
    transition: transform .3s ease;
    will-change: transform;
    z-index: 1000;
    width: 100%;                     /* zabere celou šířku viewportu */
    pointer-events: none;            /* kliky přes banner (kromě buttonu) */
}
#slide-banner.show2 {
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

/* Obsah banneru */
#banner-content {
    position: relative;
    margin: 0 auto;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 40px 4px;
    overflow: hidden;
    max-width: 970px;                /* pro desktop */
    width: 100%;
}

/* Mobile úprava */
@media (max-width: 767px) {
    #banner-content {
        max-width: 100%;               /* mobile plná šířka */
        height: auto;                  /* dynamická podle iframe */
    }
}

/* Tlačítko zavřít */
.banner-close {
    display: none;
    position: absolute;
    top: -28px;
    right: 0;
    background: rgba(63, 63, 63, 1);
    color: #fff;
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 3px;
    cursor: pointer;
    z-index: 1002;
    white-space: nowrap;
    transition: opacity .2s;
    width:140px;
    height:31px;
    text-align: center;
}
.banner-close.show2 {
    display: block;
}
.banner-close.disabled {
    opacity: .5;
    pointer-events: none;
}
.banner-close:hover {
    background: rgba(0,0,0,0.7);
}

/* Simple varianta */
.banner-close.simple {
    background: rgba(63, 63, 63, 1);
    color: #fff !important;
    font-size: 13px !important;
    top: -28px !important;
}
.banner-close.simple:hover {
    background: rgba(0,0,0,0.8) !important;
}

/* Povolit overflow pro nadřazené kontejnery */
#slide-banner,
#banner-content {
    overflow: visible !important;
}

.nav.nav-pills .newNavi a {
    position: relative;       /* umožní absolutní pozicování štítku */
    display: inline-block;    /* zajistí správné rozmístění */
}

.nav.nav-pills .newNavi a::after {
    content: "Nové";
    position: absolute;
    top: -6px;                /* posuň štítek nahoru */
    right: -10px;             /* posuň štítek doprava */
    background: #d9534f;      /* červené pozadí */
    color: #fff;              /* bílý text */
    font-size: 12px;
    line-height: 1;
    padding: 2px 4px;
    border-radius: 2px;
    white-space: nowrap;      /* zabrání zalomení textu */
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    z-index: 999;
}

.splide__pagination {
    display: none !important;
}

@media (max-width: 470px) {
    .splide .fotoWrap {
        width: 80px !important;
    }
    .mainPage .info {
        width: 80px !important;
    }
    .splide .img-mainpage {
        width: 80px !important;
        max-width: 100px !important;
        height: 100px !important;
        max-height: 100px !important;
    }
}