﻿/*
=============================================
 Author:	wn
 Create date: 	2018-06-04
 Description:	架构换肤颜色default
==========修改记录===========================
 ============================================
*/
h1, h2, h3, h4, h5, h6 {
    font-family: "Microsoft YaHei", "微软雅黑", "Hiragino Sans GB", sans-serif;
}

.bg-header {
    background: #336cb4 !important;
    background: #336cb4;
    color: #fff;
}
/***通用颜色值*************/
.bg-header {
    background: #336cb4 !important;
    background: #336cb4;
    color: #fff;
}

    .bg-header > li:hover,
    .bg-header > li.active {
        box-shadow: inset 0 0 54px 0 rgba(0,0,0,0.1);
    }

    .bg-header a, 
    .bg-header a:hover {
        color: inherit;
    }

.bg-lightgray {
    background: #f9f9f9;
    color: #333;
}

/***#endredigon*************/
/*#region 弹出对话框divdialog***********/

.program_dialog_top {
    box-shadow: inset 0 0 1px rgba(255,255,255,0.2);
    background: #336cb4;
    color: #fff;
    height: 32px;
    line-height: 32px;
}

.program_dialog .right b:hover {
    background-color: rgba(255,255,255,0.1);
}

/***按钮颜色*************/
.btn-primary {
    background: #3c81d9;
}

.btn-link,
.lzbtn_link,
.color-theme {
    color: #3c81d9;
}
