.x-frame-body {
    background-color: #e3ebf4 !important;
}

.text-center {
    text-align: center;
}

.text-bold {
    font-weight: bold;
}

.text-right {
    text-align: right;
}

.right-label-inline-block {
    display: inline-block;
    text-indent: 5px;
}
.chat-list-item {
    color: #4f4f4f;
    font-size: 11px;
}

.chat-list-item-header {

}

.chat-list-item-inner {
    line-height: 16px;
}

.chat-list-date {
    min-height: 52px;
    position: relative;
}

.chat-list-date-inner span {
    position: absolute;
    bottom: 0;
    right: 0;
}

.chat-list-date-inner img {
    position: absolute;
    top: 15px;
    right: 0;
}

/* CHAT MESSAGES */

.chat-message {}

.chat-message .x-view-item-focused {
    outline: 0 !important;
}

.chat-msg-body {
    padding: 8px;
}

.chat-msg-item {
    margin: 0 0 15px 0;
}

.chat-msg-user {
    font-weight: bold;
    margin: 0 0 7px 5px;
    font-size: 11px;
    color: #4f4f4f /*#15498B*/;
}

.chat-msg-message {
    background: #efefef;
    padding: 8px;
    position: relative;
    border-radius: 7px 7px 7px 7px;
}

.chat-msg-date {
    float: right;
    font-size: 10px;
    color: #828282;
    margin: 0 0 10px 10px;
}

.chat-msg-date img {
    margin: 0 0 0 8px;
}

.chat-msg-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 8px 9px;
    border-color: transparent transparent #efefef transparent;
    position: absolute;
    -webkit-transform:rotate(360deg);
}

.chat-msg-files {}

.chat-msg-files ul {
    margin: 0;
    padding: 0;
}

.chat-msg-files ul li {
    list-style: none;
    margin: 0;
    padding: 0 0 0 18px;
    line-height: 18px;
    font-size: 11px;
    background: url("/resources/images/icons/attach.png") no-repeat top left;
}

.chat-msg-files ul li a {
    font-weight: bold;
    font-size: 11px;
    color: #5b5b5b;
}

.chat-msg-files ul li a:hover {
    text-decoration: none;
}

.chat-msg-default .chat-msg-arrow {
    top: -7px;
    left: 20px;
}

.chat-msg-owner {
    margin: 0 0 15px 15px;
}

.chat-msg-owner .chat-msg-message {
    background: #E3EBF4;
}

.chat-msg-owner .chat-msg-arrow {
    top: -7px;
    left: 20px;
    border-color: transparent transparent #E3EBF4 transparent;
}

.chat-msg-attention .chat-msg-message {
    background: #fff6c1;
}

.chat-msg-attention .chat-msg-inner {
    text-align: center;
    margin-right: 80px;
}

.chat-msg-attention .chat-msg-inner span {
    background: url(/assets/img/icons/alert.png) no-repeat;
    display: inline-block;
    padding: 2px 0 0 18px;
}

.chat-msg-support .chat-msg-message {
    background: #fff6c1;
}

.chat-msg-support .chat-msg-user {
    text-align: right;
}

.chat-msg-support .chat-msg-arrow {
    /*fffbe0*/
    border-color: transparent transparent #fff6c1 transparent;
    top: -7px;
    right: 20px;
}

.chat-msg-viewed {
    text-align: right;
}

.msg-empty-text {
    text-align:center !important;
    font-size: 12px;
    padding: 20px 0;
    color: #808080;
}

.unread-count-green {
    display: inline-block;
    min-width: 15px;
    opacity: 0.7;
    font-size: 10px;
    background-color: #3E8238; /*#46b943;*/
    color: white;
    text-decoration: none;
    font-style: normal;
    text-align: center;
    height: 16px;
    width: 16px;
    padding: 2px 1px 0 1px;
}

div.table-view {
    overflow-x: auto;
    white-space: normal;
}

div.table-view table caption {
    font-weight: bold;
    margin: 5px;
    font-size: 11px;
}

div.table-view .x-item-selected {
    outline: none !important;
}

div.table-view table {
    border-collapse: collapse;
    border: 1px solid #969696;
    width: 100%;
}

div.table-view table tr.header td {
    background-color: #eaeaea;
    border: 1px solid #969696;
}

div.table-view table td {
    padding: 3px;
    font-size: 11px;
    text-align: center;
}

.icon-pdf {
    background: url('../img/icons/icon-pdf.svg');
    height: 16px !important;
    width: 16px !important;
}

.icon-pdf-white {
    background: url('../img/icons/pdf-white.png');
    background-size: 16px;
    height: 16px !important;
    width: 16px !important;
}

.icon-excel {
    background: url(../img/icons/excel.png ) no-repeat !important;
}

.icon-header {
    width: 20px !important;
    display: inline-block !important;
}

.icon-logo-main {
    width: 90px !important;
}

.icon--left-menu {
    top: 50%;
    transform: translateY(-50%);
    left: 15px !important;
    position: absolute;
}

.icon-logo-company {
    width: 30px !important;
}

.x-grid-cell-inner .china-warning {
    text-decoration: underline;
    color: #0000ff;
}

.x-tooltip-warning {
    background-color: #ffffff !important;
}

.x-tooltip-warning .warning-tip {
    padding: 2px 2px 2px 23px;
    background-image: url(../img/icons/inform.png);
    background-repeat: no-repeat;
    background-position: 3px 0;
}

.x-tooltip-warning .warning-title {
    font-weight: bold;
}

.x-tooltip-warning .warning-body {}

.x-message-info {
    background-image: url(../img/icons/info-32.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.info-box-border {
    border: #b5b8c8;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    padding: 5px;
}

/* В fieldset будем выводить сообщения */
.ms-info, .ms-info-small {
    background: url('../img/icons/info-32.png') top left no-repeat;
    padding: 0 0 0 40px;
    min-height: 30px;
}

.ms-info-small {
    padding: 0;
    min-height: 18px;
    background-size: 18px;
}

.ms-info-center {
    background: url(../img/icons/info-32.png) top 3px left no-repeat;
    padding: 10px 0 0 40px;
    min-height: 38px;
    width: 50%;
    margin: 0 auto;
}

.ms-info-panel {
    background-image: url('../img/icons/info-32.png');
    background-repeat: no-repeat;
    background-position: 7px 7px;
    padding: 7px 7px 7px 40px;
    min-height: 30px;
}

.ms-warning {
    background: url('../img/icons/warning-32.png') top left no-repeat;
    padding: 0 0 0 40px;
    min-height: 30px;
}

.info-box-message-text .x-form-display-field-body {
    vertical-align: middle;
}

.info-box-message-text-with-title .x-form-display-field-default {
    margin-top: -3px;
}

.info-box-message-text-without-title .x-form-display-field-default {
    margin-top: 1px;
}

.x-textarea-highlight .x-form-textarea {
    background: #fdeca6 none repeat scroll 0 0 !important;
}

.row-admin {
    background: #fff6c1;
}

.row-limited-admin {
    background: lightcoral;
}

.row-error {
    background: lightcoral;
}

.last-update-displayfield .x-form-display-field-default {
    padding-top: 5px;
}

.label-bold {
    font-weight: bold !important;
}

.numberfield-as-text .x-form-text-wrap, .numberfield-as-text  .x-form-text-default{
    border: none !important;
    background: none !important;
}

.combo-loader-mask {
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px;
    padding: 0;
    border: none !important;
    background: transparent;
}

.combo-loader-mask .x-mask-msg-text {
    padding: 3px 5px 4px 20px;
}

.email-preview-notice-text {
    display: inline-block;
    width: 80%;
}

.email-preview-language {
    display: inline-block;
    width: 20%;
    text-align: right;
}

.email-preview-language .language-name {
    padding-left: 10px;
    text-transform: capitalize;
}

.icon-kyc-stats {
    background-image: url('../img/icons/kyc-stats.png');
}

/* World Resource Map */
.bounce {
    animation: bounce 0.8s linear both;
}
@keyframes bounce {
    0%      {top: 0;}
    20%     {top: -30px}
    50%     {top: -20px;}
    70%     {top: -30px}
    100%    {top: 0;}
}
