body {
    font-size: 13px;
    margin: 0;
    /* background: url(/lib/images/poz2.png) repeat fixed center center; */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

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

table, tr, td {
    font-size: 13px;
}

td {
    text-align: left;
}

a:link {
    color: #cd071e;
    text-decoration: none;
}

a:visited {
    color: #cd071e;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #cd071e;
}

.cervena
{
    color: #cd071e;
}

.horni-menu a {
    display: inline-block;
    height: 21px;
    line-height: 21px;
    padding: 0 7px;
    color: #000;
}

a.link-logged img {
    margin: auto;
    vertical-align: middle;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

img.userPhoto
{
    border-radius: 50%;
    float: right;
}

img.userPhotoNF
{
    border-radius: 50%;
}

div.user-left
{
    display: inline-block;
    width: 60px;
    vertical-align: top;
}

div.user-right
{
    display: inline-block;
    width: 390px;
}

a.link-logged {
    color: #008132;
}

h1 {
    font-size: 19px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 10px 0;
    display: block;
    color: #000000;
}

h2 {
    font-size: 17px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 10px 0;
    display: block;
    color: #000000;
}

h3 {
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 10px 0;
    display: block;
    color: #000000;
}

hr
{
    border: 0;
    border-bottom: 1px solid #dddddd;
    background: #ffffff;
    margin: 0 0 15px 0;
}

.hr-list
{
    margin: 0 0 8px 0;
}

select, textarea, input[type='text'], input[type='password'] {
    font-size: 13px;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #d4dbe0;
    border-radius: 3px;
    transition: border-color ease-in-out .25s, box-shadow ease-in-out .25s;
    padding: 2px 4px;
}

input[type='text']:focus,textarea:focus, input[type='password']:focus {
    border-color: #66e9af;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(102, 175, 233, 0.6);
}

.form-input {
    margin-bottom: 13px;
    line-height: 1.7;
}

.form-label {
    color: #444444;
    margin-bottom: 3px;
}

.form-nadpis {
    font-size: 15px;
    width: 457px;
    padding: 0;
    margin: 10px 0 10px 10px;
}

.form-label b {
    color: #000000;
    font-weight: bold;
}

.formular {
    margin-left: 10px;
}

.KatNadpis {
    font-size: 16px;
    color: #777777;
    padding: 14px 0 5px 11px;

}

#TabKategorie {
    border-collapse: separate;
    border-spacing: 4px;
    margin-left: 8px;
    width: 100%;
    margin-bottom: 5px;
}

.LinkKat:link, .LinkKat:visited {
    color: #333333;
    line-height: 19px;
    font-size: 14px;
}

.LinkKat:hover {

}

.LinkKat b {
    font-weight: bold;
    color: black;
}

.NovychInz {
    font-size: 10px;
    display: inline;
    color:#d3690b;
}

.CelkemInz {
    color: #444444;
    font-size: 10px;
    display: inline;

}

.tipy {
    font-size: 12px;
    padding: 3px 13px;
    color: #444444;
}

div.label {
    display: inline-block;
    padding: 4px 6px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25em;
    margin-bottom: 4px;
    width: auto;
}

div.label-ruzne {
    background-color: #5db3d3;
}

div.label-nabidka {
    background-color: #67c567;
}

div.label-poptavka {
    background-color: #e6ad77;
}

div.label-zaporne {
    background-color: #c81f13;
}

div.label-big {
    font-size: 13px;
    padding: 5px 7px;
}

.InzeratObr img {
    /*border: 2px solid #ffffff;*/
    margin-bottom: 7px;
    float: right;
}

.InzeratBody,.InzeratBodyDetail
{
    padding: 0 5px 0 5px;
    overflow: hidden;
}

.InzeratBody > div
{
    margin-bottom: 4px;

}

.InzeratBodyDetail > div
{
    margin-bottom: 15px;
    font-size: 14px;

}

div.InzeratNadpis {
    font-size: 16px;
    margin-bottom: 4px;
}

div.InzeratNadpis b {
    font-weight: 500;
}

.InzeratBody a:link .InzeratNadpis, .InzeratBody a:hover .InzeratNadpis, .InzeratBody a:visited .InzeratNadpis {
    color: #000000;
}

.InzeratText a, .InzeratText a:hover, .InzeratText a:visited {
    COLOR: #444444;
}

div.InzeratText
{
    color: #444444;
    margin-bottom: 6px;

    overflow-wrap: break-word;
    word-wrap: break-word;

}

.InzeratBodyDetail > div.InzeratText
{
    margin-bottom: 15px;

}

div.InzeratCena {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.3;
}

.InzeratBodyDetail > small > div.InzeratCena
{
    margin-bottom: 20px;
}

.pidi
{
    font-size: 11px;
    color: #aaaaaa;
}

div.InzeratOdkaz {
    font-size: 15px;
    margin-bottom: 15px;
}

span.InzeratCenaEUR {
    font-size: 12px;
    COLOR: #777777;
    font-weight: normal;

}

.InzeratObrd {
    text-align: center;
}
.InzeratObrT {
    display:inline-block;
    margin-top: 10px;
}

.thumbnails
{
    display: inline-block;
    text-align: center;
    float: right;
    margin: 0 8px;
    width: 160px;
}

.thumbnails img
{
    display: inline;
    float: none;
}

.EmailRev, .InzeratPocet {
    display: inline-block;
}

.EmailRev a:link, .EmailRev a:visited {
    direction: rtl;
    unicode-bidi: bidi-override;
}

.InzeratZarazeno, .InzeratLokalita {
    color:#444444;
}

div.InzeratZarazeno
{
    margin-bottom: 8px;
}

.InzeratBodyDetail div.EmailRev, .InzeratBodyDetail > div.InzeratKontakt, .InzeratBodyDetail > div.InzeratLokalita  {
    font-size: 15px;
}

.InzeratBodyDetail > div.InzeratCena
{
    font-size: 16px;
    margin-bottom: 15px;
}

.ff_progress {
    display: none;
    height: 26px;
    vertical-align: middle;
}

.ff_progressbar {
    background-color: #aaaaaa;
    border-radius: 6px;
    padding: 2px;
    width: 100px;
}

.ff_progressbar > div {
    background-color: orange;
    width: 40%;
    height: 4px;
    border-radius: 2px;
}

.ff_progresscislo {
    text-align: center;
    width: 100px;
    color: #444444;
    font-size: 10px;
}

.upload_thumbs img {
    max-width: 86px;
    max-height: 86px;
    display: block;
    margin: 4px 2px 0 0;
}

.upload_thumbs div {
    display: inline-block;
    margin: 5px 2px;
    text-align: center;
}

#ff_filebtn {
    display: inline-block;
    width: 200px;
    height: 26px;
    vertical-align: middle;
}

.smartnav {
    font-size: 14px;
}

#Paticka, #Paticka a {
    padding-top: 5px;
    color: #888888;
}

.muted-text {
    color: #666666;
}

.stred {
    text-align: center;

}

.str {
    padding-bottom:5px;
    color: #444444;
}

.napravo {
    text-align: right;
}

.content
{
    padding: 13px 0 25px 0;
}

.btn-fw {
    width: 120px;
    text-align: left;
    margin-bottom: 5px
}

.big { font-size: 16px; }

.margin-top5 {
    margin-top: 5px;
}

div.aSpam div {
    display:inline-block;
    height:auto;
    margin-right: 5px;
}

div.aSpam div img
{
    height:23px;
}

.mainform
{
    margin-bottom: 15px;
}

input.ft-input {

    width: 150px;
    padding: 5px 3px;
    font-size: 13px;
    margin-left: 5px;
    margin-bottom: 7px;
    display: inline-block;
}

.btn-facebook, a.btn-facebook {
    color: #fff;
    background-color: #4267b2;
    border-color: #4267b2
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook.focus, .btn-facebook:active, .btn-facebook.active {
    color: #fff;
    background-color: #365899;
    border-color: #365899
}

.InzeratThumb
{
    display: block;
    float: left;
    width:140px;
    height:180px;
    margin: 0 0 5px 5px;
    font-size: 12px;
    padding: 5px;
    background-color: #ffffff;
}

.InzeratThumbImg
{
    width:130px;
    height:87px;
    margin-bottom: 3px;
}

div.btnmenu {
    margin-bottom:10px;
}

.aob .qh {
    width: 42px;
    margin-right: 5px;
}
.aob .aoc {
    position: relative;
    padding: 10px 15px;
    background-color: #eceff1;
    border-radius: 9px;
    line-height: 1.4;
    width:379px;
}
.aob .aoc + .aoc {
    margin-top: 5px;
}
.aob .aoc:first-child:before {
    position: absolute;
    top: 16px;
    left: -8px;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #eceff1;
}
.aob .aod a {
    font-weight: 400;
}
.aob .aoe .aoc {
    color: #000;
    background-color: #cfeef9;
}
.aob .aoe .aoc:first-child:before {
    left: auto;
    right: -8px;
    margin-left: 0;
    margin-right: 2px;
    border-right: 0;
    border-left: 6px solid #cfeef9;
}
.aob .aoe .qh {
    margin-left: 5px;
    margin-right: 0;
}

.bv {
    position: relative;
    margin: 20px -15px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.bv:before,
.bv:after {
    content: " ";
    display: table;
}
.bv:after {
    clear: both;
}

.qo {
    padding-left: 0;
    list-style: none;
}

.qf {
    margin-top: 15px;
}
.qf:first-child {
    margin-top: 0;
}

.alu {
    margin-bottom: 30px !important;
}

.qj,
.qi,
.qg {
    display: table-cell;
    vertical-align: top;
}

.qj,
.qf > .qk {
    padding-right: 10px;
}

.qi,
.qf > .eg {
    padding-left: 10px;
}

.cu {
    border-radius: 50%;
}

.dp {
    line-height: 1.6;
}

div.aoc.kladne {
    color: #000000;
    background-color: #dff0d8;
}

.aoc.kladne:first-child:before {
    border-right: 6px solid #dff0d8;
}

.aoe div.aoc.zaporne {
    color: #000000;
    background-color: #e5e5e5;
}

.aoe div.aoc.zaporne:first-child:before {
    border-left: 6px solid #e5e5e5;
}

.filtr
{
    line-height: 18px;
    padding:10px;
    background-color: #eeeeee;
    margin-bottom: 8px;
}

.selfiltr {
    padding: 2px;
    margin: 4px 4px 4px 0;
}

small
{
    font-size: 14px;
}

.lh-big {
    line-height: 20px;
    font-size: 12px;
}

.alert {
    padding: 10px 15px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 9px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
}

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

.lsloupec
{
    padding-bottom: 20px;
}

.submenu
{
    margin: 15px 0 15px 0;
    padding-left: 10px;
    line-height: 1.5;
}

.top-menu {
    border-radius: 3px;
    display: inline-block;
    float: right;
    height: 21px;
    background-color: #5cb85c;
    font-weight: 500;
    line-height: 19px;
    margin: 4px 2px;
    padding: 0 10px;
}

.top-menu a:link,.top-menu a:link,.top-menu a:visited
{
    color: #ffffff;
}

.dynrs-box { width:144px; text-align: center; border: 1px #ddd solid;
    margin: 0 0 10px 0; border-radius: 4px; padding: 0 3px 10px 3px;
    overflow: hidden;}

.dynrs-img {
    text-align: center;
    margin: 15px 0 5px 0;
}

img.dynrs-in { vertical-align:middle; position:relative; display:inline;}

.dynrs-karta a { color:#888; }
.dynrs-cena {font-size: 15px; color: #000000; font-weight: bold}
.dynrs-puvodne { font-weight:bold; }
.dynrs-nazev { font-size: 12px; color: #000; }

.dynrs-sleva
{
    background-color: red;
    color: #ffffff;
    width: auto;
    display: block;
    border-radius: 20px;
    text-align: center;
    line-height: 24px;
    width: 40px;
    height: 24px;
    position: absolute;
    font-weight: bold;
    z-index: 5000;
    font-size: 12px;

}

div.dynrs-btn
{

    color: #ffffff;
    background: #5cb85c;
    display: inline-block !important;
    margin: 3px 0 8px 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 3px 7px;
    font-size: 12px;
    line-height: 1.4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 3px !important

}

#srch-box { position: relative;  }

#srch-clear { bottom: 0;
    color: #777;
    cursor: pointer;
    font-size: 18px;
    height: 14px;
    position: absolute;
    left: 139px;
    top: 4px; }

div.par
{
    padding-left: 10px;
    padding-bottom: 10px;
}

.InzeratEmail
{
    color: #cd071e;
}

.InzeratBody:after {
    clear: both;
}

.pravy-sloupec
{
    vertical-align: top;
    padding: 13px 0 0 0;
}

.admin {
    color: #2e6da4;
}

table.table-layout {
    margin: 10px
}

table.table-layout th {
    padding: 5px 10px 5px 0;
    font-weight: bold;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #cfd2d5
}

table.table-layout tr {
    border-top: solid 1px #fff
}

table.table-layout td {
    padding: 3px 10px 3px 0;
    border-top: solid 1px #f0f0f0;
    border-right: solid 1px #fff
}

table.table-layout tr:last-child td {
    border-bottom: solid 1px #f3f3f3
}

div.user-udaje
{
    font-size: 14px;
    margin-bottom: 15px;
}

div.user-udaje > div
{
    margin-bottom: 3px;
}

.InzeratHistory
{
    width: 210px;
    padding: 10px;
    height: 60px;

}

.InzeratHistory > div.pull-left {
    width: 45px;
    height: 50px;
    margin-bottom: 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;

}

.InzeratHistory > div.pull-left > img
{
    vertical-align: middle;
    margin-bottom: 10px;
}


.InzeratHistory > div.pull-right {
    width: 135px;
    height: 50px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;

}


.pull-left
{
    float: left;
}
.pull-right
{
    float: right;
    color: #777777;
}

ul.ubaplayer-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

#ubaplayer-fallback {
    display: none;
}

.ubaplayer-button {
    background: url("/lib/images/btn.png") no-repeat 0 -35px;
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 3px 10px 3px 25px;
    position: relative;
    width: 450px;
}

.ubaplayer-button:hover {
    background-position: 0 -35px;
}

.ubaplayer-button.ubaplayer-playing {
    background-position: 0 -115px;
}

.ubaplayer-button.ubaplayer-playing:hover {
    background-position: 0 -115px;
}

.ubaplayer-button.ubaplayer-loading:after,
.ubaplayer-button.ubaplayer-loading:hover:after {
    background: url("/lib/images/loading.gif") no-repeat 0 0px;
    content: " ";
    left: 0;
    position: absolute;
    text-indent: 0!important;
    top: 0;
    width: 20px;
}

#ubaplayer {
    display: none;
}

ul.ul-pravidla li
{
    margin-bottom: 10px;
}

.warning
{
    color: #cd071e;
    font-size: 16px;
    font-weight: bold;
}

.middle
{
    text-align: center;
}

.hideif
{
    visibility: hidden;
    position: absolute;
    top:0;
}

a.btn-smw:link,a.btn-smw:visited
{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color:#ffffff;
}

.dont-break-out {

    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;

}

img.userPhotoNF
{
width:52px;
height:52px;
}


