.list-rooms-head .list-rooms-state
{
    float: right;
}

.list-rooms-head .list-rooms-state img
{
    border: 1px solid rgba(205, 134, 63, 1);
    border-radius: .2rem;
    max-width: 60px;
    margin-left: .5rem;
    margin-bottom: .5rem;    
}

.list-rooms
{
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.list-rooms a.room-link
{
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
}

.list-rooms i
{
    font-size: 1.1rem;
    color: rgba(205, 134, 63, 0.8);
}

.list-rooms ul
{
    padding: 0;
    list-style: none;
}

.list-rooms li
{
    width: 100%;
    min-height: 35px;
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid rgba(205, 134, 63, 0.3);
}

.list-rooms li:hover
{
    background-color: rgba(34, 19, 7, 1);
    transition: all 500ms ease;
}

.list-rooms li:first-child
{
    background-color: rgba(34, 19, 7, 1) !important;
    border-top: 1px solid rgba(205, 134, 63, 0.3);
    font-weight: 600;
}

.list-rooms li:last-child
{
    border-bottom: 0;
}

.list-rooms .room-mark
{
    display: flex;
    align-items: center;
    justify-content: left;
    width: 3rem;
    margin-left: .7rem;
}

.list-rooms .room-title
{
    display: flex;
    flex: 15 0 auto;
    align-items: center;
    justify-content: left;
}

.list-rooms .room-person
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10rem;
}

.list-rooms .room-index
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7rem;
    margin-right: .5rem;
}


/* ---------- CHAT - listování v šepotu ---------- */

.chat-whisper-selection i
{
    padding-right: .2rem;
    color: rgba(205, 134, 63, 0.8);
    font-size: .9rem;
}

.chat-whisper-selection .btn-whisper-selection
{
    border-bottom: 0px !important;
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: .65rem;
}

.chat-whisper-selection .btn-whisper-active
{
    color: rgba(0, 0, 0, 1);
    background-color: rgba(205, 134, 63, 0.75);
    font-weight: 700;
}

.chat-whisper-selection .btn-whisper-active i
{
    color: rgba(0, 0, 0, 1);
    text-shadow: none;
}

/* ---------- CHAT - hlavní chatovací okno ---------- */

.chat-preview
{
    color: rgb(0, 0, 0);
    border: 1px solid rgba(205, 134, 63, 0.6);
    /* background-color: rgb(255 247 198 / 87%); */
    background-image: url(../../media/chat/bg_stred2.png); 
    padding: 1rem;
    border-radius: .2rem;
    border-top-left-radius: 0rem;
    min-height: 400px;
    max-height: 800px;
    overflow-y: scroll;
    text-align: justify;
}

.chat-preview::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(48, 27, 8, 0.9);
    border-radius: 10px;
    background-color: #100903;
}

.chat-preview::-webkit-scrollbar {
    width: 12px;
    background-color: #000000;
}

.chat-preview::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #63391b;
    background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.6) 50%, transparent, transparent);
}

.chat-lines {
    padding-bottom: 5px;
    
}



/* ---------- CHAT - řádek odpovědi ---------- */

#btn-chat-pic,#btn-chat-name,#btn-chat-epico,#btn-chat-vypravec
{
    width: 9rem;
    text-align: left;
    padding-left: .9rem;
} 
#left-room-menu
{
    cursor: pointer;
}

.chat-line i
{
    padding-right: .2rem;
    color: rgba(205, 134, 63, 0.8);
    font-size: .9rem;
}

.chat-line-left
{
    float: left;
}

.chat-line-middle
{

}

@media screen and (min-width: 1900px) {
    .chat-textarea
    {
    color: rgba(205, 134, 63, 1);
    background-color: rgba(34, 19, 7, 0.5);
    border: 1px solid rgba(205, 134, 63, 0.75);
    width: 675px;
    height: 107px;
    margin: 10px 0px 5px 5px;
    padding: 5px 5px 5px 7px;
    border-radius: .2rem;
    }
}

@media screen and (max-width: 1899px) {
    .chat-textarea
    {
    color: rgba(205, 134, 63, 1);
    background-color: rgba(34, 19, 7, 0.5);
    border: 1px solid rgba(205, 134, 63, 0.75);
    width: 360px;
    height: 107px;
    margin: 10px 0px 5px 5px;
    padding: 5px 5px 5px 7px;
    border-radius: .2rem;
    }
}


.chat-textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(48, 27, 8, 0.9);
    border-radius: 10px;
    background-color: #100903;
}

.chat-textarea::-webkit-scrollbar {
    width: 12px;
    background-color: #000000;
}

.chat-textarea::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #63391b;
    background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.6) 50%, transparent, transparent);
}

.chat-line-right
{
    float: right;
    margin: -113px 0px 0px 0px;
} 

.chat-line-right #chat-line-select
{
    color: rgba(205, 134, 63, 0.8);
    background-color: rgba(34, 19, 7, 0.5);
    border: 1px solid rgba(205, 134, 63, 0.75);
    width: 15rem;
    height: 30px;
    margin: -112px 0px 0px 0px;
    padding: 3px 18px 7px 5px;
    border-radius: .2rem;
}

.chat-line-right #chat-line-select option
{
    background-color: rgb(34, 19, 7);
}

.chat-line-right #chat-line-settings
{
    
}

.chat-line-bottom
{
    margin-bottom: 1rem;
    text-align: right;
    margin-right: 232px;
}

#btns-chat-left
{
    text-align: center;
    float: left;
}

#btns-chat-left button
{
    margin-right: 0.4rem;
}

#btns-chat-right
{
    text-align: center;
    float: right;
}

#btns-chat-right button
{
    margin-left: 0.4rem;
}

.preroom-text
{
    padding-top: 0.5rem;
}

.prerooms-btns
{
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px ridge rgba(205, 134, 63, 0.6);
}

/* ---------- REZERVAČNÍ FORMULÁŘ ---------- */

.chat-booking-form-label
{
    float: left;
    width: 30%;
    padding: 12px 0px 0px 15px;
}

.chat-booking-form-input
{
    float: left;
    min-width: 500px;
}

.chat-booking-form-input input
{
    color: rgba(205, 134, 63, 0.8);
    background-color: rgba(34, 19, 7, 0.5);
    border: 1px solid rgba(205, 134, 63, 0.5);
    width: 100%;
    height: 30px;
    margin: 10px 0px 5px 5px;
    padding: 5px 5px 5px 7px;
    border-radius: .2rem;
}

.chat-booking-form-time button
{
    width: 5rem;
    margin-left: 0.35rem;
    float: left;
}

.chat-booking-new-board
{
    margin: 14px 0px 0px 0.35rem;
    height: 30px;    
}

.chat-booking-form-textarea textarea
{   
    height: 5rem;
    min-width: 500px;
    color: rgba(205, 134, 63, 1);
    border-radius: 0.2rem;
    line-height: 1.5;
    padding: 0.25rem 0.5rem;
    float: left;
    margin: 10px 0 0 5px;
}

.chat-booking-form-invited
{
    margin: 13px 0 0 5px;
    float: left;
    max-width: 500px;
}

.chat-booking-form-invited i
{
    color: rgba(255, 0, 0, 0.4);
    font-size: 0.8rem;    
}

.chat-form-bottom
{
    float: right;
    margin-top: 1rem;
}

/* ---------- KONTAKTOVAT SPRÁVCE ---------- */

.chat-contact-administrator-textarea textarea
{
    width: 100%;
    height: 5rem;
    border-radius: 0.2rem;
    line-height: 1.5;
    padding: 0.25rem 0.5rem;
}   

/* ---------- CHECKBOX ---------- */

#chat-line-settings [type="checkbox"]:checked, 
#chat-line-settings [type="checkbox"]:not(:checked)
{
    position: absolute;
    left: -625rem;
}

#chat-line-settings [type="checkbox"]:checked + label, 
#chat-line-settings [type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 1.75rem;
    cursor: pointer;
    line-height: 1rem;
    display: inline-block;
}

#chat-line-settings [type="checkbox"]:checked + label:before, 
#chat-line-settings [type="checkbox"]:not(:checked) + label:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1rem;
    height: 1rem;
    border: 1px solid rgb(205, 134, 63);
    border-radius: .2rem;
    background: black;
}

#chat-line-settings [type="checkbox"]:checked + label:after, 
#chat-line-settings [type="checkbox"]:not(:checked) + label:after
{
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    background: rgb(255, 255, 255);
    position: absolute;
    top: 3px;
    left: 3px;
 /*   border-radius: .2rem;  */
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#chat-line-settings [type="checkbox"]:not(:checked) + label:after
{
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

#chat-line-settings [type="checkbox"]:checked + label:after
{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.chat-context-menu {
    width: 120px;
    box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    display: none;
}

.chat-context-menu-options {
    list-style: none;
    padding: 10px 0;
}

.chat-context-menu-option {
    font-weight: 500;
    font-size: 14px;
    padding: 10px 40px 10px 20px;
    cursor: pointer;  
}

.chat-context-menu-option:hover {
    background: rgba(0, 0, 0, 0.2);
}




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

    .chat-avatar-line-text{
    margin-left: 4px;
    width: 100%;
    font-size: 0.75rem;
    }
    
    .chat-avatar-line{
    margin: 10px 20px 0px 40px;
    display: flex;
    }
}

@media screen and (min-width: 1900px) {

    .chat-avatar-line-text{
    margin-left: 4px;
    width: 100%;
    }
    
    .chat-avatar-line{
    margin: 10px 20px 0px 55px;
    display: flex;
    }
}

.chat-avatar-line-text-controls{
    float:right;
}

.chark-table{
    margin-left: 37px;
    margin-top: 25px;
    width: 100%;
}

@media screen and (max-width: 1899px) {
    .chark-table textarea{
    width: 160px;
    min-height: 250px;
    background-image: url(../../media/chat/bg_stred2.png);
    resize: none;
    color: black;
    }
}



@media screen and (min-width: 1900px) {
    .chark-table textarea{
    width: 200px;
    min-height: 250px;
    background-image: url(../../media/chat/bg_stred2.png);
    resize: none;
    color: black;
    }
}

.weather-header-room{
    margin-left: 37px;
    width: 200px;
    max-height: 80px;
}

@media screen and (min-width: 1900px) {
    .weather-header-room img{
    border: 1px solid rgba(205, 134, 63, 1);
    border-radius: .2rem;
    max-width: 85px;
    margin-left: .5rem;
    margin-bottom: .5rem;
    margin-top: .5rem;
    }
}

@media screen and (max-width: 1899px) {
    .weather-header-room img{
    border: 1px solid rgba(205, 134, 63, 1);
    border-radius: .2rem;
    max-width: 70px;
    margin-left: .5rem;
    margin-bottom: .5rem;
    margin-top: .5rem;
    }
}

.chat-modal-window {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -175px;
    width: 806px;
    height: auto;
    max-height: 500px;
    background-color: #000000;
    border: 3px double #cd853f;
    z-index: 101;
    overflow: auto;
}

.chat-modal-window-header {
    border: 0px dotted red;
    font-size: x-large;
    font-weight: bold;
    font-variant: small-caps;
    padding: 5px 20px 5px 20px;
    text-align: center;
}

.chat-modal-window-body {
    border: 0px dotted silver;
    padding-top: 15px;
    background-color: rgba(34, 19, 7, 1);
    padding: 15px;
    text-align: justify;

}


.chat-modal-window .btn {
    border-color: rgba(205, 134, 63, 0.75);
    color: rgba(205, 134, 63, 0.75);
    background-color: rgb(0, 0, 0);
    font-size: 0.8rem;
    padding: 0.3rem 0.6rem;
}

.chat-modal-window .btn:hover 
{
    border-color: rgba(205, 134, 63, 1);
    color: rgba(205, 134, 63, 1);
    background-color: rgba(34, 19, 7, 1);
    transition: all 500ms ease;
}

.chat-modal-window-body h2 {
    font-family: 'Berkshire Swash', cursive;
}

.chat-modal-window-body textarea{
    margin-left: 20px;
    width: 95%;
    height: 139px;
}

.chat-modal-window-body button{
    margin-top: 5px;
    justify-content: center;
    /*margin-left: 40%;*/
    margin-bottom: 8px;
}


.chat-booking-form-time button.active{
    color: rgb(0, 0, 0);
    background-color: rgb(205, 134, 63);
}

input.error{
    border: 1px solid red;
}

textarea.error{
    border: 1px solid red;
}

.chat-modal-rules-menu li{
    display: inline;
}

.chat-whisper-close{
    margin-left: -18px;
    cursor: no-drop;
}
