/*
* Customization of jQuery Mobile Default Style
*/
/*-----------------------------------------------------------------------------------------------------------*/

body {
    font-family: Helvetica,
        Arial,
        sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* body {
    font-family: Helvetica, Arial, sans-serif ;
} */


.hidden {
    display: none !important;
}


span.status-wenku {
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
    line-height: 16px;
}




li.chat-li {
    min-height: 40px;
    display: block;

}

div.chat {
    display: table;
    width: 100%;
}

span.unread-wenku {
    width: 85px;
    float: right;
    font-size: 11px;
    /* font-weight: 700; */
    padding: .2em .5em .2em 0em;
    top: 50%;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    text-shadow: 0
    /*{a-bup-shadow-x}*/
    1px
    /*{a-bup-shadow-y}*/
    0
    /*{a-bup-shadow-radius}*/
    #FFF
    /*{a-bup-shadow-color}*/
    ;
}

span.unread-wenku-number {
    width: 20px;
    float: right;
    font-size: 11px;
    /* font-weight: 700; */
    padding: .2em 0em .2em 0em;
    top: 50%;
    text-align: right;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    text-shadow: 0
    /*{a-bup-shadow-x}*/
    1px
    /*{a-bup-shadow-y}*/
    0
    /*{a-bup-shadow-radius}*/
    #FFF
    /*{a-bup-shadow-color}*/
    ;
}

div.chat-header {
    width: 70px;
    min-height: 40px;
    float: left;
    display: block;
    margin-left: 10px;
}

span.chat-created {
    width: 70px;
    float: left;
    display: block;
    font-size: 10px;
    /* font-weight: 400; */
}

span.chat-sender {
    width: 70px;
    float: left;
    display: block;
    font-size: 12px;
    /* font-weight: 900; */
}

span.chat-message {
    float: left;
    display: block;
    font-size: 12px;
    /* font-weight: 400; */
    font-style: italic;
}

div.chat-message {
    float: left;
    display: table;
    font-size: 12px;
    /* font-weight: 400; */
}

a.chat-answer {
    /*
            position: absolute;
            right: 5px;
            bottom: 5px;
    */
    width: 80px;
    height: 40px;
    float: right;
    display: block;
    font-size: 10px;
    /* font-weight: 900; */
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}

a.chat-answer .ui-btn-inner {
    font-size: 10px;
    /* font-weight: 900; */
    padding-left: 0px;

}

a.chat-answer .ui-btn-inner .ui-btn-text {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 22px;
}

a.chat-answer.ui-btn-icon-top .ui-icon {
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: 5px;
}

span.chat-answer {
    width: 100%;
    float: left;
    display: block;
    font-size: 12px;
    font-style: italic;
}

a span.chat-answer {
    width: 100%;
    float: left;
    display: block;
    font-size: 12px;
    font-style: italic;
}

td.chat-sender {
    width: 80px;
}

td.chat-message {
    width: 100%;
}

td.chat-answer {
    width: 80px;
}

td.chat-message a {
    display: table;
    width: 100%;
}

td.chat-message a span.chat-message {
    color: #000000;
    font-weight: 900;
}


.ui-bar-a a.ui-link:visited {
    color: #000000;

}

div.chat-newmessage {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 50;
}

div.chat-newmessage div.new-message {
    position: fixed;
    top: 20%;
    left: 10%;
    z-index: 60;
    width: 80%;
    height: 60%;

}

div.chat-newmessage div.new-message.absolute {
    top: 20px !important;
}

div.chat-newmessage div.new-message .ui-header {
    /*height: 100%;*/
}

div.chat-newmessage div.new-message div.new-message-cover {
    padding-top: 0%;
    padding-right: 5%;
    padding-bottom: 1%;
    padding-left: 5%;
}

div.chat-newmessage div.new-message div.new-message-cover .ui-input-text {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    color: #000000;
    text-align: center;
}

input:-internal-autofill-selected {
    background-color: transparent;
}

div.chat-newmessage div.new-message div.new-message-cover .ui-input-text::placeholder {
    color: rgba(0, 0, 0, 0.7);
}

div.chat-newmessage div.new-message div.new-message-cover textarea.ui-input-text {
    height: 35%;
}

div.chat-newmessage div.new-message div.new-message-cover .ui-field-contain {
    margin: 1% 0%;
}

#btn-message {
    float: left;
}

div.infocus {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 0px;
    padding-top: 12px;
    z-index: 50;
}

div.btninfocus {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 0px;
    padding-top: 12px;
    z-index: 50;
}

div.btninfocus>div {
    position: relative;
    display: block;
    margin: auto;
    z-index: 50;
    background: rgba(255, 255, 255, 1);
}

div.linkmobile {
    display: block;
}

.ui-title {
    margin: 6px 20px 6px !important;
}

div#logo img#img-logo-vize {
    display: none;
    margin: auto;
    width: 90%;
    max-width: 1182px;
}

div#logo img#img-logo {
    display: block;
    margin: auto;
    width: 90%;
    max-width: 800px;
}

div#logo img#img-vize {
    display: block;
    margin: auto;
    width: 90%;
    max-width: 800px;
}

div.hvezda {
    display: inline-block;
    background: url(../images/star/hvezda-prazdna.gif) no-repeat;
}

div.hvezdac {
    display: inline-block;
    background: url(../images/star/hvezda-cervena-prazdna.gif) no-repeat;
}

div.hvezda:hover,
div.hvezdac:hover {
    cursor: pointer;
}

/*div.hvezda > img {
    opacity: 100;
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
}*/
div.hvezda img {
    opacity: 0;
    transition: All 0.15s ease;
    -webkit-transition: All 0.15s ease;
    -moz-transition: All 0.15s ease;
    -o-transition: All 0.15s ease;
}

div.hvezdac img {
    opacity: 0;
    transition: All 0.15s ease;
    -webkit-transition: All 0.15s ease;
    -moz-transition: All 0.15s ease;
    -o-transition: All 0.15s ease;
}

/*.a:hover img{
    opacity: 100;
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
}
.b:hover img{
    opacity: 100;
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
}
.c:hover img{
    opacity: 100;
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
}
.d:hover img{
    opacity: 100;
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
}
.e:hover img{
    opacity: 100;
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
}
.x:hover img{
    opacity: 100;
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
}*/
.transparent {
    opacity: 100 !important;
    transition: All 0.25s ease;
    -webkit-transition: All 0.25s ease;
    -moz-transition: All 0.25s ease;
    -o-transition: All 0.25s ease;
}

.zapnuto>img {
    opacity: 100 !important;
}

.textaresmall>div>textarea {
    height: 10% !important;
}

.rate {
    text-align: right !important;
    float: right !important;
    font-size: 75% !important;
}

.red {
    color: rgb(203, 67, 31);
}

.green {
    color: rgb(175, 203, 31);
}

#neni {
    width: 100%;
}

#neni>.ui-block-a {
    font-size: 9px;
    text-transform: uppercase;
    padding-top: 3px;
    padding-bottom: 0px;
    width: 100%;
    color: #898989;
    border-top: 1px solid #c34a3640;
}

#neni>.ui-block-b {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
}

#checkboxes1 {
    overflow: hidden !IMPORTANT;
}

.idTabs>li {
    display: inline;
}

legend {
    margin-left: 10px;
    /* font-weight: bold; */
}

.tucne {
    /* font-weight: bold; */
}

.mensi {
    font-size: 12px;
}

.zelene {
    color: #99CC33;
    text-decoration: underline;
}

.nadpis {
    margin-left: 40px;
}

div.chat-newmessage div.new-message .ui-bar-a {
    background-color: #ffffff;
}

.favorite {
    margin-right: 5px;
    margin-left: -5px;
}

.star {
    margin-left: 3px;
}

.favorit {
    position: relative;
    top: -5px;
}

.super_button {
    height: auto;
    margin: 10px 30px;
    background: #ffffff;
    position: relative;
}

.super_button .ui-btn-inner {
    padding: 0px;
}

.nomargin {
    margin: 0px;
}

.nick {
    font-size: 10px !IMPORTANT;
}

.borderbot {
    border-bottom: 1px rgb(139, 139, 139) dotted;
}

th.borderbot {
    width: 50%;
}

#hodnocenipadding {
    padding-bottom: 19px !IMPORTANT;
}

.male {
    font-size: 13px;
}

.filtrovat {
    width: 125px;
    /*margin-left: 10px;*/
    margin: .5em;
    margin-right: 0px;
    float: left;
}

.idTabs {
    width: 100%;
    padding: 0px !IMPORTANT;
    margin: auto;
}

.inline {
    display: inline;
}

.absolute {
    position: absolute !IMPORTANT;
}

.text-left {
    text-align: left;
    margin-left: 30px;
}

.table-print {
    border: 1px solid black;
    width: 100%;
    min-height: 100%;
    height: 100%;
}

/*td{
    border-bottom:1px solid black;
    width: 200px;
}*/
.img-print {
    width: 202px;
}

.table-print td {
    border-bottom: 1px solid black;
    width: 200px;
}

.table-print td.topalign {
    vertical-align: top;
}

.table-print tr {
    width: 100%;
}

.table-print tr.header {
    height: 110px;
}

table.head {
    width: 100%;
}

.value-printtable {
    max-height: 200px;
    min-height: 100px;
    height: 120px;
}

.border-right {
    border-right: 1px solid black;
}

.borderbot-none {
    border: none !IMPORTANT;
}

.border-bolt {
    border-bottom: 2px solid black;
}

.div-print {
    width: 210mm;
    height: 290mm;
    max-height: 290mm;
    min-height: 290mm;
    margin: auto;
    padding: 0px;
}

.body-print td.bold {
    /* font-weight: bold; */
}

.newGame h3 a span.ui-btn-inner span.ui-btn-text {
    color: #000000;
}

ul.chatlist a.unthread {
    display: none;
}

ul.chatlist.threaded a.thread {
    display: none;
}

ul.chatlist a.thread {
    display: block;
}

ul.chatlist.threaded a.unthread {
    display: block;
}


div.calendarEnvelope {}

div.calendarEnvelope::-webkit-scrollbar {
    display: none;
}

a#next,
a#prev {
    padding: 10px 0px;
    width: 38px;
}

a#next .ui-btn-inner,
a#prev .ui-btn-inner {
    width: 0px;
    padding: 10px;
}

table.calendarTable {
    border-width: 1px;
    border-style: solid;
    border-color: #999;
    background-color: #e0e0e0;
    border-radius: 0px;
    width: 100%;
}

table.calendarTable.mrazek {
    border-width: 1px;
    border-style: solid;
    border-color: #999;
    background-color: #e0e0e0;
    border-radius: 0px;
    width: auto;
    margin-left: 0px;
}

table.calendarTable tr.calendarDay {
    border-width: 1px;
    border-style: solid;
    border-color: #999;
}

table.calendarTable tr.calendarDay th {
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    font-size: 0.75em;
    /* font-weight: bold; */
    text-align: center;
    padding: 5px;
    border-radius: 0px;
    background: linear-gradient(#FFF, #DDD) repeat scroll 0% 0% #EEE;
}

table.calendarTable tr.calendarDay td {
    border-width: 1px 0px;
    border-style: solid;
    border-color: #ccc;
    padding: 0px 10px;
    border-radius: 0px;
}


@media print {
    .noPrint {
        display: none;
    }
}

@media all and (max-device-width: 720px) {
    .ahoj>:nth-child(n) {
        width: 100% !important;
        margin-right: -.5px;
    }

    .ahoj>.ui-block-a {
        text-decoration: underline;
    }

    .idTabs>li {
        display: block;
    }

    #neni>.ui-block-b {
        width: 100%;
    }
}

div.calendarDay {
    /*width: 150px;*/
    /*height: 140px;*/
    transition: all 1s ease;
}

div.calendarDay.actual {
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 1s ease;
}

div.calendarDay.noActual {
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 1s ease;
}

div.calendarDay.actual:hover {
    background-color: rgba(255, 255, 255, 1);
}

div.calendarDay.noActual:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

div.calendarDay span.date {
    display: block;
    text-align: center;
    font-size: 10px;
    /* font-weight: bold; */
    padding-top: 5px;
}

div.calendarAction {
    display: block;
    color: #000000;
    font-size: 10px;
    text-align: center;
    padding: 2px 10px;
    text-shadow: none;
    cursor: pointer;
    transition: all 1s ease;
}

div.calendarAction.hover {
    display: block;
    color: #000000;
    font-size: 10px;
    text-align: center;
    padding: 2px 10px;
    text-shadow: none;
    cursor: pointer;
    background-color: #ffffff !important;
    border: 1px solid #000000 !important;
    z-index: 100;
    animation-duration: 1s;
    animation-name: borderblink;
    animation-iteration-count: infinite;
}

@keyframes borderblink {
    from {
        border-color: #000000 !important;
        background-color: #666666 !important;
        color: #000000;
    }

    to {
        border-color: #666666 !important;
        background-color: #ffffff !important;
        color: #000000;
    }
}

#prevmonth,
#nextmonth {
    padding: 0px 0px;
    max-width: 38px;
}

#prevmonth .ui-btn-inner,
#nextmonth .ui-btn-inner {
    padding-left: 0px;
    min-width: 18px;
}

.actualMonth {
    border: 1px groove rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0px;
    font-size: 20px;
    /* font-weight: bold; */
    padding: 8px 10px;
    margin: 60px 5px 10px 5px;
    color: rgba(255, 255, 255, 1);
}

.actionDetails {
    width: 600px;
    height: auto;
    position: absolute;
    top: 400px;
    left: 400px;
    background-color: #ffffff;
    padding: 5px 20px 20px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 0px;
    /* box-shadow: 8px 8px 16px rgba(0,0,0,0.5); */
    font-size: 0.8em;
    transition: all 1s ease;
    z-index: 500;
}

.actionDetails .ui-icon.topRight {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.actionDetails span.status-wenku {
    margin-right: 12px;
    font-size: 1.0em;
    color: rgba(255, 0, 0, 0.8);
}

form#frm-actions {
    padding: 10px 30px;
}

.ui-radio {
    background-color: rgba(0, 0, 0, 0.2);
}



.ui-radio span.ui-btn-inner {
    position: relative;
}

.ui-radio span.ui-btn-inner .ui-btn-text {
    position: relative;
    top: 0px;
    display: inline-block;
    padding: 0 10px 0 20px;
}

.ui-radio span.ui-btn-inner .ui-icon {
    display: inline-block;
}

.ui-radio span.ui-btn-inner .ui-icon.ui-icon-radio-on {
    background-color: #fff;
}

h3 {
    color: #000000;
    font-weight: normal;
}

.chatlist {
    background-color: #f7f7f7;
    border: 1px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
}

.calendarAction {
    position: absolute !important;
    margin-top: -155px !important;
    margin-left: -10px;
}

div#switch-action-listbox {
    background: -moz-linear-gradient(0deg, #D9AC32 0%, #BA7433 100%);
    background: -webkit-linear-gradient(0deg, #D9AC32 0%, #BA7433 100%);
    background: -o-linear-gradient(0deg, #D9AC32 0%, #BA7433 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D9AC32', endColorstr='#BA7433', GradientType=1);
    background: -ms-linear-gradient(0deg, #D9AC32 0%, #BA7433 100%);
    background: linear-gradient(0deg, #D9AC32 0%, #BA7433 100%);
}

div#logo {
    display: none;
}

.ui-content {
    padding: 0px 30px;
    color: #000000;
}

h5 {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}

.ui-content a.ui-link {
    display: block;
    text-align: center;
    color: #99CC33;
    text-decoration: underline;
    text-shadow: none;
}

@media all and (max-device-width: 420px) {
    .ui-radio {
        width: 100%;
        margin-bottom: 10px !important;
    }
}

.ui-block-a a.ui-link {
    text-align: left;
    font-size: 14px;
    margin-bottom: 0px;
}

span.ui-btn-text span {
    display: inline-block;
}

h3 span {
    display: block;
    padding: 0 10px;
}

.ui-radio:nth-child(1) .ui-btn-active {
    background-color: #99CC33;
}

.ui-radio:nth-child(2) .ui-btn-active {
    background-color: #F50000;
}

.ui-radio:nth-child(3) .ui-btn-active {
    background-color: #FFC14B;
}

.ui-block-a a.ui-btn.ui-shadow.ui-btn-corner-all.ui-btn-inline.ui-btn-icon-left.ui-btn-up-a {
    margin-top: 5px;
    margin-right: 5px;
    width: 100%;
}

.ui-block-b a.ui-btn.ui-shadow.ui-btn-corner-all.ui-btn-inline.ui-btn-icon-left.ui-btn-up-a {
    margin-top: 5px;
    margin-left: 7px;
    width: 100%;
}

span.actionIcon.green {
    color: #99CC33;
}

span.actionIcon.red {
    color: #F50000;
}

span.actionIcon.orange {
    color: #FFC14B;
}

span.actionIcon.gray {
    color: #bbbbbb;
}

/* Read-only form styling for history view */
.myForm input:disabled,
.myForm select:disabled,
.myForm textarea:disabled {
    opacity: 0.85;
    background-color: #f9f9f9 !important;
    color: #333;
}
.myForm .readonly-banner {
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
}

/* --- Toast notifications (system messages) --- */
#systemToastContainer {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 380px;
}
.systemToast {
    padding: 12px 40px 12px 16px;
    border-radius: 6px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.18);
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    color: #fff;
    min-width: 260px;
}
.systemToast-success { background: #4caf50; }
.systemToast-warning { background: #f0ad4e; }
.systemToast-danger  { background: #d9534f; }
.systemToast-info    { background: #5bc0de; }
.systemToast-primary { background: #337ab7; }
.systemToast-default { background: #555; }

.systemToast .toastClose {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: 0.7;
    text-align: center;
    line-height: 24px;
}
.systemToast .toastClose:hover { opacity: 1; }
.systemToast .toastHeader {
    font-weight: 600;
    margin-bottom: 2px;
}
.systemToast .toastBody {
    opacity: 0.9;
    font-size: 13px;
}

.new-message a.ui-btn {
    padding: 5px 0px;
    margin: 5px;
}