﻿/*
=============================================
 Author:	wn
 Create date: 	2018-07-13
 Description:	架构换肤颜色base20019001
=============================================

/**#region***便于换肤将产品中通用的部分提取***201-04-02****************/
body {
  
    color: #444;
}

button, textarea {
    font-family: Roboto, 'Segoe UI',Arial,'Microsoft Yahei',sans-serif;
}

.BodyBg,
.bg-body,
.BodyBgWrap {
    background: #f7f7f9;
}

table, td {
    font-size: 14px;
}


a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }
/*通用遮罩层******/
#mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 998;
    background-color: rgba(0,0,0,0.3);
    display: none;
}

.formheight {
    height: 100%;
}
/***通用颜色值*************/
.bg-header {
    background: #212e38 !important;
    background: #212e38;
    color: #fff;
}

    .bg-header > li:hover,
    .bg-header > li.active {
        background: #2abfe4 !important;
    }

    .bg-header a,
    .bg-header a:hover {
        color: inherit;
    }

.bg-lightgray {
    background: #f9fafe;
    color: #333;
}
/**表单输入框*/
input,
select,
textarea,
.span_Forinput {
    border-radius: 3px;
    padding: 2px 5px;
    border-radius: 3px;
    line-height: 20px;
    font-size: inherit;
    height: 26px;
    border: 1px solid #efefef;
}

textarea {
    height: auto;
    overflow: auto;
}

input[type=button] {
    line-height: 1;
}

input[type=checkbox],
input[type=radio],
.checkbox {
    border: 0 !important;
}

input[disabled],
select[disabled],
textarea[disabled] {
    color: #333;
    background: #f5f5f5;
    border-color: #f0f0f0;
}

input[type=file] {
    padding: 0;
}
/**#endregion***通用表单**************************/
/***#endredigon*************/
/*****列表奇偶行及选中样式****************************/
.troddbg,
.fancytree-odd-even > tbody > tr:nth-child(2n+1) {
    background: #fff;
}

.trevenbg,
.fancytree-odd-even > tbody > tr:nth-child(2n) {
    background: #fbfbfb;
}

table.fancytree-container > tbody > tr:hover,
.lztable-style.table > tbody > tr:hover {
    background: #f5f7f9 !important;
}

table.fancytree-container > tbody > tr.fancytree-focused,
table.fancytree-container > tbody > tr.fancytree-active,
table.fancytree-container > tbody > tr.fancytree-selected,
.lztable-style.table > tbody > tr.selected {
    background: #f5f7f9 !important;
}

/*弹出对话框divdialog***********/
.program_dialog {
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.program_dialog_top {
    box-shadow: 0 1px 0 #e4e9ec;
    background: #fafafa;
    color: #444;
    border-radius: 3px 3px 0 0;
}

.program_dialog .right b {
    color: #999;
    border-color: #999;
    width: 40px;
}

    .program_dialog .right b.close {
        width: 40px;
    }


    .program_dialog .right b:hover {
        background-color: rgba(0,0,0,0.1);
    }

    .program_dialog .right b.close:hover {
        background-color: #e4523f;
        color: #fff;
    }

/**自定义门户******/
.nav_sidebar > li.active > a {
    background: #2abfe4 !important;
}
