#news {
    background: #523FB0;
    position: fixed;
    bottom: 20px;
    left: 80px;
    border-radius: 50%;
}

.notifaction-popup .popover {
    left: 64% !important;
    position: fixed;
    max-width: 270px;
    width: 50%;
}

.notifaction-popup h4 {
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #523FB0;
}

.notifaction-popup .popover-content {
    height: 250px;
    overflow-y: scroll;
}

.notifaction-popup h5 {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #000000;
}

.notifaction-popup h6 {
    text-align: right;
}

.notifaction-popup p {
    font-size: 13px;
}

.notifaction-popup .popover.top>.arrow {
    margin-left: -41px;
}

#news i {
    color: #FFAC35;
}

.alert_list {
    font-size: 11px;
    color: grey
}

li.alert_li {
    font-size: 11px;
    color: grey;
    padding: 10px 0px 2px 0px;
    border-bottom: thin solid #c0c0c0;
}

li.alert_li:hover {
    background-color: #eee
}

.turn_off_alert {
    float: right;
    margin-bottom: 1px
}

a.alert_message {
    color: grey
}

a.alert_message:hover {
    color: grey
}

.notify-close {
    position: absolute;
    right: 10px;
    top: 8px;
}

.notify-close i {
    font-size: 17px;
    cursor: pointer;
}

.notify-close i:hover {
    color: #e21414;
}

.openNotification {
    cursor: pointer;
    cursor: pointer;
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: block;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    vertical-align: middle;
    color: #fff;
    text-shadow: 0 1px 0 #194b7e;
    background: -webkit-gradient(linear, left top, left bottom, from(#5f9cc5), to(#396b9e));
    background: -webkit-linear-gradient(top, #5f9cc5, #396b9e);
    background: -moz-linear-gradient(top, #5f9cc5, #396b9e);
    background: -ms-linear-gradient(top, #5f9cc5, #396b9e);
    background: -o-linear-gradient(top, #5f9cc5, #396b9e);
    background: linear-gradient(to bottom, #5f9cc5, #396b9e);
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    width: 202px;
}

#notification-tab {
    position: fixed;
    right: 0px;
    bottom: 0px;
    margin-right: 5px;
    font-family: helvetica, arial, sans-serif;
    font-size: 13px;
}

/*--- new ---*/

.notify-chat {
    position: fixed;
    right: 30px;
    bottom: 0px;
}

.notification-box {
    max-width: 270px;
    height: 270px;
    width: 50%;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    border-radius: 5px;
    position: fixed;
    right: 88px;
    bottom: 50px;
}

.notifi-header {
    background: #f7f7f7;
    height: 32px;
    border-radius: 5px 5px 0 0;
    padding: 9px 10px;
}

.notifi-header h3 {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.notifi-header i {
    font-size: 17px;
    cursor: pointer;
}

.notifi-data {
    height: 235px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px 10px;
}

.notifi-data h4 {
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #523FB0;
}

.notifi-data h5 {
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #fff;
}

.notifi-data p {
    font-size: 13px;
    color: #808080;
    margin-bottom: 5px;
}

.notifi-data h6 {
    font-size: 12px;
    color: #808080;
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px;
}

.notifi-hr {
    border-top: 1px solid #c0c0c0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bottomTabs {
    padding: 2px 0px 2px 0px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 15px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    background-color: whiteSmoke;
    background-image: -moz-linear-gradient(top, white, #E6E6E6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
    background-image: -webkit-linear-gradient(top, white, #E6E6E6);
    background-image: -o-linear-gradient(top, white, #E6E6E6);
    background-image: linear-gradient(to bottom, white, #E6E6E6);
    background-repeat: repeat-x;
    filter: progid;
    filter: progid;
    border-color: #E6E6E6 #E6E6E6 #BFBFBF;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid #BBB;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    width: 200px;
}

.bottomTabs li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    overflow: hidden;
}

#chatList {
    border-right: 1px solid;
}

.bottomTabs li a {
    padding: 3px 7px;
    color: #333;
    font-weight: 600;
    font-size: 12px;
}

.bottomTabs li a:hover {
    color: #000;
}

.notificationList {
    background: whiteSmoke;
}

/*--- new ---*/

/*--- old ---*/

.freichat {
    width: 260px !important;
}

.freichathead,
.frei_option_bar,
.frei_user_brand,
.frei,
.bottomTabs {
    width: 100% !important;
}

.freichathead {
    background: #ed3237;
    padding-top: 7px !important;
    padding-bottom: 8px !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.notificationList {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.notifi-data {
    height: 313px;
    /*padding: 9px 15px!important;*/
    padding: 0px 0px !important;
    background: #ffffff !important;
    border: 1px solid #dedede;
}

.bottomTabs {
    background: #ed3237 !important;
    /*#e07dae!important;*/
    text-shadow: none !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    border: none !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.bottomTabs li a {
    color: #ffffff;
    border: none !important;
}

.user_freichat_head_content {
    font-weight: normal !important;
    text-shadow: none;
}

.bottomTabs li a {
    padding: 7px 7px;
}

.notifi-data h4 {
    font-weight: 600;
}

#chatList,
.frei_option_bar_status {
    border-right: none !important;
}

.frei_user_brand {
    border: none !important;
}

#freichat .nav-tabs>li.active>a,
#freichat .nav-tabs>li.active>a:hover,
#freichat .nav-tabs>li.active>a:focus {
    background: #ffffff !important;
    color: #ed3237 !important;
    border: none !important;
}

.frei_option_bar {
    padding: 4px 0px 4px 0px !important;
    background: #ffffff !important;
}

.notifi-hr {
    border-top: none !important;
    border-top: 1px solid #a9a9a9 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.bottomTabs li {
    width: 50% !important;
}

.freichat a:hover {
    background: none !important;
}

.frei {
    padding: 5px 8px !important;
    /*padding-right: 0px!important;*/
}

.bottomTabs li a:hover {
    color: #ffffff !important;
}

.frei_user_brand {
    /* border: 1px solid #dedede!important; */
    border-bottom: none !important;
}

.notifi-data {
    background: #fff !important;
}

.notifi-data p,
.notifi-data h6 {
    color: #000;
}

/*--- old ---*/

/*--- new ---*/

.notifi-chat {
    padding: 5px 5px;
    padding-top: 3px;
    width: 243px;
}

.read-notifi {
    background: #fff !important;
    height: auto;
    display: inline-block;
}

.unread-notifi {
    background: #ffe0001a !important;
    height: auto;
    display: inline-block;
}

.notification-header {
    width: 100%;
    height: 33px;
    background: #ed3237;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
}

.notifi-left {
    width: 90%;
    float: left;
}

.notifi-right {
    width: 10%;
    float: left;
}

.notifi-right .fa-window-minimize {
    margin-top: 5px;
}

.notifi-right .fa-square {
    margin-top: 10px;
}

.notification-header h5 {
    font-size: 14px;
    color: #ffffff;
    margin-top: 9px;
    margin-bottom: 0px;
    margin-left: 5px;
}

.chat-first-left {
    width: 20%;
    float: left;
}

.chat-first-left img {
    border-radius: 50px;
    width: 90%;
    height: 42px;
}

.chat-left {
    width: 50%;
    float: left;
    margin-left: 5px;
    margin-top: 4px;
}

.chat-right {
    width: 27%;
    float: left;
    margin-top: 4px;
}

.chat-left-right {
    width: 77%;
    float: left;
    margin-left: 5px;
}

.notifi-data h4,
.chat-left-right h5 {
    color: #000;
}

.chat-bottom {
    width: 100%;
    float: left;
    margin-left: 5px;
}

.chat-bottom p {
    text-align: initial !important;
}

}

#freichat .nav-tabs>li {
    margin-bottom: 0px !important;
}

#freichat .nav-tabs>li>a {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-align: center;
    margin-right: 0px !important;
}

.min_max_notification i {
    color: #FFFF;
}

/*--- new ---*/

@media(max-width:768px) {
    #news {
        left: 20px;
    }
    .notifaction-popup .popover {
        left: 23px !important;
    }
    .notifaction-popup .freichat {
        left: 0px !important;
    }
    .openNotification {
        width: 150px;
    }
}

/*.read-notifi h5,  .read-notifi h4,*/

.read-notifi h6,
.read-notifi p,
.unread-notifi h6,
.unread-notifi p {
    color: #707070 !important;
    margin-top: 5px;
    padding-left: 6px;
}

/*friechat design issue Date:07-08-2021 #start*/

#friechtahtml * {
    box-sizing: content-box;
}

#dc-slick-9 * {
    box-sizing: content-box;
}

.frei_typing_area {
    position: absolute;
    bottom: 58px;
    z-index: 99;
    font-size: 11px;
}

#freichat div {
    box-sizing: content-box !important;
}

.frei_chatroom_formatter_plugin {
    height: 12px;
    width: 12px;
    background: grey;
    border: 1px solid black;
    border-radius: 14px;
    float: left;
    margin-right: 4px;
    opacity: 0.8;
}

.frei_chatroom_formatter_plugin:hover {
    opacity: 1;
}

.frei_nanocontent {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.frei_nanocontent .frei_content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 5px 0px;
}

.frei_nanocontent .frei_content:focus {
    outline: thin dotted;
}

.frei_nanocontent .frei_content::-webkit-scrollbar {
    visibility: hidden;
}

.has-scrollbar .frei_content::-webkit-scrollbar {
    visibility: visible;
}

.frei_nanocontent>.pane {
    position: absolute;
    width: 0px;
    /*width: 6px;*/
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden \9;
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.frei_nanocontent>.pane>.slider {
    position: relative;
    margin: 0 1px;
    visibility: hidden;
    border-radius: 12px;
}

.frei_nanocontent:hover>.pane>.slider {
    visibility: visible;
}

.frei_nanocontent>.pane:hover>.slider {
    background: #999;
}

.frei_nanocontent>.pane:hover {
    background: rgba(0, 0, 0, 0.1);
}

.frei_nanocontent:hover>.pane {
    visibility: visible \9;
    opacity: 0.99;
}

.pane.active {
    visibility: visible \9;
    opacity: 0.99;
}

.pane.flashed {
    visibility: visible \9;
    opacity: 0.99;
}

.frei_nanocontent .slider {
    background-color: #A0A0A0;
    background: rgba(0, 0, 0, 0.2);
}

.chatboxtextarea:focus {
    border: 2px solid #0060a8;
    margin: 0;
    background: white;
}

.frei_smileys_table {
    border: 0;
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.frei_smileys_table tr {
    border-collapse: collapse;
    border: 0px;
    padding: 0px;
}

.frei_smileys_table td {
    border-collapse: collapse;
    border: 0px;
    padding: 0px;
}

.frei_smileys_table th {
    border-collapse: collapse;
    border: 0px;
    padding: 0px;
}

.frei_smileys_table tbody {
    border-collapse: collapse;
    border: 0px;
    padding: 0px;
}

.frei_smileys_table tr td {
    padding: 0px;
    background: white;
}

#freichat {
    position: fixed;
    right: 0px;
    bottom: 0px;
    margin-right: 5px;
    font-family: helvetica, arial, sans-serif;
    font-size: 13px;
}

.freichat {
    position: relative;
    padding: 0px;
    background-color: none;
    color: #000000;
    text-align: justify;
    font-size: 14px;
    width: 200px;
    background-image: none;
    border: none;
    line-height: 1.4em;
    margin: 0px;
}

.freichat a:hover {
    text-decoration: none;
    background-color: white;
    color: blue;
}

.freichat img {
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
    display: inline;
    border-top: 0px;
    border-bottom: 0px;
}

.frei_smileys {
    position: absolute;
    color: white;
    background: white;
    display: none;
    width: 150px;
    height: 115px;
    bottom: 77px;
    left: 0;
    border: 1px solid #ccc;
    padding: 5px;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 2px -1px 5px -1px #ccc;
    border-radius: 0 3px 0 0px;
}

.frei_smileys img {
    cursor: pointer;
    border: 1px solid white;
    font-size: 12px;
    padding: 1px;
    width: 16px;
    height: 16px;
}

.frei_smileys img:hover {
    border: 1px solid gray;
    border-radius: 5px;
}

.frei_smiley_image {
    padding: 1px 0 1px 2px;
    border: 0px;
    width: 24px;
    height: 24px;
}

.frei_box {
    position: relative;
    bottom: 0px;
    width: 225px;
    z-index: 9999999;
}

.frei {
    font-size: 13px;
    height: 112px;
    overflow: auto;
    width: 200px;
}

.frei img {
    border: none;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.frei a:hover {
    color: blue;
}

.frei a:link {
    text-decoration: none;
    color: wroomcontainerhite;
    font-weight: normal;
}

.onfreioffline {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 10001;
}

.status_available {
    width: auto;
    display: inline-block;
    padding-right: 5px;
}

.status_busy {
    width: auto;
    display: inline-block;
    margin-left: 10px;
}

.status_invisible {
    width: auto;
    display: inline-block;
    padding-right: 5px;
}

.status_offline {
    width: auto;
    display: inline-block;
    margin-left: 10px;
}

*html #freichat {
    position: absolute;
    bottom: 0px;
}

.freicontain {
    z-index: 99999;
    bottom: 0px;
    position: fixed;
    width: 225px;
    display: block;
    overflow: visible;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.user_freichat_head_content {
    font-weight: bold;
    color: white;
}

.frei_chat_status {
    background-color: inherit;
    color: #b94a48;
    font-size: 80%;
    padding-bottom: 2px;
    display: block;
    bottom: 80px;
}

.freichat_time {
    color: black;
    float: right;
    font-size: 9px;
}

.freichathead {
    cursor: pointer;
    cursor: pointer;
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: block;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    vertical-align: middle;
    color: #fff;
    text-shadow: 0 1px 0 #194b7e;
    background: -webkit-gradient(linear, left top, left bottom, from(#5f9cc5), to(#396b9e));
    background: -webkit-linear-gradient(top, #5f9cc5, #396b9e);
    background: -moz-linear-gradient(top, #5f9cc5, #396b9e);
    background: -ms-linear-gradient(top, #5f9cc5, #396b9e);
    background: -o-linear-gradient(top, #5f9cc5, #396b9e);
    background: linear-gradient(to bottom, #5f9cc5, #396b9e);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    width: 202px;
}

.freichathead img {
    padding-right: 2px;
    padding-left: 2px;
}

#offlineimg {
    border-radius: 10px 0px 0px 0px;
}

.freichat_userscontentstatus {
    float: right;
    padding-right: 5px;
    padding-right: 4px;
    padding-top: 4px;
}

.frei_msg_container {
    color: black;
}

.chatboxmessagecontent_him {
    color: black;
}

.chatboxmessagecontent_him a {
    color: blue;
    text-decoration: none;
}

.chatboxmessagecontent_him a:hover {
    color: black;
    background: white;
    border-bottom: 1px dotted black;
    cursor: pointer;
}

.chatboxmessagecontent_me {
    color: black;
}

.chatboxmessagecontent_me a {
    color: blue;
    text-decoration: none;
}

.chatboxmessagecontent_me a:hover {
    color: black;
    background: white;
    border-bottom: 1px dotted black;
    cursor: pointer;
}

.chatboxmessagefrom_him {
    font-weight: bold;
}

.chatboxmessagefrom_me {
    font-weight: bold;
}

.chatboxhead {
    position: relative;
    cursor: pointer;
    cursor: pointer;
    padding: 6px 0px 6px 0px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    vertical-align: middle;
    color: #fff;
    text-shadow: 0 1px 0 #194b7e;
    background-image: -webkit-linear-gradient(left, rgb(95, 197, 122) 2%, rgb(57, 107, 158) 100%);
    background-image: -moz-linear-gradient(left, rgb(95, 197, 122) 2%, rgb(57, 107, 158) 100%);
    background-image: -ms-linear-gradient(left, rgb(95, 197, 122) 2%, rgb(57, 107, 158) 100%);
    background-image: -o-linear-gradient(left, rgb(95, 197, 122) 2%, rgb(57, 107, 158) 100%);
    background-image: linear-gradient(left, rgb(95, 197, 122) 2%, rgb(57, 107, 158) 100%);
    background-image: -webkit-linear-gradient(left, rgb(95, 197, 122) 2%, rgb(57, 107, 158) 100%);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background: transparent linear-gradient(267deg, #ff4dc0 0%, #5c60ff 125%) 0% 0% no-repeat padding-box;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    width: 225px;
}

.chatboxhead img {
    padding-right: 2px;
    padding-left: 2px;
}

.chatboxmessage {
    color: #ffffff;
    font-size: 0.9em;
}

.freichat_linkprofile_s {
    visibility: hidden;
}

.freichat_linkprofile_s img {
    padding-right: 6px;
    padding-top: 2px;
    height: 20px;
    width: 20px;
}

.freichat_userscontentname {
    float: left;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-top: 4px;
    text-align: left;
}

.input_blue_focus {
    border: 2px solid #0060A8;
    outline: 0;
    outline: thin dotted 9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.chatboxinput {
    padding: 3px;
    background-color: #ffffff;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background-image: none;
    /* border-top: 1px solid #555; */
    border-bottom: 1px solid #cccccc;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    background-image: url(images/bg.png);
}

.chatboxinput img {
    margin-left: 4px;
}

.chatboxinput :focus {
    border: 2px solid #0060A8;
    outline: 0;
    outline: thin dotted 9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

#frei_member_search_input {
    padding: 0px 0px 0px 8%;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.zero-border-radius {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
}

.frei_search_members {
    display: block;
}

.frei_search_members input {
    width: 100%;
    -webkit-box-sizing: content-box;
    font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    font-size: 11px;
    font-weight: normal;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-top: 1px solid #555;
    cursor: text;
    background: url("search.jpg") no-repeat;
    margin: 0px;
    color: #999;
    outline: 0;
    padding: 0px;
    line-height: 15px;
}

.min_freichathead {
    padding-right: 10px;
    float: right;
}

.frei_status_options span {
    width: 78px;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
}

.frei_status_options_selected {
    border: 1px solid #999 !important;
    box-shadow: 0px 0px 3px #ccc;
    border-radius: 3px;
}

.frei_tools_options img {
    cursor: pointer;
    padding-bottom: 15px;
    padding-right: 0px;
}

#freichat_mobile_chat {
    position: fixed;
    z-index: 999999999;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: whiteSmoke;
    background-image: -moz-linear-gradient(top, white, #E6E6E6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
    background-image: -webkit-linear-gradient(top, white, #E6E6E6);
    background-image: -o-linear-gradient(top, white, #E6E6E6);
    background-image: linear-gradient(to bottom, white, #E6E6E6);
    background-repeat: repeat-x;
    filter: progid;
    filter: progid;
    border-color: #E6E6E6 #E6E6E6 #BFBFBF;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border: 1px solid #BBB;
    border-bottom-color: #A2A2A2;
    right: 0px;
    vertical-align: middle;
    bottom: 0px;
    width: 100px;
    text-align: center;
    height: 23px;
    padding-top: 7px;
    cursor: pointer;
    border-bottom: 0;
    border-right: 0;
}

#freichat_mobile_chat:hover {
    background: #e6e6e6;
}

.freichat_mobile_new_messages {
    line-height: 18px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    color: white;
    border: 1px solid #efefef;
    background: #f56c7e;
    height: 18px;
    text-align: center;
    width: 18px;
    float: right;
    border-radius: 10px;
    position: relative;
    bottom: 18px;
    right: 10px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.17), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.17), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.17), 0 1px 1px rgba(0, 0, 0, 0.2);
    font-weight: bold;
}

.freichat_userlist_hover {
    background-color: #B2C9F1;
    color: #000000;
    text-align: left;
}

.langlist a {
    color: white;
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
}

.langlist a:hover {
    color: blue;
}

.freicontain0 {
    right: 208px;
    z-index: 999999;
}

.freichat_userlist {
    cursor: pointer;
    height: 26px;
    line-height: 100%;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 1px;
    width: 99%;
}

.chatboxoptions {
    padding-right: 6px;
    float: right;
}

.chatboxoptions>a {
    background: none;
    padding: 0;
}

.chatboxoptions>a img {
    border: none;
}

.freicontain1 {
    right: 432px;
    z-index: 999998;
}

.frei_user_brand {
    border: 1px solid #555;
    background: white;
    width: 200px;
}

.originalmessagecontent {
    position: absolute;
    color: white;
    background-color: black;
    overflow: auto;
    border: 1px solid white;
    width: 150px;
    height: 44px;
}

.originalmessagecontent a {
    color: white;
}

.chatboxtitle {
    float: left;
    color: #FFFFFF;
    /*padding-left: 6px;*/
}

.freicontain2 {
    right: 658px;
    z-index: 999997;
}

.freichat_linkprofile {
    float: right;
}

.frei_user_count {
    color: inherit;
    color: white;
    padding-left: 10px;
}

/*.chatboxtextarea {*/

/*    font-size: 12px;*/

/*width: 100%; */

/*    width: 80%;*/

/*    height: 30px;*/

/*    padding: 3px 5px 3px 5px;*/

/*    border: 2px solid #efefef;*/

/*    margin: 1px;*/

/*    overflow: hidden;*/

/*    color: #000000;*/

/*    color: #222;*/

/*    background-image: none;*/

/*    box-sizing: border-box !important;*/

/*    box-sizing: content-box;*/

/*    -webkit-box-sizing: border-box !important;*/

/*    -moz-box-sizing: border-box !important;*/

/*    -o-box-sizing: border-box !important;*/

/*    -ms-box-sizing: border-box !important;*/

/*    min-width: 80%;*/

/*    max-width: 80%;*/

/*    max-height: 30px;*/

/*    min-height: 30px;*/

/*    background: white;*/

/*    border-radius: 20px !important;*/

/*    -webkit-border-radius: 2px;*/

/*    -moz-border-radius: 2px;*/

/*    -o-border-radius: 2px;*/

/*    -ms-border-radius: 2px;*/

/*    border:1px solid #9c9494;*/

/*}*/

.chatboxtextarea {
    font-size: 12px;
    width: 100%;
    height: 30px;
    padding: 3px 5px 3px 5px;
    border: 2px solid #efefef;
    margin: 1px;
    overflow: hidden;
    color: #000000;
    color: #222;
    background-image: none;
    box-sizing: border-box !important;
    box-sizing: content-box;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    min-width: 209px;
    max-width: 209px;
    max-height: 30px;
    min-height: 30px;
    background: white;
    border-radius: 20px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border: 1px solid #9c9494;
}

.chatboxcontent {
    background-image: none !important;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 13px;
    height: 200px;
    width: 209px;
    padding: 7px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    line-height: 1.32em;
    text-align: left;
    word-wrap: break-word;
    min-height: 45px;
    max-height: 200px;
    border-bottom: none;
}

.freicontain3 {
    right: 884px;
    z-index: 999996;
}

.frei_options {
    border-radius: 4px;
    background: white;
    width: 199px;
    border: 1px solid grey;
    margin-bottom: -10px;
}

.frei_options a {
    color: black;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    background: #fff;
}

.frei_options a:focus {
    color: black;
    background: #fff;
}

.frei_options a:active {
    color: black;
    background: #fff;
}

.frei_options a:visited {
    color: black;
    background: #fff;
}

.frei_options>div {
    padding-left: 20px;
}

.frei_options input {
    font-family: Tahoma, sans-serif;
    width: 125px;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 11px;
    font-weight: normal;
    border-right: 0;
    margin-top: 0;
    height: 15px;
    margin-bottom: 10px;
}

.frei_options input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted 9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.frei_options button {
    display: inline-block;
    padding: 4px 5px;
    padding: 3px 5px;
    margin: 0;
    margin-bottom: 10px;
    margin-left: -6px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    height: 27px;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: whiteSmoke;
    background-image: -moz-linear-gradient(top, white, #E6E6E6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
    background-image: -webkit-linear-gradient(top, white, #E6E6E6);
    background-image: -o-linear-gradient(top, white, #E6E6E6);
    background-image: linear-gradient(to bottom, white, #E6E6E6);
    background-repeat: repeat-x;
    filter: progid;
    filter: progid;
    border-color: #E6E6E6 #E6E6E6 #BFBFBF;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border: 1px solid #BBB;
    border-bottom-color: #A2A2A2;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    border-left: 1px solid #ccc;
    width: 25px;
    box-sizing: border-box !important;
}

.frei_options button:hover {
    color: #333;
    text-decoration: none;
    background-color: #E6E6E6;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

#frei_set_status_title {
    padding: 5px;
    background: #eee;
    padding-left: 10px;
    color: #222;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.custom_mesg {
    padding-top: 8px;
}

.self_status_img img {
    padding-top: 2px;
}

.frei_status_options {
    cursor: pointer;
    margin-bottom: 15px;
}

.frei_status_options a {
    text-decoration: none;
    background-color: none;
    color: black;
}

.frei_status_options a:hover {
    text-decoration: none;
    color: black;
    background: none;
}

.frei_status_options img {
    cursor: pointer;
    vertical-align: middle;
}

.freichat_userscontentavatarimage {
    height: 22px;
    width: 22px;
    text-align: left;
    border-radius: 11px;
}

.freichat_userscontentavatar {
    display: block;
    float: left;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-top: 1px;
    text-align: left;
}

.frei_added_options_img {
    float: left;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 2px;
    height: 12px;
    width: 12px;
    border-right: 1px solid black;
}

.frei_added_options_img:hover {
    -webkit-transform: translate(0px, -3px);
    -moz-transform: translate(0px, -2px);
    -o-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #e6e6e6;
}

.added_options {
    padding: 2px 0px 2px 0px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 15px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: whiteSmoke;
    background-image: -moz-linear-gradient(top, white, #E6E6E6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
    background-image: -webkit-linear-gradient(top, white, #E6E6E6);
    background-image: -o-linear-gradient(top, white, #E6E6E6);
    background-image: linear-gradient(to bottom, white, #E6E6E6);
    background-repeat: repeat-x;
    filter: progid;
    filter: progid;
    border-color: #E6E6E6 #E6E6E6 #BFBFBF;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid #BBB;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    width: 100%;
}

.added_options>a {
    background: none;
    padding: 0;
}

.chatboxinfo {
    margin-left: -1em;
    color: #666666;
}

.frei_option_bar {
    padding: 2px 0px 2px 0px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 15px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: whiteSmoke;
    background-image: -moz-linear-gradient(top, white, #E6E6E6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
    background-image: -webkit-linear-gradient(top, white, #E6E6E6);
    background-image: -o-linear-gradient(top, white, #E6E6E6);
    background-image: linear-gradient(to bottom, white, #E6E6E6);
    background-repeat: repeat-x;
    filter: progid;
    filter: progid;
    border-color: #E6E6E6 #E6E6E6 #BFBFBF;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid #BBB;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    width: 200px;
}

.frei_option_bar_arrow {
    height: 15px;
    background: url('icons/arrow-up.png') no-repeat left;
    background-size: 12px 12px;
    width: 12px;
    display: inline-block;
}

.frei_option_bar_status {
    padding: 2px;
    height: 15px;
    border-right: 1px solid black;
    display: inline-block;
    width: 100px;
}

.frei_option_bar_status:hover {
    background: #e6e6e6;
}

.frei_option_bar_status_txt {
    height: 15px;
    display: inline-block;
    vertical-align: top;
    width: 82px;
    overflow: hidden;
}

.frei_chatbox_options {
    float: right;
}

.frei_option_bar_reset {
    padding-right: 7px;
    display: inline-block;
}

.frei_option_bar_reset:hover {
    background: #e6e6e6;
}

.frei_option_bar_reset_bg {
    height: 15px;
    background: url('icons/loop.png') no-repeat left;
    background-size: contain;
    width: 12px;
    display: inline-block;
}

.frei_option_bar_rtl {
    border-right: 1px solid black;
    padding-right: 7px;
    padding-left: 7px;
    display: inline-block;
}

.frei_option_bar_rtl:hover {
    background: #e6e6e6;
}

.frei_option_bar_rtl_bg {
    height: 15px;
    background: url('icons/paragraph-left.png') no-repeat left;
    background-size: contain;
    width: 12px;
    display: inline-block;
}

.frei_option_bar_sound {
    padding-left: 7px;
    padding-right: 7px;
    display: inline-block;
}

.frei_option_bar_sound:hover {
    background: #e6e6e6;
}

.frei_option_bar_sound_bg_on {
    background: url('icons/volume.png') no-repeat left;
}

.frei_option_bar_sound_bg_off {
    background: url('icons/volume_off.png') no-repeat left;
}

.frei_option_bar_sound_bg {
    height: 15px;
    background-size: contain;
    width: 12px;
    display: inline-block;
}

.frei_groupchat {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 220px;
    left: 2px;
    display: none;
    background: #fff;
}

.frei_groupchat input {
    margin: 0;
    padding: 4px;
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0;
    width: 77%;
    font-size: 12px;
}

.frei_groupchat input:focus {
    box-shadow: none;
    border: 1px solid #1471af;
}

.frei_groupchat .groupchat-done {
    display: inline-block;
    padding: 1px 6px 3px 5px;
    margin: 0;
    line-height: 17px;
    text-align: center;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: whiteSmoke;
    background-image: -moz-linear-gradient(top, white, #E6E6E6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
    background-image: -webkit-linear-gradient(top, white, #E6E6E6);
    background-image: -o-linear-gradient(top, white, #E6E6E6);
    background-image: linear-gradient(to bottom, white, #E6E6E6);
    background-repeat: repeat-x;
    filter: progid;
    filter: progid;
    border-color: #E6E6E6 #E6E6E6 #BFBFBF;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border: 1px solid #BBB;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.frei_groupchat .groupchat-done:hover {
    color: #333;
    text-decoration: none;
    background-color: #E6E6E6;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

.frei_groupchat ul.tagit {
    padding: 1px 3px;
    overflow: auto;
    margin: 0;
    border: 1px solid #ccc;
    min-height: 19px;
    width: 79%;
    display: inline-block;
    position: relative;
    bottom: -8px;
}

.frei_groupchat ul.tagit li {
    display: block;
    float: left;
    margin: 0;
}

.frei_groupchat ul.tagit li.tagit-choice {
    position: relative;
    line-height: inherit;
    border: 1px solid #9daccc;
    background: #e2e6f0;
    border-radius: 2px;
    color: #000;
    margin-right: 2px;
    margin-bottom: 1px;
    cursor: default;
}

.frei_groupchat input.tagit-hidden-field {
    display: none;
}

.frei_groupchat ul.tagit li.tagit-choice-read-only {
    padding: .2em .5em .2em .5em;
}

.frei_groupchat ul.tagit li.tagit-choice-editable {
    padding: 0px 17px 0px 3px;
}

.frei_groupchat ul.tagit li.tagit-new {
    padding: 0;
    padding-left: 2px;
}

.frei_groupchat ul.tagit li.tagit-choice a.tagit-label {
    cursor: pointer;
    text-decoration: none;
}

.frei_groupchat ul.tagit li.tagit-choice .tagit-close {
    cursor: pointer;
    position: relative;
    right: -10px;
    top: 50%;
    margin-top: -8px;
    line-height: 17px;
    text-decoration: none;
    color: #000;
}

.frei_groupchat ul.tagit li.tagit-choice input {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}

.frei_groupchat ul.tagit input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    width: inherit;
    background-color: inherit;
    outline: none;
}

.tagit-autocomplete {
    width: 1px;
    background: #fff;
    border: 1px solid #9daccc;
    z-index: 9999999999999999999;
    padding: 0 !important;
}

.tagit-autocomplete>.ui-state-focus {
    color: #fff;
    background: #6d84b4;
}

.tagit-autocomplete .ui-menu-item {
    padding-left: 3px !important;
    box-sizing: border-box;
}

.tagit-autocomplete .ui-menu-item img {
    float: right;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
}

.ui-menu .ui-menu {
    margin-top: -3px;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
    zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-hover {
    font-weight: normal;
    margin: -1px;
}

.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

.tooltipster-default {
    border-radius: 5px;
    border: 2px solid #000;
    background: #4c4c4c;
    color: #fff;
}

.tooltipster-default .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
    overflow: hidden;
}

.tooltipster-icon {
    cursor: help;
    margin-left: 4px;
}

.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
}

.tooltipster-base .tooltipster-content {
    overflow: hidden;
}

.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tooltipster-arrow span {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
}

.tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
}

.tooltipster-arrow-top span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tooltipster-arrow-top-right span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px;
    right: 6px;
}

.tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px;
    left: 6px;
}

.tooltipster-arrow-top .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px;
    right: 5px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px;
    left: 5px;
}

.tooltipster-arrow-bottom span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tooltipster-arrow-bottom-right span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px;
    right: 6px;
}

.tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px;
    left: 6px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px;
    right: 5px;
}

.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px;
    left: 5px;
}

.tooltipster-arrow-left span {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    top: 50%;
    margin-top: -8px;
    right: -7px;
}

.tooltipster-arrow-right span {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    top: 50%;
    margin-top: -8px;
    left: -7px;
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

.tooltipster-fade-show {
    opacity: 1;
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}

.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0px !important;
    opacity: 0;
}

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0px !important;
    opacity: 0;
}

.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.frei_tab {
    font-family: arial;
    font-size: 1em !important;
}

.frei_chatroom.right .frei_tab {
    top: 3px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    left: 3px;
    margin-top: -3px;
    border-right: none;
}

.frei_chatroom.left .frei_tab {
    top: 3px;
    border-left: none;
    width: 550px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    right: 3px;
    margin-top: -3px;
    background-position: 100% 0;
}

.frei_room_n_online {
    color: black;
}

#frei_roompanel>.frei_content {
    padding: 0;
}

#frei_chatroom_tools {
    height: 11px;
    padding: 5px;
    position: absolute;
    right: 11px;
    width: 318px;
    bottom: 60px;
    z-index: 100;
    border-radius: 3px;
}

#frei_chatroom_tools img {
    height: 14px;
    width: 14px;
    padding-bottom: 0;
    border: 0;
    margin-left: 4px;
}

.frei_chatroom_options {
    padding: 2px 0px 2px 0px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 15px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: whiteSmoke;
    background-image: -moz-linear-gradient(top, white, #E6E6E6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
    background-image: -webkit-linear-gradient(top, white, #E6E6E6);
    background-image: -o-linear-gradient(top, white, #E6E6E6);
    background-image: linear-gradient(to bottom, white, #E6E6E6);
    background-repeat: repeat-x;
    filter: progid;
    filter: progid;
    border-bottom: 1px solid #BBB;
    border-right: 1px solid #BBB;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.frei_chatroom_options>a {
    color: #222 !important;
    border-bottom: 1px dotted;
}

.frei_chatroom_options>a:hover {
    color: black !important;
    text-decoration: none;
    border-bottom: 1px solid;
}

.frei_chatroom {
    width: 550px;
    padding: 0px;
    font-family: Arial;
    font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    height: 400px;
    font-size: 11px;
    background-repeat: no-repeat;
    z-index: 9999999999999 !important;
    border-left: 0px solid #ccc;
}

.frei_chatroom .frei_tab {
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
    background: #333;
    padding: 6px;
    color: #fff;
    font-weight: bold;
    border-left: 0px solid #ccc;
}

.frei_chatroom .frei_chatroom-content ul {
    list-style: square;
    margin: 0 0 0 25px;
    line-height: 1.3em;
}

.frei_chatroom .frei_chatroom-content ul li {
    font-size: 10px;
}

.frei_chatroom .frei_chatroom-content ul li a {
    color: #fff;
    font-size: 13px;
}

.frei_chatroom .frei_chatroom-content ul li a:hover {
    color: #333;
    background: none;
}

.frei_chatroom .frei_chatroom-content a:hover {
    background: none;
}

.frei_chatroom .frei_chatroom-content a:focus {
    background: none;
}

.frei_chatroom .frei_chatroom-content a:active {
    background: none;
}

#frei_smileys_chatroom:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
    border-left-color: #333;
    top: 105px;
    left: 160px;
}

.frei_chatroom.right {
    border-right: none;
    right: 0;
}

.frei_roompanel {
    height: 328px;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-top: 0;
    border-left: 0;
    padding-top: 4px;
}

.frei_roompanel>.content {
    padding: 0 !important;
}

.chatroommessagearea {
    resize: none;
    height: 62%;
    font-size: 11px;
    outline: 0;
    width: 300px;
    font-family: helvetica;
    color: black;
    overflow: hidden;
    background-color: white;
    border: 1px solid #CCC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    padding: 4px;
    padding-right: 22px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    line-height: 13px;
}

.chatroommessagearea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    background: white;
}

.frei_chatroom.left {
    border-left: none;
    width: 550px;
    left: 0;
}

.frei_chat_chatroomselected {
    background-color: #333333;
    font-weight: bold;
}

.frei_chatroomleftpanel {
    float: left;
    width: 63%;
}

.frei_lobby_room_1 {
    float: left;
    padding-left: 5px;
}

.frei_chatroom_add_smiley {
    line-height: 0px;
    position: relative;
    left: 94.8%;
    width: 16px;
    top: 28px;
}

.frei_chatroom_add_smiley img {
    opacity: 0.5;
    height: 16px;
}

.frei_chatroom_add_smiley img:hover {
    opacity: 1;
}

.frei_chatroom-content p {
    margin-bottom: 1em;
    line-height: 1.5em;
}

.frei_chatroom.bottom {
    border-bottom: none;
    bottom: 0;
}

.frei_chatroom.bottom .frei_tab {
    border-bottom: none;
    top: 3px;
    background-position: 0 0;
}

.frei_lobby_room_2 {
    float: right;
    padding-right: 5px;
    width: 70px;
    text-align: right;
}

.frei_lobby_room_3 {
    float: right;
    padding-right: 0px;
}

.frei_lobby_room_3 a {
    color: black;
    text-decoration: none;
    border-bottom: 1px dotted;
}

.frei_lobby_room_3 a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

.frei_lobby_room {
    color: #222;
    display: block;
    font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    font-size: 11px;
    padding-bottom: 10px;
    padding-top: 10px;
    cursor: pointer;
    height: 15px;
    border-bottom: 1px dotted #eee;
    padding-left: 10px;
}

.frei_lobby_room:hover {
    background: whitesmoke;
    box-shadow: inset 0px 1px 1px #ccc;
    -webkit-box-shadow: inset 0px 1px 1px #ccc;
    -moz-box-shadow: inset 0px 1px 1px #ccc;
}

#frei_chatroom_options {
    height: 15px;
    padding: 6px;
    width: 98%;
}

.frei_room_close {
    position: absolute;
    right: 10px;
    font-size: 18px;
    top: 5px;
}

.frei_chatroomtextarea {
    width: 326px;
    height: 52px;
    line-height: 0px;
    margin: 0px auto;
}

#chatroommessagearea :focus {
    border: 2px solid #0060A8;
}

.frei_chatroompanel {
    height: 364px;
    border-right: solid grey 1px;
    border-bottom: solid grey 1px;
    display: none;
    background: whitesmoke;
}

.frei_roomcontainer {
    width: 500px;
    content: overflow;
}

.frei_chatroom.align-right .frei_tab {
    margin-right: -3px;
}

.frei_lobby_room_4 {
    float: right;
    padding-right: 0px;
    margin-right: 14px;
}

.frei_lobby_room_4 img {
    height: 14px;
}

.frei_chatroommsgcnt {
    text-align: justify;
    width: 100%;
    height: 296px;
    font-size: 11px;
    font-style: arial, helvetica, sans-serif;
}

.frei_userpanel {
    width: 100%;
    height: 328px;
    overflow: auto;
}

.frei_chatroom_msgcontent {
    background: white;
    color: grey;
    font-weight: normal;
    font-size: 8pt;
    opacity: 1;
    z-index: 10000;
    width: 94%;
    border-radius: 4px;
    box-shadow: 0px 1px 2px black;
    padding-top: 3px;
    padding-left: 8px;
    padding-bottom: 2px;
    word-wrap: break-word;
}

.frei_chatroom_msgcontent a {
    color: blue;
    text-decoration: none;
}

.frei_chatroom_msgcontent a:hover {
    color: black;
    border-bottom: 1px dotted black;
}

.frei_chatroom_msgcontent img {
    margin-bottom: 3px;
}

.frei_chatroom.top {
    top: 0;
    border-top: none;
}

.frei_chatroom.top .frei_tab {
    bottom: 3px;
    background-position: 0 100%;
    border-top: none;
}

#chatroom_branding a:link {
    text-decoration: none !important;
    color: blue !important;
    background-color: none !important;
}

#chatroom_branding a:visited {
    text-decoration: none !important;
    color: blue !important;
    background-color: none !important;
}

#chatroom_branding a:hover {
    text-decoration: none !important;
    color: blue !important;
    background-color: none !important;
}

#chatroom_branding a:active {
    text-decoration: none !important;
    color: blue !important;
    background-color: none !important;
}

#frei_smileys_chatroom {
    position: absolute;
    left: 30%;
    bottom: 20%;
    z-index: 99999;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.frei_selected_room {
    color: #222;
    display: block;
    font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    font-size: 11px;
    padding-bottom: 10px;
    padding-top: 10px;
    cursor: pointer;
    height: 15px;
    border-bottom: 1px dotted #eee;
    padding-left: 10px;
    background: #eee;
    box-shadow: inset 0px 1px 1px grey;
    -webkit-box-shadow: inset 0px 1px 1px grey;
    -moz-box-shadow: inset 0px 1px 1px grey;
}

.frei_chatroom_message {
    padding-left: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed grey;
}

.frei_chatroomrightpanel {
    float: left;
    width: 198px;
    border-left: solid grey 1px;
    border-right: solid grey 1px;
    background: white;
    height: 100%;
}

#frei_chatroomhead {
    cursor: pointer;
    cursor: pointer;
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    color: white;
    color: #fff;
    border: 1px solid #044062;
    background: #396b9e;
    text-shadow: 0 1px 0 #194b7e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5f9cc5), to(#396b9e));
    background-image: -webkit-linear-gradient(#5f9cc5, #396b9e);
    background-image: -moz-linear-gradient(#5f9cc5, #396b9e);
    background-image: -ms-linear-gradient(#5f9cc5, #396b9e);
    background-image: -o-linear-gradient(#5f9cc5, #396b9e);
    background-image: linear-gradient(#5f9cc5, #396b9e);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    width: 100%;
}

#frei_chatroomhead img {
    padding-right: 2px;
    padding-left: 2px;
}

.frei_chatroom_btn {
    display: inline-block;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    border: 1px solid #044062;
    border-radius: 3px;
    padding-left: 4px;
    padding-right: 4px;
    text-shadow: none;
    font-size: 12px;
    background: #5083b5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6f0fe), color-stop(3%, #9ec2e6), color-stop(3%, #9ec2e6), color-stop(100%, #5083b5));
    background: -moz-linear-gradient(center top, #d6f0fe 0%, #9ec2e6 3%, #9ec2e6 3%, #5083b5 100%);
}

.frei_chatroom_btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c4eafe), color-stop(3%, #79acde), color-stop(3%, #79acde), color-stop(100%, #5083b5));
    background: -moz-linear-gradient(center top, #c4eafe 0%, #79acde 3%, #79acde 3%, #5083b5 100%);
}

#frei_chatroom_lobby_btn {
    float: left;
    margin-left: 5px;
}

#frei_chatroom_back_btn {
    float: right;
    margin-right: 5px;
}

.frei_roomtitle {
    font-weight: bold;
    display: inline-block;
}

#chatroom_branding {
    top: 34px;
    position: absolute;
    display: block;
    right: 12px;
}

#chatroom_branding a {
    color: blue;
    text-decoration: none !important;
}

.chatroom_messagefrom_right {
    text-align: right;
    padding-left: 240px;
    font-weight: bold;
    color: #000000;
}

.frei_chatroom.align-left .frei_tab {
    margin-left: -3px;
    width: 64px;
}

.chatroom_messagefrom_left {
    text-align: left;
    font-weight: bold;
    color: black;
    padding-bottom: 10px;
}

.frei_userlist {
    color: black;
    cursor: pointer;
    height: 20px;
    line-height: 100%;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 4px;
    border-bottom: 1px dotted #ccc;
    background: #eee;
    background-image: -moz-linear-gradient(top, #fff, whitesmoke);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(whitesmoke));
    background-image: -webkit-linear-gradient(top, #fff, whitesmoke);
    background-image: -o-linear-gradient(top, #fff, whitesmoke);
    background-image: linear-gradient(to bottom, #fff, whitesmoke);
    background-repeat: repeat-x;
    filter: progid;
    filter: progid;
}

.frei_userlist:hover {
    background: whitesmoke;
}

.frei_userlistme {
    background: whitesmoke !important;
}

.frei_userlist_onhover {
    background-color: #B2C9F1 !important;
    color: #000000;
    text-align: left;
}

.frei_chatroom_tabs {
    height: 30px;
}

.frei_chatroom_tabs>ul {
    font-size: 1em;
    list-style: none !important;
    margin: 0px !important;
    padding: 0 !important;
}

.frei_chatroom_tabs>ul>li>a {
    color: white;
}

.frei_chatroom_tabs>ul>li {
    cursor: pointer;
    float: left;
    color: #FFF;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: #1985D1;
    background: -moz-linear-gradient(top, #0C91EC 0%, #257AB6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0C91EC), color-stop(100%, #257AB6));
    width: 50%;
    padding: 8px 0px 8px 0px;
    text-align: center;
    margin: 0;
}

.frei_chatroom_tabs>ul>li a:hover {
    color: white !important;
    background: none;
}

.frei_chatroom_tabs_selected {
    box-shadow: inset 0px 1px 6px black;
}

#frei_userpanel {
    display: block;
}

#frei_roompanel {
    display: block;
}

.frei_chatroom_tabs_container {
    padding-bottom: 10px;
    padding-top: 10px;
}

.frei_chatroom_notify {
    position: fixed;
    margin: 0px;
    background-color: rgba(25, 125, 215, 0.8);
    color: white;
    border: 0;
    width: 200px;
    padding: 8px 10px 9px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    font-family: 'times new roman';
    font-size: 12px;
    overflow: hidden;
    height: 36px;
    bottom: 20px;
    display: none !important;
}

.frei_chatroom_notify_close {
    padding: 0;
    line-height: 0;
    height: 12px;
    background: none;
    color: white;
    font-size: 14px;
    position: absolute;
    top: 8px;
    right: 3px;
    border: 0;
    display: none !important;
}

.frei_chatroom_creator {
    background: white;
    padding: 100px;
    border: 1px solid #ccc;
    border-top: 0;
}

.frei_chatroom_creator input {
    background: white !important;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.frei_chatroom_creator input:focus {
    border: solid 1px #4690d6;
}

.frei_chatroom_creator .frei_chatroom_creator_input {
    font-family: Tahoma, sans-serif;
    border: 1px solid gray;
    padding: 5px;
    font-size: 11px;
    margin-top: 5px;
}

.frei_chatroom_creator .frei_chatroom_creator_check {
    vertical-align: top;
    margin-right: 5px;
    width: 14px;
}

.frei_chatroom_creator .frei_chatroom_creator_btn {
    border: 1px solid #ccc;
    color: #222;
    margin-top: 10px;
    background-color: whiteSmoke;
    background-image: -moz-linear-gradient(top, white, #E6E6E6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
    background-image: -webkit-linear-gradient(top, white, #E6E6E6);
    background-image: -o-linear-gradient(top, white, #E6E6E6);
    background-image: linear-gradient(to bottom, white, #E6E6E6);
    background-repeat: repeat-x;
    border-radius: 3px;
    padding: 3px 10px;
}

.frei_chatroom_creator .frei_chatroom_creator_btn:hover {
    background: whitesmoke;
}

.frei_chatroom_creator_error {
    margin-bottom: 7px;
    color: #ff0c15;
    display: none;
}

.triangle-right.right:after {
    top: 16px;
    right: -40px;
    bottom: auto;
    left: auto;
    border-width: 15px 0 0 40px;
    border-color: transparent #075698;
}

.frei_room_left_arrow:after {
    left: 50px;
}

.frei_room_right_arrow:after {
    border-width: 10px 10px 0 0;
    right: 50px;
}

.triangle-right.left:after {
    top: 16px;
    left: -40px;
    bottom: auto;
    border-width: 15px 40px 0 0;
    border-color: transparent #075698;
}

.triangle-right.top {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#075698), to(#2e88c4));
    background: -moz-linear-gradient(#075698, #2e88c4);
    background: -o-linear-gradient(#075698, #2e88c4);
    background: linear-gradient(#075698, #2e88c4);
}

.triangle-right.top:after {
    top: -20px;
    right: 50px;
    bottom: auto;
    left: auto;
    border-width: 20px 20px 0 0;
    border-color: transparent #075698;
}

.triangle-right:after {
    content: "";
    position: absolute;
    bottom: -10px;
    border-width: 10px 0 0 10px;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgba(46, 136, 196, 0.6);
    display: block;
    width: 0;
}

.triangle-right.left {
    margin-left: 40px;
    background: #075698;
}

.triangle-right {
    position: relative;
    padding: 5px;
    margin: 1em 0 3em;
    color: #fff;
    background: #075698;
    background: #2e88c4;
    background: rgba(46, 136, 196, 0.6);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    margin-right: 2px;
}

.triangle-right.right {
    margin-right: 40px;
    background: #075698;
}

.chatbg {
    background: #fff;
}

.outgoing {
    background: #dbdcfd;
    color: #000;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    width: 80%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.incoming {
    background: #ffe6f6;
    color: #000;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    float: right;
    width: 80%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.outgoingText {
    color: #000;
    text-align: left;
    font-size: 14px;
}

.incomingText {
    color: #000;
    text-align: right;
    font-size: 14px;
}

.narjisSendBtn {
    background-image: url(images/btn_send.png);
}

/*friechat design issue Date:07-08-2021 #end*/