﻿body
{
    overscroll-behavior: contain;
    overflow: hidden;
}
div.ct
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000000;
    visibility: hidden;
    z-index: 1;
}

div.ct_main_left
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 256px;
    bottom: 0px;
}


div.ct_main_right
{
    position: absolute;
    top: 0px;
    right: 0px;
    left: 256px;
    bottom: 0px;
}

div.goBottomBtn{
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #333333;
    font-size: 24px;
}

div.ct_client
{
    position: relative;
    width: 100%;
    height: 100%;
}

div.ct_room_list_item
{
    position: relative;
    width: 100%;
    height: 32px;
    font-size: 16px;
}

span.ct_room_list_item_read
{
    color: #28185e;
    overflow: hidden;
    white-space: pre;
    position: absolute;
    left: 4px;
    right: 4px;
    top: 9px;
    font-family:cursive;
    font-size: 12px;
}

span.ct_room_list_item_unread
{
    color: #0c8d1d;
    font-weight: bold;
    overflow: hidden;
    white-space: pre;
    position: absolute;
    left: 4px;
    right: 4px;
    top: 9px;
    font-family: cursive;
    font-size: 12px;
}

span.ct_room_list_item_selected
{
    color: #da4e0d;
    font-weight: bold;
    overflow: hidden;
    white-space: pre;
    position: absolute;
    left: 4px;
    right: 4px;
    top: 9px;
    font-family: cursive;
    font-size: 12px;
}


/* pm tab */

div.ct_client_top
{
    background-color: rgb(0, 96, 138);
    position: relative;
}
div.ct_client_tab_button
{
    display: inline-block;
    height: 32px;
    padding-left: 2px;
    padding-right: 2px;
    cursor: pointer;
    color: white;
    background-color: rgb(0, 96, 138);
}

div.ct_client_tab_selected
{
    background-color: rgb(0, 96, 138);
    color: #333333;
}
div.ct_client_tab_button:hover
{
    background-color: #DDDDDD;
}

div.ct_tab_item_container
{
    display: table-cell;
    height: 32px;
    font-size: 12px;
}

div.ct_tab_text
{
    padding-top: 10px;
    padding-left: 2px;
    padding-right: 10px;
    color: white;
}

img.ct_tab_img
{
    width: 16px;
    margin-bottom: -2px;
    padding-left: 2px;
}



/* inbox */

div.ct_client_middle
{
    position: relative;
}

div.ct_topic_container
{
    position: absolute;
    top: 0px;
    height: 26px;
    width: 100%;
    overflow: hidden;
    left: 0px;
    right: 0px;
}

div.ct_topic_panel
{
    position: absolute;
    top: 4px;
    height: 20px;
    left: 2px;
    right: 24px;
}

.ct_topic{
    width: 1000px;
    height: 20px;
}
.ct_topic:hover{
    display: flex;
    animation: scrolling 10s linear infinite;
}

div.ct_topic_close
{
    position: absolute;
    top: 2px;
    height: 24px;
    right: 0px;
    width: 24px;
    cursor: pointer;
    color: white;
    font-size: 20px;
    background-color: #333;
    border-radius: 3px;
    text-align: center;
}

div.ct_client_screen
{
    position: absolute;
    top: 30px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    font-family: Verdana;
    font-size: 14px;
    color: #FF0000;
    background-color: #FFFFFF;
}

div.ct_client_screen_instance
{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}


/* lower tools */

div.ct_client_bottom
{
    height: 45px;
    position: relative;
    width: 100%;
    background-color: rgb(0, 96, 138);
    color: #FFFFFF;
    padding-top: 2px;
}



div.ct_client_toolstrip_item1
{
    position: absolute;
    top: 10px;
    left: 34px;
    height: 28px;
    width: 28px;
    color: white;
    background-color: #333333;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
}

div.ct_client_toolstrip_item2
{
    position: absolute;
    top: 10px;
    left: 63px;
    height: 28px;
    width: 28px;
    color: white;
    background-color: #333333;
    font-style: italic;
    cursor: pointer;
    border-radius: 3px;
}

div.ct_client_toolstrip_item3
{
    position: absolute;
    top: 10px;
    left: 92px;
    height: 28px;
    width: 28px;
    color: white;
    background-color: #333333;
    text-decoration: underline;
    cursor: pointer;
    border-radius: 3px;
}

div.ct_client_toolstrip_item4
{
    position: absolute;
    top: 10px;
    left: 121px;
    height: 28px;
    width: 28px;
    background-color: #333333;
    color: #FF0000;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
}

div.ct_client_toolstrip_item5
{
    position: absolute;
    top: 10px;
    left: 150px;
    height: 28px;
    width: 28px;
    background-color: #333333;
    color: #0000FF;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
}

div.ct_client_toolstrip_item6
{
    position: absolute;
    top: 10px;
    left: 179px;
    height: 28px;
    width: 28px;
    background-color: #333333;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 3px;
    font-size: 16px;
}

div.ct_client_toolstrip_item7
{
    position: absolute;
    top: 10px;
    left: 208px;
    height: 28px;
    width: 28px;
    background-color: #333333;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 3px;
    font-size: 16px;
}
div.ct_client_toolstrip_item8
{
    position: absolute;
    top: 10px;
    left: 238px;
    height: 28px;
    width: 28px;
    background-color: #333333;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 3px;
}
div.ct_client_toolstrip_item9
{
    position: absolute;
    top: 10px;
    left: 268px;
    height: 28px;
    width: 28px;
    background-color: #333333;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 3px;
}
.ct_client_toolstrip_item7 label
{
    cursor: pointer;
}

div.buttons_cont
{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 35px;
    height: 45px;
    overflow: hidden;
}


.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 0px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
div.ct_client_toolstrip_text
{
    width: 28px;
    text-align: center;
    margin-top: 7px;
}

div.ct_client_url
{
    position: absolute;
    left: 298px;
    right: 34px;
    top: 16px;
    text-decoration: underline;
    overflow: hidden;
}

a.ct_client_url_text
{
    cursor: pointer;
    color: #00FFFF;
}

div.ct_client_outbox
{
    position: absolute;
    bottom: 22px;
    left: 0px;
    width: 100%;
    height: 15px;
    font-size: 24px;
}


input.ct_client_outbox
{
    position: absolute;
    left: 30px;
    right: 34px;
    height: 29px;
    min-width: 268px;
    line-height: 20px;
    border-radius: 9px;
    border-width: 1px;
    border-style:none;
    border-color: darkgray;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

div.mas
{
    position: absolute;
    left: 7px;
    top: 2px;
    height: 24px;
    width: 24px;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

div.send
{
    position: absolute;
    right: 5px;
    top: 2px;
    height: 24px;
    width: 24px;
    color: white;
    font-size: 18px;
    cursor: pointer;
}

input.color{
    position: relative;
    float: left;
}

.scribbleCanvas
{
    position: absolute;
    left: 4px;
    bottom: 112px;
    cursor: url(pen.cur),auto;
}
.cross{
    cursor: crosshair;
}
.botoneraScribbles
{
    position: absolute;
    bottom: 82px;
    left: 4px;
    width: 90vw;
    max-width: 450px;
    background-color:  rgb(0, 96, 138);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.sendScribbleBtn
{
    position: relative;
    float: right;
    cursor: pointer;
    color: white;
    background-color: #333;
    border-radius: 4px;
    font-size: 14px;
    padding: 3px;
    margin: 4px;
}
.botonesScribble
{
    position: relative; 
    float: left;    
    cursor: pointer;
    color: white;
    background-color: #333;
    border-radius: 4px;
    font-size: 14px;
    padding: 3px;
    margin: 4px;
}
.botonesScribble label
{
    cursor: pointer;
}

div.ct_room_list_header
{
    position: absolute;
    top: 0px;
    height: 24px;
    left: 0px;
    right: 0px;
    background-color: rgb(0, 96, 138);
    color: white;
    font-weight: bold;
}

span.ct_column_text
{
    position: relative;
    top: 4px;
    left: 2px;
    white-space: pre;
}

div.ct_left_hide
{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    font-size: 18px;
    color: whitesmoke;
}

div.ct_user_list_pos
{
    position: absolute;
    top: 0px;
    right: 0px;
    color: whitesmoke;
    font-size: 18px;
    height: 24px;
    width: 24px;
    cursor: pointer;
}

div.ct_room_list_body
{
    position: absolute;
    top: 24px;
    left: 0px;
    right: 0px;
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #FFFFFF;
    z-index: 99;
}

div.ct_user_list_header
{
    position: absolute;
    top: 224px;
    height: 24px;
    left: 0px;
    right: 0px;
    background-color: rgb(0, 96, 138);
    color: white;
    font-weight: bold;
}

div.ct_user_list_body
{
    position: absolute;
    top: 248px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #FFFFFF;
}

div.ct_left_show
{
    position: absolute;
    visibility: hidden;
    z-index: 1;
    height: 36px;
    width: 24px;
    top: 50%;
    margin-top: -40px;
    left: 0px;
    cursor: pointer;
    color: #333333;
    font-size: 20px;
    background-color: rgb(0, 96, 138);
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 10px;
}


div.ct_ul_main
{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}

div.ct_ul_item
{
    width: 100%;
    height: 52px;
    background-color: white;
    position: relative;
}

img.ct_ul_av
{
    position: absolute;
    top: 2px;
    left: 2px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    border-radius: 24px;
    z-index: 99;
}
img.ul_av
{
    position: relative;
    top: 20px;
    left: 50%;
    margin-bottom: 15px;
    transform: translate(-50%, 0);
    max-width: 190px;
    border-radius: 5px;
    z-index: 99;
}

#ul_nick{
    left: 72px;
}

span.ct_ul_0
{
    color: #000000;
    overflow: hidden;
    white-space: pre;
    position: absolute;
    left: 56px;
    right: 4px;
    top: 4px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

span.ct_ul_1
{
    color: #0000FF;
    overflow: hidden;
    white-space: pre;
    position: absolute;
    left: 56px;
    right: 4px;
    top: 18px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

span.ct_ul_2
{
    color: #008000;
    overflow: hidden;
    white-space: pre;
    position: absolute;
    left: 56px;
    right: 4px;
    top: 4px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

span.ct_ul_3
{
    color: #FF0000;
    overflow: hidden;
    white-space: pre;
    position: absolute;
    left: 56px;
    right: 4px;
    top: 18px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

span.ct_ul_pmsg
{
    color: #AAAAAA;
    overflow: hidden;
    white-space: pre;
    position: absolute;
    left: 57px;
    right: 4px;
    top: 30px;
    font-family: Verdana;
    font-size: 14px;
}
span.ct_ul_pmsg_xl{
    color: #AAAAAA;
    overflow: hidden;
    white-space: pre;
    width: max-content;
    position: absolute;
    left: 57px;
    right: 4px;
    top: 30px;
    font-family: Verdana;
    font-size: 14px;
}
span.ct_ul_pmsg_xl:hover{
    display: flex;
    animation: scrolling 10s linear infinite;

}

@keyframes scrolling 
{
    100% {transform: translateX(-100%) }
}

@media screen and (max-width: 640px) {
   div.ct_main_right{left: 0px;} 
   div.ct_main_left{width: 0px;}
   div.ct_left_show{visibility: visible;}
}