html, body, .x-body, .x-form-item, .x-form-field, .x-form-display-field {
	font: normal 13px/1.5 Arial, Helvetica, sans-serif;
}

html, body {
	background: #fff url('../images/grain-base.png') repeat 0 0;
}

.viewport-north {
	-moz-box-shadow: 0 0 3px #222;
	-webkit-box-shadow: 0 0 3px #222;
	box-shadow: 0 0 3px #222;
}

.viewport-center > div.x-panel-body {
	background-color: transparent;
}

#soundsHtml5, #soundsFlash {
	position: absolute;
	left: 0;
	top: 0;
}

#app-loader {
	padding: 20px;
}

#app-error {
	text-align: center;
	margin: 60px auto;
}

#app-error h1, #app-error h2 {
	font-weight: bold;
}

#app-error h1 {
	font-size: 48px;
	line-height: 64px;
	color: #666;
}

#app-error h3 {
	font-weight: normal;
	font-size: 23px;
	line-height: 40px;
	color: #ccc;
}

hr.spacer {
	border: 1px dotted #aaa;
	border-width: 1px 0 0;
}

button[disabled], .x-btn-disabled {
    cursor: default;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
	border: 1px solid #999;
    background-color: #AAA;
}

.bold {
	font-weight: bold;
}

/**********************/
/*** EXJS OVERRIDES ***/
/**********************/

textarea.x-form-field, .x-form-text, .x-form-display-field, .x-form-arrow-trigger {
	color: #444;
	border-color: #a8a8a8;
	border-width: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff url('../images/input-inner-shadow.png') repeat-x 0 -1px;
}

.combo-drop-down .x-form-arrow-trigger {
	background: #fff url('../../default/images/combobox-arrow.png') repeat-x 0 -2px !important;
}
.combo-twitter-drop-down .x-form-arrow-trigger {
	background: #fff url('../../default/images/combobox-arrow.png') repeat-x 0 -2px !important;
        float: right !important;
        margin-right: 40px;
}
.combo-twitter-drop-down .x-form-item-body {
    width: 259px !important;
    float:right !important;
}
.combo-twitter-drop-down .x-form-field{
    width: 210px !important;
}

.tweet-list-items{
    width: 222px !important;
}
.combo-twitter-drop-down .x-form-item-label{
    float: left !important;
    margin-left: 522px !important;
    width: 70px !important;
}

.combo-twitter-drop-down{
    margin-bottom: -12px!important;
    margin-top: 14px!important;
}

li.twitter-note {
	font-size: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
        border: none !important;
	cursor:auto !important;
	float:right !important;
	margin-right:10px !important;
        margin-top: -16px;
}

li.tweet-count {
    margin-right: 15px!important;
    margin-top: -25px!important;
    float: right !important;
    cursor: default !important;
    border: none !important;
}

.textarea-online textarea.x-form-field {
	border-color: #7ab84c !important;
}

.textarea-facebook textarea.x-form-field {
	border-color: #3B5998 !important;
	width : calc(100% + 37px) !important; /* better if this CSS3 feature is not used*/
}

.textarea-facebook .case-input-body-text {
}

li.fb-note {
	border: none !important;
	cursor:auto !important;
	float:right !important;
	margin-right:10px !important;
}

.appcombofield .x-form-text {
	-webkit-border-radius: 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius: 0;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.x-form-text, .x-form-display-field, .x-webkit .x-form-empty-field {
	line-height: 15px;
}

.x-form-item-label {
	padding-top: 9px;
}

.x-form-item-label, .x-form-cb-label, .x-boundlist-item {
	color: #444;
}

.x-css-shadow {
	display: none !important;
}

.x-boundlist {
	border: 2px solid #ABABAB;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 1px;
}

.x-boundlist.borderless {
	border-top: none;
	border-bottom: none;
	-webkit-border-bottom-radius: 4px;
	-moz-border-bottom-radius: 4px;
}

.x-boundlist > div.list-ct {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.x-boundlist ul {
	margin: 2px 0
}

.x-boundlist-selected {
	background-color: #efefef;
	border-color: #e8e8e8;
}

.x-boundlist-item-over {
	background-color: #dadada;
	border-color: #ccc;
}

.x-splitter-horizontal, .x-resizable-handle-north, .x-resizable-handle-south  {
	border: 0 !important;
	height: 10px !important;
	line-height: 10px !important;
	background: transparent url('../images/panel-handler.png') repeat-y 50% 0 !important;
}

.x-form-text, textarea.x-form-field {
	padding: 7px 3px 6px;
}

.x-form-display-field {
	padding: 7px 6px 6px;
}

.x-nbr .x-btn-default-small {
	padding: 2px !important;
	border-width: 1px !important;
}

.x-nbr .x-tab-default-top {
	border-width: 1px !important;
}

.x-form-item {
	overflow: hidden;
}

.overflowVisible {
    /* this is to negate the x-form-item overflow hidden in composing area */
    overflow: visible !important;
}

.x-ie .x-form-item .x-clear {
	display: none;
}

.x-grid-header-ct {
	padding: 0 !important;
}

.x-message-box, .x-message-box .x-window-header {
	background: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.x-message-box {
	border: 1px solid #333;
	padding: 0;
	margin: 0;
}

.x-message-box .x-tool {
	width: 16px;
	height: 42px;
	top: 0 !important;
	line-height: 42px;
}

.x-message-box .ext-mb-icon {
	display: none;
}

.x-message-box .x-window-body {
	background: #fff;
}

.x-message-box .x-window-body .x-window-item {
	padding: 0 !important;
}

.x-message-box .x-window-body .x-window-item .x-container {
	padding: 14px !important;
}

.x-message-box .x-toolbar-footer {
	background: transparent url('../images/grain-base.png') repeat 0 0 !important;
	border-top: 1px solid #D2D2D2 !important;
	padding: 0 8px 0 14px !important;
	margin: 0 !important;
	height: 50px !important;
}

.x-message-box .x-toolbar-footer .x-btn {
	top: 12px !important;
}

/* OVERRIDE DEFAULT LOADING BOX STYLE  */
.x-mask-msg {
    border: none;
    background:  transparent repeat 0 0;
}

.x-mask-msg div {
    border: none;
    font-size: 18px;
    font-weight: bold;
    text-indent: 5px;
    background-color: transparent;
}

/******************/
/*** FORM INPUT ***/
/******************/

.appbutton {
	background: transparent url('../images/button-bg.png') repeat-x 0 0 !important;
	border-color: #000;
}

.appbutton.x-appbutton-pressed {
	background: transparent url('../images/button-bg.png') repeat-x 0 -25px !important;
}

.appbutton-disabled {
	background: transparent url('../images/button-bg.png') repeat-x 0 -50px !important;
}

.appbutton-disabled.check {
	background: #ededed url('../images/check-dark.png') no-repeat 10px 7px !important;
	border-color: #dadada !important;
        opacity: 0.4;
}

.appbutton-disabled.check span.x-btn-inner {
    color: inherit;
}

.appbutton-grey, .appgroupbutton div {
	background: transparent url('../images/button-bg.png') repeat-x 0 -75px !important;
}

.appbutton-grey.x-appbutton-pressed, .appgroupbutton div.active {
	background: transparent url('../images/button-bg.png') repeat-x 0 -90px !important;
}

.appbutton-green {
	background: transparent url('../images/button-bg.png') repeat-x 0 -150px !important;
}

.appbutton-green.x-appbutton-pressed {
	background: transparent url('../images/button-bg.png') repeat-x 0 -175px !important;
}

.appbutton-orange {
    background: #EF6D1B url('../images/button-orange-bg.png') repeat-x 0 0 !important;
    border-color: #B66708;
}

.appbutton-fb {
	background: transparent url('../images/button-bg.png') repeat-x 0 -225px !important;
}

.appbutton-fb.x-appbutton-pressed {
	background: transparent url('../images/button-bg.png') repeat-x 0 -254px !important;
}

.appbutton-twitter {
	background: transparent url('../images/button-bg.png') repeat-x 0 -280px !important;
    right: 105px;
    border-color: #3e648f;
}

.appbutton-twitter.x-appbutton-pressed {
	background: transparent url('../images/button-bg.png') repeat-x 0 -280px !important;
}


.appbutton-plus button span.x-btn-inner {
	background: red; /*transparent url('../images/plus-button-icon.png') no-repeat 6px 5px !important;*/
	padding-left: 28px;
}

.fb-button button span.x-btn-inner {
	background: transparent url('../images/fb-button-icon.png') no-repeat 6px 3px !important;
	padding-left: 30px;
}

.twitter-button button span.x-btn-inner {
	background: transparent url('../images/twitter-button-icon.png') no-repeat 6px 3px !important;
	padding-left: 30px;
}
.twitter-disabled-cls {

}

.twitter-disabled-cls .x-mask {
    background: url('../images/twitter-disconnected-msg.png') no-repeat scroll 85px 55px rgb(204, 204, 204);
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.appbutton .x-btn-inner {
	font-size: 12px;
	font-weight: bold;
	padding: 0 8px;
}

.appbutton-orange .x-btn-inner {
    font-weight: normal;
}

.appbutton button, .appbutton .x-btn-inner {
	height: 21px;
	line-height: 21px;
	color: #fff;
}

.apptextfield .x-form-text,
.apptextfield .x-form-display-field {
	height: 33px;
}

.apptextfield-disabled .x-form-text,
.apptextfield-disabled .x-form-display-field {
	background: #fff;
	color: #ccc;
	border-color: #ddd;
	cursor: default;
	-moz-box-shadow: 1px 1px 1px #f0efef;
	-webkit-box-shadow: 1px 1px 1px #f0efef;
	box-shadow: 1px 1px 1px #f0efef;
}

.apptextfield-contact-disabled .x-form-text,
.apptextfield-contact-disabled .x-form-display-field {
	color: #888;
}

.apptextfield .x-form-arrow-trigger, .apptextfield-disabled .x-form-arrow-trigger {
	width: 32px;
	height: 33px;
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: 2px solid #A8A8A8;
	border-left: 0;
	background-position: 0px -1px;
}

.apptextfield-disabled .x-form-arrow-trigger {
	border-color: #DDD;
	background: #fff;
}

.apptextfield-disabled .x-mask {
	display: none;
}

.appcombofield .x-form-text {
	padding-right: 30px;
	border-right: 0;
}

.appcombofield div div.x-form-trigger-wrap {
	position: absolute;
	top: 0;
	right: 0;
}

.appgroupbutton {
	overflow: hidden;
	border: 1px solid #7b7b7b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.x-ie .appgroupbutton {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.appgroupbutton, .appgroupbutton div {
	cursor: pointer;
	display: inline-block;
	height: 27px;
}

.appgroupbutton div {
	font-family: Tahoma, Arial, sans-serif;
	float: left;
	border-left: 1px solid #888;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

.appgroupbutton div.first {
	border-left: 0;
}

.grid-page-nav {
	background-color: transparent !important;
	background-image: url('../images/button-grid-nav.png') !important;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 21px 8px 0 !important;
	padding: 0 !important;
}

.grid-page-nav button, .grid-page-nav .x-btn-inner {
	height: 19px;
	line-height: 19px;
	padding: 0;
	margin: 0;
	display: inline-block;
	text-indent: -99px;
}

.grid-page-first, .grid-page-prev, .grid-page-next, .grid-page-last {
	border: 0;
	height: 19px;
	width: 15px;
}

.grid-page-first, .grid-page-last {
	width: 22px;
}

.grid-page-first {
	background-position: 0 -57px !important;
}

.grid-page-prev {
	background-position: 0 -19px !important;
}

.grid-page-next {
	background-position: 0 0 !important;
}

.grid-page-last {
	background-position: 0 -38px !important;
}

label.appLabel {
    display: inline-block;
    width: 120px;
    margin: 0 5px 0 0;
    color: #444444;
}

.hidden {
	display: none;
}

.invisible {
	visibility: hidden;
}

.grain {
	background: transparent url('../images/grain-base.png') repeat 0 0;
}

.grain-filter {
	background: transparent url('../images/grain-filter.png') repeat 0 0;
}

.grain-white {
	background: transparent url('../images/grain-white.png') repeat 0 0;
}

.appicon {
	display: inline-block;
	height: 21px;
	width: 21px;
	float: left;
	background: transparent url('../images/sprite-grid-messagetype.png') no-repeat 100px 100px;
}

.appicon-email {
	background-position: 0 0;
}

.appicon-email-white {
	background-position: -42px 0;
}

.appicon-email-disabled {
	background-position: 0 0;
	opacity: 0.2;
}

.appicon-chat {
	background-position: 0 -42px;
}

.appicon-chat-disabled {
	background-position: 0 -42px;
	opacity: 0.2;
}

.appicon-auto {
	background-position: 20px -42px;
}

.appicon-macro {
	background-position: 0 -210px;
}

.appicon-macro-white {
	background-position: -42px -211px;
}

.appicon-kb {
	background-position: 0 -231px;
}

.appicon-kb-white {
	background-position: -42px -231px;
}

.appicon-note {
	background-position: 0 -252px;
}

.appicon-note-white {
	background-position: -42px -252px;
}

.appicon-attachment {
	background-position: 0 -294px;
}

.appicon-attachment-white {
	background-position: -42px -294px;
}

.appicon-call-white {
	background-position: 0px -653px;
}

.appicon-bcc {
	background-position: 0 -336px;
}

.appicon-bcc-white {
    background-position: -42px -336px;
}

.appicon-search {
	background-position: 0 -378px;
}

.appicon-tweet {
	background-position: 0 -84px;
}

.appicon-inbound {
	background-position: 0 -609px;
}

.appicon-inbound-txt-btn {
	background-position: -2px -612px;
}

.appicon-outbound {
	background-position: 0 -631px;
}

.appicon-read-white {
	background-position: -43px -608px;
}

.appicon-assign {
	background-position: 0 -420px;
}

.appicon-assign-white {
	background-position: -42px -420px;
}

.appicon-assign-gray {
    background-position: 0 -672px;
}

.appicon-resolve {
	background-position: 0 -462px;
}

.appicon-resolve-white {
	background-position: -42px -462px;
}

.appicon-spam {
	background-position: 0 -546px;
}

.appicon-spam-white {
	background-position: -42px -546px;
}

.appicon-spam-gray {
	background-position: -22px -546px;
}

.appicon-print-gray {
	background-position: 0px -692px;
}

/************/
/*** TAGS ***/
/************/

.app-tag, .app-tag span, .state-lbl, .state-lbl span {
	display: block;
	line-height: 23px;
	text-transform: lowercase;
}

.app-tag span.app-lbl-remove {
	display: inline-block;
    float: right;
    height: 16px;
	width: 16px;
    margin: 0;
    position: absolute;
    right: 6px;
    top: 6px;
	background: transparent url('../images/close-icon.png') no-repeat 0 0;
}

.state-lbl {
	padding-left: 8px;
	float: left;
}

.state-lbl span {
	padding-right: 8px;
	text-transform: uppercase;
}

.state-new {
	background: transparent url('../images/state-bg.png') no-repeat 0 0;
}

.state-new span {
	background: transparent url('../images/state-bg.png') no-repeat 100% -23px;
	color: #fff;
}

.state-orange {
	background: transparent url('../images/state-bg.png') no-repeat 0 0 !important;
}

.state-orange span {
	background: transparent url('../images/state-bg.png') no-repeat 100% -23px !important;
	color: #fff !important;
}





.state-pending {
	background: transparent url('../images/state-bg.png') no-repeat 0 -46px;
}

.state-pending span {
	background: transparent url('../images/state-bg.png') no-repeat 100% -69px;
	color: #000;
}

.state-open {
	background: transparent url('../images/state-bg.png') no-repeat 0 -92px;
}

.state-open span {
	background: transparent url('../images/state-bg.png') no-repeat 100% -115px;
	color: #000;
}

.state-resolved {
	background: transparent url('../images/state-bg.png') no-repeat 0 -138px;
}

.state-resolved span {
	background: transparent url('../images/state-bg.png') no-repeat 100% -161px;
	color: #fff;
}

.state-closed {
	background: transparent url('../images/state-bg.png') no-repeat 0 -184px;
}

.state-closed span {
	background: transparent url('../images/state-bg.png') no-repeat 100% -207px;
	color: #fff;
}

.app-tag, .app-tag-disabled {
	float: left;
	font-weight: normal;
	padding: 6px 28px 6px 8px;
	color: #888;
	text-transform: none;
	background-color: #716c5e;
    border: 1px solid #39362f;
	text-shadow: 1px 1px 0 #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.app-tag-readonly {
	padding: 6px 8px;
}

.app-tag-label {
    color: #fff;
    margin: 0 4px 4px 0;
    position: relative;
}

.app-tag span {
	line-height: 16px;
}

/**************/
/*** HEADER ***/
/**************/

.viewport-north > div.x-panel-body {
	background: transparent url('../images/header-bg.png') repeat-x 0 0;
	color: #eee;
}

.header-menu {
	float: right;
}

.header-menu-item {
	float: left;
    border-left: 1px solid #444;
}

.header-menu-trial-days {
	float: left;
    border-left: 1px solid #444;
	position: absolute;
	left: 147px;
}

.header-menu-trial-days a {
	color: white;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	padding-left: 6px;
	cursor: pointer;
}

#add-agents-container {
	border: 0;
	background-color: #ece9e1;
}

#add-agents-container .add-agents-button {
	line-height: 48px;
	background-color: #ece9e1;
	color: black;
	padding: 5px 8px;
	border: solid 1px black;
	border-radius: 5px;
	text-transform: uppercase;
	cursor: pointer;
}

.header-menu-item-inner {
	position: relative;
	height: 48px;
	line-height: 48px;
	padding: 0 12px;
	background: url("../images/header-bg.png") repeat-x scroll 0 0 transparent;
}

.header-menu-item-inner-italic {
	position: relative;
	height: 48px;
	line-height: 48px;
	border-left: 1px solid #181818;
	padding: 0 12px;
	font-style: italic;
}

.header-menu-item-inner a {
	color: #ddd;
	text-decoration: none;
}

.header-menu-logo {
    display: inline;
    float: left;
}

.header-menu-logo img {
    padding-left: 12px;
    padding-top: 13px;
	padding-right: 12px;
}

#menu-signout {
	cursor: pointer;
}

#menu-signout img {
	margin-top: 12px;
}

#user-avatar {
	position: absolute;
	top: 10px;
	left: 20px;
	height: 28px;
	width: 28px;
}

#user-name {
	font-size: 13px;
	font-weight: bold;
	padding-top: 7px;
	line-height: 17px;
}

#user-nick {
	font-size: 11px;
	color: #ece7d9;
	line-height: 17px;
	padding-bottom: 7px;
}

#user-name, #user-nick, #menu-team, #menu-logout {
	text-shadow: 1px 1px 1px #111;
}

#menu-adminagent {
    /*border-bottom: 1px solid #DDD;*/
}

#feedback-wrapper {
    display: inline;
    float: left;
    width: 130px;
    margin: 0 10px;
    padding: 10px 0 0 8px;
}

#feedback-formDescription {
    margin: 0 0 10px;
}

#feedback-float {
    background: url("../images/header-bg.png") repeat-x scroll 0 0 transparent;
    bottom: 15px;
    color: #DDD;
    height: 31px;
    left: 10px;
    position: absolute;
    z-index: 10000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#feedback-float p {
    border-right: 1px solid #555;
    margin: 6px 0 6px 8px;
    padding: 0 8px 0 0;
}

#feedback-float p,
#feedback-float a {
    color : #DDDDDD;
    cursor: pointer;
    float: left;
    text-decoration: none;
}

#feedback-float p:hover,
#feedback-float a:hover {
    text-decoration: underline;
}

#feedback-float img {
    float: right;
	margin: 10px 8px 0 8px;
    cursor: pointer;
}

/***************************/
/*** GLOBAL NOTIFICATION ***/
/***************************/

#app-notifier,
#app-notifier-pri {
	position: absolute;
	top: 0;
	text-align: center;
    opacity: 1;
    filter: alpha(opacity=100);
    /* We use visivility as fallback with IE8 and bellow*/
    visibility: visible;
}

#app-notifier {
	z-index : 999;
}

#app-notifier-pri {
	z-index : 998;
}

#app-notifier strong,
#app-notifier-pri strong {
    font-weight: bold;
}

#app-notifier.hidden,
#app-notifier-pri.hidden {
    /* Override the standard display value for .hidden classes which is none. When an element has display:none, is not
       possible to calculate the width. In this case, we use visibility, which is render in the site but not display, so
       it's possible to calculate its dimensions. */
    display: block;

    opacity : 0;
    filter: alpha(opacity=0);
    visibility: hidden;

    transition: opacity 0.25s ease-in 0.25s, visibility 0s linear 2s;
    -webkit-transition: opacity 0.25s ease-in 0.25s, visibility 0s linear 2s;
    -moz-transition: opacity 0.25s ease-in 0.25s, visibility 0s linear 2s;
    -o-transition: opacity 0.25s ease-in 0.25s, visibility 0s linear 2s;
    -ms-transition: opacity 0.25s ease-in 0.25s, visibility 0s linear 2s;
}

#app-notifier div,
#app-notifier-pri div {
	position: relative;
	max-width: 600px;
	background-color: #fff9b8;
	border: 1px solid #ecde06;
	border-top: 0;
	display: inline-block;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#app-notifier div.motd,
#app-notifier-pri div.motd {
	max-width: 900px !important;
	background-color: #bce5f7 !important;
	border: 1px solid #1e4c6e !important;
}

#app-notifier div.motd span,
#app-notifier-pri div.motd span {
	background: transparent url('../images/notification-close-icon.png') no-repeat 0 -37px;
}


#app-notifier div.err,
#app-notifier div.err-left,
#app-notifier-pri div.err,
#app-notifier-pri div.err-left {
    background-color: #fe5a5a;
    border-color: #d40000;
}

#app-notifier div.err-left,
#app-notifier-pri div.err-left{
    text-align: left;
}

#app-notifier div p,
#app-notifier-pri div p {
	color: #444;
    font-size: 12px;
    padding: 10px 36px 10px 12px;;
}

#app-notifier div span,
#app-notifier-pri div span {
	position: absolute;
	top: 12px;
	right: 12px;
	display: inline-block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: transparent url('../images/notification-close-icon.png') no-repeat 0 0;
}

#app-notifier div.err span,
#app-notifier div.err-left span,
#app-notifier-pri div.err span,
#app-notifier-pri div.err-left span {
	background-position: 0 -16px;
}

/********************/
/*** WINDOW MODAL ***/
/********************/

.wmodal {
	padding: 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: transparent;
}

.wmodal .x-window-body-default {
	border: 1px solid #333;
	border-top: 0;
	background-color: #fcfcfc;
}

.wmodal .x-window-header, .x-message-box .x-window-header {
	background: #333 url('../images/header-bg.png') repeat-x 0 0;
	padding: 0 16px;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.wmodal .x-window-header, .wmodal .x-window-header-body .x-box-item, .x-message-box .x-window-header {
	height: 42px !important;
	line-height: 42px;
}

.wmodal .x-window-header-text, .x-message-box .x-window-header-text {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	line-height: 42px;
	font-weight: normal;
	font-family: BebasNeueRegular, CuprumFFURegular, Arial, Helvetica, sans-serif;
}

.wmodal .x-tool img.x-tool-close, .x-message-box .x-tool img {
	background: transparent url('../images/close-icon.png') no-repeat 0 -16px;
	height: 16px;
	width: 16px;
	position: relative;
	top: 3px;
}

.wmodal.tour .x-tool img.x-tool-close, .wmodal.splash .x-tool img.x-tool-close {
	top: 12px;
}

.wmodal-buttons-panel div.x-panel-body {
	background: transparent url('../images/grain-base.png') repeat 0 0 !important;
	border-top: 1px solid #d2d2d2 !important;
}

.wmodal-steps div.x-panel-body {
	background: transparent url('../images/assistant-step-bg.png') repeat-x 0 0;
	border-bottom: 1px solid #a3a3a3;
}

#wmtoolbar div.x-panel-body {
	text-align: right;
	padding: 0 8px 0 14px;
}

#wmtoolbar div.appbutton, .wmodal-buttons div.appbutton {
	margin: 11px 6px 0 0;
	z-index: 9000;
}

.wmodal-buttons-right div.x-panel-body {
	text-align: right;
	padding: 0 4px;
}


/* SPLASH */

.splash_modal {
	font-family: calibri;
}

.splash_modal .x-window-body-default, .lightbox_modal .x-window-body-default {
	border: 1px solid #333;
}

.splash_modal .splash_leftside {
	background-color:#F5F3F0;
	height: 100%;
	padding: 40px 30px 10px 30px;
}

.splash_modal .splash_leftside_expired {
	background-color:#F5F3F0;
	height: 100%;
	padding: 40px 30px 10px 30px;
	width: 175px;
}

.splash_modal #splash_left_heading {
	color: #554945;
}

.splash_modal #splash_right_heading {
	color: #8F8E89;
}

.splash_modal #splash_right_heading_expired {
	color: #000;
}

.splash_modal .splash_inv {
	height: 100%;
	padding: 15px 20px;
}

.splash_rightside {
	height: 100%;
	padding: 40px 20px 10px 30px;
}

.splash_rightside_expired {
	height: 100%;
	padding: 40px 20px 10px 30px;
	background-color:#F5F3F0;
}

.splash_heading, .splash_heading_inv {
	font-size: 28px !important;
	font-family: calibri;
	font-weight: 100;
	letter-spacing: 0px;
	margin-bottom: 7px;
}

.splash_heading_inv {
	padding-left: 18px;
	font-size: 35px !important;
	margin-bottom: 0 !important;
	line-height: 43px;
}

.splash_subheading_inv {
	font-size: 16px !important;
	font-family: calibri;
	font-weight: 100;
	letter-spacing: 0px;
	padding-left: 20px;
}

.splash_inv_box {
	float: left;
	margin: 10px 45px;
}

.splash_inv_avatar {
	background: url("../images/gravatar.png") no-repeat scroll 0 0px transparent;
	height: 48px;
    width: 48px;
	float: left;
	margin-top: 18px;
}

.splash_inv_input {
	float: left;
	margin-left: 20px;
}

.inv_input {
	height: 33px !important;
	width: 185px;
	margin-top: 6px;
	font-size: 15px;
}

.inv_input_err {
	color: #FF7470;
	font-size: 13px;
	margin-left: 6px;
	visibility: inherit;
}

.inv_global_note {
	font-size: 13px;
}

.inv_global_err {
	color: #FF7470;
	margin-left: 20px;
	visibility: inherit;
}

.inv_global_ok {
	color: #00AE00;
	margin-left: 20px;
	visibility: inherit;
}

input.invalid {
	border-color: #FF7470;
}

div.clear {
	clear: both;
}

.splash_heading_expired {
	font-size: 27px !important;
	font-family: calibri;
	font-weight: 100;
	letter-spacing: 0px;
	margin-bottom: 14px;
}

.splash_close {
	background: url("../images/tab-close-icon.png") no-repeat scroll 0 0px transparent;
	height: 16px;
	margin-top: 3px;
	float: right;
    width: 25px;
	cursor: pointer;
}

.splash_close:hover {
	background: url("../images/tab-close-icon.png") no-repeat scroll 0 -16px transparent;
	height: 16px;
	margin-top: 3px;
	float: right;
    width: 25px;
	cursor: pointer;
}

.splash_intro_vid {
	cursor: pointer;
}


.splash_desc {
	font-size: 20px;
	color: #554945;
	line-height: 26px;
	font-family: calibri;
}

.splash_endtext {
	font-size: 19px;
	color: #B0ACAA;
	line-height: 26px;
	margin-top: 27px;
	font-family: calibri;
}

.splash_btn {
	padding: 0px 10px;
	height: 40px;
	line-height: 39px;
	margin-right : 15px;
	bottom: 27px;
	position: absolute;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	background-color:#D9D4CD;
	-moz-box-shadow: 3px 5px 6px #BBB;
	-webkit-box-shadow: 3px 5px 6px #BBB;
	box-shadow: 3px 5px 6px #BBB;
	color: #454240;
	cursor : pointer;
}

.splash_btn_getstarted {
	right: 16px;
}

.splash_inv_btn_wrapper {
	position: absolute;
	bottom: 28px;
	right: 72px;
}

.splash_btn_notnow {
	font-size: 16px;
	color: #444444;
	float: right;
	padding-top: 7px;
}

.splash_btn_notnow a {
	text-decoration: underline;
	cursor: pointer;
}

.splash_btn_invite {
	background-color: #f16e1b;
	color: #fff;
	float: right;
	position: relative;
	bottom: 0px;
	padding-right: 25px;
	padding-left: 25px;
}

.trial-expired-btn-shown {
	padding: 0px 10px;
	margin:5px;
	line-height: 39px;
	margin-right : 0px;
	float: right;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	background-color:#ff631e;
	color: #fff;
	cursor : pointer;
}

.trial-expired-btn-hidden {
	padding: 0px 10px;
	line-height: 39px;
	margin-right : 0px;
	float: right;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	display: none;
}

/* LIGHTBOX */
.lightbox_modal .x-window-body-default {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-width: 5px;
	background-color: #fff;
	border-color: #333331;
}

.lightbox_modal {
	overflow: visible; /* Allows the close icon to stick out */
}

.lightbox_modal .x-window-header {
	top:14px !important;
	left: 13px !important;
	height: 47px;
	/*background-color: #333331;*/
	border-radius: 5px;
}


.lightbox_modal .x-box-inner {
	height: 50px;
}

.lightbox_modal .x-panel-body {
	background-color: #333331 !important;
}

.lightbox_modal .x-tool {
	left: 853px !important;
	height: 19px;
	margin-top: 3px !important;
}

.lightbox_modal .x-tool img {
	float:left !important;
	width: 50px;
	height: 50px;
	background: url('../images/big-close.png') no-repeat 0px 2px;
}

/* GETTING STARTED WINDOW */

.getting-started-inner {
	padding: 0px;
}

.getting-started-welcome {
	padding: 0px 0px;
    overflow: hidden;
    margin-top:0px;
    font-family: calibri;
}



.div_left .splash {

	width: 254px;
	height: 306px;
	background: transparent url('../images/casengo-beta-splash.png') no-repeat 0 0px;
}

.div_left .splash_everywhere {

	width: 251px;
	height: 306px;
	background: transparent url('../images/casengo_everywhere.png') no-repeat 0 0px;
}

.div_left .splash_stepone {

	width: 251px;
	height: 306px;
	background: transparent url('../images/casengo_step_one.png') no-repeat 0 0px;
}

.div_left .splash_steptwo {

	width: 251px;
	height: 306px;
	background: transparent url('../images/casengo_step_two.png') no-repeat 0 0px;
}

.div_left .splash_stepthree {
	width: 251px;
	height: 306px;
	background: transparent url('../images/casengo_step_three.png') no-repeat 0 0px;
}

.div_left .splash_needyou {
	width: 251px;
	height: 306px;
	background: transparent url('../images/casengo_need_you.png') no-repeat 0 0px;
}

.div_left .splash_ready {
	width: 251px;
	height: 306px;
	background: url("../images/casengo_getting_started_ready.png") no-repeat scroll -4px -2px transparent;
}

.getting-started-welcome .div_left {

    float : left;
    height: 360px;
    width : 260px;
    margin-right : 0px;
    padding-top: 50px;


}

.getting-started-welcome .div_right {

    float : left;
    overflow: hidden;
    padding-top : 20px;
    width : 460px;
    padding-left: 15px;
	height: 450px;

}

.div_right h2 {

    font-size: 48px !important;
    font-family: calibri;
    color : #554945;
    font-weight: 100;
    letter-spacing: 0px;

}
.div_right p.subhead {
    font-size: 23px;
    color : #554945;
    margin-top: -10px;
}
.div_right p {

    color : #9c9795;
    font-size: 20px;
    line-height: 1.2em;

}

.div_right .email_icon {
    margin-bottom: 10px;
    margin-left: 50px;
    margin-top: 10px;
}

.div_right #email_icon_nav {
	position: absolute;
}

.div_right #email_icon_nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
}

#gmail_icon {
	top: 24px;
	left: 66px;
}

#hotmail_icon {
	top: 38px;
	left: 155px;
}

#outlook07_icon {
	top: 35px;
	left: 272px;
}

#gglapps_icon {
	top: 98px;
	left: 98px;
}

#outlook10_icon {
	top: 94px;
	left: 246px;
}

#tutorial_desc {
	position: relative;
	top: 140px;
}

.div_right .info_box {
    border:3px solid #dbd8d0;
    background-color:#f9f7f3;
    padding:5px;
    padding-left: 10px;
    width:405px;
    min-height:112px;
    font-family:calibri;
    border-radius: 3px;

}

.getting-started-welcome h1 {
	font-size: 20px;
}

.getting-started-content {
	color: #444;
}

.getting-started-content h2 {
	font-size: 16px;
}

.getting-started-content strong {
	font-weight: bold;
}

.getting-started-content img.finish {
	width: 160px;
	float: left;
	clear: both;
	margin: 0 20px 20px 0;
}

.getting-started-form {
	margin-top: 16px;
	margin-bottom: 16px;

}

.getting-started-form .x-form-arrow-trigger {
	background: #fff url('../images/arrow-down-medium.png') no-repeat 50% 50%;
}

/** LAbels fr getting started*/

.x-form-item-label-top {
    color : #9c9795;
    font-size: 16px;
    line-height: 1.2em;
}
.getting_started_file {
    border-radius: 5px;
    font-size: 18px;
    border: 2px solid #a8a8a8;
    background-color: #f3f0e8;
}

.getting-started-form label.x-form-item-label {
	padding-right: 5px;
}

.getting-started-logoform {
	width: 100%;
	overflow: hidden;

}

.getting-started-logoform label.field {

    display: block;
}

.getting-started-logoform label.descsplash {

width:100px;
clear:both;
}

.getting_started_field {
    font-size: 15px;
    margin: 5px 0px;
}

.getting-started-widgetscript label.field {
    font-size: 18px;
    margin: 5px 0px;
}

.getting-started-logosubmit {

}

.getting-started-logosubmit, .getting-started-copyclipboard {
	margin-left: 0px;
    margin-top: 30px;
}

.getting-started-logopreview {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #F2F2F2;
}

.getting-started-logopreview img {
	display: block;
	height: 80px;

}

.getting-started-emailforwarding {
	text-align: center;
}

.getting-started-emailforwarding a {
	margin: 10px 16px 0;
}

.getting-started-emailforwarding a.firstrow {
	margin: 10px 30px 0;
}

.getting-started-emailforwarding a img {
	display: inline-block;
}

.getting-started-widgetscript code {
    display:block;
	border: 2px solid #A8A8A8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    width: 400px;
	overflow: auto;
    height: 150px;
    margin-bottom: 10px;
}

.crumb-title {
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 84px;
	font-size: 20px;
	color: #444;
	text-shadow: 1px 1px 0 #DDD;
	padding: 0 16px;
}

.crumb-arrow {
	display: inline-block;
	width: 13px;
	height: 24px;
	background: transparent url('../images/assistant-step-arrow.png') no-repeat 0 0;
	margin: 0 10px;
	position: relative;
	top: 5px;
}

/* DIFFERENT TYPES */

/* TOUR SPLASH COMMON */
.wmodal.splash .x-window-header,
.wmodal.tour .x-window-header {
    background-color: white;
    border: 1px solid #333;
    border-bottom: none;
}
.wmodal.splash .x-window-header-text-container,
.wmodal.splash .x-window-header-text-container span,
.wmodal.tour .x-window-header-text-container,
.wmodal.tour .x-window-header-text-container span {
    padding-right: 40px;
}

.wmodal.splash .x-window-header-text,
.wmodal.tour .x-window-header-text {
    line-height: 43px;
	color: white;
	font-size: 20px;
	display: inline-block;
}

.wmodal.splash .x-window-header-body .x-box-item,
.wmodal.tour .x-window-header-body .x-box-item {
    top: 0 !important;
    line-height: 0;
}

.wmodal.splash strong,
.wmodal.tour strong {
    font-weight: bold;
}

.wmodal.splash .x-panel-default,
.wmodal.tour .x-panel-default,
.wmodal.splash .x-border-layout-ct,
.wmodal.tour .x-border-layout-ct {
    background-color: white;
}

.wmodal.splash h3, .wmodal.tour h3 {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.wmodal.splash, .wmodal.tour p {
    margin: 0 0 5px 0;
    font-size: 14px;
}

.wmodal.splash .wmodal-buttons-panel div.x-panel-body, .wmodal.tour .wmodal-buttons-panel div.x-panel-body {
 background: white;
}

/* SPLASH ONLY */

.wmodal.splash .splash-content-wrapper {
	padding: 14px;
}

/* TOUR ONLY */

.wmodal.tour #wmtoolbar .appbutton {
    float:left;
}

/******************************/
/*** MULTI-PAGE WINDOW MODAL ***/
/******************************/

/* Width = number of pages x 11px. Max 24 pages */
.pagination-dots {
    position : absolute;
    top : 50%;
    right: 40px;
    height : 11px;
    margin: -5px 0 0 0;
    background: url('../images/dots-pagination-black.png') no-repeat 0 0;
}

/**********************/
/*** FORM ASSISTANT ***/
/**********************/

#asst-steps li {
	float: left;
	display: inline-block;
	height: 84px;
	padding: 0 33px 0 20px;
	background: transparent url('../images/assistant-step-arrow.png') no-repeat 100% 50%;
}

#asst-steps li.last {
	background: none;
}

#asst-steps h1, #asst-steps h3 {
	text-shadow: 1px 1px 0 #ddd;
}

#asst-steps h1 {
	color: #aaa;
	font-size: 20px;
	padding-top: 16px;
}

#asst-steps h3 {
	color: #999;
	font-weight: normal;
}

#asst-steps li.selected h1 {
	color: #444;
}

#asst-steps li.selected h3 {
	color: #666;
}

.asst-form-field-spacer {
	border-top: 1px dotted #ccc;
}

.asst-form-field-spacer div.x-panel-body {
	padding: 0;
	background: transparent;
}

.asst-form-field-subtitle div.x-panel-body {
	color: #444;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 0;
    border-bottom: 1px dotted #ccc !important;
}

.infotext-css {
    padding-left: 22px;
    color: #aaa;
    font-size:11px;
    background: transparent url('../images/bubble-info-icon-16.png') no-repeat 0px -16px;
	margin : 15px 0 2px 0;
}

.description-modal {
    color: #999;
    font-size:12px;
	height : 56px;
}

.asst-form-notification {
    color: #444444;
    display: inline-block;
    left: 0;
    line-height: 49px;
    padding: 0 15px;
    position: absolute;
    top: 0;
    z-index: 20;
}

#asst-form-notification {
    height: 16px;
	line-height: 16px;
	display: inline-block;
    padding: 1px 0 0 25px;
    background: transparent url('../images/ok-err-progress-black-16.gif') no-repeat 0 0;
}

#asst-form-notification.ok {
    font-weight: bold;
    background-position: 0 -16px;
}

#asst-form-notification.err {
    background-position: 0 -32px;
    font-weight: bold;
    margin-top: 8px;
    text-align: left;
    width: 354px;
}

#asst-form-notification.loading {
    font-weight: bold;
    background-position: 0 -48px;
}

.asst-form-notification img {
	float: left;
    margin-right: 6px;
    position: relative;
    top: 26px;
}

.x-ie .asst-form div.x-panel-body div.x-clear {
	padding-top: 10px;
}

#asst-finish-logo {
	border-right: 1px dotted #ccc;
	margin: 30px 0 30px 30px;
}

#asst-finish-logo div.x-panel-body {
	background: transparent url('../images/finish.png') no-repeat 50% 50%;
}

#asst-finish-info {
	margin: 30px;
}

#form-summary h1 {
	color: #444;
}

#form-summary div {
	color: #888;
	padding-bottom: 16px;
}

.form-body-wrapper {
	padding: 14px;
}

.form-box-text {
	border-bottom: 1px dotted #ccc;
    color: #444;
    font-size: 11px;
    line-height: 15px;
    margin: 0 0 20px;
    padding: 4px 0 16px 105px;
}

.alias-form-box-text {
    color: #444;
    font-size: 12px;
    padding: 4px 0 16px 255px;
}

.alias-fwd-note {
    padding-bottom: 15px;
}

.alias-copy-field {
    float: left;
    margin: 15px 20px 15px 0px;
}

.alias-copy-btn {
    float: left;
    margin: 15px 10px 15px 0px;
}

.alias-copy-confirm {
    float: left;
    border: none;
    margin: 0px;
}

.alias-copy-confirm-body {
    float: left;
    border: none;
    margin: 3px 10px 15px 0px;
    color: #aaa;
}

.alias-fwd-confirm-cb {
    position: absolute;
    bottom: 14px;
}

.form-box-text strong {
	font-weight: bold;
}

.form-box-text h4 {
	color: #3f7bc4;
}

.form-box-collection {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background-color: #f2f2f2;
	overflow: auto;
}

.form-box-collection #newlabel-collection {
	padding: 8px;
	overflow: hidden;
}

.fileuploadframe, .printframe {
	border: 0;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	z-index: 10;
	position: absolute;
}

.fl-uploadstatus-inprogress, .fl-uploadstatus-ok, .fl-uploadstatus-error {
	color: #888;
	font-size: 11px;
    padding: 0 3px 2px;
}

.fl-uploadstatus-ok {
	color: #569f00;
}

.fl-uploadstatus-error {
	color: #d40000;
}

.fileuploadform {
	padding-top: 4px;
	width: 200px;
	float: left;
}

/**********************/
/*** MESSAGE BUBBLE ***/
/**********************/

.msg-bubble {
	padding-bottom: 16px;
	position: relative;
}

.msg-bubble-c .msg-bubble-inner {
	margin: 0 30px 0 64px;
}

.msg-bubble-a .msg-bubble-inner{
	margin: 0 64px 0 30px;
}

.msg-bubble-co .msg-bubble-inner {
	margin: 0 30px 0 64px;
}

.msg-bubble-pic {
	max-height: 48px;
    max-width: 48px;

    position: absolute;
    z-index: 30;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.msg-bubble-c .msg-bubble-pic {
	top: 0;
	left: 0;
}

.msg-bubble-a .msg-bubble-pic {
	top: 0;
	right: 0;
}

.msg-bubble-co .msg-bubble-pic {
	top: 0;
	right: 0;
}

.msg-bubble-arrow {
	position: absolute;
	z-index: 30;
	width: 9px;
	height: 18px;
	background: transparent url('../images/bubble-arrow.png') no-repeat 0 0;
}

.msg-bubble-c .msg-bubble-arrow {
	background-position: 0 -36px;
	left: 57px;
    top: 10px;
}

.msg-bubble-c:hover .msg-bubble-arrow {
	background-position: 0 0;
}

.msg-bubble-co .msg-bubble-arrow {
	background-position: 0 -54px;
    right: 57px;
    top: 10px;
}

.msg-bubble-co:hover .msg-bubble-arrow {
	background-position: 0 -18px;
}

.msg-bubble-a .msg-bubble-arrow {
	background-position: 0 -54px;
    right: 57px;
    top: 10px;
}

.msg-bubble-a:hover .msg-bubble-arrow {
	background-position: 0 -18px;
}

.msg-bubble-a.note .msg-bubble-arrow {
	background-position: 0 -126px;
}

.msg-bubble-a.note:hover .msg-bubble-arrow {
	background-position: 0 -90px;
}

.msg-bubble-inner {
	background-color: #fff;
	border: 2px solid #d7ceb5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #444;
	position: relative;
}

.msg-bubble-inner.facebook {
	background-color: #fff;
	border: 2px solid #d8deea;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #444;
	position: relative;
}

.msg-bubble:hover .msg-bubble-inner.facebook {
	border-color: #3B5998;
}

.msg-bubble-a.facebook .msg-bubble-arrow {
	background-position: 0 -349px !important;
    right: 57px;
    top: 10px;
}

.msg-bubble-a.facebook:hover .msg-bubble-arrow {
	background-position: 0 -311px !important;
}

.msg-bubble:hover .msg-bubble-inner {
	border-color: #b8a880;
}

.msg-bubble-c.facebook:hover .msg-bubble-arrow {
	background-position: 0 -292px;
}

.msg-bubble-c.facebook .msg-bubble-arrow {
	background-position: 0 -331px;
}


.msg-bubble-inner.twitter {
	background-color: #fff;
	border: 2px solid #d8deea;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #444;
	position: relative;
}

.msg-bubble:hover .msg-bubble-inner.twitter {
	border-color: #3B5998;
}

.msg-bubble-a.twitter .msg-bubble-arrow {
	background-position: 0 -349px !important;
    right: 57px;
    top: 10px;
}

.msg-bubble-a.twitter:hover .msg-bubble-arrow {
	background-position: 0 -311px !important;
}

.msg-bubble:hover .msg-bubble-inner {
	border-color: #b8a880;
}

.msg-bubble-c.twitter:hover .msg-bubble-arrow {
	background-position: 0 -292px;
}

.msg-bubble-c.twitter .msg-bubble-arrow {
	background-position: 0 -331px;
}

.msg-bubble-a.note .msg-bubble-inner {
	background-color: #f8f2c5;
}


/** style for bubble when is log messages **/
.msg-bubble-a.call .msg-bubble-inner {
	background-color: #f8f2c5;
}

.msg-bubble-c.call .msg-bubble-inner {
	background-color: #f8f2c5;
}


.msg-bubble-a.call .msg-bubble-arrow {
	background-position: 0 -126px;
}

.msg-bubble-a.call:hover .msg-bubble-arrow {
	background-position: 0 -90px;
}

.msg-bubble-a.email.error .msg-bubble-arrow {
    background-position: 0 -162px;

}

.msg-bubble-a.email.error:hover .msg-bubble-arrow {
    background-position: 0 -201px;
}

.msg-bubble-c.call .msg-bubble-arrow {
	background-position: 0 -108px;
    left: 57px;
    top: 10px;
}

.msg-bubble-c.call:hover .msg-bubble-arrow {
	background-position: 0 -72px;
	left: 57px;
    top: 10px;
}

/** end style for bubble when is log messages **/

/* Start Style for note created from a case forward */
.msg-bubble-a.collaboration .msg-bubble-inner {
	background-color: #DDF7FF;
}

.msg-bubble-a.collaboration .msg-bubble-arrow {
	background-position: 0 -275px;
}

.msg-bubble-a.collaboration:hover .msg-bubble-arrow {
	background-position: 0 -239px;
}

/* Start Style for note created from reply to a case forward */
.msg-bubble-co.collaboration .msg-bubble-inner {
	background-color: #DDF7FF;
}


.msg-bubble-co.collaboration:hover .msg-bubble-arrow {
    display: none;
}

.msg-bubble-co.collaboration .msg-bubble-arrow {
    display: none;
}
/* End Style for note created from reply to a case forward */


/*Start style for error messages*/
.msg-bubble-a.error .msg-bubble-inner {
    border: 2px solid #DD7E6B;
}

.msg-bubble-a.error:hover .msg-bubble-inner {
    border: 2px solid #DDAC6B;
}

.msg-bubble-co.error .msg-bubble-inner {
	background-color: red;
}


.msg-bubble-co.error:hover .msg-bubble-arrow {
    display: none;
}

.msg-bubble-co.error .msg-bubble-arrow {
    display: none;
}
/*End style for error messages*/

.time-div {
    display:inline;
}

.twitter-message-type-div{
    display: inline;
    font-weight: normal;
    margin-left: 5px;
    font-size: 11px;
}

.msg-bubble-sender, .msg-bubble-text{
	padding: 0 10px;
}

.msg-bubble-sender {
	color: #4c4c4c;
	padding: 8px 62px 2px 10px;
}

.msg-bubble-sender .msg-bubble-time {
	font-size: 11px;
	font-weight: normal;
	color: #727272;
	margin-left: 6px;
}

.msg-bubble-sender-att {
	padding-left: 30px;
	background: transparent url('../images/att-icon-grey-16.png') no-repeat 10px 8px;
}

.msg-bubble-sender-twitter{
    color: gray !important;
    text-decoration: inherit;
    font-weight: bold;
}

.msg-bubble-seemore {
	cursor: pointer;
	font-size: 10px;
    font-weight: bold;
	padding: 8px;
}

.msg-bubble-text {
	word-wrap: break-word;
	padding-bottom: 8px;
}

.twitter-msg-bubble{
    cursor:pointer !important;
}

.msg-bubble-text .msg-bubble-txt-photo img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 40%;
}

.msg-bubble-text .msg-bubble-txt-photo {
	padding-top: 8px;
}

.msg-bubble-text .msg-bubble-txt-caption {
	padding: 10px 0 10px 0;
	font-weight: bold;
	text-align: center;
}
/* EXTJS kills all following styles we want for markdown */
.msg-bubble-text strong {
	font-weight: bold;
}

.msg-bubble-text em {
	font-style: italic;
}

.msg-bubble-text ol li {
	list-style: decimal inside;
}

.msg-bubble-text ul li {
	list-style: disc inside;
}


.msg-bubble-text ol br, .msg-bubble-text ul br {
	display: none;
}


.msg-bubble-text-trimmed {
	height: 127px;
    overflow: hidden;
}

.prv-msg-bubble-text-trimmed {
	height: 135px;
    overflow: hidden;
}

.msg-bubble-meta {
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 6px;
}

.msg-bubble-meta a {
	float: left;
	height: 16px;
	width: 16px;
    line-height: 16px;
	padding-left: 20px;
	color: #888;
}

.msg-bubble-forward, .msg-bubble-info {
	margin-left: 6px;
	cursor: pointer;
}

.msg-bubble-forward {
	background: transparent url('../images/bubble-forward-icon-16.png') no-repeat 0 0;
}

.msg-bubble-error,
.msg-bubble-tools{
    padding-left:0px;
    padding-right:6px;
    vertical-align: middle;
    font-size: 10px;
    color: #DD7E6B;
}

.msgtools-icon {
	display: inline-block;
	height: 21px;
	width: 21px;
	float: left;
	background: transparent url('../images/msg-tools.png') no-repeat 100px 100px;
}

.msgtools-icon-remove-fb {
	background-position: 0 0;
	opacity:0.15;
    filter:alpha(opacity=15); /* For IE8 and earlier */
}

.msgtools-icon-remove-fb-hover {
	background-position: 0 0;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	cursor: pointer;
}

.msg-sending-icon {
	background-position: 0 0;
	display: inline-block;
	float: left;
	height: 21px;
	width: 21px;
	background: transparent url('../images/sending.gif') no-repeat 0px 0px;
	margin-top: 2px;
}

.msg-error-text-show {
    margin-right:5px;
}

.msg-error-text-hidden {
    display: none;
}

.msg-status-sent {
    vertical-align: middle;
}

.msg-status-reload {
    opacity:0.6;
    filter:alpha(opacity=60); /* For IE8 and earlier */
    vertical-align: middle;
    cursor: pointer;
}

.msg-status-reload:hover {
    cursor: pointer;
    opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

.msg-bubble-info {
	background: transparent url('../images/bubble-info-icon-16.png') no-repeat 0 0;
}

.msg-bubble-meta a.hover {
	background-position: 0 -16px;
}

.msg-bubble-files {
	padding: 8px;
	border-top: 1px solid #dbdee3;
	background-color: #fafafa;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.msg-bubble-files a {
	color: #3f7bc4;
	background: transparent url('../images/att-icon-grey-16.png') no-repeat 0 0;
	padding: 0 16px 4px 20px;
	display: inline-block;
	line-height: 16px;
	font-size: 11px;
}

.msg-bubble-sys {
    font-size: 11px;
    padding-bottom: 16px;
	overflow: hidden;
}

.msg-bubble-sys div {
    float: left;
    padding-right: 6px;
    position: relative;
    z-index: 20;
	color: #4c4c4c;
	font-weight: bold;
	background: transparent url('../images/grain-base.png') repeat 0 0
}

.msg-bubble-sys span.time {
	color: #727272;
	font-weight: normal;
	margin: 0 4px;
}

.msg-bubble-sys span.dashed {
	border-top: 1px dashed #ddd;
    display: block;
    height: 1px;
    left: 0;
    position: relative;
    top: 8px;
    width: 100%;
    z-index: 18;
}

.msg-bubble-sys-bold-italic {
    font-style: italic;
    font-weight: bold;
}

.ie7_body .msg-bubble-sys span.dashed {
	margin-top: -16px !important;
}

.case-conversation-typing {
	color: #888;
    font-size: 11px;
    font-style: italic;
    padding-bottom: 16px;
}

.case-subject {
	font-size: 20px;
    font-weight: bold;
    text-overflow: ellipsis;
    word-wrap: break-word;
    color: #444;
	margin-bottom: 14px;
}

/* NOTIFICATION MODULE */
#notification-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    overflow: hidden;
    z-index: 10001;
}

.notification-popup {
    width: 280px;
    background: #fff;
    border: none;
    margin: 15px;
    height: auto;
    max-height: 0;
    opacity: 0;
    overflow: hidden;

    -webkit-box-shadow: 1px 1px 3px #999;
    -moz-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999;

    transition: opacity 0.3s ease-out, border 0s, max-height 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out, border 0s, max-height 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, border 0s, max-height 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, border 0s, max-height 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out, border 0s, max-height 0.3s ease-out;
}

.notification-popup.visible {
    max-height: 150px;
    opacity: 1;
    border: 1px solid #333;
}

.noti-header {
    height : 28px;
    background-color: #333;
}

.noti-header-twitter{
    background: transparent url('../images/sprite-grid-messagetype.png') no-repeat 0 -9999px;
    background-position: 0 -84px;
}

.noti-header > h3 {
    float: left;
    width: 255px;
    padding: 5px 0 0 10px;

    color: #DDD;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #000000;
}

.noti-header > span {
    float: right;
    width: 10px;
    height: 10px;
    margin: 8px 7px 0 0;
    background: url("../images/modal-close-icon-small.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;

}

.noti-twitter-header {
    height : 28px;
    background-color: #333;
}

.noti-twitter-header-icon{
    background: url("../images/twitter-bird-white.png");
    float: left;
    height: 12px;
    margin-left: 13px;
    margin-top: 2px;
    position: relative;
    right: 3px;
    top: 6px;
    width: 15px;
    background-size: cover;
}

.noti-twitter-header > h3 {
    color: #DDDDDD;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 0 0 3px;
    text-shadow: 1px 1px 0 #000000;
    width: 220px;
}

.noti-twitter-header > span {
    float: right;
    width: 10px;
    height: 10px;
    margin: 8px 7px 0 0;
    background: url("../images/modal-close-icon-small.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;

}

.not-contentContainer {
    width: 100%;
    height: 85px;
    padding: 10px;
	cursor: pointer;
}

.not-contentContainer div {
    font-size: 11px;
}

.not-contentContainer div:first-child {
    color: #3f7bc4;
    font-weight: bold;
}

.not-contentContainer div:last-child {
    color: #666;
}

.not-btnContainer {
    width: 100%;
	height: 35px;
    padding: 0;
}

.not-btnContainer > div {
    float: right;
    margin: 0 8px;
}

/**************************/
/*** PERSISTENCY MODULE ***/
/**************************/

.autosave-noti {
    opacity: 1;
    visibility: visible;

    position: absolute;
    right: 7px;
    bottom: 7px;
    padding: 3px 10px;

    color: #666;
    background-color: #fff;

    font-size: 11px;
    font-weight: bold;

    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;

    transition: opacity 0.2s, visibility 0s;
    -webkit-transition: opacity 0.2s, visibility 0s;
    -moz-transition: opacity 0.2s, visibility 0s;
    -o-transition: opacity 0.2s, visibility 0s;
    -ms-transition: opacity 0.2s, visibility 0s;
}

.autosave-noti.hidden {
    opacity: 0;
    visibility: hidden;

    transition: opacity 0.2s, visibility 0s linear 0.6s;
    -webkit-transition: opacity 0.2s, visibility 0s linear 0.6s;
    -moz-transition: opacity 0.2s, visibility 0s linear 0.6s;
    -o-transition: opacity 0.2s, visibility 0s linear 0.6s;
    -ms-transition: opacity 0.2s, visibility 0s linear 0.6s;
}

/**************************/
/*** SEARCH COMPONENT   ***/
/**************************/

.apptextfield.search input {
    padding-right: 36px;
}

.apptextfield.search.big input {
    padding-left: 10px;
}

.search-cmp-wrapper .ac-list-panel {
    top: 33px;
	right: 0;
	left: auto;
    width: 360px;
    max-height: 400px;
    height: auto;
    overflow: auto;
}

.apptextfield.search.searching input {
    background: #fff url('../images/progress-icon.gif') no-repeat 100% 50%;
}

.search-cmp-wrapper .search-cmp-btnSearch {
    position: absolute;
    z-index: 10;
    right: 7px;
    top: 7px;
    height : 20px;
    width: 22px;
    cursor: pointer;
    border-left: 1px solid #ccc;
    background: red;
}

/** Styles for notification WM **/
#notificationwm-1 h6 {
    font-size : 14px;
}



#notificationwm-1 #selectEmailId {
    float:left;
}

#emailText {
    float: left;
    height: 28px;
    margin-left: 85px;
    width: 200px;
}

#notificationwm-1 div#soundalertid {
    float: left;
}

#notificationwm-1 #ringtypeid {
    float:left;

}

#notificationwm-1 #repeatforid {
    margin-left:50px;
    float:left;
}

#notificationwm-1 #ringduration {
    float:left;
}

#notificationwm-1 #alerttune {
    float: left;
}


div#soundalertid label {
    display: block;
    margin-left: 25px;
    margin-top: -20px;
}

div#alerttuneid label {
    display: block;
    margin-left: 25px;
    margin-top: -20px;
}

/**********************************/
/*** AGENT SETTINGS COMPONENT   ***/
/**********************************/

.x-form-cb-label .notif-default-email {
	font-size: 11px;
	color: #999999;
}

/**********************/
/*** UTILITY CLASS ***/
/*********************/

.floatleft_util {
    float : left;
}

.floatright_util {
    float : right;
}


/* SJC added some facebook specific settings */
.case-conversation-body-facebook {
	max-width: 875px;
	width: auto;
}

.case-subject-facebook {
	white-space: nowrap;
	width: 650px;
	overflow: hidden;
}

.msg-bubble-c.facebook, .msg-bubble-a.facebook {
	margin-left: 65px;
	margin-right: 65px;
}


.msg-bubble.msg-bubble-first-child.facebook {
	margin-right: 65px;
	margin-left: 0px;
}

.case-conv-input-panel-facebook {
}

.msg-bubble-a.facebook .msg-bubble-pic {
	left: 0;
}

.msg-bubble-a .msg-bubble-inner.facebook {
	margin: 0 30px 0 64px;
}

.msg-bubble-a.facebook .msg-bubble-arrow {
	background-position: 0 -331px !important;
	left: 57px;
	top: 10px;
}

.msg-bubble-a.facebook:hover .msg-bubble-arrow {
background-position: 0 -292px !important;
}

.case-conversation-body-facebook div.note {
	margin-left: 100px;
	margin-right: 30px;
}
.case-conversation-body-facebook div.note .msg-bubble-pic {
	right: 0;
	left: inherit;
}

.case-conversation-body-facebook div.note .msg-bubble-inner {
	margin: 0 64px 0 30px;
}

.case-conversation-body-facebook div.note .msg-bubble-arrow {
	background-position: 0 -127px !important;
	right: 57px;
	top: 10px;
}

.case-conversation-body-facebook div.note:hover .msg-bubble-arrow {
	background-position: 0 -92px !important;
}



.case-input-text-facebook {
	max-width: 750px;
	width: 100%;
}

.case-input-text-facebook div.case-input-body-text {
	max-width: 645px;
}

.case-input-text-twitter textarea.x-form-field {
	 border: 2px solid #6fb2ff;
}

.case-input-text-twitter {
    min-height: 40px !important;
}

.case-input-text-twitter textarea.x-form-field {
    min-height:30px !important;
}

li.fb-note {
	float: left ! important;
	font-size: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.case-input-buttons-facebook {
	max-width: 750px;
}



.msg-bubble-text .msg-bubble-txt-caption {
	text-align: left;
}

.msg-bubble-text .msg-bubble-txt-photo img {
	max-width: 100%;
	max-height: 250px;
	margin-left: 0;

}

div.load-previous-messages {
	max-width: 750px;
	width: 93%;
	margin-left: 65px;
}

div.load-previous-messages-line {
	float: left;
	border-bottom: 1px solid #aaa;
	width: 67%;
	margin-right: 4%;
	margin-top: 8px;
	position: relative;
}

div.load-previous-messages-line div.lpm-arrow {
	position: absolute;
	right: -23px;
	top: -8px;
	background-position: 0 0;
	background-image: url('../images/arrow_up.png');
	width: 20px;
	height: 20px;
}

div.load-previous-messages-line div.lpm-arrow:hover {
	background-position: 20px 0;
}

div.load-previous-messages div.lpm-text{
	float: left;
	width: 29%;
	font-weight: normal;
	color: #aaa;
}

/* SJC overrides - new icons */
.msgtools-icon-remove-fb {
	background-position:  0px 0;
    background: transparent url('../images/trash.png');
	opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
	width: 20px;
	height: 20px;
}

.msgtools-icon-remove-fb-hover {
	background-position:  0px 0;
    background: transparent url('../images/trash-hover.png');
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	cursor: pointer;
	width: 20px;
	height: 20px;
}

/* invite email */

.invite-email-name {
	display: inline-block;
	width: 95%;
}

.invite-email-delete-icon {
    background: transparent url('../images/info-bubble-close.png');
    width: 10px;
    height: 9px;
	cursor: pointer;
	display: inline-block;
    opacity: .15;
    filter: alpha(opacity=15); /* For IE8 and earlier */
}

.invite-email-delete-icon:hover {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.contact-twitter-pic {    //NEED TO CHANGE THE POSITION
    max-height: 48px;
    max-width: 48px;
    position: absolute;
    z-index: 30;
    width: 48px;
    height: 48px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.tweet-combo .x-form-text{
     height: 34px;
    width: 247px !important;
}

.tweet-combo .x-form-trigger{
    float: right;
    height: 30px;
    margin-right: 32px;
    margin-top: 1px;
    background: url("../images/combobox-arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 28px;
    border: none !important;
}

.tweet-combo .x-form-item-body{
      float: right;
    width: 282px!important;
}
.tweet-combo{
    float: right;
    margin-top: 28px;
    overflow: hidden;
    width: 354px!important;
}
.tweet-combo .x-form-item-label{
    width: 65px!important;
    margin-top: 0px;
}
