.followMeBar {position: relative; z-index: 1; }

.followMeBar.fixed {position: fixed; top: 90px; width: 100%; box-sizing: border-box; z-index: 100; }

.followMeBar.fixed.absolute {position: absolute; }

.emoji{width:1.5em;height:1.5em;display:inline-block;margin-bottom:-.25em;background-size:contain}

/* Chat CSS coding © 2016 sportzinteractive.net all rights reserved */
/*.si-chatmaindv article::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);background-color: #F5F5F5; width:2px;}
.si-chatmaindv article::-webkit-scrollbar{width: 6px;background-color: #F5F5F5;}
.si-chatmaindv article::-webkit-scrollbar-thumb{ width:4px;background-color: #000000;}*/



/* main div css */
.si-chatmaindv{ border:1px solid #909ea7; width:450px; height:500px; position:absolute; background-color:#fff; top:65px; right:0; z-index:999;opacity: 0;visibility: hidden;-webkit-transition: opacity 0.15s, -webkit-transform 0.15s;transition: opacity 0.15s, -webkit-transform 0.15s;transition: transform 0.15s, opacity 0.15s;transition: transform 0.15s, opacity 0.15s, -webkit-transform 0.15s;-webkit-transform: scale(0.95);transform: scale(0.95);-webkit-transform-origin: top right;transform-origin: top right;}
.si-chatmaindv.active{ visibility: visible;opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
.si-chatmaindv article{ position:absolute; top:80px; bottom:0; left:0; right:0;background-color:#fff;}
.si-chatmaindv .si-articlebasedv{position:absolute; top:0; bottom:0; left:0; right:0; overflow:auto; overflow-x:hidden; -webkit-overflow-scrolling: auto; margin:10px 0; padding:0 10px!important; width:auto!important; background-color:#fff;}
.si-chatmainbasedv.si-chatview article{/*background-image:url(../chat-chat-images/chatbg.jpg); background-size:cover;*/ background-color:#fff}
.si-chatmaindv p{ margin:0; -ms-word-break:keep-all;word-break: keep-all;word-wrap:break-word;-webkit-hyphens:  auto;-moz-hyphens:  auto;hyphens:  auto;}
.si-msgText img{ height:20px; margin-right:2px;}
.si-chatmainbasedv.si-viewallchats .si-articlebasedv, .si-chatmainbasedv.si-editgroup .si-articlebasedv,.si-chatmainbasedv.si-addplayers .si-articlebasedv{ bottom:40px;}
.si-chatmaindv header{ margin-top:0; margin-left:0; margin-right:0;}

.si-chatmasthead:before,.si-chatmasthead:after{ content:""; position:absolute; right:5px; top:-10px; width:0;height: 0; border-left:10px solid transparent;border-right:10px solid transparent; border-bottom: 10px solid #012c5f; z-index:1}
.si-chatmasthead:after{border-left:11px solid transparent;border-right:11px solid transparent; border-bottom: 11px solid #909ea7; top:-12px; z-index:0; right:4px;}



/* applies to GIF and PNG images; avoids blurry edges */
.si-chatselectdropdownselected:after,.si-chatclose,.si-groupname,.si-chataddbtn span,.si-chatcarouselarrow:before,.si-activitiesicons,.si-cminvite,.si-chataddgroup{image-rendering:-o-crisp-edges;image-rendering: -webkit-optimize-contrast;image-rendering: crisp-edges;}


/* masthead css */
.si-cmbotsectionhead{ width:100%; display:table; position:relative;padding:0 30px 0 30px;}
.si-chatview .si-cmbotsectionhead{padding:0 60px 0 30px;}
.si-cmbotsectionhead .si-cmbotsectionbase,.si-cmtopsection .firstChild,.si-chatgroupname{ height:40px; display:table-cell; vertical-align:middle; position:relative;}
.si-cmbotsectionhead .si-cmbotsectionbase{ font-weight:500; color:#022e5f}
.si-cmHeader{ font-weight:500; font-size:18px;}
.si-cmmenu{ position:absolute; right:0; top:0; bottom:0;margin:auto; height:40px; width:30px;}
.si-cmbotsection,.si-cmtopsection{ padding:0 15px;}
.si-cmbotsection{ position:relative; height:40px; background-color:#ccecf9; border-bottom:1px solid #dcdcdc}
.si-chatview .si-cmbotsection{background-color:#fff; }
.si-cmtopsection{height:40px; background-color:#012c5f; color:#fff; position:relative;}
.si-cmmenulisticon{ position:absolute; width:30px; height:40px; left:0; top:0; cursor:pointer;}
.si-cmmenulisticon span{ position:absolute; width:6px; height:6px; background-color:#00162f; border-radius:100%; left:0;  right:0; margin:auto;}
.si-cmmenulisticon span.firstChild{ top:5px;}
.si-cmmenulisticon span.secondChild{ top:12px;}
.si-cmmenulisticon span.thirdChild{ top:19px;}
.si-chataddgroup{position: absolute;right: 5px;top: 0;bottom: 0;margin: auto;height: 30px;width: 30px;background-image:url(/images/chat-images/add-group.png); background-repeat:no-repeat; background-size:24px; background-position:center center; cursor:pointer;}
.si-chataddgroup.si-disabled{-webkit-filter: grayscale(100%);filter: grayscale(100%); cursor:default; opacity:0.2; cursor:default;}


/*button on/off css code start*/
.onoffswitch{position:relative;width:50px; margin-top:10px; -webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.onoffswitch-checkbox{display:none!important}.onoffswitch-label{display:block;overflow:hidden;cursor:pointer;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;position:relative; margin-bottom:0; }.onoffswitch-inner{display:block;width:200%;margin-left:-100%;-moz-transition:margin .3s ease-in 0s;-webkit-transition:margin .3s ease-in 0s;-o-transition:margin .3s ease-in 0s;transition:margin .3s ease-in 0s}.onoffswitch-inner:after,.onoffswitch-inner:before{display:block;float:left;width:50%;height:25px;padding:0;line-height:25px;font-size:10px;font-weight:700;box-sizing:border-box;-webkit-box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5); -moz-box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5); -ms-box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5);box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5);-webkit-border-radius:20px; -moz-border-radius:20px; border-radius:20px;}.onoffswitch-inner:before{content:"ON";padding-left:8px;background-color:#65beec;color:#000;}.onoffswitch-inner:after{content:"OFF";padding-right:8px;background-color:#b9b9b9;color:#000;text-align:right}.onoffswitch-switch{display:block;width:15px;height:15px;margin:5px;background:#FFF;position:absolute;top:0;bottom:0;right:25px;border-radius:20px;transition:all .3s ease-in 0s;-webkit-box-shadow: 0 0 5px #000000;-moz-box-shadow: 0 0 5px #000000;-o-box-shadow: 0 0 5px #000000;box-shadow: 0 0 5px #000000}.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner{margin-left:0}.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch{right:0}
/*button on/off css code end*/



/* menu open list */
.si-cmmenulist{background:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.35);position: absolute;top: 100%;padding: 5px 0;width: 200px;color: #222;opacity: 0;visibility: hidden;-webkit-transition: opacity 0.15s, -webkit-transform 0.15s;transition: opacity 0.15s, -webkit-transform 0.15s;transition: transform 0.15s, opacity 0.15s;transition: transform 0.15s, opacity 0.15s, -webkit-transform 0.15s;-webkit-transform: scale(0.95);transform: scale(0.95);-webkit-transform-origin: top right;transform-origin: top right;right: 0;z-index: 100;}

.si-cmmenu.active .si-cmmenulist{ visibility: visible;opacity: 1;-webkit-transform: scale(1); transform: scale(1);}
.si-cmmenulist ul li .firstChild{color:#000;display: block;padding: 8px 15px 10px;line-height: 1.1;text-shadow: none;text-decoration: none;}




/* Group Section CSS */
.si-homesection article{ padding:0 10px;}
.si-grouprowbasedv{height:65px;position:relative;padding:0 60px 0 40px; border-bottom:1px solid #dcdcdc; cursor:pointer}
.si-grouprow:last-child .si-grouprowbasedv{ border:0;}
.si-chatbottom{background-color:#ccecf9;padding:5px; height:40px; position:absolute; bottom:0; left:0; right:0; width:100%; text-align:center;}
.si-chatbottombase{ position:relative; display:table; width:100%; height:30px; text-align:center; color:#00a0e0; font-size:11px;}
.si-viewallchatsdv span{ display:inline-block; position:relative; padding-top:10px; font-size:12px;}
.si-viewallchatsdv span:after{ content:""; position:absolute; bottom:-1px; left:0; right:0; background-color:#00a0e0; height:1px;}
.si-groupname{ position:absolute; top:50%; width:30px; height:30px; border-radius:100%; color:#fff; background-image:url(/images/chat-images/group-icons-sprite.png); background-repeat:no-repeat; background-size:355px auto; background-position:-5px -5px; text-indent:-9999px; left:0; right:0; top:0; bottom:0; margin:auto;}
.si-groupname.si-g1{ background-position:-5px -5px;}
.si-groupname.si-g2{background-position:-40px -5px;}
.si-groupname.si-g3{background-position:-75px -5px;}
.si-groupname.si-g4{background-position:-110px -5px;}
.si-groupname.si-g5{background-position:-144px -5px;}
.si-groupname.si-g6{background-position:-180px -5px;}
.si-groupname.si-g7{background-position:-215px -5px;}
.si-groupname.si-g8{background-position:-250px -5px;}
.si-groupname.si-g9{background-position:-285px -5px;}

.si-groupname.si-g10{background-position:-320px -5px;}
.si-groupname.si-g11{background-position:-5px -40px;}
.si-groupname.si-g12{background-position:-40px -40px;}
.si-groupname.si-g13{background-position:-76px -40px;}
.si-groupname.si-g14{background-position:-110px -40px;}
.si-groupname.si-g15{background-position:-145px -40px;}
.si-groupname.si-g16{background-position:-180px -40px;}
.si-groupname.si-g17{background-position:-215px -40px;}
.si-groupname.si-g18{background-position:-250px -40px;}
.si-groupname.si-g19{background-position:-285px -40px;}
.si-groupname.si-g20{background-position:-320px -40px;}
.si-groupname.si-g21{background-position:-5px -75px;}
.si-groupname.si-g22{background-position:-40px -75px;}
.si-groupname.si-g23{background-position:-75px -75px;}
.si-groupname.si-g24{background-position:-110px -75px;}
.si-groupname.si-g25{background-position:-145px -75px;}
.si-groupname.si-g26{background-position:-180px -75px;}
.si-groupname.si-g27{background-position:-215px -75px;}
.si-groupname.si-g28{background-position:-250px -75px;}
.si-groupname.si-g29{background-position:-286px -75px;}
.si-groupname.si-g30{background-position:-320px -75px;}
.si-groupname.si-g31{background-position:-5px -110px;}
.si-groupname.si-g32{background-position:-40px -110px;}

 b.si-chatactive{ position:absolute; width:16px; height:16px; top:-5px; right:-4px; background-color:#68c1fb; -webkit-border-radius:100%;-moz-border-radius:100%;-o-border-radius:100%;-ms-border-radius:100%;border-radius:100%; color:#fff; line-height:18px; font-size:9px;text-indent:-9999px;}
b.si-chatactive:before{ content:""; width:10px; height:10px; position:absolute; left:0; right:0; top:0; bottom:0; border:2px solid #fff; margin:auto; -webkit-border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -ms-border-radius:100%;border-radius:100%; }
.si-groupname span{ width:30px; height:30px; vertical-align:middle; text-align:center; font-size:11px;}
.si-grouplistdetails{ display:table;table-layout: fixed; width:100%;}
.si-grouplistdetailsbase{height:65px; display:table-cell; vertical-align:middle;}
.si-grouplistdetails .thirdChild{ height:15px; line-height:15px; overflow:hidden; white-space: nowrap;text-overflow: ellipsis; font-size:14px; display:block}
.si-grouplistdetails .firstChild{ color:#000; line-height:15px; font-size:12px;}
.si-totalchatsandtime{ position:absolute; height:46px; right:0; top:0; bottom:0; margin:auto;}
.si-grouplistdetails .secondChild span{ display:inline-block; background-color:#022e5f; padding:3px 10px; color:#fff;margin:3px 0; border-radius:3px; font-size:11px; height:16px;}
.si-grouplistdetails .secondChild.si-privateChat span{ background-color:#729bd1}
.si-totalchatsandtime .si-grouptime{line-height:10px; font-size:12px; margin-bottom:5px;}
.si-totalchatsandtime .si-groupchatnum div{ margin:auto; width:30px; height:30px; position:relative;}
.si-totalchatsandtime .si-groupchatnum div b.si-chatactive{ left:0; right:0; top:0; bottom:0; margin:auto;}
.si-chatsoundicon{ position:absolute; left:0; right:0; top:0; bottom:0; width:20px; height:20px; background-image:url(/images/chat-images/sound-mute.png); background-repeat:no-repeat; background-size:20px; margin:auto;}
.si-canceldonebtns{ padding:5px 20px;}
.si-bottomtwobtn{padding:0 15px;}
.si-chatbottombase .si-chatcombtn{display:table-cell;height:30px; font-size:14px; /*line-height:20px;*/ vertical-align:middle; position:relative;}
.si-bottomtwobtn .si-chatcombtn{  width:40%; }
.si-chatppcommon .si-chatcancelbtn,.si-chatbottombase .si-chatskipbtn,.si-chatbottombase .si-chatcancelbtn{ color:#009fe3; background-color:#fff; border:1px solid #009fe3}
.si-chatppcommon .si-chatcancelbtn:hover,.si-chatbottombase .si-chatskipbtn:hover,.si-chatbottombase .si-chatcancelbtn:hover{ color:#fff; }
.si-bottomtwobtn > .si-chatcombtn:first-child { right:5px;}
.si-bottomtwobtn .si-chatcombtn + div.si-chatcombtn{ left:5px;}
.si-cmbotsectionhead .si-chatbackbtn{ position:absolute; top:0; bottom:0; left:-5px; width:25px; height:25px; line-height:19px; text-align:center; margin:auto; border-radius:100%; color:#009fe3; background-image:url(/images/chat-images/viewmore.png); background-repeat:no-repeat; background-size:25px; transform:rotate(180deg); cursor:pointer;}
.si-grouplistdetails img{ height:15px; vertical-align:top;}
.si-homesection .si-cmbotsectionhead{ padding-left:0;}
/* chat view css */
.si-chatgroupname{ height:40px; padding-left:40px; text-transform:uppercase;}
.si-chatgroupname .si-groupname,.si-grouprowbasedv .si-groupname{ right:auto; bottom:auto; top:5px}
.si-grouprowbasedv .si-groupname{top:17px}
.si-chatmainbasedv.si-chatview .si-articlebasedv{ left:40px;background-color:transparent; bottom:40px}
.si-chatmainbasedv.si-chatview .si-articlebasedv.si-activeemoticons{bottom:140px}
.si-chatmainbasedv.si-chatview .si-articlebasedv .jspContainer{overflow:initial}
/*.si-chatmainbasedv.si-chatview .jspScrollable .jspPane{left:0!important}*/
.jspCorner{diplay:none;}
.si-chatmainbasedv.si-chatview .si-articlebasedv .jspVerticalBar{right: -8px;}
.si-chatgroupname .si-groupname,.si-chatgroupname .si-groupname span{ width:30px; height:30px;}
.si-chatgroupname .firstChild{ font-size:14px; height:13px; line-height:14px; font-weight:500; color:#000;}
.si-chatgroupname .secondChild{font-size:11px; height:10px; line-height:11px;font-weight:500;}
.si-chatgroupname .firstChild,.si-chatgroupname .secondChild{ display:block}
.si-chatview .si-cmmenu{ display:none;}
.si-emoticons{ position:absolute; left:0; right:0; height:378px; background-color:#fff; top:-378px; padding:35px 10px 10px 10px;  text-align:center;}
.si-emoticons ul{ position:absolute; top:30px; bottom:0; overflow:auto; overflow-x:hidden;-webkit-overflow-scrolling: auto;}
.si-emoticons ul li{ display:inline-block; margin:0 5px 5px 0; cursor:pointer;}
.si-emoticons ul li img{height:25px;}
.si-emoticons ul li *{display:inline-block;}
.si-emoticonsclose:after{ position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; content:"";width: 0; height: 0; border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 8px solid #012c5f;}
.si-emoticonsclose{ position:absolute; top:0; left:0; right:0; height:30px;  border-top:1px solid #dcdcdc;
background: #dcdcdc;background: -moz-linear-gradient(top,  #dcdcdc 0%, #ffffff 74%, #ffffff 99%);background: -webkit-linear-gradient(top,  #dcdcdc 0%,#ffffff 74%,#ffffff 99%);background: linear-gradient(to bottom,  #dcdcdc 0%,#ffffff 74%,#ffffff 99%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#ffffff',GradientType=0 ); cursor:pointer}
.si-cmsetting{position:absolute;right: 0;top: 0;bottom: 0;margin: auto;height: 30px;width: 30px; background-image:url(/images/chat-images/setting-icon.png); background-repeat:no-repeat; background-size:20px; background-position:left center;cursor:pointer}
.si-cminvite{position:absolute;right: 30px;top: 0;bottom: 0;margin: auto;height: 30px;width: 30px; background-image:url(/images/chat-images/add-member.png); background-repeat:no-repeat; background-size:22px; background-position:left center;cursor:pointer}
.si-chatcarousel{ position: absolute; left:0; top:0; bottom:0; width:40px;}
.si-chataddbtn{ text-align:center; position:relative; z-index:2; padding:6px 0;border-bottom:#dcdcdc 1px solid; background-color:#f3f3f3;border-right:1px solid #dcdcdc; cursor:pointer;}
.si-chataddbtn span{ position:relative; display:inline-block; width:26px; height:26px; background-image:url(/images/chat-images/add-group-2.png); background-repeat:no-repeat; background-size:25px auto;  margin-top:2px; background-position:0 1px;}
.si-chatclose{ position:absolute; width:30px; height:40px; right:0; top:0; background-image:url(/images/chat-images/search-active.png); background-repeat:no-repeat; background-size:40px; background-position:center center;cursor:pointer;}
.si-typinginputarea{ height:40px; position:absolute; bottom:0; left:40px; right:0;background-color: #afb6bc; padding:5px;}
.si-typinginputareabase{height:30px; position:relative; padding-right:60px;}
.si-typinginputareabase input{width:100%; height:30px; padding:3px 30px 3px 5px; font-size:14px; border-width:0; -webkit-border-radius: 3px;-moz-border-radius:3px;-o-border-radius:3px;-ms-border-radius:3px;border-radius:3px; background-color:#fff; color:#000}
.si-chatsendbtn{ position:absolute; right:0; top:0; height:30px;}
.si-chatsmilyicon{ width:30px; height:30px; position:absolute; right:60px; top:0; bottom:0; margin:auto;background-image:url(/images/chat-images/smily.png); background-repeat:no-repeat; background-size:30px;background-position:center right; cursor:pointer;}
.si-chatsendbtn button{ background-image:url(/images/chat-images/send.png); background-repeat:no-repeat; background-size:18px; background-position:center center; background-color:#009fe3; border-width:0;padding:3px 5px; color:#fff; text-indent:-9999px; height:30px; width:55px;-webkit-border-radius: 3px;-moz-border-radius:3px;-o-border-radius:3px;-ms-border-radius:3px;border-radius:3px;}
/* chat carousel css */
.si-chatcarouselbase{ position:absolute; width:40px; bottom:0; top:39px; left:0; padding:25px 0;background-color:#f3f3f3;border-right:1px solid #dcdcdc}
.si-chatcarouselarrow{ position:absolute; width:100%; height:25px;  overflow:hidden; cursor:pointer; background-color:#f3f3f3;}
.si-chatcarouselarrow.swiper-button-disabled{-webkit-filter: grayscale(100%);filter: grayscale(100%); cursor:default; opacity:0.2}
.si-chatcarouselarrow:before{ content:""; position:absolute; left:0px; right:0; bottom:0; top:0; width:25px; height:25px;background-image: url(/images/chat-images/filter-arrow.png);background-repeat: no-repeat;background-size: 6px;transform: rotate(90deg); background-position:center center; margin:auto;}
.si-chatcarouselarrowtop{ top:0;border-bottom:#dcdcdc 1px solid;}
.si-chatcarouselarrowbot{ bottom:0;border-top:#dcdcdc 1px solid;}
.si-chatcarouselarrow.si-chatcarouselarrowbot:before{transform: rotate(-90deg);}
.si-chatcarouselscrollwrp{position:absolute; width:40px; left:0; top:25px; bottom:25px;}
.si-chatcarouselscrollwrp{ overflow:hidden;}
.si-chatcarouselscrollarea{ position:relative;}
.si-chatcarouselscrollboxes{ height:50px;border-bottom:#dcdcdc 1px solid; text-align:center; position:relative; cursor:pointer}
.si-chatcarouselscrollboxes.swiper-slide{ height:50px;}
.si-chatcarouselscrollboxes.active{ background-color:#fff; border-right:none; cursor:default;}
/* chat popup css */
.si-chatdate,.si-useractivities{ text-align:center; margin-top:15px; display:table; width:100%;}
.si-chatdate span{ height:26px; display:inline-block; vertical-align:middle; padding:8px 15px; background-color:#bcebf8; border-radius:3px; font-size:11px; text-transform:uppercase;}
.si-chathead{ padding-right:50px; position:relative; margin-bottom:5px;}
.si-chathead .firstChild{ color:#022e5f; font-weight:500;}
.si-chathead .secondChild{ position:absolute; right:0; top:0; font-size:12px; line-height:22px;}
.ns-growl.si-chathe:before{content:"";position:absolute;left:-7px;bottom:-1px;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:15px solid #e3ecf5;    transform: rotate(-30deg);}
.ns-growl.si-chatme:before{content:"";position:absolute;right:-6px;bottom:-1px;width:0;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:15px solid #55c3f4;transform: rotate(30deg);}
.ns-growl{position:relative;padding:10px;line-height:1.4;color:rgba(0,0,0,0.95);background:#e3ecf5;pointer-events:auto; margin-right:50px; margin-top:15px; border-radius:10px; font-size:14px;}.ns-effect-jelly{-webkit-animation-name:animJelly;animation-name:animJelly;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear}.ns-effect-jelly.ns-hide{-webkit-animation-name:animFade;animation-name:animFade;-webkit-animation-duration:.3s;animation-duration:.3s}@-webkit-keyframes animFade{0%{opacity:0}100%{opacity:1}}@keyframes animFade{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes animJelly{0%{-webkit-transform:matrix3d(0.7,0,0,0,0,0.7,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.7,0,0,0,0,0.7,0,0,0,0,1,0,0,0,0,1)}2.083333%{-webkit-transform:matrix3d(0.75266,0,0,0,0,0.76342,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.75266,0,0,0,0,0.76342,0,0,0,0,1,0,0,0,0,1)}4.166667%{-webkit-transform:matrix3d(0.81071,0,0,0,0,0.84545,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.81071,0,0,0,0,0.84545,0,0,0,0,1,0,0,0,0,1)}6.25%{-webkit-transform:matrix3d(0.86808,0,0,0,0,0.9286,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.86808,0,0,0,0,0.9286,0,0,0,0,1,0,0,0,0,1)}8.333333%{-webkit-transform:matrix3d(0.92038,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.92038,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}10.416667%{-webkit-transform:matrix3d(0.96482,0,0,0,0,1.05202,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.96482,0,0,0,0,1.05202,0,0,0,0,1,0,0,0,0,1)}12.5%{-webkit-transform:matrix3d(1,0,0,0,0,1.08204,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1.08204,0,0,0,0,1,0,0,0,0,1)}14.583333%{-webkit-transform:matrix3d(1.02563,0,0,0,0,1.09149,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.02563,0,0,0,0,1.09149,0,0,0,0,1,0,0,0,0,1)}16.666667%{-webkit-transform:matrix3d(1.04227,0,0,0,0,1.08453,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.04227,0,0,0,0,1.08453,0,0,0,0,1,0,0,0,0,1)}18.75%{-webkit-transform:matrix3d(1.05102,0,0,0,0,1.06666,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.05102,0,0,0,0,1.06666,0,0,0,0,1,0,0,0,0,1)}20.833333%{-webkit-transform:matrix3d(1.05334,0,0,0,0,1.04355,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.05334,0,0,0,0,1.04355,0,0,0,0,1,0,0,0,0,1)}22.916667%{-webkit-transform:matrix3d(1.05078,0,0,0,0,1.02012,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.05078,0,0,0,0,1.02012,0,0,0,0,1,0,0,0,0,1)}25%{-webkit-transform:matrix3d(1.04487,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.04487,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}27.083333%{-webkit-transform:matrix3d(1.03699,0,0,0,0,0.98534,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.03699,0,0,0,0,0.98534,0,0,0,0,1,0,0,0,0,1)}29.166667%{-webkit-transform:matrix3d(1.02831,0,0,0,0,0.97688,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.02831,0,0,0,0,0.97688,0,0,0,0,1,0,0,0,0,1)}31.25%{-webkit-transform:matrix3d(1.01973,0,0,0,0,0.97422,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.01973,0,0,0,0,0.97422,0,0,0,0,1,0,0,0,0,1)}33.333333%{-webkit-transform:matrix3d(1.01191,0,0,0,0,0.97618,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.01191,0,0,0,0,0.97618,0,0,0,0,1,0,0,0,0,1)}35.416667%{-webkit-transform:matrix3d(1.00526,0,0,0,0,0.98122,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00526,0,0,0,0,0.98122,0,0,0,0,1,0,0,0,0,1)}37.5%{-webkit-transform:matrix3d(1,0,0,0,0,0.98773,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,0.98773,0,0,0,0,1,0,0,0,0,1)}39.583333%{-webkit-transform:matrix3d(0.99617,0,0,0,0,0.99433,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99617,0,0,0,0,0.99433,0,0,0,0,1,0,0,0,0,1)}41.666667%{-webkit-transform:matrix3d(0.99368,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99368,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}43.75%{-webkit-transform:matrix3d(0.99237,0,0,0,0,1.00413,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99237,0,0,0,0,1.00413,0,0,0,0,1,0,0,0,0,1)}45.833333%{-webkit-transform:matrix3d(0.99202,0,0,0,0,1.00651,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99202,0,0,0,0,1.00651,0,0,0,0,1,0,0,0,0,1)}47.916667%{-webkit-transform:matrix3d(0.99241,0,0,0,0,1.00726,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99241,0,0,0,0,1.00726,0,0,0,0,1,0,0,0,0,1)}50%{-webkit-transform:matrix3d(0.99329,0,0,0,0,1.00671,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99329,0,0,0,0,1.00671,0,0,0,0,1,0,0,0,0,1)}52.083333%{-webkit-transform:matrix3d(0.99447,0,0,0,0,1.00529,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99447,0,0,0,0,1.00529,0,0,0,0,1,0,0,0,0,1)}54.166667%{-webkit-transform:matrix3d(0.99577,0,0,0,0,1.00346,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99577,0,0,0,0,1.00346,0,0,0,0,1,0,0,0,0,1)}56.25%{-webkit-transform:matrix3d(0.99705,0,0,0,0,1.0016,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99705,0,0,0,0,1.0016,0,0,0,0,1,0,0,0,0,1)}58.333333%{-webkit-transform:matrix3d(0.99822,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99822,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}60.416667%{-webkit-transform:matrix3d(0.99921,0,0,0,0,0.99884,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99921,0,0,0,0,0.99884,0,0,0,0,1,0,0,0,0,1)}62.5%{-webkit-transform:matrix3d(1,0,0,0,0,0.99816,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,0.99816,0,0,0,0,1,0,0,0,0,1)}64.583333%{-webkit-transform:matrix3d(1.00057,0,0,0,0,0.99795,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00057,0,0,0,0,0.99795,0,0,0,0,1,0,0,0,0,1)}66.666667%{-webkit-transform:matrix3d(1.00095,0,0,0,0,0.99811,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00095,0,0,0,0,0.99811,0,0,0,0,1,0,0,0,0,1)}68.75%{-webkit-transform:matrix3d(1.00114,0,0,0,0,0.99851,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00114,0,0,0,0,0.99851,0,0,0,0,1,0,0,0,0,1)}70.833333%{-webkit-transform:matrix3d(1.00119,0,0,0,0,0.99903,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00119,0,0,0,0,0.99903,0,0,0,0,1,0,0,0,0,1)}72.916667%{-webkit-transform:matrix3d(1.00114,0,0,0,0,0.99955,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00114,0,0,0,0,0.99955,0,0,0,0,1,0,0,0,0,1)}75%{-webkit-transform:matrix3d(1.001,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.001,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}77.083333%{-webkit-transform:matrix3d(1.00083,0,0,0,0,1.00033,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00083,0,0,0,0,1.00033,0,0,0,0,1,0,0,0,0,1)}79.166667%{-webkit-transform:matrix3d(1.00063,0,0,0,0,1.00052,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00063,0,0,0,0,1.00052,0,0,0,0,1,0,0,0,0,1)}81.25%{-webkit-transform:matrix3d(1.00044,0,0,0,0,1.00058,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00044,0,0,0,0,1.00058,0,0,0,0,1,0,0,0,0,1)}83.333333%{-webkit-transform:matrix3d(1.00027,0,0,0,0,1.00053,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00027,0,0,0,0,1.00053,0,0,0,0,1,0,0,0,0,1)}85.416667%{-webkit-transform:matrix3d(1.00012,0,0,0,0,1.00042,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00012,0,0,0,0,1.00042,0,0,0,0,1,0,0,0,0,1)}87.5%{-webkit-transform:matrix3d(1,0,0,0,0,1.00027,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1.00027,0,0,0,0,1,0,0,0,0,1)}89.583333%{-webkit-transform:matrix3d(0.99991,0,0,0,0,1.00013,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99991,0,0,0,0,1.00013,0,0,0,0,1,0,0,0,0,1)}91.666667%{-webkit-transform:matrix3d(0.99986,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99986,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}93.75%{-webkit-transform:matrix3d(0.99983,0,0,0,0,0.99991,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99983,0,0,0,0,0.99991,0,0,0,0,1,0,0,0,0,1)}95.833333%{-webkit-transform:matrix3d(0.99982,0,0,0,0,0.99985,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99982,0,0,0,0,0.99985,0,0,0,0,1,0,0,0,0,1)}97.916667%{-webkit-transform:matrix3d(0.99983,0,0,0,0,0.99984,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99983,0,0,0,0,0.99984,0,0,0,0,1,0,0,0,0,1)}100%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}@keyframes animJelly{0%{-webkit-transform:matrix3d(0.7,0,0,0,0,0.7,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.7,0,0,0,0,0.7,0,0,0,0,1,0,0,0,0,1)}2.083333%{-webkit-transform:matrix3d(0.75266,0,0,0,0,0.76342,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.75266,0,0,0,0,0.76342,0,0,0,0,1,0,0,0,0,1)}4.166667%{-webkit-transform:matrix3d(0.81071,0,0,0,0,0.84545,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.81071,0,0,0,0,0.84545,0,0,0,0,1,0,0,0,0,1)}6.25%{-webkit-transform:matrix3d(0.86808,0,0,0,0,0.9286,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.86808,0,0,0,0,0.9286,0,0,0,0,1,0,0,0,0,1)}8.333333%{-webkit-transform:matrix3d(0.92038,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.92038,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}10.416667%{-webkit-transform:matrix3d(0.96482,0,0,0,0,1.05202,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.96482,0,0,0,0,1.05202,0,0,0,0,1,0,0,0,0,1)}12.5%{-webkit-transform:matrix3d(1,0,0,0,0,1.08204,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1.08204,0,0,0,0,1,0,0,0,0,1)}14.583333%{-webkit-transform:matrix3d(1.02563,0,0,0,0,1.09149,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.02563,0,0,0,0,1.09149,0,0,0,0,1,0,0,0,0,1)}16.666667%{-webkit-transform:matrix3d(1.04227,0,0,0,0,1.08453,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.04227,0,0,0,0,1.08453,0,0,0,0,1,0,0,0,0,1)}18.75%{-webkit-transform:matrix3d(1.05102,0,0,0,0,1.06666,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.05102,0,0,0,0,1.06666,0,0,0,0,1,0,0,0,0,1)}20.833333%{-webkit-transform:matrix3d(1.05334,0,0,0,0,1.04355,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.05334,0,0,0,0,1.04355,0,0,0,0,1,0,0,0,0,1)}22.916667%{-webkit-transform:matrix3d(1.05078,0,0,0,0,1.02012,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.05078,0,0,0,0,1.02012,0,0,0,0,1,0,0,0,0,1)}25%{-webkit-transform:matrix3d(1.04487,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.04487,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}27.083333%{-webkit-transform:matrix3d(1.03699,0,0,0,0,0.98534,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.03699,0,0,0,0,0.98534,0,0,0,0,1,0,0,0,0,1)}29.166667%{-webkit-transform:matrix3d(1.02831,0,0,0,0,0.97688,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.02831,0,0,0,0,0.97688,0,0,0,0,1,0,0,0,0,1)}31.25%{-webkit-transform:matrix3d(1.01973,0,0,0,0,0.97422,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.01973,0,0,0,0,0.97422,0,0,0,0,1,0,0,0,0,1)}33.333333%{-webkit-transform:matrix3d(1.01191,0,0,0,0,0.97618,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.01191,0,0,0,0,0.97618,0,0,0,0,1,0,0,0,0,1)}35.416667%{-webkit-transform:matrix3d(1.00526,0,0,0,0,0.98122,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00526,0,0,0,0,0.98122,0,0,0,0,1,0,0,0,0,1)}37.5%{-webkit-transform:matrix3d(1,0,0,0,0,0.98773,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,0.98773,0,0,0,0,1,0,0,0,0,1)}39.583333%{-webkit-transform:matrix3d(0.99617,0,0,0,0,0.99433,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99617,0,0,0,0,0.99433,0,0,0,0,1,0,0,0,0,1)}41.666667%{-webkit-transform:matrix3d(0.99368,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99368,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}43.75%{-webkit-transform:matrix3d(0.99237,0,0,0,0,1.00413,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99237,0,0,0,0,1.00413,0,0,0,0,1,0,0,0,0,1)}45.833333%{-webkit-transform:matrix3d(0.99202,0,0,0,0,1.00651,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99202,0,0,0,0,1.00651,0,0,0,0,1,0,0,0,0,1)}47.916667%{-webkit-transform:matrix3d(0.99241,0,0,0,0,1.00726,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99241,0,0,0,0,1.00726,0,0,0,0,1,0,0,0,0,1)}50%{-webkit-transform:matrix3d(0.99329,0,0,0,0,1.00671,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99329,0,0,0,0,1.00671,0,0,0,0,1,0,0,0,0,1)}52.083333%{-webkit-transform:matrix3d(0.99447,0,0,0,0,1.00529,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99447,0,0,0,0,1.00529,0,0,0,0,1,0,0,0,0,1)}54.166667%{-webkit-transform:matrix3d(0.99577,0,0,0,0,1.00346,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99577,0,0,0,0,1.00346,0,0,0,0,1,0,0,0,0,1)}56.25%{-webkit-transform:matrix3d(0.99705,0,0,0,0,1.0016,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99705,0,0,0,0,1.0016,0,0,0,0,1,0,0,0,0,1)}58.333333%{-webkit-transform:matrix3d(0.99822,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99822,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}60.416667%{-webkit-transform:matrix3d(0.99921,0,0,0,0,0.99884,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99921,0,0,0,0,0.99884,0,0,0,0,1,0,0,0,0,1)}62.5%{-webkit-transform:matrix3d(1,0,0,0,0,0.99816,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,0.99816,0,0,0,0,1,0,0,0,0,1)}64.583333%{-webkit-transform:matrix3d(1.00057,0,0,0,0,0.99795,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00057,0,0,0,0,0.99795,0,0,0,0,1,0,0,0,0,1)}66.666667%{-webkit-transform:matrix3d(1.00095,0,0,0,0,0.99811,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00095,0,0,0,0,0.99811,0,0,0,0,1,0,0,0,0,1)}68.75%{-webkit-transform:matrix3d(1.00114,0,0,0,0,0.99851,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00114,0,0,0,0,0.99851,0,0,0,0,1,0,0,0,0,1)}70.833333%{-webkit-transform:matrix3d(1.00119,0,0,0,0,0.99903,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00119,0,0,0,0,0.99903,0,0,0,0,1,0,0,0,0,1)}72.916667%{-webkit-transform:matrix3d(1.00114,0,0,0,0,0.99955,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00114,0,0,0,0,0.99955,0,0,0,0,1,0,0,0,0,1)}75%{-webkit-transform:matrix3d(1.001,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.001,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}77.083333%{-webkit-transform:matrix3d(1.00083,0,0,0,0,1.00033,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00083,0,0,0,0,1.00033,0,0,0,0,1,0,0,0,0,1)}79.166667%{-webkit-transform:matrix3d(1.00063,0,0,0,0,1.00052,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00063,0,0,0,0,1.00052,0,0,0,0,1,0,0,0,0,1)}81.25%{-webkit-transform:matrix3d(1.00044,0,0,0,0,1.00058,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00044,0,0,0,0,1.00058,0,0,0,0,1,0,0,0,0,1)}83.333333%{-webkit-transform:matrix3d(1.00027,0,0,0,0,1.00053,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00027,0,0,0,0,1.00053,0,0,0,0,1,0,0,0,0,1)}85.416667%{-webkit-transform:matrix3d(1.00012,0,0,0,0,1.00042,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.00012,0,0,0,0,1.00042,0,0,0,0,1,0,0,0,0,1)}87.5%{-webkit-transform:matrix3d(1,0,0,0,0,1.00027,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1.00027,0,0,0,0,1,0,0,0,0,1)}89.583333%{-webkit-transform:matrix3d(0.99991,0,0,0,0,1.00013,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99991,0,0,0,0,1.00013,0,0,0,0,1,0,0,0,0,1)}91.666667%{-webkit-transform:matrix3d(0.99986,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99986,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}93.75%{-webkit-transform:matrix3d(0.99983,0,0,0,0,0.99991,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99983,0,0,0,0,0.99991,0,0,0,0,1,0,0,0,0,1)}95.833333%{-webkit-transform:matrix3d(0.99982,0,0,0,0,0.99985,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99982,0,0,0,0,0.99985,0,0,0,0,1,0,0,0,0,1)}97.916667%{-webkit-transform:matrix3d(0.99983,0,0,0,0,0.99984,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(0.99983,0,0,0,0,0.99984,0,0,0,0,1,0,0,0,0,1)}100%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}}
.si-chatme{margin-right:0; margin-left:50px; background-color: #55c3f4; color:#fff}
.si-chatme:after{ content:""; clear:both; display:block;}
.si-chatme .si-chathead{ margin-top:5px; margin-bottom:0; float:right; padding-right:0;}
.si-chatme .si-chathead .secondChild{ position:relative;}
.si-chatme .si-chathead .firstChild{color:#fff;display:none}
.si-useractivities{vertical-align:middle; padding:8px 15px 8px 50px; background-color:#012c5f; border-radius:3px; font-size:11px; color:#fff; height:42px; border:1px solid #b8e5fa; position:relative; display:table; width:100%}
.si-activitiesicons{ position:absolute; left:5px;top:0; bottom:0; width:30px;height:30px; margin:auto; }
.si-activitiesicons:after{ content:"";position:absolute; right:-5px; top:5px; bottom:5px; margin:auto; width:1px; background-color:#52c4f6;}
.si-useractivities .secondChild{ height:25px; display:table-cell; vertical-align:middle; line-height:13px; font-weight:500}
.si-chattransfericon,.si-chatsubstitutionicon,.si-chatcaptainicon{ background-image:url(/images/chat-images/chat-transfer.png); background-repeat:no-repeat; background-position:center center; background-size:22px;}
.si-chatsubstitutionicon{background-image:url(/images/chat-images/chat-substitution.png); }
.si-chatcaptainicon{background-image:url(/images/chat-images/chat-captain.png);}
/* join conversation  */
.si-joinconversationmsg,.si-chatoptionnotavailable{background-color: #fff;margin: auto;position: absolute;z-index: 99;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);top:50%;left: 50%;min-height:100px; text-align:center; font-size:14px; line-height:14px; width:100%; padding:0 15px;font-weight:500}
.si-joinconversationbtnara{ text-align:center; margin-top:15px;}
.si-chatcombtn{ display:inline-block; max-width:150px; padding:5px 15px; text-transform:uppercase;-webkit-border-radius: 3px;-moz-border-radius: 3px;-o-border-radius: 3px;-ms-border-radius: 3px;border-radius: 3px;-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;-ms-transition: all .3s ease-out;-o-transition: all .3s ease-out;transition: all .3s ease-out;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.si-chatbtnstyle-1{ background-color:#009fe3; color:#fff; cursor:pointer;}
.si-chatbtnstyle-1:hover{ background-color:#5ec6f2}


/* input css */
.si-chatmaindv input[type="search"]{ border:1px solid #66beec; padding:5px 5px 5px 10px;}

/* setting */
.si-addandsuspenddv{ position:absolute; left:20px; right:20px; top:60px; bottom:0;}
.si-addandsuspendheader{ margin-top:-60px; height:60px;}
.si-chatbottombase.si-bottomonebtn{ display:block;text-align: center;}
.si-chatbottombase.si-bottomonebtn .si-chatcombtn{ display:inline-block; padding-top:8px; line-height:15px;}
.si-addplayersCont{ height:100%; overflow: auto;overflow-x: hidden;-webkit-overflow-scrolling: auto;}
.si-addplayersrow{ padding:0 8px; border-top:1px solid #dcdcdc; display:table; width:100%; height:30px; position: relative;}
.si-addplayersrow:first-child{ border:0;}
.si-addplayerssearch{ position:relative; text-transform:uppercase}
.si-searchresult{ position:absolute; left:0; right:0; top:28px; background-color:#f3f3f3; border:1px solid #dedee0; z-index:2} /* from html this markup removed by Jay*/
.si-searchresult ul li span{ display:block; padding:10px;}
.si-searchresult ul li{ border-bottom:1px solid #dcdcdc; cursor:pointer;}
.si-searchresult ul{ max-height:250px; overflow:auto; -webkit-overflow-scrolling:auto;}
.si-searchresult ul li:last-child{ border:0;}
.si-addplayerssearch span.si-chatsearchbtn{ content:""; width:39px; height:29px; position:absolute; right:0; top:0px; bottom:0; margin:auto; background-image:url(/images/chat-images/chat-search.png); background-repeat:no-repeat; background-size:15px; background-position:center center}
.si-addplayerssearch input[type="search"]{ width:100%; padding-right:40px; color: #000;}
.si-searchUser::-webkit-input-placeholder {color: #000;}.si-searchUser:-moz-placeholder {color: #000;}.si-searchUser::-moz-placeholder {color: #000;}.si-searchUser:-ms-input-placeholder {color: #000;}
.si-addplayerssearch input[type="search"]:focus + span.si-chatsearchbtn{background-image:url(/images/chat-images/close-search.png); background-size:11px;}
.si-addplayersHd{ text-transform:uppercase; padding-bottom:10px; color:#08315c; font-weight:500;}
.si-addplayersHd .secodChild{ color:#696969; font-size:10px; vertical-align:middle; display:inline-block; margin-left:5px;}
.si-removeplrbtn{ float:right; width:30px; height:30px; background-image:url(/images/chat-images/chat-close-btn.png); background-repeat:no-repeat; background-size:15px; background-position:center center}
.si-addplayersname{ display:table-cell; height:30px; vertical-align:middle;}
.si-addandsuspenddv .si-groupadmin{ position: absolute; right:0; height: 30px; line-height: 30px; padding-right: 10px; color: #696969;font-size: 14px;font-weight: 500;}

/* checkbox css */
.si-chatmaindv .si-chatcheckbox{position:relative;height:15px;float:right;vertical-align:middle;margin-top:9px}.si-chatmaindv input[type="checkbox"]{margin:0;width:15px;height:15px;display:inline-block;opacity:0;filter:alpha(opacity=0);background-color:transparent;position:relative;z-index:99;cursor:pointer}.si-chatmaindv .si-chatcustomcheckbox{position:absolute;width:15px;height:15px;left:0;top:0;bottom:0;margin:auto;border:1px solid #d3d1d2}.si-chatmaindv input[type="checkbox"]:checked + .si-chatcustomcheckbox{background:url(/images/chat-images/checkbox.png) no-repeat center center;background-size:11px auto;border-color:#82be51}
.si-chatcustomcheckbox{ cursor:pointer;}
.si-memberCheckBox[disabled="true"] + .si-chatcustomcheckbox{-webkit-filter: grayscale(100%);filter: grayscale(100%); cursor:default; opacity:0.3;-webkit-user-select: none; -moz-user-select: none;-ms-user-select: none;user-select: none;}
.si-memberCheckBox[disabled="true"] + .si-chatcustomcheckbox,.si-memberCheckBox[disabled="true"]{ cursor:default!important}
/* popup center css */
.si-chatppcommontxt{ margin-bottom:15px;}
.si-chatppcommon{position:absolute;padding:15px;background-color:#fff; -webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);top: 50%;left: 50%;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 0 5px #000;-moz-box-shadow:0 0 5px #000;-o-box-shadow:0 0 5px #000;-ms-box-shadow:0 0 5px #000;box-shadow:0 0 5px #000;z-index:999; min-width:260px; }

/* Message alert css */
.si-chatmessagealert{-webkit-border-radius:30px;-moz-border-radius:30px;-o-border-radius:30px;-ms-border-radius:30px;border-radius:30px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000; border:2px solid #a03b41;}

/* Setting */
.si-chateditname{ display:table; position:absolute;right:15px; top:0; bottom:0; margin:auto; font-weight:400; cursor:pointer; color:#009fe3}
.si-chateditname span{ display:table-cell; vertical-align:middle; height:40px; position:relative;}
.si-chateditname span:after{ content:""; position:absolute; bottom:11px; height:1px; left:0; right:0; background-color:#009fe3;}
.si-mggacontainer{ height:100px; padding:10px; background-color:#fff; position:relative;}
.si-mggacontrow{ position:relative;}
.si-chatmaindv .si-chatsetting article{ top:180px;}
.si-mggacontainer .si-grouplistdetailsbase{ height:45px}
.si-mggacontrow.si-disabled{-webkit-filter: grayscale(100%);filter: grayscale(100%); cursor:default; opacity:0.3;-webkit-user-select: none; -moz-user-select: none;-ms-user-select: none;user-select: none; }
.si-addnewmembers ul li{ display:table; width:100%; border-bottom:1px solid #e1e1e2}
.si-addnewmembers ul li span{ display:table-cell; height:30px; vertical-align:middle;}
.si-addnewmembers ul li span.firstChild{ font-size:14px; font-weight:500;}
.si-addnewmembers .si-groupadmin{ width:100px; text-align:center; color:#696969; font-size:14px; font-weight:500;}
.si-chatmaindv .si-chatsetting article .si-articlebasedv{ top:100px; bottom:40px;}
.si-chatmaindv .si-chatsetting article .si-articlebasedv.si-defaultLeagueNoEditing{top:60px;}
.si-chatmaindv hr{ margin:15px 10px; height:6px; background-image:url(/images/chat-images/line.png); background-repeat:no-repeat; background-position:center center; background-size:100%; border:0;}
.si-editmembersheader{ padding:0 10px;}
.si-totalmember{ padding-right:100px;display:table; width:100%; position:relative; border-bottom:1px solid #e1e1e2; margin-bottom:5px;}
.si-totalmember .firstChild{ height:30px; display:table-cell; vertical-align:middle;font-size:16px; font-weight:500; color:#515151}
.si-totalmember .secondChild{ width:80px; height:20px; position:absolute; right:0; top:0; bottom:0; margin:auto; padding-top:4px; text-align:center; color:#009fe3; cursor:pointer;}
.si-totalmember .secondChild span{ display:inline-block; position:relative}
.si-totalmember .secondChild span:after{ content:""; height:1px; background-color:#009fe3; left:0; right:0; bottom:-1px; position:absolute}
.si-addnewmember{ padding-left:35px; position:relative; display:table; width:100%;}
.si-addnewmember .si-chataddbtn{ position:absolute; left:0; top:-3px; width:30px; height:30px; padding:3px 0;border:0; background-color:transparent;}
.si-addnewmember .secondChild{ display:table-cell; vertical-align:middle; height:30px;font-size:14px; font-weight:500; color:#515151}
.si-mggacontainer .si-grouplistdetails .firstChild{ font-size:14px; font-weight:500; color:#002c5f}
.si-mggacontainer .si-grouplistdetails .thirdChild{ height:16px; font-size:14px; font-weight:400; color:#696969; padding-top:1px;}


.si-chatmaindv .si-createnewgroup article{top:230px;}
.si-chatmaindv .si-createnewgroup .si-articlebasedv{ top:25px; bottom:40px;overflow:hidden}
.si-chatselectdropdown{ position:relative;}
.si-chatselectdropdown.si-chatLeagueError .si-chatselectdropdownselected,.si-chatinputname.si-chatLeagueNameError input{ border-color:#cc0000}
.si-chatselectdropdownoption{ position:absolute; top:31px; left:0; right:0; max-height:300px; background-color:#fff; padding:10px;border:1px solid #009fe3; z-index:99; overflow:auto; -webkit-overflow-scrolling: auto;-moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);box-shadow: 1px 2px 3px rgba(0,0,0,0.3);-ms-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);}
.si-chatselectdropdownoption ul li{ padding:5px; border-bottom:1px solid #dcdcdc; cursor:pointer;}
.si-chatselectdropdownoption ul li:last-child{ border:0;}
.si-selectgrupiconandname{ padding:15px 10px; position:relative; background-color:#fff}
.si-selectgrupiconandnamehd{ text-transform:uppercase; font-weight:700; font-size:16px; color:#002c5f; padding-bottom:5px;}
.si-chatselectdropdownselected{ border:1px solid #009fe3; display:table; width:100%;  height:30px; padding:0 40px 0 10px; cursor:pointer;}
.si-chatselectdropdownselected span{ display:table-cell; vertical-align:middle; height:30px; text-transform:uppercase;}
.si-selectgrupiconandnameRow{ padding-bottom:15px;}
.si-chatselectdropdownoption{ display:none;}
.si-chatselectdropdownselected:after{ content:""; width:30px; height:31px; position:absolute; right:0; top:0; bottom:0; background-image:url(/images/dropdown-arrow.png); background-repeat:no-repeat; background-size:12.5px; background-position:center center; -moz-transform: rotate(180deg);    -webkit-transform: rotate(180deg); transform: rotate(180deg);}
.si-chatselectdropdown.active .si-chatselectdropdownoption{ display:block;}
.si-chatinputname input{ height:30px; width:100%; border:1px solid #009fe3; padding:5px 10px; color:#000;}
.si-selcetgroupiconhd{ padding:7px 10px 7px 10px;text-transform: uppercase;font-weight: 700;font-size: 16px;color: #002c5f;}
.si-selectgrouparea{ text-align:center; text-align: center;position: absolute;left: 0;right: 0;top:0;bottom: -10px;overflow: auto;overflow-x: hidden;-webkit-overflow-scrolling: auto;}
.si-selectgrouparea .si-groupname{ width:60px; height:60px; display:inline-block; vertical-align:middle; position:relative; background-size:642px auto;background-position: -6px -5px; transform:inherit; left:auto; right:auto; top:auto; botom:auto;}
.si-selectgrouparea .si-groupname.si-g1 {background-position: -6px -5px;}
.si-selectgrouparea .si-groupname.si-g2 {background-position: -70px -5px;}
.si-selectgrouparea .si-groupname.si-g3 {background-position: -133px -5px;}
.si-selectgrouparea .si-groupname.si-g4 {background-position: -197px -5px;}
.si-selectgrouparea .si-groupname.si-g5 {background-position: -260px -5px;}
.si-selectgrouparea .si-groupname.si-g6 {background-position: -323px -5px;}
.si-selectgrouparea .si-groupname.si-g7 {background-position: -386px -5px;}
.si-selectgrouparea .si-groupname.si-g8 {background-position: -450px -5px;}
.si-selectgrouparea .si-groupname.si-g9 {background-position: -513px -5px;}
.si-selectgrouparea .si-groupname.si-g10 {background-position: -576px -5px;}
.si-selectgrouparea .si-groupname.si-g11 {background-position: -7px -69px;}
.si-selectgrouparea .si-groupname.si-g12 {background-position: -70px -69px;}
.si-selectgrouparea .si-groupname.si-g13 {background-position: -133px -69px;}
.si-selectgrouparea .si-groupname.si-g14 {background-position: -196px -69px;}
.si-selectgrouparea .si-groupname.si-g15 {background-position: -260px -69px;}
.si-selectgrouparea .si-groupname.si-g16 {background-position: -323px -69px;}
.si-selectgrouparea .si-groupname.si-g17 {background-position: -386px -69px;}
.si-selectgrouparea .si-groupname.si-g18 {background-position: -450px -69px;}
.si-selectgrouparea .si-groupname.si-g19 {background-position: -513px -69px;}
.si-selectgrouparea .si-groupname.si-g20 {background-position: -576px -69px;}
.si-selectgrouparea .si-groupname.si-g21 {background-position: -6px -132px;}
.si-selectgrouparea .si-groupname.si-g22 {background-position: -70px -132px;}
.si-selectgrouparea .si-groupname.si-g23 {background-position: -133px -132px;}
.si-selectgrouparea .si-groupname.si-g24 {background-position: -196px -132px;}
.si-selectgrouparea .si-groupname.si-g25 {background-position: -260px -132px;}
.si-selectgrouparea .si-groupname.si-g26 {background-position: -322px -132px;}
.si-selectgrouparea .si-groupname.si-g27 {background-position: -386px -132px;}
.si-selectgrouparea .si-groupname.si-g28 {background-position: -450px -132px;}
.si-selectgrouparea .si-groupname.si-g29 {background-position: -513px -132px;}
.si-selectgrouparea .si-groupname.si-g30 {background-position: -575px -132px;}
.si-selectgrouparea .si-groupname.si-g31 {background-position: -7px -195px;}
.si-selectgrouparea .si-groupname.si-g32 {background-position: -69px -195px;}

.si-selectgrouparea ul li{display:inline-block; padding:12px; cursor:pointer;}
.si-selectgrouparea ul li.active{ background-color:#ccecf9; cursor:default;}

/* Edit Group */
.si-chatppcommon{}
.si-chatepphead{ text-align:center; color:#08315c; font-weight:500; font-size:16px; padding:5px 0 10px 0;text-transform:uppercase;}
.si-chateditgroupinput input{ border:1px solid #dcdcdc; padding:5px; width:100%; color:#000;  text-transform:uppercase;}
.si-chateditgroupinputlabel{ padding:3px 0;}
.si-inputmaxcharacters label,.si-chatinputerror label{ font-weight:400; font-size:11px; color:#6b6b6b; font-style:italic;}
.si-chatinputerror label{ color:#cc0000}
.si-chateditgroup .si-chatbottombase{ padding-top:15px;}
.si-chatppcommon ::-webkit-input-placeholder {color:#000; font-style:italic;}
.si-chatppcommon :-moz-placeholder {color: #000; font-style:italic;}
.si-chatppcommon ::-moz-placeholder {color: #000; font-style:italic;}
.si-chatppcommon :-ms-input-placeholder {  color:#000;font-style:italic;}

@media (max-width: 360px) { 
.si-chatmasthead  .max15char.firstChild{ width:138px; text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
}

@media (max-width: 767px) { 
.si-chatmaindv{ width:auto; height:auto; position:fixed; left:10px; right:10px; top:10px; bottom:10px; }
.si-chatmasthead:before,.si-chatmasthead:after{ display:none;}
.si-chatmaindv:before{ content:""; background-color:rgba(0,0,0,0.8); position:fixed; left:-11px; right:-11px; top:-11px; bottom:-11px;}
.si-chatclose{ background-size:30px;}
.si-selectgrouparea ul li{ padding:5px;}
.si-selectgrouparea .si-groupname{ width:50px; height:50px; background-size:537px auto;}
.si-selectgrouparea .si-groupname.si-g1 {background-position: -6px -5px;}
.si-selectgrouparea .si-groupname.si-g2 {background-position: -59px -5px;}
.si-selectgrouparea .si-groupname.si-g3 {background-position: -112px -5px;}
.si-selectgrouparea .si-groupname.si-g4 {background-position: -166px -5px;}
.si-selectgrouparea .si-groupname.si-g5 {background-position: -219px -5px;}
.si-selectgrouparea .si-groupname.si-g6 {background-position: -272px -5px;}
.si-selectgrouparea .si-groupname.si-g7 {background-position: -326px -5px;}
.si-selectgrouparea .si-groupname.si-g8 {background-position: -379px -5px;}
.si-selectgrouparea .si-groupname.si-g9 {background-position: -432px -5px;}
.si-selectgrouparea .si-groupname.si-g10 {background-position: -485px -5px;}
.si-selectgrouparea .si-groupname.si-g11 {background-position: -6px -58px;}
.si-selectgrouparea .si-groupname.si-g12 {background-position: -58px -58px;}
.si-selectgrouparea .si-groupname.si-g13 {background-position: -111px -58px;}
.si-selectgrouparea .si-groupname.si-g14 {background-position: -165px -58px;}
.si-selectgrouparea .si-groupname.si-g15 {background-position: -217px -58px;}
.si-selectgrouparea .si-groupname.si-g16 {background-position: -270px -58px;}
.si-selectgrouparea .si-groupname.si-g17 {background-position: -323px -58px;}
.si-selectgrouparea .si-groupname.si-g18 {background-position: -377px -58px;}
.si-selectgrouparea .si-groupname.si-g19 {background-position: -430px -58px;}
.si-selectgrouparea .si-groupname.si-g20 {background-position: -482px -58px;}
.si-selectgrouparea .si-groupname.si-g21 {background-position: -6px -111px;}
.si-selectgrouparea .si-groupname.si-g22 {background-position: -59px -111px;}
.si-selectgrouparea .si-groupname.si-g23 {background-position: -112px -111px;}
.si-selectgrouparea .si-groupname.si-g24 {background-position: -165px -111px;}
.si-selectgrouparea .si-groupname.si-g25 {background-position: -217px -111px;}
.si-selectgrouparea .si-groupname.si-g26 {background-position: -271px -111px;}
.si-selectgrouparea .si-groupname.si-g27 {background-position: -323px -111px;}
.si-selectgrouparea .si-groupname.si-g28 {background-position: -376px -111px;}
.si-selectgrouparea .si-groupname.si-g29 {background-position: -430px -111px;}
.si-selectgrouparea .si-groupname.si-g30 {background-position: -482px -111px;}
.si-selectgrouparea .si-groupname.si-g31 {background-position: -6px -164px;}
.si-selectgrouparea .si-groupname.si-g32 {background-position: -58px -164px;}

.ns-growl,.si-typinginputareabase input,.si-addnewmembers ul li span.firstChild,.si-mggacontainer .si-grouplistdetails .thirdChild{ font-size:12px;}
.si-chathead .secondChild{ font-size:11px; line-height:17px;}
.si-emoticons{height: 297px; top: -297px;}
.si-cmHeader{ font-size:16px;}
}

.animated{-webkit-animation-duration:1s; animation-duration:1s; -webkit-animation-fill-mode:both; animation-fill-mode:both }

@-webkit-keyframes fadeInUp {0% {opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); } 100% {opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } }
@keyframes fadeInUp {0% {opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); } 100% {opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } }
.fadeInUp {-webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

@-webkit-keyframes fadeOutDown {0% {opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } 100% {opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); } }
@keyframes fadeOutDown {0% {opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } 100% {opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); } }
.fadeOutDown {-webkit-animation-name: fadeOutDown; animation-name: fadeOutDown; }

@-webkit-keyframes zoomIn {0% {opacity: 0; -webkit-transform: scale(.3); transform: scale(.3); } 50% {opacity: 1; } }
@keyframes zoomIn {0% {opacity: 0; -webkit-transform: scale(.3); -ms-transform: scale(.3); transform: scale(.3); } 50% {opacity: 1; } }
.zoomIn {-webkit-animation-name: zoomIn; animation-name: zoomIn; }

