/* 按钮相关 */
.btn {
    outline: none !important;
}

.btn-blue {
    border: 1px solid #44acf0;
    background-color: #44acf0;
    color: #fff;
}

.btn-blue:active, .btn-blue:focus, .btn-blue:hover, .btn-blue:active:hover {
    color: #fff;
    background-color: #44acf0;
    border: 1px solid #44acf0;
}
/*常用文字颜色样式*/
.text-red
{
	color: #e54d42;
}
.text-orange
{
	color: #f37b1d;
}
.text-yellow
{
	color: #fbbd08;
}
.text-olive
{
	color: #8dc63f;
}
.text-green
{
	color: #39b54a;
}
.text-cyan
{
	color: #1cbbb4;
}
.text-blue
{
	color: #0081ff;
}
.text-purple
{
	color: #6739b6;
}
.text-mauve
{
	color: #9c26b0;
}
.text-pink
{
	color: #e03997;
}
.text-brown
{
	color: #a5673f;
}
.text-grey
{
	color: #8799a3;
}
.text-black
{
	color: #333333;
}
.text-darkGray
{
	color: #666666;
}
.text-gray
{
	color: #aaaaaa;
}
.text-white
{
	color: #ffffff;
}
.text-ghostWhite
{
	color: #f1f1f1;
}
/* 文本颜色 */
.text-error, span.need {
    color: #ff4233 !important;
}

.text-white {
    color: white !important;
}
/* 文本颜色 */

/* 背景颜色 */
.bg-F5F7FA {
    background-color: #f5f7fa;
}

.bg-EFEFEF {
    background-color: #efefef;
}
/* 背景颜色 */

/* 选择输入框颜色 */
input.form-control[readonly] {
    background-color: white !important;
}
/* 选择输入框颜色 */

/*table头部含按钮*/
.table-dom {
    position: relative;
    min-height: 20rem;
    overflow: auto;
}

.listDiv {
    position: relative;
    min-height: 20rem;
}

.table-dom table {
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
}

.table-dom table th {
    border-top: 0.125rem solid #ddd;
    color: #999999;
}

.table-dom table tr {
    position: relative;
    height: 1.5rem;
    border-bottom: 0.06rem solid #ddd;
}

.dataMain table tr a {
    text-decoration: none;
}

.table-dom table tbody tr:hover {
    background: #eee;
}

.table-dom table tbody tr:hover + tr.infoMsg {
    background: #eee !important;
}

.table-dom table tr.selected {
    background: #ececec;
}

.table-dom table tbody tr.selected + tr.infoMsg {
    background: #ececec;
}

.table-dom table th, .table-dom table td {
    padding: 0.5rem 0;
    word-break: break-all;
}

.table-dom table .glyphicon {
    padding: 0.25rem;
    color: #999999;
    cursor: pointer;
}

.table-dom table .glyphicon:hover {
    color: #a94442;
}

.table-dom table tbody .glyphicon-none {
    color: #E1E1E1 !important;
}

.table-dom table tr th > div:not(.tooltip) {
    height: 2.6rem;
    line-height: 2.6rem;
}

.table-dom table tr th.operate {
    position: relative;
}
/*table头部含按钮*/

/* 复选框样式 */
input.inputXP[type=checkbox], input.inputXP[type=radio] {
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    background-color: #FFFFFF;
    overflow: hidden;
}
/* 复选框样式 */


/* 分页控件 */
.paginationjs-div {
    padding: 1.5rem 1rem;
}

.paginationjs-div input.pageSize {
    width: 5rem;
}
/* 分页控件 */

/* 文字过长隐藏 */
.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
}
/* 文字过长隐藏 */

/* 弹窗 form 星号修改 */
form span.need {
    color: red;
    font-size: 20px;
    position: absolute;
    right: 3px;
}
/* 弹窗 form 星号修改 */

/* 上传弹窗进度条 */
.modal .uploader-multi .uploader-list .progress {
    height: 0.5rem;
    margin-bottom: 0.5rem;
}
.modal .uploader-multi .uploader-list .progress > span {
    display: block;
    height: 100%;
    background-color: #8a6d3b;
}

.modal .uploader-multi .uploader-list .progress.over > span {
    background-color: #00AB00;
}

.modal .uploader-multi .uploader-list .progress.error {
    background-color: #ee3d41;
}
/* 上传弹窗进度条 */

/* 弹窗输入框 */
.form-group {
    margin-bottom: .3rem;
    overflow: hidden;
}
/* 弹窗输入框 */

/* 统一设置 textarea */
textarea {
    resize: none;
    overflow-x: hidden;
}
/* 统一设置 tex*/

/*设置右侧弹窗样式*/
.opp-result.animated {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.opp-result {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: -0.125rem 0 0.25rem rgba(0, 0, 0, .2);
    border-right: 0.0625rem solid #d9dadc;
    border-left: 0.0625rem solid #d9dadc;
}

.opp-result .opp-choosed-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.opp-result .opp-choosed-box .choosed-header {
    position: relative;
    height: 2.6875rem;
    line-height: 2.625rem;
    text-align: center;
    border-top: 0.0625rem solid #d9dadc;
    border-bottom: 0.0625rem solid #d9dadc;
    background: #f1f1f1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f3f3f3), color-stop(1, #eee));
    background: -moz-linear-gradient(top, #f3f3f3 0, #eee 100%);
}

.opp-result .opp-choosed-box .choosed-content {
    overflow: auto;
    position: absolute;
    top: 2.75rem;
    left: 0;
    right: 0;
    bottom: 2.8125rem;
    padding-left: 0.4375rem;
}

.opp-result .opp-choosed-box .js-opp-toolbar {
    background-color: #f3f3f3;
    border-top: 0.0625rem solid #d7d7d7;
    border-bottom: 0.0625rem solid #d7d7d7;
    padding: 0.4375rem 0.625rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: right;
}

.opp-result .opp-choosed-box .choosed-header .choosed-mainTitle {
    position: absolute;
    width: 15rem;
    left: 50%;
    margin-left: -7.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    word-break: break-all;
}

.opp-result .menu-list {
    display: none;
    right: 0.625rem;
    bottom: 2.5rem;
    min-width: 9.375rem;
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, .4);
    border-radius: 0.25rem;
}

.opp-result .menu-list li a {
    display: block;
    line-height: 2rem;
    color: #222;
    text-indent: 1.5625rem;
    text-decoration: none;
    text-align: left;
}

.opp-result .menu-list li a:hover {
    text-decoration: none;
    background-color: #ececec;
    cursor: pointer;
}
/*设置右侧弹窗样式*/