.press-generic-intro {

}

.press-admin-menu-button-active {
    background-color: rgba(34, 19, 7, 1) !important;
}

/* ////////////////////////////////////////////////////////////////////////// */
.press-title-container {
    border: 1px dotted gray;
    padding: 5px;
}

.press-title-header {
    border: 1px dotted green;
    padding: 5px;
    font-size: x-large;
    font-family: 'Century Gothic', 'Apple Gothic', sans-serif;
}

.press-title-categories {
    border: 1px dotted blue;
    padding: 5px;
    display: grid;
}

.press-title-category-item {
    border: 1px dotted cyan;
    padding: 5px;
    font-variant: small-caps;
    font-size: medium;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.press-title-row {
    border: 1px dotted purple;
    padding: 5px;
    display: grid;
    min-height: 400px;
    height: 400px;
}

.press-title-slot {
    border: 1px dotted gold;
    padding: 5px;
    overflow: hidden;
    padding: 10px 10px 10px 10px;
    text-align: justify;
    display: grid;
    grid-template-rows: auto auto auto 40px;
}

.press-title-slot-active {
    cursor: pointer;
}

.press-title-slot-active:hover {
    text-shadow: 0px 0px 1px white;
}


/* // specifické vlastnosti celého slotu dle velikosti // */
.press-title-size-b {

}

.press-title-size-m {

}

.press-title-size-s {

}

.press-title-size-t {

}

/* // vlastnosti nadpisu v článku a dle velikostí // */
.press-title-article-header {
    font-weight: bold;
}

.press-title-unread {
    color: white;
}

.press-title-article-header-b {
    font-variant: small-caps;
    font-size: xxx-large;
}

.press-title-article-header-m {
    font-variant: small-caps;
    font-size: xx-large;
}

.press-title-article-header-s {
    font-size: xx-large;
}

.press-title-article-header-t {
    font-size: x-large;
}

/* // vlastnosti exertu článku, a dle velikostí // */
.press-title-article-intro {

}

.press-title-article-intro-b {

}
.press-title-article-intro-m {

}
.press-title-article-intro-s {

}
.press-title-article-intro-t {

}

/* // vlastnosti obsahu článku, a dle velikostí // */
.press-title-article-content {
    overflow: hidden;
}

.press-title-article-content-b {

}
.press-title-article-content-m {

}
.press-title-article-content-s {

}
.press-title-article-content-t {

}

/* // vlastnosti podpisů // */
.press-title-article-author {
    vertical-align: bottom;
    padding-top: 15px;
    font-style: italic;
}

.press-title-article-author-left {
    float: left;
}

.press-title-article-author-right {
    float: right;
}

.press-title-article-author-b {

}
.press-title-article-author-m {

}
.press-title-article-author-s {

}
.press-title-article-author-t {

}

/* patička titulky */
.press-title-footer {
    border: 1px dotted navy;    
}

.press-title-footer-left {
    float: left;
    border: 1px dotted maroon;
    width: 80%;
    min-height: 60px;
}

.press-title-footer-right {
    float: right;
    border: 1px dotted maroon;
    width: 20%;
    min-height: 60px;
    text-align: center;
    vertical-align: middle;
    padding-top: 18px;
    cursor: pointer;
}

/* výpis článků */
.press-content-item {
    border: 1px dotted gray;
    padding: 5px;
    cursor: pointer;
}

.press-content-item:hover {
    text-shadow: 0px 0px 1px white;
}

.press-content-header {
    border: 1px dotted maroon;
    padding: 5px;
    font-weight: bold;
    font-variant: small-caps;
    font-size: medium;
}

.press-content-header-left {
    float: left;
}

.press-content-header-right {
    float: right;
}

.press-content-content {
    border: 1px dotted maroon;
    padding: 5px;
    max-height: 200px;
    overflow: hidden;
}

.press-intro-top-menu-right,
.press-category-top-menu-right {
    float: right;
}

.press-intro-top-menu-left {
    float: left;
}

.press-intro-top-menu-right button {
    margin-left: 5px;
}

#press-new-article-top {
    border-bottom: 1px solid rgba(205, 134, 63, 0.6);
}

#press-edit-article-cp-categories {
    margin: 10px;
    padding: 10px;
    float: left;
}

#press-edit-article-cp-buttons {
    margin: 10px;
    padding: 10px;
    float: right;
}

.press-control-btns {
    width: 250px;
    text-align: left;
    margin-left: 5px;
}

.press-control-btns2 {
    width: 200px;
    text-align: left;
    margin-left: 5px;
}

.press-admin-control-btns {
    width: 150px;
    text-align: left;
    margin-left: 5px;
}

.press-article-subject {
    margin-top: 20px;
    padding: 10px;
}

.press-article-intro {
    padding: 10px;
}

.press-article-content {
    padding: 10px;
}

#press-browse-article-comments {
    border: 0px dotted purple;
    margin-top: 20px;
    padding: 10px;
}

.press-article-comment-item {
    border: 1px solid rgba(205, 134, 63, 0.8);;
    margin-top: 10px;
    padding: 10px;
}

.press-article-comment-left {
    border: 0px dotted cyan;
    float: left;
    width: 250px;
}

.press-article-comment-left img {
    float: left;
    margin-right: 15px;
    margin-top: -5px;
}

.press-article-comment-right {
    border: 0px dotted navy;
    float: right;
}

@media screen and (max-width: 1899px) {
    .press-article-comment-right {
        width: 435px;
    }
}

@media screen and (min-width: 1900px) {
    .press-article-comment-right {
        width: 745px;
    }
}

/* *********** press 1 (mandragora) ***************************************** */

.press-1 {
    border: 1px solid darkgrey;
    background-color: rgba(250, 250, 250, 0.7);
    color: black;
    font-family:  serif;
}

.press-1 .press-title-header {
    border: 0px solid white;
    background-color: rgba(250, 250, 250, 0.9);
}

.press-1 .press-title-slot {
    border: 1px solid darkgrey;
    background-color: rgba(250, 250, 250, 0.9);
}

.press-1 .press-title-unread {
    color: maroon;
}

.press-1 .press-title-row {
    border: 0px solid darkgrey;
}

.press-1 .press-title-categories {
    border: 1px solid darkgrey;
}

.press-1 .press-title-category-item {
    border: 1px solid darkgrey;
    background-color: rgba(250, 250, 250, 0.9); 
}

.press-1 .press-title-footer, .press-1 .press-title-footer-left, .press-1 .press-title-footer-right {
    border: 0px solid darkgrey;
}

/* ////////////// press 2 (věštec) ////////////////////////////////////////// */

.press-2 .press-title-container {background-color: #e8ded9; color: #000; font-family: Verdana; border: 0;}

.press-2 .press-title-article-content {font-size: 13pt; line-height: 1.3;}

.press-2 .press-title-header {color: #000; background-color: #cd853f;}
.press-2 .press-title-categories {color: #000; background-color: #e8ded9; border: 0; font-variant: small-caps;}
.press-2 .press-title-category-item {color: #000; border: 1px solid #cd853f; margin: 2;}
.press-2 .press-title-category-item:hover {background-color: #cd853f;}
.press-2 .press-title-row {color: #000; background-color: #e8ded9; border: 0; margin: 0; padding: 0;}

.press-2 .press-title-slot {color: #000; border: 2px solid #bb9f90; margin: 2; padding: 5;}
.press-2 .press-title-slot-active {color: #000; background-color: #d9c9c1;}
.press-2 .press-title-slot-active:hover {background-color: #e8ded9;}
.press-2 .press-title-slot-passive {background-color: #cab4a9;}

.press-2 .press-title-article-header {color: #000; text-align: left; font-variant: small-caps; margin-bottom: 5;}
.press-2 .press-title-article-header-b {line-height: 1.3; font-size: 30pt;}
.press-2 .press-title-article-header-t, .press-title-article-header-s {line-height: 1.1; font-size: 18pt;}


.press-2 .press-title-article-intro {color: #000; background-color: #e8ded9; font-size: 13pt; line-height: 1.3; padding: 5; margin: 0;}

.press-2 .press-title-article-content {color: #000; margin-top: 10;}
.press-2 .press-title-article-author {color: #cd853f; line-height: 1.3; padding: 5; margin: 0; border-top: 1px solid #e8ded9}

.press-2 .press-title-article-author-left {font-weight: bold;}

.press-2 .press-title-footer {background-color: #e8ded9;}
.press-2 .press-title-footer, .press-title-footer-left, .press-title-footer-right {color:#000; border: 0;}
.press-2 .press-title-footer-right:hover {background-color: #d9c9c1;}

/* ************************************************************************* */

#press-admin-top-panel {
    border: 0px dotted silver;    
}

#press-admin-top-panel button {
    margin-right: 5px;
}

#press-admin-content {
    border: 0px dotted purple;
    margin-top: 20px;
}

.press-admin-log-table {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;    
}

.press-admin-log-row {

}

.press-admin-log-cell {
    background-color: #111111;
    padding: 1px 1px 1px 1px;
    margin: 1px 1px 1px 1px;
    max-width: 500px;
    overflow-wrap: break-word;
}

.press-admin-cat-table {
    display: grid;
    grid-template-columns: 50px auto auto auto 100px;
    
}

.press-admin-sta-table {
    display: grid;
    grid-template-columns: 30px 55px auto auto 100px 100px 75px;
    
}

.press-admin-wrk-table {
    display: grid;
    grid-template-columns: 35px auto 75px 75px auto 80px 80px 80px 80px 70px;
    
}

.press-admin-ars-table {
    display: grid;
    grid-template-columns: 25px 55px 60px auto auto auto 50px auto;
    
}

.press-admin-lay-table {
    display: grid;
    grid-template-columns: 35px auto auto auto auto auto auto auto auto auto 70px;
    
}

.press-admin-plh-table {
    display: grid;
    grid-template-columns: 35px auto auto auto auto auto 70px;
    
}

.press-admin-pre-table {
    display: grid;
    grid-template-columns: 35px auto auto auto auto auto auto auto auto auto 70px;
    
}

.press-admin-ala-table {
    display: grid;
    grid-template-columns: 45px 35px auto auto auto auto auto auto auto 70px;
    
}

.press-admin-cat-row-show,
.press-admin-sta-row-show,
.press-admin-wrk-row-show,
.press-admin-lay-row-show,
.press-admin-plh-row-show,
.press-admin-ala-row-show,
.press-admin-pre-row-show,
.press-admin-cat-row-edit,
.press-admin-sta-row-edit,
.press-admin-wrk-row-edit,
.press-admin-ala-row-edit,
.press-admin-lay-row-edit,
.press-admin-plh-row-edit,
.press-admin-pre-row-edit,
.press-admin-categories-edit-form,
.press-admin-statuses-edit-form,
.press-admin-allarticles-edit-form,
.press-admin-workflow-edit-form,
.press-admin-layouts-edit-form,
.press-admin-presses-edit-form,
.press-admin-placeholders-edit-form,
.press-admin-categories-new-form,
.press-admin-statuses-new-form,
.press-admin-allarticles-new-form,
.press-admin-presses-new-form,
.press-admin-layouts-new-form,
.press-admin-placeholders-new-form,
.press-admin-workflow-new-form {
    display: contents;
    cursor: pointer;
}

.press-admin-ars-row-show {
    display: contents;
}

.press-admin-cat-cell,
.press-admin-sta-cell,
.press-admin-wrk-cell,
.press-admin-lay-cell,
.press-admin-pre-cell,
.press-admin-ala-cell,
.press-admin-plh-cell,
.press-admin-ars-cell {
    background-color: #111111;
    padding: 1px 1px 1px 1px;
    margin: 1px 1px 1px 1px;
    max-width: 500px;
    overflow-wrap: break-word;
}

.press-admin-cat-cell-black,
.press-admin-sta-cell-black,
.press-admin-lay-cell-black,
.press-admin-plh-cell-black,
.press-admin-ala-cell-black,
.press-admin-pre-cell-black,
.press-admin-wrk-cell-black,
.press-admin-ars-cell-black {
    background-color: #000000;
    padding: 1px 1px 1px 1px;
    margin: 1px 1px 1px 1px;
    max-width: 500px;
    overflow-wrap: break-word;
}

.press-admin-cat-cell input,
.press-admin-sta-cell input,
.press-admin-plh-cell input,
.press-admin-ala-cell input,
.press-admin-pre-cell input,
.press-admin-lay-cell input,
.press-admin-wrk-cell input {
    width: 99%;
    background-color: rgb(25, 18, 11);
    border-radius: .2rem;
    border: 1px solid rgba(205, 134, 63, 0.5);
}

.press-admin-plh-cell select,
.press-admin-pre-cell select,
.press-admin-ala-cell select,
.press-admin-lys-cell select,
.press-admin-wrk-cell select {
    color: rgba(205, 134, 63, 0.8);
    background-color: rgb(25, 18, 11);
    border: 1px solid rgba(205, 134, 63, 0.5);
    border-radius: .2rem;
    width: 99%;
}

.press-admin-plh-cell option,
.press-admin-pre-cell option,
.press-admin-ala-cell option,
.press-admin-lys-cell option,
.press-admin-wrk-cell option {
    background-color: rgb(25, 18, 11);
}


#press-admin-ars-reports-window {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -175px;
    width: 806px;
    background-color: #000000;
    border: 3px double #cd853f;
    z-index: 101;
}

/* ////////////////////////////////////////////////////////////////////////// */
.press-admin-lys-left {
    float: left;
    width: 40%;
    padding: 5px;
    border: 0px dotted blue;
}

.press-admin-lys-right {
    float: right;
    width: 59%;
    padding: 5px;
    border: 0px dotted red;
}

.press-title-row-preview {
    border: 1px dotted purple;
    padding: 5px;
    display: grid;
    min-height: 400px;
    height: 400px;
}

.press-title-slot-preview {
    border: 1px dotted gold;
    padding: 5px;
    overflow: hidden;
    padding: 10px 10px 10px 10px;
    text-align: justify;
    display: grid;
    grid-template-rows: auto auto auto 40px;
}

/* ////////////////////////////////////////////////////////////////////////// */

#press-admin-edit-content-window {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -175px;
    width: 806px;
    background-color: #000000;
    border: 3px double #cd853f;
    z-index: 101;
}

#press-admin-edit-article-header {
    padding: 10px;
}

#press-admin-edit-article-exert {
    padding: 10px;
}

#press-admin-edit-article-content {
    padding: 10px;
}
