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: white;
}

.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;
}

#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;
}

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

textarea.x-form-field,
.x-form-text {
	color: #444;
	border-color: #888;
	background: #fff url('../images/input-inner-shadow.png') repeat-x 0 0;
}

.x-form-text:focus {
	/*
	border-color: #0a73b6;
	-moz-box-shadow: 0 0 6px #a8fcff;
	-webkit-box-shadow: 0 0 6px #a8fcff;
	box-shadow: 0 0 6px #a8fcff;
	*/
}

.x-form-text,
.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-boundlist {
	border-color: #888;
}

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

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

.x-splitter-horizontal {
	border: 1px solid #aaa;
	border-width: 1px 0;
	background: #dadada url('../images/splitter-dot.png') no-repeat 50% 0;
}

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

.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;	
}

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

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

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

.appbutton {
	/*background: #c0c0c0 url('../images/button-bg.png') repeat-x 0 0 !important;
	border-color: #888;*/
	border-radius : 0;
	background: #e5e5e5;
	font-weight: normal;
	border: none;
}
/*
.appbutton-green {
	background: #a3e33f url('../images/button-green-bg.png') repeat-x 0 0 !important;
	border-color: #5c9e0f;
}*/

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

.appbutton-blue {
    background: transparent url('../images/grid-header-blue-bg.png') repeat-x 0 0 !important;
    border-color: #3B7BC2;
}

.appbutton-blue-search {
    background: transparent url('../images/button-blueSearch-bg.png') no-repeat 0 0 !important;
    border-color: #3B7BC2;
}

.appbutton-biggreen {
	background: #a3e33f url('../images/button-green-big-bg.png') repeat-x 0 0 !important;
	border-color: #5c9e0f;
}

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

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

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

.x-appbutton-biggreen-pressed {
	background: #9ce413 url('../images/button-green-big-bg.png') repeat-x 0 -54px !important;
}

.x-appbutton-gray-pressed {
    background: #888 !important;
}

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

.appbutton-disabled {
	background: #ededed url('../images/button-bg.png') repeat-x 0 30px !important;
	border-color: #dadada !important;
}

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

.appbutton .x-btn-inner {
	font-size: 11px;
	font-weight: bold;
	padding: 0 8px;
}

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

.appbutton button, .appbutton .x-btn-inner {
	height: 26px;
	line-height: 26px;
	color: white;
}

.appbutton-blue button, .appbutton-blue .x-btn-inner {
    color: #fff;
}

.x-btn-default-small-disabled .x-btn-inner {
	color: #afafaf !important;
}

.x-btn-default-small-disabled.check .x-btn-inner {
	color: inherit !important;
}

.apptextfield .x-form-text {
	height: 32px;
}

.apptextfield-disabled .x-form-text {
	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 {
	color: #888;
}

.apptextfield .x-form-arrow-trigger,
.apptextfield-disabled .x-form-arrow-trigger {
	width: 32px;
	height: 32px;
	border: 0;
	background: transparent url('../images/combobox-arrow.png') no-repeat 0 0;
}

.apptextfield-disabled .x-form-arrow-trigger {
	background-position: 0 -32px;
}

.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;
}

.apparrowbutton {
	cursor: pointer;
	position: relative;
	height: 48px;
	width: 60px;
	background: transparent url('../images/button-arrow-bg.png') no-repeat 0 0;
}

.apparrowbuttondark {
	background: transparent url('../images/button-arrow-dark-bg.png') no-repeat 0 0;
}

.apparrowbuttonleft {
	background-position: 0 0;
}

.apparrowbuttonleft-pressed {
	background-position: 0 -48px;
}

.apparrowbuttonright {
	background-position: 0 -144px;
}

.apparrowbuttonright-pressed {
	background-position: 0 -192px;
}

.apparrowbutton div {
	height: 32px;
	width: 32px;
}

.apparrowbutton div.contact {
	background: transparent url('../images/contact-icon-32.png') no-repeat 50% 50%;
}

.apparrowbutton div.case {
	background: transparent url('../images/case-icon-32.png') no-repeat 50% 50%;
}

.apparrowbuttonleft div,
.apparrowbuttonright div {
	position: absolute;
	top: 8px;
}

.apparrowbuttonleft div {
    right: 8px;
}

.apparrowbuttonright div {
	left: 8px;
}

.appgroupbutton {
	overflow: hidden;
	border: 1px solid #888;
	-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: 32px;
}

.appgroupbutton div {
	font-family: Tahoma, Arial, sans-serif;
	float: left;
	border-left: 1px solid #888;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	background: transparent url('../images/button-bg.png') repeat-x 0 0;
}

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

.appgroupbutton div.active {
	background: transparent url('../images/button-bg.png') repeat-x 0 -30px;
}

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

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

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

.app-tag span.app-lbl-remove {
	display: inline-block;
    float: right;
    height: 16px;
    margin: 0;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 16px;
	background: transparent url('../images/label-remove-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: #000;
}

.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: #6e580b;
}

.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: #0b5f6e;
}

.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: #46845b;
}

.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: #9c9c9c;
}

.app-tag, .app-tag-disabled {
	float: left;
	font-weight: normal;
	padding: 2px 26px 2px 4px;
	color: #888;
	text-transform: none;
	border: 1px solid #dadada;
	background-color: #ededed;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.app-tag-readonly {
	padding: 2px 4px;
}

.app-tag-label {
	background-color: #c0e1f6;
    border: 1px solid #83bbdf;
    color: #5b7a8e;
    margin: 0 4px 4px 0;
    position: relative;
}

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

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

.viewport-north > div.x-panel-body {
	color: #ddd;
	background color: #F7F8FA;
}

#header-wrapper {
	display: flex;
    width: 100%;
    align-items: center;
	background: #F7F8FA;
}
#header-wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #b1b1b2;
    bottom: 0px;
    z-index: 1;
}

.header-menu {
	margin-left:  auto;
	display: flex;
}

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

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

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

.header-menu-item-inner {
	position: relative;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	background-color: #F7F8FA;
}

.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 {
	text-decoration: none;
    color: #363636;
}

.header-menu-logo{
    display: flex;
    align-items: center;
}

.header-menu-logo img{
    margin-left: 14px;
    width: 64px;
}


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

#user-name {
	font-size: 13px;
	padding-top: 5px;
	line-height: 19px;
}

#user-nick {
	font-size: 11px;
	color: #719ebb;
	line-height: 19px;
	padding-bottom: 5px;
}

#user-name, #user-nick, #menu-team, #menu-logout {
	color:  #363636;
}

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

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

/* Feedback module */
#feedback-wrapper {
    display: inline;
    float: left;
    width: auto;
    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: #DDDDDD;
    height: 31px;
    left: 10px;
    position: absolute;
    width: auto;
    z-index: 10000;
}
#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 {
    cursor: pointer;
    float: right;
    margin: 10px 0 6px 8px;
    padding: 0 8px 0 0;
}

/***************************/
/*** 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: 4000;
}

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

#app-notifier.hidden,
#app-notifier-pri.hidden {
    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.err,
#app-notifier-pri div.err {
	background-color: #fe5a5a;
	border-color: #d40000;
}

#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-pri div.err 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;
	/*
	-webkit-box-shadow: 3px 3px 1px #ccc;
	-moz-box-shadow: 3px 3px 1px #ccc;
	box-shadow: 3px 3px 1px #ccc;
	*/
}

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

.wmodal .x-window-header {
	background-color: #333;
	padding: 0 16px;
	border: 0;
	-webkit-border-radius: 5px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-radius: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

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

.wmodal .x-window-header-text {
	display: inline-block;
	color: #ddd;
	text-shadow: 1px 1px 0 #000;
	font-size: 20px;
	font-weight: normal;
	font-family: BebasNeueRegular, CuprumFFURegular, Arial, Helvetica, sans-serif;
}

/*.wmodal .notice {
    width: 545px !important;
    word-wrap: break-word;
    border:1px solid red;
}*/

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

.wmodal-buttons-panel div.x-panel-body {
	background: transparent url('../images/bulk-panel-bg.png') repeat-x 0 0;
}

.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 10px 0 16px;
}

#wmtoolbar div.appbutton {
	margin: 11px 6px 0 0;
}

/* DIFFERENT TYPES */

/* TOUR SPLASH COMMON */
.wmodal.splash .x-window-header,
.wmodal.tour .x-window-header {
    padding: 20px 16px 20px;

    background-color: white;
    border: 1px solid #333;
    border-bottom: none;
}
.wmodal.splash .x-window-header,
.wmodal.splash .x-window-header-body .x-box-item,
.wmodal.tour .x-window-header,
.wmodal.tour .x-window-header-body .x-box-item {
    height: auto !important;
}
.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: 24px;
    color: #333;

    font-size: 24px;
    text-shadow: 1px 1px 0 #ccc;
}

.wmodal.splash .x-window-header-body,
.wmodal.tour .x-window-header-body {
    border-bottom: 1px solid #ccc;
}

.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 .x-tool img.x-tool-close,
.wmodal.tour .x-tool img.x-tool-close {
    background: transparent url('../images/popover-close-icon.png') no-repeat 0 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 #wmtoolbar-body,
.wmodal.tour #wmtoolbar-body {
    padding: 0 34px 0 20px;
}

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

/* SPLASH ONLY */
.wmodal.splash p,
.wmodal.splash h3 {

}

/* 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;
}

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

#asst-form-notification {
    height: 16px;
    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 {
    font-weight: bold;
	text-align: left;
    background-position: 0 -32px;
}

#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-body-wrapper.adjusted1 {
	padding: 21px 18px;
}

.form-body-wrapper.adjusted1 .x-panel-body {
	font-size: 13px;
}

.form-body-wrapper.adjusted1 .error-bubble-body {
	font-size: 12px;
}

.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-form-box-text.adjusted {
    padding: 4px 0 16px 105px;
}

.alias-form-box-text.adjusted2 {
    padding: 4px 0 27px 105px;
}

.alias-form-box-text.adjusted3 {
    padding: 4px 0 0 105px;
}

.alias-form-box-text.adjusted4 {
    padding: 0;
    margin-top: 5px;
    margin-left: 15px;
}

.alias-form-box-text.adjusted5 {
    padding: 0;
    margin-top: 5px;
    margin-left: 20px;
}

.infotext-adjusted {
    margin-top: 60px;
}

.infotext-adjusted2 {
    margin-top: 15px;
}

#form-note-success-body {
    font-size: 14px;
}

.label-indented label {
    display: block;
    margin-left: 20px;
    margin-top: -16px;
}

.top-padded {
    margin-top: 30px;
}

.top-padded2 {
    margin-top: 10px;
}

.bold {
    font-weight: bold;
}
 
.reply-to-note {
    padding-bottom: 10px;
}

#email-fwd-note {
    color: #444;
    font-size: 13px;
    padding-bottom: 15px;
    line-height: 15px;
    margin: 0 0 10px;
}

.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;
}

.label-desc {
	margin: 17px 17px 0px 17px;
	font-size: 12px;
	border-bottom: 1px solid #eee;
	font-weight:bold;
}

.label-input-wrapper {
	margin-left: 17px;
	margin-top: 17px;
	overflow: auto;
	padding-bottom: 18px;
}

.label-container {
	border: 1px solid #ccc;
	margin-left: 17px;
	width: 405px;
	height: 168px;
	overflow: auto;
	padding: 5px;
	border-radius: 4px;
	background-color: #f2f2f2;
}

.label-title-container {
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 2px;
	margin-bottom: 8px;
	font-weight:bold;
	font-size: 11px;
}

.label-help-link {
    margin: 4px 0 0 17px;
    display: inline-block;
}

.label-input {
	height: 28px !important;
	margin-left: 10px;
	width: 337px;
}

#label-input-wrapper-id .label-input {
	width: 323px;
}

.label-input-wrapper * {
	float:left;
}

.label-ul li span {
	display: inline-block;
	padding-left: 3px;
	padding-top:3px;
	vertical-align: bottom;
}

.label-ul li {
	float: left;
	background-color: #c1e1f6;
	margin-right: 5px;
	margin-bottom: 3px;
	vertical-align: middle;
	padding: 0px 10px 2px 9px;
	border: 1px solid #9fbacd;
}

.labeltxt-input-wrapper {
 margin-top:5px;	
}

.label-ul li input {
	display: inline-block;
    margin-bottom: 3px;
}

/** CHAT **/
.widget-labels input {
	background: url("../images/label-icon-16.png") 6px 5px;
	background-repeat: no-repeat;
	border-radius:23px;
	margin-bottom:5px;
}

.widget-labels input {
	background: url("../images/label-icon-24.png") 3px 3px;
	background-repeat: no-repeat;
	border-radius:23px;
	margin-bottom:5px;
}

.widget-labels input ::-webkit-input-placeholder,
.widget-labels input :-moz-placeholder,
.widget-labels input ::-moz-placeholder,
.widget-labels input :-ms-input-placeholder {
	
	padding-left:50px
}


.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-n .msg-bubble-inner {
	margin: 0 30px;
}

.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-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 {
	left: 56px;
    top: 10px;
}

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

.msg-bubble-inner {
	border: 1px solid #dbdee3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #444;
	position: relative;
}

.msg-bubble-n .msg-bubble-inner {
	border-color: #e5da9d;
	background-color: #fbf5d6;
}

.msg-bubble-n .msg-bubble-inner p {
	background: transparent url('../images/note-bubble-bg.png') repeat 0 0;
}

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

.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;
}

.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-sender {
	color: #3f7bc4;
	padding: 8px 62px 2px 10px;
}

.msg-bubble-sender .msg-bubble-time {
	font-size: 11px;
	font-weight: normal;
	color: #b6bfc6;
	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-text {
	padding-bottom: 8px;
	word-wrap: break-word;
}

.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-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;
	overflow:auto;
}

.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 {
	background-color: #fff;
	color: #444;
    float: left;
    padding-right: 6px;
    position: relative;
    z-index: 20;
}

.msg-bubble-sys span.time {
	color: #b6bfc6;
	margin: 0 4px;
}

.msg-bubble-sys span.dashed {
	border-top: 1px dashed #eee;
    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: 3000;
}

.notification-popup {
    width: 280px;
    background: white;
    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 > 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;

}

.not-contentContainer {
    width: 100%;
    height: 90px;
    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: 30px;
    padding: 0 7px 7px 0;
}

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

/**************************/
/*** 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: 32px;
    width: 274px;
    max-height: 400px;
    height: auto;
    overflow: auto;
}

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

.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: url("../images/search-icon-grey-16.png") no-repeat scroll right 1px transparent;
}

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

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

.label-container::-webkit-scrollbar {
    width: 8px;
}
 
.label-container::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); 
}

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

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

.floatleft_util {
    float : left;
}

.floatright_util {
    float : right;
}

.link-to-permium-container {
    font: calibri;
    text-align: center;
}

.link-to-permium-container .convert-1 {
    font-size: 16px;
    color: #7a7a7a;
    margin-bottom: 20px;
}

.link-to-permium-container .convert-2 {
    font-size: 23px;
    color: #8498a6;
}

.link-to-permium-container .convert-3 {
    font-size: 12px;
    color: #8498a6;
    margin-bottom: 16px;
}

.link-to-permium-container .convert-4 {
    font-size: 16px;
    color: #F0A750;
}

.link-to-permium-container .convert-5 {
    font-size: 12px;
    color: #F0A750;
}

.price-change-container p {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    text-align: left;
    padding: 10px 0 10px 0;
    line-height: 22px;
}
