/*
* 公共的变量文件
*/

/* 页面背景色 */
$bg: #FBFBFB;

/* 主色、 可点击按钮字体颜色 */
$main-color: #1e99eb;

/* 辅色 */
$auxiliary-color: #4CB4E7;

/* 来电按钮色值 */
$phone-button-answer: #5DB533;
$phone-button-transfer: #28A1DC;
$phone-button-hangup: #C95250;

/* 页面字体 */
$title-font-size: 14px;
$text-font-size: 13px;
$note-font-size: 12px;

/* 强调字体颜色 */
$color-text-primary: #333333;

/* 正文字体颜色 */
$color-text-regular: #666666;

/* 次要字体颜色 */
$color-text-secondary: #999999;

/* 弱提示颜色 */
$color-text-placeholder: #CCCCCC;

/* 默认边框颜色 */
$default-border-color: #E4E4E4;

/* 操作按钮鼠标滑过颜色 */
$button-hover-color: #40A9FF;

/* 关闭按钮鼠标滑过颜色 */
$button-close-hover-color: #E17977;

/* 深色背景上的文字颜色、 白色 */
$white-color: #FFFFFF;

/* 深色背景上的文字颜色、 白色 */
$background-color: #F8F8F8;

$background-color-base: #F6F6F6;

/* 弹屏界面电话状态文字颜色 */
$phone-status-text-color: #60A912;

/* 表格分割线颜色、边框线颜色(颜色较深) */
$table-split-line-color: #E1E1E1;

/* 表单分割线颜色、边框线颜色(颜色较浅) */
$form-split-line-color: #EEEEEE;

/* 树节点、会话 当前选中项背景色 */
$current-selected-color: #EDF9FF;

/* 表格行头、鼠标滑过行  背景色 */
$table-header-color: #F6F6F6;

/* 系统最小宽度 */
$screen-min-width: 1280px;

/* 系统最大宽度 */
//$screen-max-width: 1920px;
$screen-max-width: 19200px;

/* 顶部栏高度 */
$header-height: 50px;

/* 底部栏高度 */
$bottom-height: 46px;

/* 签入色 */
$agent-signin: #3AA0FF;

/* 签出色 */
$agent-signout: #AFB8C4;

/* 空闲色 */
$agent-free: #4DCB73;

/* 忙碌色 */
$agent-busy: #F2637B;

/* 未就绪 */
$agent-not-ready: #FAD337;

/* 导航菜单选择色值 */
$menu-selected-color: #232323;

/* 导航菜单选择色值 */
$menu-hover-color: #232323;

/* 导航菜单文本颜色 */
$menu-text-color: rgba(255,255,255,0.7);

/* 导航菜单激活文本颜色 */
$menu-active-text-color: #FFFFFF;

/* 导航菜单宽度 */
$menu-width: 200px;

/* 导航菜单背景色 */
$menu-bg-color: #313131;
