﻿/*=============================================
	Toolbar
===============================================*/
#toolbarside {
  overflow: hidden;
  width: 40px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  color: #fff;
  font-family: FontAwesome, Arial, Verdana, Helvetica, sans-serif;
  z-index: 999;
  background-color: #1E2D33;
  font-weight: normal;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
#toolbar a,
#toolbar a:hover,
#toolbar a:active {
  color: #B4B4B4;
}
#toolbar {
  overflow: hidden;
  width: 100%;
  height: 38px;
  position: fixed;
  bottom: 0;
  left: 0;
  color: #303030;
  font-family: FontAwesome, Arial, Verdana, Helvetica, sans-serif;
  z-index: 998;
  background-color: transparent;
  font-weight: normal;
  font-size: 12px;
}
.toolbarleftend {
  float: left;
  width: 25px;
  height: 38px;
}
.toolbarleftend img {
  margin-left: -35px;
  margin-top: -45px;
  position: fixed;
  z-index: 10;
}
.toolbarrightend {
  float: right;
  width: 42px;
  height: 38px;
}
.toolbarleftside {
  float: left;
  padding-top: 7px;
  color: #fff;
  background-color: #34353A;
  margin-top: 3px;
}
.toolbarrightside {
  float: right;
  margin-top: 10px;
}
.toolbartopside {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 41px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #aaa;
}
.toolbarbottomside {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 39px;
  margin: 0;
  padding: 0;
  border-top: 1px solid #aaa;
}
.toolbarmidside {
  position: absolute;
  top: 200px;
  right: 0;
  width: 40px;
  min-height: 40px;
  margin: 0;
  padding: 0;
}
.toolbarbuttonbox {
  position: fixed;
  top: 0;
  height: 40px;
  padding: 0;
  z-index: 1000;
  background-color: transparent;
}
.toolbaricona {
  right: -150px;
  width: 190px;
  margin: 2px 0 0 0;
}
.toolbariconb {
  right: -250px;
  width: 290px;
  margin: 200px 0 0 0;
}
.toolbariconc {
  right: 0;
  width: 40px;
  margin: 242px 0 0 0;
}
.toolbaricond {
  right: 0;
  width: 40px;
  margin: 284px 0 0 0;
}
.toolbaricone {
  right: 0;
  width: 40px;
  margin: 326px 0 0 0;
}
.toolbariconf {
  right: 0;
  width: 40px;
  margin: 368px 0 0 0;
}
.toolbaricong {
  right: 0;
  width: 40px;
  margin: 410px 0 0 0;
}
.toolbariconh {
  right: 0;
  width: 40px;
  margin: 452px 0 0 0;
}
.toolbarbuttonbox div {
  float: left;
}
.toolbarlogoutboxlinks {
  width: 150px;
  float: left;
}
.toolbarlogintitle {
  width: 150px;
  float: left;
  color: #fff;
  text-align: left;
}
.toolbarloginlinks {
  width: 150px;
  float: left;
  color: #fff;
  text-align: left;
}
.toolbarloginlinks span {
  cursor: pointer;
}
.toolbaritem,
.toolbarmenu {
  width: auto;
  padding: 0 5px 0 5px;
  float: left;
}
.toolbarmenu {
  cursor: pointer;
  margin-right: 5px;
}
.toolbarmenupopup {
  bottom: -230px;
  right: 14%;
  position: fixed;
  height: 220px;
  width: 210px;
  border: 0;
  padding: 0;
  overflow: hidden;
  color: #000;
  -moz-border-radius: 15px 15px 0px 0px;
  -webkit-border-radius: 15px 15px 0px 0px;
  border-radius: 15px 15px 0px 0px;
  border-top: 2px solid #464545;
  border-left: 2px solid #464545;
  border-right: 2px solid #464545;
  background-color: #EEEEEE;
  opacity: 0.0;
  -moz-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.23);
  -webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.23);
  box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.23);
  z-index: 1000;
}
.toolbarmenupopup ul {
  padding: 0;
  margin: 6% 5% 0 5%;
  width: 90%;
  height: 90%;
  overflow: auto;
  padding-bottom: 2px;
  color: #000;
}
.toolbarmenupopup li {
  float: left;
  background-color: #EEEEEE;
  color: #000;
  width: 90%;
  margin-bottom: 5px;
}
/*===============================================*/
.toolbarpanel {
  margin: 0;
  padding: 0;
  width: 300px;
  float: left;
  color: #808080;
  font-size: 12px;
  position: absolute;
  left: 200px;
  top: 200px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  background-color: #6FB419;
}
.toolbarpanelleft {
  float: left;
  width: 97%;
  padding: 0.5%;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #ebebeb 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(left, #ffffff 0%, #ebebeb 100%);
  background: -o-linear-gradient(left, #ffffff 0%, #ebebeb 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, #ebebeb 100%);
  background: linear-gradient(to right, #ffffff 0%, #ebebeb 100%);
}
.toolbarpaneright {
  width: 2%;
  padding: 0;
  margin: 0;
  margin-top: 48%;
  margin-left: 99%;
  position: relative;
}
.toolbarpanelbox {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.toolbarpaneltitle {
  text-align: left;
  float: left;
  width: 95%;
  padding: 0;
  margin: 5px 0 5px 5%;
  font-size: 14px;
  font-weight: bold;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #e1e1e1 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #e1e1e1));
  background: -webkit-linear-gradient(left, #ffffff 0%, #e1e1e1 100%);
  background: -o-linear-gradient(left, #ffffff 0%, #e1e1e1 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, #e1e1e1 100%);
  background: linear-gradient(to right, #ffffff 0%, #e1e1e1 100%);
}
.toolbarpanelbox ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: transparent;
  text-align: left;
}
.toolbarpanelbox ul li {
  float: left;
  width: 93%;
  padding: 0;
  margin: 0 0 0 7%;
  background-color: transparent;
}
/*========================================================*/
.textflash {
  color: #ff6a00;
}
.chatpagenav {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 20px 20px 20px 20px;
  background-color: #6FB419;
  color: #fff;
  border: 1px solid #464545;
}
.chattoolbaralert {
  float: left;
  margin-right: 5px;
}
.chatbox {
  float: left;
  width: 600px;
  padding: 5px;
  height: 600px;
  position: absolute;
  background-color: transparent ;
  /*#EEEEEE ;*/
  left: 50px;
  bottom: -700px;
}
.chatboxleft {
  float: left;
  width: 10px;
  margin: 20% 0 0 0;
  height: 300px;
  border-radius: 10px 0 0 10px;
  background-color: #EEEEEE;
  border-left: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 10px 10px 10px 0;
}
.chatboxright {
  float: left;
  width: 400px;
  border-radius: 10px 10px 10px 10px;
  background-color: #f6f6f6;
  border: 1px solid #d4d4d4;
  padding: 0;
  -webkit-box-shadow: 0 0 5px 5px rgba(50, 50, 50, 0.1);
  box-shadow: 0 0 5px 5px rgba(50, 50, 50, 0.1);
}
.chatboxleftbutton {
  float: left;
  width: 10px;
  height: 300px;
  margin: 0;
  padding: 0;
  background-color: yellow;
}
.chatboxleft ul {
  float: left;
  width: 130px;
  margin: 5px;
  padding: 0;
}
.chatboxoutput {
  float: left;
  width: 96%;
  margin: 3px 2%;
  overflow: auto;
  height: 450px;
  border: 1px solid #d4d4d4;
}
.chatboxleft ul li {
  float: left;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #d4d4d4;
  cursor: pointer;
}
.chatuserloggedout,
.chatuserloggedint,
.chatusergroupicon {
  float: left;
  width: 20px;
  height: 20px;
  margin: 0 1% 0 0;
  padding: 0;
}
.chatuserloggedout {
  background-image: url(/Resource/Images/Sprite/20x20.fw.png);
  background-repeat: no-repeat;
  background-position: -120px -1000px;
}
.chatuserloggedint {
  background-image: url(/Resource/Images/Sprite/20x20.fw.png);
  background-repeat: no-repeat;
  background-position: -80px -1000px;
}
.chatusergroupicon {
  background-image: url(/Resource/Images/Sprite/20x20.fw.png);
  background-repeat: no-repeat;
  background-position: -40px -1060px;
}
.chatitemrow {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.chatusertitle {
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
}
.chatusergrouptitle {
  float: left;
  width: 100%;
  margin: 5px 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}
/*-----------------------------------*/
.chatitemnameleft {
  float: left;
  margin: 0 0 0 30px;
  border-bottom: 1px solid #d4d4d4;
}
.chatitemtimeleft {
  float: right;
  margin: 0 60px 0 0;
  color: #aaa;
  font-weight: bold;
}
.chatitemmessageleft {
  float: left;
  margin: 0 0 0 10px;
  width: 280px;
  text-align: left;
  border: 1px solid #a7a7a7;
  background-color: #EEEEEE;
  border-radius: 10px;
  padding: 10px;
  min-height: 30px;
}
.chatitemnameright {
  float: right;
  margin: 0 20px 0 0;
  border-bottom: 1px solid #d4d4d4;
}
.chatitemtimeright {
  float: left;
  margin: 0 0 0 80px;
  color: #aaa;
  font-weight: bold;
}
.chatitemmessageright {
  float: left;
  margin: 0 0 0 55px;
  width: 280px;
  text-align: left;
  border: 1px solid #a7a7a7;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  min-height: 30px;
}
.chatitemarrowleft {
  background: url(/resource/images/ChatArrowL.png) no-repeat;
  width: 30px;
  height: 10px;
  margin: -2px 0 0 30px;
  float: left;
}
.chatitemarrowright {
  background: url(/resource/images/ChatArrowR.png) no-repeat;
  width: 30px;
  height: 10px;
  margin: -2px 30px 0 0;
  float: right;
}
.chatitempageleft {
  float: left;
  margin: 0 0 0 10px;
  width: 280px;
  text-align: center;
  padding: 5px 10px;
  border: 1px solid #464545;
  background-color: #6FB419;
  color: #fff;
  cursor: pointer;
}
.chatitempageright {
  float: right;
  margin: 0;
  width: 280px;
  text-align: center;
  padding: 5px 10px;
  border: 1px solid #464545;
  background-color: #6FB419;
  color: #fff;
  cursor: pointer;
}
.chatitemli {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}
/*-----------------------------------*/
.chatboxtitle {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
  background-color: #1E2D33;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 10px 0;
  margin: 0;
}
.chatboxright ul {
  float: left;
  width: 360px;
  margin: 0;
  padding: 0;
}
.chatboxinput {
  float: left;
  width: 100%;
}
.chatboxinputsmall {
  float: left;
  width: 100%;
  margin: 2px 0;
  padding: 2px 0;
}
.chatboxinput input {
  float: left;
  width: 95%;
  margin: 2%;
  height: 50px;
  border: 1px solid #d4d4d4;
}
.chatboxsend {
  float: right;
  margin: 5px 10px;
  cursor: pointer;
}
.chatboxtextarea {
  width: 380px;
  height: 50px;
  float: left;
  margin: 0 8px;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  color: #464545;
}