.jsxc_online,.jsxc_chat {
	border-left: 4px solid #00BFFF !important;
}

.jsxc_away,.jsxc_xa {
	border-left: 4px solid orange !important;
}

.jsxc_dnd {
	border-left: 4px solid red !important;
}

.jsxc_offline {
	border-left: 4px solid #A4A4A4 !important;
}

.jsxc_hidden {
	display: none;
}

.jsxc_invalid {
	border: 2px solid red !important;
}

p.jsxc_right {
	text-align: right;
}

p.jsxc_center {
	text-align: center;
}

li.jsxc_sep {
	border-top: 1px solid black;
}

/*############################ 
 *########## Dialog ########## 
 *############################*/
#jsxc_dialog {
	padding: 10px;
	min-width: 300px;
	background-color: white;
    border-radius: 25px;
}

#jsxc_dialog ul {
    list-style: none;
}

#jsxc_dialog ul, #jsxc_dialog li {
    margin: 0px;
    padding: 0px;
}

#jsxc_dialog p {
	margin-bottom: 1em;
}

#jsxc_dialog h3 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}

#jsxc_dialog p input {
	margin-bottom: 5px;
	width: 60%;
	outline: none;
}

#jsxc_dialog p input[type="submit"] {
	width: auto;
}

#jsxc_dialog p label {
	display: block;
	width: 30%;
	float: left;
	padding: 6px 0px;
}

#jsxc_dialog .jsxc_right {
	margin-top: 20px;
}

#jsxc_dialog p.jsxc_maxWidth {
	max-width: 500px;
}

#jsxc_dialog fieldset {
	border: 2px solid #ccc;
}

#jsxc_dialog legend {
	padding: 0px 10px;
	font-weight: bold;
}

#jsxc_dialog input {
	outline: none;
}

#jsxc_dialog input:invalid {
	border:1px solid red;
}

#jsxc_dialog .jsxc_fieldset {
	width: 280px;
	padding: 10px;
	border-radius: 3px;
}

#jsxc_dialog .jsxc_fieldset label {
	display: inline-block;
	width: 100px;
}

#jsxc_dialog .jsxc_fieldset input[type="Number"] {
   display: inline-block;
   width: 50px;
}

#jsxc_dialog input[readonly] {
	background-color: #efefef;
}

/*############################ 
 *########## Overall ######### 
 *############################*/
li .jsxc_name {
	overflow: hidden;
	height: 30px;
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
}
li .jsxc_name:hover {
   color: #FAFAFA;
}

.jsxc_avatar,ul#jsxc_buddylist li:hover .jsxc_avatar {
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin-top: 2px;
	margin-right: 4px;
	background-color: #a3a3a3;
	border-radius: 2px;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #b1b1b1;
	overflow: hidden;
	position: relative;
	font-family: Arial;
	background-size: cover;
	background-position: center center;
}

.jsxc_avatar img {
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.jsxc_spot {
	display: inline-block;
   width: 10px;
   height: 10px;
   background-color: #fff;
   border-radius: 5px;
   text-indent: -99999em;
   margin-top: 3px;
   margin-right: 5px;
   border: 1px solid #000 !important;
   line-height: 100%;
   cursor: pointer;
}

.jsxc_spot.jsxc_online, .jsxc_spot.jsxc_chat {
   background-color: #00BFFF;
}

.jsxc_spot.jsxc_away, .jsxc_spot.jsxc_xa {
   background-color: orange;
}

.jsxc_spot.jsxc_dnd {
   background-color: red;
}

.jsxc_spot.jsxc_offline {
   background-color: #A4A4A4;
}

/*############################ 
 *########## Roster ########## 
 *############################*/
div#jsxc_roster {
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 200px;
	overflow: visible;
	border-left: 4px solid #A4A4A4;
	z-index: 80;
	margin-left: 10px;
	box-shadow: 0px 0px 7px #000000;
	background-color: #383C43;
}

div#jsxc_roster .slimScrollDiv {
	left: -4px;
	margin-bottom: 30px;
	z-index: 40;
}

div#jsxc_roster .jsxc_wait {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 160px;
	padding: 20px;
	background-color: #fff;
	z-index: 60;
}

div#jsxc_roster .jsxc_wait img {
	padding: 5px;
}

div#jsxc_roster .jsxc_wait h3 {
	margin-bottom: 5px;
	font-size: 1.13em;
	font-weight: bold;
}

/** Input field for alias renaming */
#jsxc_roster input {
	position: absolute;
	top: 50%;
	left: 31px;
	width: 157px;
	height: 18px;
	margin-top: -11px;
	padding: 2px;
	border: 0px;
	background-image: none;
	background-color: #fff;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 5px #888;
	-webkit-box-shadow: inset 0 0 5px #888;
	box-shadow: inner 0 0 5px #888;
	outline: none;
}

#jsxc_roster .jsxc_expand input {
   left: 51px;
   width: 137px;
}

div#jsxc_roster p {
	color: #939393;
	padding: 10px;
}

div#jsxc_roster p a {
	color: #b1b1b1;
	text-decoration: underline;
}

div#jsxc_roster>.jsxc_bottom {
	position: absolute;
	left: -4px;
	bottom: 0px;
	height: 30px;
	width: 200px;
	border-left: 4px solid #A4A4A4;
	border-top: 1px solid #939393;
	padding-left: 0px;
	background-color: #282323;
	color: #939393;
	cursor: pointer;
	line-height: 30px;
	z-index: 50;
}

div#jsxc_roster>.jsxc_bottom>div:hover {
	color: #FAFAFA;
}

div#jsxc_roster>.jsxc_bottom>div>span {
	cursor: pointer;
}

div#jsxc_roster>.jsxc_bottom ul {
	width: 190px;
	position: absolute;
	bottom: 30px;
	left: 0px;
	display: none;
	border-top: 1px solid #939393;
	padding-left: 10px;
	background-color: #282323;
	margin: 0;
}

div#jsxc_roster>.jsxc_bottom li {
	height: 30px;
	background-color: #282323;
	color: #939393;
	cursor: pointer;
	width: 180px;
	padding-left: 10px;
	line-height: 30px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div#jsxc_roster>.jsxc_bottom li:hover:not(.jsxc_disabled ) {
	color: #fff;
	background-color: #3F8FBA;
}

div#jsxc_roster>.jsxc_bottom li.jsxc_disabled {
	color: #595959;
	cursor: default;
}

div#jsxc_roster>.jsxc_bottom ul li:last-child {
	border-bottom: 1px solid #939393;
}

#jsxc_menu,#jsxc_avatar,#jsxc_notice {
	height: 30px;
	width: 30px;
}

/** own avatar */
#jsxc_avatar {
	float: left;
	margin: 0px 2px;
	width: 25px;
}

#jsxc_menu {
	cursor: pointer;
	float: right;
	text-align: center;
	width: 25px;
}

#jsxc_menu>span {
	opacity: 0.5;
	display: block;
	width: 25px;
	height: 30px;
	background-image: url('img/gear_white.svg');
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center center;
}

#jsxc_menu:hover>span {
	opacity: 1;
}

#jsxc_notice {
	float: right;
	text-align: center;
	line-height: 30px;
}

#jsxc_notice>span:empty {
	display: none;
}

#jsxc_notice span {
	background-color: #fbc14c;
	border-radius: 11px;
	color: black;
	font-size: 80%;
	padding: 2px;
	position: relative;
	-webkit-animation: bounce 2s 1s infinite;
	animation: bounce 2s 1s infinite;
}

@-webkit-keyframes bounce {
   0% {
      bottom: 0;
      -webkit-animation-timing-function: ease-in;
   }
   12% {
      bottom: 5px; 
      -webkit-animation-timing-function: ease-out;
   }
   25% {
      bottom: 0px;
      -webkit-animation-timing-function: ease-in;
   }
   37% {
      bottom: 5px;
      -webkit-animation-timing-function: ease-out;
   }
   50% {
      bottom: 0px;
      -webkit-animation-timing-function: ease-in;
   }
   100% {
      bottom: 0px;
   }
}

@keyframes bounce {
   0% {
      bottom: 0;
      animation-timing-function: ease-in;
   }
   12% {
      bottom: 5px; 
      animation-timing-function: ease-out;
   }
   25% {
      bottom: 0px;
      animation-timing-function: ease-in;
   }
   37% {
      bottom: 5px;
      animation-timing-function: ease-out;
   }
   50% {
      bottom: 0px;
      animation-timing-function: ease-in;
   }
   100% {
      bottom: 0px;
   }
}


#jsxc_presence {
	cursor: pointer;
	padding-left: 2px;
	overflow: hidden;
}

/** List of all buddies inside the roster */
ul#jsxc_buddylist {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 204px;
}

ul#jsxc_buddylist li {
	padding: 0px;
	margin: 0px;
	height: 30px;
	border-bottom: 1px solid #939393;
	cursor: pointer;
	width: 200px;
	position: relative;
	color: #939393;
	font-family: Arial;
	line-height: 30px;
	padding-left: 3px;
	z-index: 85;
	overflow: hidden;
}

ul#jsxc_buddylist .jsxc_name {
	padding-right: 30px;
}

ul#jsxc_buddylist li .jsxc_name:before {
	content: ' ';
	width: 0px;
	height: 0px;
	display: inline-block;
	opacity: 0.0;
	-webkit-transition: width 0.5s, opacity 0.5s;
   transition: width 0.5s, opacity 0.5s;
}

ul#jsxc_buddylist li.jsxc_unreadMsg .jsxc_name:before {
   width: 12px;
   height: 12px;
   border-radius: 6px;
   background-color: orange;
   margin-right: 3px;
   opacity: 1.0;
   -webkit-transition: width 0.5s, opacity 0.5s;
   transition: width 0.5s, opacity 0.5s;
}

ul#jsxc_buddylist li.jsxc_expand {
	height: 54px;
}

ul#jsxc_buddylist li.jsxc_expand .jsxc_avatar, ul#jsxc_buddylist li.jsxc_expand .jsxc_avatar img {
	width: 48px;
	height: 48px;
}

#jsxc_buddylist .jsxc_control {
   position:absolute;
   width: 30px;
   height: 30px;
   top: 0px;
   right: 0px;
   cursor: pointer;
}

#jsxc_buddylist .jsxc_control:after {
	content: '▾';
	position: absolute;
	left: 50%;
	top: 15px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	margin-left: -8px;
	margin-top: -8px;
	border-radius: 8px;
	color: #c1c1c1;
	background-color: rgba(150, 150, 150, 0.5);
	opacity: 0.6;
	-webkit-transition: -webkit-transform 0.5s;
   transition: transform 0.5s;
}

#jsxc_buddylist .jsxc_control:hover:after {
   color: #fff;
	opacity: 1.0;
}

#jsxc_buddylist li.jsxc_expand .jsxc_control:after {
	/* content: '▴'; */
	-ms-transform:rotate(180deg); /* IE 9 */
   -webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}

#jsxc_buddylist .jsxc_options {
    height: 20px;
    float: left;
    border-radius:2px;
    background-color: rgba(150, 150, 150, 0.5);
}
#jsxc_buddylist .jsxc_options > div {
    height: 20px;
    width: 20px;
    float: left;
    margin-right:0px 1px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.6;
    cursor: pointer;
}
#jsxc_buddylist .jsxc_options > div:hover {
	opacity: 1;
}
#jsxc_buddylist .jsxc_chaticon {	
	background-image: url('img/speech_balloon_white.svg');
	background-size: 15px 15px;
}
#jsxc_buddylist .jsxc_videoicon { 
   background-image: url('img/camera_icon_white.svg');
   background-size: 13px 13px;
}
#jsxc_buddylist .jsxc_vcardicon {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-family: serif;
}

ul#jsxc_buddylist li:hover {
	
}

ul#jsxc_buddylist .jsxc_oneway {
	opacity: 0.7;
}
.jsxc_oneway .jsxc_avatar {
	-webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   -o-filter: grayscale(100%);
   filter: grayscale(100%);
}
ul#jsxc_buddylist .jsxc_right {
	float:left;
}
ul#jsxc_buddylist .jsxc_right {
	float: right;
	margin-right: 6px;
}

ul#jsxc_buddylist .jsxc_right div {
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
}

ul#jsxc_buddylist li[data-type!="chat"] .jsxc_right {
	display: none;
}

ul#jsxc_buddylist .jsxc_right div:hover {
	opacity: 1.0;
}

ul#jsxc_buddylist .jsxc_rename {

}

ul#jsxc_buddylist .jsxc_delete {

}

#jsxc_roster .jsxc_avatar {
   position: relative;
   cursor: pointer;
}
#jsxc_roster .jsxc_avatar img {
   cursor: pointer;
}

div#jsxc_toggleRoster {
	width: 14px;
	height: 100%;
	position: absolute;
	left: -14px !important;
	top: 0px;
	z-index: 110;
	background-color: transparent;
	cursor: pointer;
}

#jsxc_toggleRoster:hover {
	background-color: #a4a4a4;
	opacity: 0.5;
}

/*############################ 
 *###### Window List ######### 
 *############################*/
div#jsxc_windowList {
	position: fixed;
	bottom: 0px;
	right: 210px;
	left: 0px;
	z-index: 50;
	clip: rect(-10000px, 10000px, 30px, 30px);
}

div#jsxc_windowList>ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 30px;
	overflow: visible;
	white-space: nowrap;
	-webkit-transition: right 0.5s;
	transition: right 0.5s;
}

div#jsxc_windowList>ul>li {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	width: 250px;
	background-color: #282323;
	height: 30px;
	position: relative;
	overflow: visible;
	margin-right: 5px;
	cursor: pointer;
	white-space: normal;
}

div#jsxc_windowList>ul>li.jsxc_min {
	width: 200px !important;
}

#jsxc_windowListSB {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 30px;
	height: 30px;
}
#jsxc_windowListSB > div {
	box-sizing: border-box;
	width: 14px;
	height: 100%;
	background-color: #D3D3D3;
	color: #999;
	text-align: center;
	line-height: 30px;
	float: left;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#jsxc_windowListSB > div:hover {
	background-color: #c3c3c3;
}
#jsxc_windowListSB > div.jsxc_disabled {
	background-color: #f1f1f1 !important;
	color: #d1d1d1;
	cursor: default !important;
	display: none;
}

/*############################ 
 *######### Window ########### 
 *############################*/
div.jsxc_bar {
	background-color: #282323;
	cursor: pointer;
	height: 30px;
	line-height: 26px;
	padding: 2px;
	color: #939393;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

div.jsxc_cycle {
	position: absolute;
	bottom: 9px;
	right: 5px;
	height: 12px;
	width: 12px;
	border-radius: 6px;
}

div#jsxc_windowList>ul>li.jsxc_unreadMsg .jsxc_name {
	font-style: italic;
}

div#jsxc_windowList>ul>li.jsxc_unreadMsg .jsxc_cycle {
	background-color: orange;
}

/** Contains text area */
div.jsxc_window {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: auto;
	background-color: #A4A4A4;
	z-index: 80;
	cursor: default;
}

div.jsxc_window .jsxc_emoticons {
	height: 30px;
	width: 30px;
	position: absolute;
	top: 240px;
	/*bottom: 0px;*/
	right: 0px;
	cursor: pointer;
}

div.jsxc_window .jsxc_emoticons:after {
	content: ' ';
	background-image: url('img/smiley.png');
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	opacity: 0.3;
	position: absolute;
	top: 0px;
	left: 0px;
}

div.jsxc_window .jsxc_emoticons:hover:after {
	opacity: 0.5;
}

div.jsxc_window .jsxc_emoticons ul {
	display: none;
	position: absolute;
	bottom: 33px;
	right: 3px;
	width: 210px;
	background-color: rgba(40, 35, 35, 0.8);
	padding: 3px;
	border-radius: 3px;
	z-index: 200;
	list-style-type: none;
}

div.jsxc_window .jsxc_emoticons ul:after {
	content: '';
	position: absolute;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid rgba(40, 35, 35, 0.8);
	display: block;
	width: 0;
	z-index: 1;
	right: 6px;
	bottom: -6px;
}

div.jsxc_window .jsxc_emoticons li {
	float: right;
	cursor: pointer;
}

div.jsxc_window .jsxc_emoticons div {
	cursor: pointer;
	border-radius: 3px;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
}

div.jsxc_window .jsxc_emoticons div:hover {
	background-color: rgba(255, 255, 255, 0.8);
}

/** groups elements, which will be hidden, if the window is minimized. */
.jsxc_window .jsxc_fade {
	position: relative;
}

.jsxc_window .jsxc_gradient { 
	display:none;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 15px;
	z-index: 100;
	background: -moz-linear-gradient(top, rgba(164, 164, 164, 1) 0%,
		rgba(40, 35, 35, 0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(164,
		164, 164, 1)), color-stop(100%, rgba(40, 35, 35, 0)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(164, 164, 164, 1) 0%,
		rgba(40, 35, 35, 0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(164, 164, 164, 1) 0%,
		rgba(40, 35, 35, 0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(164, 164, 164, 1) 0%,
		rgba(40, 35, 35, 0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a4a4a4 0%, rgba(40, 35, 35, 0)
		100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4a4a4',
		endColorstr='#00282323', GradientType=0); /* IE6-9 */
}

div.jsxc_window .jsxc_avatar {
	margin-top: 1px;
}

div.jsxc_window .jsxc_textarea {
	width: 100%;
	overflow: hidden;
	padding: 3px;
}

div.jsxc_window .slimScrollDiv {
	margin: 0px 0px 6px 0px;
	left: auto !important;
   top: auto !important;
}

div.jsxc_chatmessage {
	margin: 3px;
	padding: 4px;
	padding-right: 10px;
	max-width: 76%;
	word-wrap: break-word;
	background-color: #fff;
	position: relative;
	outline: none;
	clear: both;
}

div.jsxc_chatmessage a {
	color: blue;
	text-decoration: underline;
}

div.jsxc_chatmessage img {
	width: 19px;
	height: 19px;
	background-size: 19px 19px;
}

/** incoming message */
div.jsxc_in {
	float: left;
	position: relative;
	margin-left: 10px;
	background: #f1f7fd;
	border: solid 1px #a6b8c9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.jsxc_in:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 5px 6px 5px 0;
	border-color: transparent #f1f7fd;
	display: block;
	width: 0;
	z-index: 1;
	left: -6px;
	bottom: 10px;
}

div.jsxc_out.jsxc_received:before {
	content: '✓';
	position: absolute;
	bottom: 2px;
	right: 2px;
	font-size: 12px;
	line-height: 12px;
	color: green;
}

/** outgoing message */
div.jsxc_out {
	float: right;
	position: relative;
	margin-right: 10px;
	background: #e6ffd1;
	border: solid 1px #b4d89f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.jsxc_out:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent #e6ffd1;
	display: block;
	width: 0;
	z-index: 1;
	right: -6px;
	bottom: 10px;
}

/** system message */
div.jsxc_sys {
	width: auto;
	max-width: none;
	padding-right: 4px;
	box-sizing: border-box;
	margin-right: 3px;
	border-radius: 3px;
}

.jsxc_window input.jsxc_textinput {
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 3px;
	padding-right: 40px;
	outline: none;
	border-radius: 0px;
	box-sizing: border-box;
	text-align: right;
}

.jsxc_window ::-webkit-input-placeholder {
	color: #000;
	opacity: 0.3;
}

.jsxc_window ::-moz-placeholder {
	color: #000;
	opacity: 0.3;
} /* firefox 19+ */
.jsxc_window :-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.4);
} /* ie */
.jsxc_window input:-moz-placeholder {
	color: #000;
	opacity: 0.3;
}

div.jsxc_window .jsxc_tools {
	height: 26px;
	float: right;
}

.jsxc_min .jsxc_tools {
	display: none;
}

div.jsxc_window .jsxc_tools > div {
	width: 17px;
   height: 26px;
   display: block;
   float: left;
   color: #939393;
   font-family: Arial;
   line-height: 26px;
   cursor: pointer;
   text-align: center;
}

div.jsxc_settings {
	background-image: url('img/gear_grey.svg');
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: visible;
}

div.jsxc_settings:hover,div.jsxc_settings.hover {
	background-image: url('img/gear_white.svg');
}

div.jsxc_settings ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 30px;
	left: 0px;
	box-shadow: 0px 5px 5px -5px #000;
	z-index: 110;
	overflow: visible;
	background-color: #282323;
	display: none;
}

div.jsxc_settings li {
	width: 170px;
	margin-left: 20px;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	cursor: pointer;
}

div.jsxc_settings li:first-child {
	border-top: 1px solid #ccc;
}

div.jsxc_settings li:hover:not(.jsxc_disabled ){
	color: #fff;
	background-color: #3F8FBA;
}

div.jsxc_settings li.jsxc_disabled {
	color: #595959;
	cursor: default;
}

.jsxc_tools > div.jsxc_disabled {
   opacity: 0.5;
   cursor: default !important;
}

div.jsxc_transfer, div.jsxc_transfer.jsxc_disabled:hover {
	background-image: url('img/padlock_open_grey.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px 12px;
}

div.jsxc_transfer:hover {
	background-image: url('img/padlock_open_white.svg');
}

div.jsxc_transfer.jsxc_fin {
	background-image: url('img/padlock_close_grey.svg');
}

div.jsxc_transfer.jsxc_enc {
	background-image: url('img/padlock_close_orange.svg');
}

div.jsxc_transfer.jsxc_enc.jsxc_trust {
	background-image: url('img/padlock_close_green.svg');
}

.jsxc_window .jsxc_close {
	font-size: 20px;
}

.jsxc_window .jsxc_close:hover {
	color: #FAFAFA;
}

#colorbox,#cboxWrapper {
	outline: none;
}

/*############################ 
 *######### Other ############ 
 *############################*/
ul.jsxc_vCard {
	min-width: 400px;
}

ul.jsxc_vCard ul {
	margin-left: 20px;
}

ul.jsxc_vCard li {
	cursor: default !important;
}

ul.jsxc_vCard strong {
	
}

img.jsxc_vCard {
	float: right;
	max-width: 200px;
	max-height: 200px;
	border: 5px solid white;
	border-radius: 2px;
}

.jsxc_window .ui-resizable-w {
	left: 0px;
}

.jsxc_window .ui-resizable-nw {
   top: 0px;
   left: 0px;
   width: 15px;
   height: 15px;
   z-index: 95 !important;
}

.jsxc_window .ui-resizable-n {
   position: absolute;
   top: 0px;
   left: 0px;
   right: 0px;
   height: 15px;
   z-index: 100;
   background: -moz-linear-gradient(top, rgba(164, 164, 164, 1) 0%,
      rgba(40, 35, 35, 0) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(164,
      164, 164, 1)), color-stop(100%, rgba(40, 35, 35, 0)));
   /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, rgba(164, 164, 164, 1) 0%,
      rgba(40, 35, 35, 0) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, rgba(164, 164, 164, 1) 0%,
      rgba(40, 35, 35, 0) 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, rgba(164, 164, 164, 1) 0%,
      rgba(40, 35, 35, 0) 100%); /* IE10+ */
   background: linear-gradient(to bottom, #a4a4a4 0%, rgba(40, 35, 35, 0)
      100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4a4a4',
      endColorstr='#00282323', GradientType=0); /* IE6-9 */
}

.jsxc_emoticon {
  width: 19px;
  height: 19px;
  background-size: 19px 19px !important;
  border: 0px;
}

.jsxc_angel { background: url('img/emotions/angel.png') }

.jsxc_angry { background: url('img/emotions/angry.png') }

.jsxc_smile { background: url('img/emotions/smile.png') }

.jsxc_grin { background: url('img/emotions/grin.png') }

.jsxc_sad { background: url('img/emotions/sad.png') }

.jsxc_wink { background: url('img/emotions/wink.png') }

.jsxc_tonguesmile { background: url('img/emotions/tonguesmile.png') }

.jsxc_surprised { background: url('img/emotions/surprised.png') }

.jsxc_kiss { background: url('img/emotions/kiss.png') }

.jsxc_sunglassess { background: url('img/emotions/sunglassess.png') }

.jsxc_crysad { background: url('img/emotions/crysad.png') }

.jsxc_doubt { background: url('img/emotions/doubt.png') }

.jsxc_zip { background: url('img/emotions/zip.png') }

.jsxc_thumbsup { background: url('img/emotions/thumbsup.png') }

.jsxc_thumbsdown { background: url('img/emotions/thumbsdown.png') }

.jsxc_beer { background: url('img/emotions/beer.png') }

.jsxc_devil { background: url('img/emotions/devil.png') }

.jsxc_kissing { background: url('img/emotions/kissing.png') }

.jsxc_rose { background: url('img/emotions/rose.png') }

.jsxc_music { background: url('img/emotions/music.png') }

.jsxc_love { background: url('img/emotions/love.png') }

.jsxc_tired { background: url('img/emotions/tired.png') }

.ui-tooltip-content {
    margin-left: 25px;
}
.ui-tooltip {
    background-color: white;
    border-radius: 25px;
    width: 300px;
	margin-right:500px;
}
