﻿/*
=============================================
 Author:	wn
 Create date: 	2018-08-04
 Description:	产品样式青色设置
=============================================
*/
/**通用链接颜色*/
a {
    color: #4e97d8;
}

    a:visited {
        color: #35658f;
    }

    a:hover {
        color: #0070c1;
        text-decoration: underline;
    }

.lzsite-top {
    
    background-size: 100% 100%;
}
/*头部*/
body .lzsite-header,
body .lzsite-fmenu,
body .lznav-01 .lznav-dropdown-more {
    background: #4e97d9;
    color: rgba(255,255,255,0.85);
}
.tool-item,
.lznavct-li-01,
.lznavct-item {
    color: #4e97d9;
}
/**深色*/
.lzskin-style-a .lzsite-aside {
    background: #263238;
    box-shadow: 2px 0 4px rgba(38,50,56,0.1);
    color: rgba(163,175,183,0.9);
}

.lzskin-style-a .lzleft-menu-item.active,
.lzskin-style-a .lzleft-menu-item:hover {
    background: rgba(37,48,48,1);
}



.lzskin-style-a .lzleft-menu-sub,
.lzskin-style-a a.nav-child-a {
    color: rgba(163,175,183,0.9);
    background: inherit;
}

    .lzskin-style-a a.nav-child-a:hover {
        color: #fff;
        background: rgba(0,0,5,0.25);
        text-decoration: none;
    }


.lzskin-style-a .Lzleft_li_on_01 > a.nav-child-a,
.lzskin-style-a .Lzleft_li_on_02 > a.nav-child-a,
.lzskin-style-a .Lzleft_li_on_03 > a.nav-child-a {
    border-color: transparent;
    color: #fff;
    background: rgba(0,0,5,0.55);
}
/*浅色**/

.lzskin-style-b .lzsite-aside {
    box-shadow: 2px 0 4px rgba(0,0,0,0.1);
    background: rgba(250,250,255,0.5);
    color: #646464;
}


.lzskin-style-b .lzleft-menu-item.active,
.lzskin-style-b .lzleft-menu-item:hover {
    background: rgb(244,246,250);
}

.lzskin-style-b .Lzleft_tab_on,
.lzskin-style-b .active > .Lzleft-tab {
    color: #4e97d9;
}

.lzskin-style-b .lzleft-menu-sub,
.lzskin-style-b a.nav-child-a {
    color: #646464;
    background: inherit;
}

    .lzskin-style-b a.nav-child-a:hover {
        color: #333;
        background: rgba(200,206,210,0.15);
        text-decoration: none;
    }

.lzskin-style-b .Lzleft_li_on_01 > a.nav-child-a,
.lzskin-style-b .Lzleft_li_on_02 > a.nav-child-a,
.lzskin-style-b .Lzleft_li_on_03 > a.nav-child-a {
    border-color: transparent;
    color: #4e97d9;
    background: rgba(80,156,235,0.12);
}
/*主色调**/
.radio-blue > input[type=radio] + .radio-label:before,
.checkbox-blue > input[type=checkbox] + .checkbox-label:before {
    border-color: #4e97d9;
}


.flip-switch input:checked + label:after,
.radio-blue > input[type=radio]:checked + .radio-label:before,
.checkbox-blue > input[type=checkbox]:checked + .checkbox-label:before,
.checkbox-tags > input[type=checkbox]:checked + .checkbox-label {
    background: #4e97d9;
    border-color: #4e97d9;
}
/****按钮图标样式*****/
.buttonIco,
.btn-link,
.color-theme {
    color: #4e97d9;
}

.btn-primary:not([disabled]),
.btn-primary:not([disabled]):hover {
    background: #4e97d9;
    border-color: #4e97d9;
    color: #fff;
}

.pager_item.acitve,
.pager_item.acitve:hover,
.bg-blue,
.bg-theme {
    background: #4e97d9 !important;
    border-color: #4e97d9 !important;
    color: #fff;
}

.list-acitveblue > li.active,
.list-acitveblue > li.active:hover {
    background: #4e97d9;
    color: #fff;
}

/*colors设置**/
.color-default {
    background: #65aff2;
    color: #65aff2;
    border-color: #65aff2;
}

.color-1 {
    background-color: #65aff2 !important;
    color: #65aff2;
    border-color: #65aff2;
}

.view-font {
    background: none !important;
}
/**门户栏目颜色*/
.lzPanelTitle:after {
    background: #65aff2;
}

/**页面定制标题色**/
td.TableBg01_B {
    background: #f0f7fe;
}

.TableBorder01,
.TableBorderEx01,
.TableBg01,
.TableBg02,
.TableBg01_B {
    border-color: rgba(169,169,180,0.35);
}

input,
select,
textarea {
    border-color: rgba(169,169,180,0.35);
}

/*列表滑过，选中样式*/
/*列表滑过，选中样式*/
.tdheadfield {
    background: #fcfdfe;
}

.trevenbg td,
.trevenbg:after {
    background: #fcfdfe;
}

.trmoveover td,
.trmoveover:after {
    background: rgba(78,151,217,0.15);
    color: #333;
}

.trmoveset td,
.trmoveset:after {
    background: rgba(78,151,217,0.15);
    color: #000;
}

/*树列表选中背景色*/
body .ztree li a.curSelectedNode {
    background: #c3daf7;
    color: #000;
}

/*pm中树列表选中以及鼠标经过样式*/
.lzskin-style-b .lzsite-aside {
    color: #646464;
}

.lzskin-style-b .LzTreeWrap .ztree li > a:hover,
.lzskin-style-b .LzTreeWrap .ztree .level0 > a.curSelectedNode,
.lzskin-style-b .LzTreeWrap .ztree .level1 > a.curSelectedNode,
.lzskin-style-b .LzTreeWrap .ztree .level2 > a.curSelectedNode {
    background: rgb(244,246,250);
    color: #4e97d9;
    border-color: transparent !important;
}
/*深色*/

.lzskin-style-a .lzsite-aside > .ztree > li > .level0 {
    color: rgba(163,175,183,0.9) !important;
}

.lzskin-style-a .level0:hover {
    background: rgba(37,48,48,1) !important;
}

.lzskin-style-a .level0.curSelectedNode {
    background: rgba(37,48,48,1) !important;
    border: 1px solid rgba(37,48,48,1) !important;
}

.lzskin-style-a a.level1:hover, .lzskin-style-a a.level2:hover {
    color: #fff !important;
    background: rgba(0,0,0,0.25) !important;
}

.lzskin-style-a a.level1, .lzskin-style-a a.level2 {
    color: rgba(163,175,183,0.9) !important;
    background: inherit;
}

    .lzskin-style-a .level0.line .level1.curSelectedNode, .lzskin-style-a a.level2.curSelectedNode {
        border-color: transparent !important;
        color: #fff !important;
        background: rgba(0,0,10,0.55) !important;
    }
