﻿/********************* 所有页面公共部分 ***************************/


/* 最上边的背景色 */

.Container .nav,
#biggest .nav,
#alarm_bg .nav,
#config_container-fluid .nav,
#applicationBox .nav {
    background: #214220 !important;
}

#config_Right input,
.bomb_bg input {
    background-color: transparent !important;
}

#config_Right select,
.bomb_bg select {
    background-color: transparent !important;
    color: #000000 !important;
}


/*logo是否显示和水平位置*/

.nav #nav_logo_img {
    width: 200px;
    height: 44px;
    position: absolute;
    margin-top: 0px;
    left: 0;
    display: block !important;
    z-index: 1;
}


/*版本型号*/

.nav #nav_logo_text {
    width: 170px;
    height: 19px;
    line-height: 19px;
    position: absolute;
    margin-top: 25px;
    left: 0;
    display: none !important;
    text-align: right;
    font-size: 12px !important;
    color: #fff;
    background: #ccc;
    z-index: 1;
}

#nav_logo_img img {
    width: 100%;
    height: 100%;
}


/*插件未加载背景色*/

#tk,
#huifang {
    background: #172117 !important;
}

.nav ul li .on {
    /*背景颜色*/
    background: transparent;
    /*字体颜色*/
    color: transparent;
}


/*当前页面在导航栏的背景颜色和字体颜色*/

.nav ul .on a {
    /*背景颜色*/
    background: #91A887 !important;
    /*字体颜色*/
    color: #ffffff !important;
}


/*鼠标悬停在导航栏的背景颜色和字体颜色*/

.nav ul li a:hover {
    /*背景颜色*/
    background: #91A887 !important;
    /*字体颜色*/
    color: #ffffff !important;
}


/*单独设置导航的背景色和字体颜色，不需要设置请注释*/


/*当前页面在导航栏的背景颜色和字体颜色(单独设置)*/


/* .nav ul .on #Preview, */


/* .nav ul .on #Playback, */


/* .nav ul .on #application, */


/* .nav ul .on #Alarm, */


/* .nav ul .on #Config { */


/*背景颜色*/


/* background: #1f2e45 !important; */


/*字体颜色*/


/* color: #ffffff !important; */


/* } */


/* #Preview { */


/*背景颜色*/


/* background: #1f2e45 !important; */


/*字体颜色*/


/* color: #ffffff !important; */


/* } */


/* #Playback { */


/*背景颜色*/


/* background: #1f2e45 !important; */


/*字体颜色*/


/* color: #ffffff !important; */


/* } */


/* #application { */


/*背景颜色*/


/* background: #1f2e45 !important; */


/*字体颜色*/


/* color: #ffffff !important; */


/* } */


/* #Alarm{ */


/*背景颜色*/


/* background: #1f2e45 !important; */


/*字体颜色*/


/* color: #ffffff !important; */


/* } */


/* #Config{ */


/*背景颜色*/


/* background: #1f2e45 !important; */


/*字体颜色*/


/* color: #ffffff !important; */


/* } */


/*鼠标悬停在导航栏的背景颜色和字体颜色(单独设置)*/


/* .nav ul li #Preview:hover, */


/* .nav ul li #Playback:hover, */


/* .nav ul li #application:hover, */


/* .nav ul li #Alarm:hover, */


/* .nav ul li #Config:hover { */


/*背景颜色*/


/* background: #1f2e45 !important; */


/*字体颜色*/


/* color: #ffffff !important; */


/* } */


/*日历背景色和边框色*/

.jedateblue {
    border: 1px #567B52 solid;
    background-color: #fff;
}


/*日历顶部背景色和字体颜色*/

.jedateblue .jedatetop {
    background: #567B52;
    color: #fff;
}


/*日历顶部小三角悬停背景色*/

.jedateblue .jedateym .triangle:hover {
    background-color: #567B52;
}


/*日历顶部年月弹框背景色和字体颜色*/

.jedateblue .jedatesety,
.jedateblue .jedatesetm {
    background-color: #fff;
}


/*日历顶部年月弹框悬停背景色*/

.jedateblue .jedatesety .ymdropul li:hover,
.jedateblue .jedatesetm .ymdropul li:hover {
    background: #F2F2F2;
}


/*日历顶部年月弹框选中背景色*/

.jedateblue .jedatesety .ymdropul li.action,
.jedateblue .jedatesetm .ymdropul li.action {
    background: #567B52;
    color: #fff;
}


/*日历顶部年月弹框选中悬停背景色*/

.jedateblue .jedatesety .ymdropul li.action:hover,
.jedateblue .jedatesetm .ymdropul li.action:hover {
    background: #567B52;
    color: #fff;
}


/*日历顶部年月弹框翻页按钮背景色和字体颜色*/

.jedateblue .jedatetopym p span.jedateymchle,
.jedateblue .jedatetopym p span.jedateymchri {
    background-color: #F0F0F0;
    color: #555;
}


/*日历顶部年月弹框关闭按钮背景色和字体颜色*/

.jedateblue .jedatetopym p span.jedateymchok {
    background-color:  #567B52;
    color: #fff;
}


/*日历星期背景色和边框颜色*/

.jedateblue .jedaol li.weeks {
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}


/*日历日期悬停背景色*/

.jedateblue .jedaul li:hover {
    background: #F2F2F2;
}


/*日历日期选中背景色和字体颜色*/

.jedateblue .jedaul li.action,
.jedateblue .jedaul li.action:hover,
.jedateblue .jedaul li.action .lunar {
    background:  #567B52;
    color: #fff;
}


/*日历日期非本月日期字体颜色*/

.jedateblue .jedaul li.other,
.jedateblue .jedaul li.other .nolunar,
.jedateblue .jedaul li.other .lunar {
    color: #BDD4B4;
}


/*日历底部背景色*/

.jedateblue .jedatebot {
    background: #f5f5f5;
}


/*日历底部时间背景色和边框颜色*/

.jedateblue .jedatebot .jedatehms {
    border: 1px solid #ddd;
    background-color: #fff;
}


/*日历底部时间冒号背景色*/

.jedateblue .jedatebot .botflex i {
    background: #f2f2f2;
}


/*日历底部按钮背景色和字体颜色*/

.jedateblue .jedatebot .jedatebtn span {
    background-color:  #567B52;
    color: #fff;
}


/*日历底部时间弹框背景色*/

.jedateblue .jedatepropcon {
    background-color: #fff;
}


/*日历底部时间弹框标题背景色,边框颜色和字体颜色*/

.jedateblue .jedatehmstitle {
    background: #f5f5f5;
    color: #000;
    border-bottom: 1px solid #ddd;
}


/*日历底部时间弹框时分秒边框颜色*/

.jedateblue .jedatehmscon {
    border: 1px solid #ddd;
}


/*日历底部时间弹框时分秒选中背景色和字体颜色*/

.jedateblue .jedatehmscon p.action,
.jedateblue .jedatehmscon p.action:hover {
    background:  #567B52;
    color: #fff;
}


/*日历底部时间弹框时分秒悬停背景色*/

.jedateblue .jedatehmscon p:hover {
    background: #F2F2F2;
}


/*禁用的输入框和密码颜色*/

input[type=text][disabled],
input[type=password][disabled] {
    color: #ccc !important;
}


/********************* 预览 ***************************/


/* 最右边的背景色 */

#Content_Right {
    background: #214220 !important;
}


/*云台控制、预置点、同轴控制背景色和字体颜色*/

#Content_Right .s1,
.snap_head {
    /* 背景色 */
    background: #417541 !important;
    /* 字体颜色 */
    color: #ffffff !important;
}


/* 最右边的云台控制下的字体颜色（包括步长，值，变倍，聚焦，光圈）*/

#Content_Right #ss1 #st p span,
#Content_Right #ss1 #zm #bianbei,
#Content_Right #ss1 #zm #jujiao,
#Content_Right #ss1 #zm #guangquan {
    color: #ffffff !important;
}


/*云台界面开始按钮背景色和字体颜色*/

#Content_Right .zm4 button {
    background-color: #417541 !important;
    color: #ffffff !important;
}


/*云台按钮禁用字体颜色*/

#Content_Right #zm .zm4 .zm4Disabled {
    color: #ccc !important;
}

#Content_Right #zm .zm4 .zm4Disabled span {
    color: #ccc !important;
}

#Content_Right .zm4 span {
    color: #333 !important;
}


/*预置点控制颜色*/

#Content_Right #ss2-ctrl {
    background: transparent !important;
}

#Content_Right #ss2-ctrl:hover {
    background: #417541 !important;
}


/*预置点，巡航组标题未选中颜色*/

#SelectYuzhiXunhang li {
    background: #91A887 !important;
}


/*预置点，巡航组标题选中颜色*/

#SelectYuzhiXunhang .SYChoice {
    background: #417541 !important;
}


/* 预置点列表背景色 */

#Tzkz .yuzhi,
#Tzkz .xunhang {
    background: #BDD4B4 !important;
}


/* 预置点列表选中背景色 */

.presetOfchannel_itemCh {
    background: #91A887 !important;
}


/*预置点列表序号颜色*/

.presetOfchannel_item li:first-child {
    color: #000000 !important;
}


/*预置点文字颜色*/

.presetOfchannel_item li:nth-child(2) {
    color: gray !important;
}


/*码流打开及设置预置点时预置点文字颜色*/

.yuzhi .presetOfchannel_item .preset_open_set {
    color: #000 !important;
}


/*巡航组文字颜色*/

.tourOfChannel_item li:first-child {
    color: gray !important;
}

.tourOfChannel_item[is_set=true] li:first-child {
    color: #000 !important;
}


/*线性扫描文字颜色*/


/*.lineScan_item li:first-child {*/


/*color: #000 !important;*/


/*}*/


/*循迹文字颜色*/


/*.tracking_item li:first-child {*/


/*color: #000 !important;*/


/*}*/


/*预置点下预置点，速度，时间添加选项背景颜色*/

#autotourtx li {
    background: #417541 !important;
}


/*预置点下预置点，速度，时间背景颜色*/

#presetoftour-head {
    background: #417541 !important;
}


/*预置点下预置点，速度，时间字体颜色*/

#presetoftour-head li {
    color: #000 !important;
}


/*预置点下预置点，速度，时间的保存，默认按钮背景颜色和字体颜色*/

#saveordefault_btn button {
    /* 背景颜色 */
    background: #417541 !important;
    /* 字体颜色 */
    color: #000 !important;
}


/* 底部背景色 */


/* 底部图标鼠标未选中背景颜色 */

#Content_Footer,
#bottom .pre_bt_bg {
    background: #214220 !important;
}


/*底部图标鼠标悬停时边框颜色*/

#bottom ul li:hover,
#ViewSplitControl:hover,
#ViewSplitSel dd:hover,
#ScreenProportionControl:hover,
#ScreenProportionSel dd:hover {
    border: 2px solid #fff !important;
}


/* 底部图标鼠标选中背景颜色 */

#bottom .pre_bt_choice_bg {
    background: #417541 !important;
}


/*预览界面左侧背景颜色*/

.pre_con_left_bg {
    background: #214220 !important;
}


/*通道名字前的图片前的小矩形颜色*/

#ullength li a p {
    background: #214220 !important;
}


/*鼠标悬停在通道名字前的图片前的小矩形颜色*/

#ullength li:hover p {
    background: #91A887 !important;
}


/*鼠标未移动到通道名字上的字体颜色*/

#ullength .ChannelName {
    color: #ffffff !important;
}


/*鼠标移动到通道名字上的字体颜色*/

#ullength li:hover .ChannelName {
    color: #ffffff !important;
}


/*鼠标移动到通道名字上的背景颜色*/

#ullength li:hover .ch-info {
    background: #295228 !important;
}


/*鼠标没有移动到主流（从流）上，主流（从流）编辑框的背景颜色和字体颜色*/

#ScroLeft li ul li {
    /*背景颜色*/
    background: #4D684D !important;
    /*字体颜色*/
    color: #ffffff !important;
}


/*鼠标移动到主流（从流）上，主流（从流）编辑框的背景颜色和字体颜色*/

#ScroLeft li ul li a:hover {
    /*背景颜色*/
    background: #647F5E !important;
    /*字体颜色*/
    color: #ffffff !important;
}


/*当前通道颜色*/

#ScroLeft .channel_tag {
    color: red !important;
}


/*********************回放 *******************/


/* 回放界面右边的背景色 */

#playbackright {
    background: #214220 !important;
}


/* 画面下面按钮控制背景色 */

#biggest .bottom #contro {
    background: #2F5D2E !important;
}


/* 底部背景色 */

#playbackbottom {
    background: #000000 !important;
}


/*时间段的背景色*/

.timebar-mark label,
.timebar-channelname {
    color: #fff !important;
}


/* TimeShaft_BK (播放框外时间段的背景色)*/

#zhucongliu {
    background: #000000 !important;
}


/* TimeShaft_FG (播放框内时间的背景色)*/

#timebar-recordpanel table tr td {
    background: #214220 !important;
}


/* 回放过程中视频播放条的颜色(普通) */

.timebar-recordspan {
    background: #29DAE1 !important;
}


/* 回放过程中视频播放条的复选框的边框颜色(普通) */

#Stand label {
    border-color: #29DAE1 !important;
}


/*回放过程中视频播放条的颜色(事件) */

.eventColor {
    background: #FB0102 !important;
}


/* 回放过程中视频播放条的复选框的边框颜色(事件) */

#Even label {
    border-color: #FB0102 !important;
}


/*所有录像复选框(修改此项需要在images文件夹下替换相应图片，图片名称为icon9.png)*/

#AllRecord label {
    border-color: #42B3FF !important;
}


/*右上角通道未选中背景色*/

#channel ul li {
    background: #91A887 !important;
}


/*右上角通道选中背景色*/

#channel ul .channelChoice {
    background: #417541 !important;
}


/*右上角播放列表表头背景色和字体颜色*/

#change #type table {
    /*背景颜色*/
    background: #567B52!important;
    /*字体颜色*/
    color: #fff !important;
}


/* 右上角播放列表背景色和字体颜色 */

#change #type,
#change #type table #backtr td {
    /*背景颜色*/
    background: #BDD4B4 !important;
    /*字体颜色*/
    color: #000 !important;
}


/* 右侧播放文件信息选中背景颜色 */

#change #type table #backtr .backtrCh {
    background: #91A887 !important;
}


/* 右侧播放文件信息文字颜色 */

#change .se_time li {
    color: #fff !important;
}


/*右下角时间按钮未选中背景颜色和字体颜色*/

#playbackbottom ul.right li {
    /*背景颜色*/
    background: #417541 !important;
    /*字体颜色*/
    color: #fff !important;
}


/*右下角时间按钮选中背景颜色和字体颜色*/

#playbackbottom ul.right .pbb_Choice {
    /*背景颜色*/
    background: #3D993D !important;
    /*字体颜色*/
    color: #000 !important;
}


/*右下角上下页背景颜色和字体颜色*/

#playbackbottom #page button {
    /*背景颜色*/
    background: #417541 !important;
    /*字体颜色*/
    color: #fff !important;
    border: none;
}


/*右上角复选框字体颜色*/

#channel-div form {
    color: #fff !important;
}


/*日历时间（年月星期）背景颜色和字体颜色*/


/*背景颜色*/

#container .pika-title,
#container .pika-table thead {
    background: #567B52 !important;
}


/*字体颜色*/

#container .pika-label,
#container .pika-table th {
    color: #fff !important;
}


/*日历时间（日期）背景颜色和字体颜色*/


/*背景颜色*/

#container .pika-single,
#container .pika-table td {
    background: #91A887 !important;
}


/*字体颜色*/

#container .pika-button {
    color: #ffffff !important;
    background: transparent !important;
}


/*选中日期背景颜色和字体颜色*/

#container .is-selected .pika-button {
    /*背景颜色*/
    background: #3D993D !important;
    box-shadow: inset 0px 1px 3px #3D993D !important;
    /*字体颜色*/
    color: #ffffff !important;
}


/*鼠标悬停日期背景颜色和字体颜色*/

#container .pika-button:hover {
    /*背景颜色*/
    background: #567B52 !important;
    box-shadow: inset 0px 1px 3px #567B52 !important;
    /*字体颜色*/
    color: #ffffff !important;
}


/*有录像的日期字体颜色*/

#container .exist_record {
    color: #3F5D3C !important;
    font-weight: bolder !important;
}


/*中间按钮选中的背景色*/

.playBtnBg {
    background: #3D993D !important;
}


/*左下角复选框文字颜色*/

#playbackbottom .left li span {
    color: #fff !important;
}


/*上一页下一页点击背景色和文字颜色*/

#playbackbottom #page button:active {
    /*背景颜色*/
    background-color: #385237 !important;
    /*字体颜色*/
    color: #ffffff !important;
}

#playbackbottom #page button[disabled] {
    /*背景颜色*/
    background-color: #CCCCCC !important;
    /*字体颜色*/
    color: #ffffff !important;
}


/*时间条最右侧尖括号<>背景色*/

#timebar-timecontrol button {
    background-color: #417541 !important;
}


/*回放下载*/


/*左侧背景色*/

#setleft {
    background: #214220 !important;
}


/*左侧类型，参数，操作背景色和字体颜色*/

#settype-bg #settype,
#setparameter-bg #setparameter,
#operation-bg #operation {
    /* 背景色 */
    background: #417541 !important;
    /* 字体颜色 */
    color: #fff !important;
}


/*左侧字体颜色*/

#luxiang p label,
#setparameterxiala #StartText,
#setparameterxiala #EndText,
#setparameterxiala #ChannelText,
#setparameterxiala #StreamType,
#danxuan label,
#luxiang p {
    color: #fff !important;
}


/*左侧查询，下载背景色和字体颜色*/

#operation-bg button {
    /* 背景色 */
    background: #417541 !important;
    /* 字体颜色 */
    color: #fff !important;
}


/*右侧内容背景色*/

#biggestP {
    background: #91A887 !important;
}


/*右侧列表头部背景色和字体颜色*/

#setmain th {
    /* 背景色 */
    background: #2F5D2E !important;
    /* 字体颜色 */
    color: #fff !important;
}


/*右侧列表内容背景色和字体颜色*/

#setmain table td,
#setmain table .Select td {
    /* 背景色 */
    background: #BDD4B4 !important;
    /* 字体颜色 */
    color: #000 !important;
}


/*右侧列表内容选中背景色和字体颜色*/

#main_table .Select .choice {
    /* 背景色 */
    background: #91A887 !important;
    /* 字体颜色 */
    color: #000 !important;
}


/*右侧列表下全部复选框字体颜色*/

#setmain #Button label {
    color: #000 !important;
}


/*右侧列表下翻页按钮背景色和字体颜色*/

#setmain #Button button {
    /* 背景色 */
    background: #417541 !important;
    /* 字体颜色 */
    color: #fff !important;
}

#setmain #Button button[disabled],
#operation-bg #setsearch[disabled] {
    background: #ccc !important;
}


/*********************应用 ********************/


/*内容背景色*/

#applicationBox .Container {
    background: #214220 !important;
}


/*过线统计背景色*/

#applicationBox .ui-tabs {
    background: #214220 !important;
}


/*过线统计字体颜色和下划线颜色*/

#applicationBox #Statistical {
    color: #fff !important;
    border-color: #91A887 !important;
}

#applicationBox #Intellgent {
    color: #000 !important;
}

#applicationBox .ui-tabs li .line {
    border-bottom: 2px solid rgba(31, 46, 69, 1) !important;
}


/*左侧搜索条件背景色*/

#applicationBox .ui-tabs-panel-left {
    background: #91A887 !important;
}


/*查询条件字体颜色*/

#applicationBox #QueryCondition {
    color: #000 !important;
}


/*查询条件(通道 ,报表类型,统计类型,开始时间 )字体颜色*/

.select-text-left {
    color: #4d4c4c !important;
}


/*按钮颜色*/

.app_skin_btn {
    background: #417541 !important;
    color: #fff !important;
}


/*按钮悬停颜色*/

.app_skin_btn:hover {
    background: #1F4D1F !important;
    color: #fff !important;
}


/*右侧内容颜色*/

.ui-tabs-panel-right {
    background: #91A887 !important;
}


/*图表按钮颜色*/

.span-list-normal {
    background: rgba(255, 255, 255, 0) !important;
    color: #000 !important;
}


/*图表按钮选中颜色*/

.span-list-choice {
    background: #2F5D2E !important;
    color: #fff !important;
}


/*图表颜色和字体颜色*/

#div-list table td {
    background: #2F5D2E !important;
    color: #fff !important;
}


/*图标表头背景色和字体颜色*/

#div-list table #StatisticalTime,
#div-list table #LeaveNum {
    background: #2F5D2E !important;
    color: #fff !important;
}


/*折线图柱状图颜色*/

.draw-line {
    color: #1f9df2 !important;
}


/*统计结果字体颜色*/

#StatisticalResult {
    color: #000 !important;
}


/*********************报警 ********************/


/* 报警的背景色 */

#alarm_bg {
    background: #91A887 !important;
}


/*监听报警字体颜色*/

.AlarmFirstP {
    color: #000000 !important;
}


/*报警类型和操作背景色和字体颜色*/

#main #top .top_le,
#main #top .top_ri {
    /*背景颜色*/
    background: #BDD4B4 !important;
    /*字体颜色*/
    color: #000000 !important;
}


/*报警类型和操作标题字体颜色*/

#main #top .top_le p,
#main #top .top_ri p {
    color: #3D993D !important;
}


/* 报警界面ListCtrl表头的背景色和字体颜色 */

#alarm_bg #bot th {
    /*背景颜色*/
    background: #214220 !important;
    /*字体颜色*/
    color: #ffffff !important;
}


/* 报警界面ListCtrl的背景色和字体颜色 */

#bot_tab tr td {
    /*背景颜色*/
    background: #DEEADA !important;
    /*字体颜色*/
    color: #000000 !important;
}


/* 报警界面ListCtrl的选中的背景色和字体颜色 */

#alarm_bg #bot .now {
    /*背景颜色*/
    background: #91A887 !important;
    /*字体颜色*/
    color: #000 !important;
}


/*保存按钮背景色和字体颜色*/

#mid #AlarmSave {
    background-color: #417541 !important;
    color: #fff !important;
}


/*保存按钮悬停背景色和字体颜色*/

#mid #AlarmSave:hover {
    background-color: #1F4D1F !important;
    color: #fff !important;
    cursor: pointer;
}


/*********************设置********************/


/*左侧背景色*/

#config_container-fluid #ContentAll #config_box_left {
    background: #2F5D2E !important;
}


/*左侧静默字体颜色*/

#config_box_left li,
#config_box_left li label {
    color: #fff !important;
}


/*左侧选中背景色和字体颜色*/

#config_box_left .config_left_bg {
    /*背景色*/
    /* background: #637081 !important; */
    background: #647F5E !important;
    /*字体颜色*/
    /* color: #ffffff !important; */
}


/* #config_box_left .config_left_bg label { */


/*字体颜色*/


/* color: #ffffff !important; */


/* } */


/*左侧图标前背景色*/

#config_box_left .Config_li_icon {
    background: #214220 !important;
}


/*左侧图标前选中背景色*/

#config_box_left .Config_li_icon_choice {
    background: #91A887 !important;
}


/*右侧内容文字颜色*/

#config_box_right p,
#config_box_right div,
#config_box_right label,
#config_box_right input,
#config_box_right span,
#config_box_right td,
#V_crlmain #RControl_table #V_crla th {
    color: #000 !important;
}


/*日志信息过滤器标题颜色*/

#config_box_right #firstp {
    color: #fff !important;
    text-align: center;
    background-color:#214220;
}


/*右侧背景色*/

#config_Right,
#config_Right #config_box_right {
    background: #91A887 !important;
}


/*右侧内容背景色*/

#config_box_right .contentBG {
    background: #BDD4B4 !important;
}


/*本地设置录像文件抓图文字颜色*/

#config_box_right .line_color span {
    color: #3D993D !important;
}


/*table头部尾部背景颜色和字体颜色*/

#config_Right #config_box_right .table_th {
    /* 字体颜色 */
    color: #fff !important;
    /* 背景颜色 */
    background: #2F5D2E !important;
}


/*列表背景色和字体颜色*/

#config_box_right .list_table,
#config_box_right .list_table td {
    background-color: #DEEADA !important;
    color: #000 !important;
}


/*列表选中背景色和字体颜色*/

#applicationBox .list_table_select,
#config_Right .list_table_select,
#config_Right #config_box_right .list_table_select {
    background-color: #91A887 !important;
    color: #000 !important;
}


/* 通道模式标题颜色 */


/* #config_box_right #cmtopbt1,
#config_box_right #cmtopbt2,
#config_box_right #cmtopbt3,
#config_box_right #cmtopbt4 {
    color: #3D993D !important;
} */


/*系统下版本信息项目信息背景颜色*/

#config_box_right .row .MT_Version_top {
    background: #2F5D2E !important;
}


/*系统下版本信息项目信息字体颜色*/

#config_box_right .row .MT_Version_top p {
    color: #ffffff !important;
}


/*报警、图像列表内容背景色*/

#imageSettingContent .iSCBox,
#imageSettingList li[choice="1"],
#content_right_centerList li[choice="1"],
#content_right_centerListContent .listContent {
    background-color: #DEEADA !important;
}


/*报警、图像列表选项卡选中字体颜色*/

#imageSettingList li[choice="1"],
#content_right_centerList li[choice="1"] {
    color: #3D993D !important;
}


/*报警、图像列表选项卡未选中字体颜色*/


/* #imageSettingList li[choice="0"],
#content_right_centerList li[choice="0"] {
    color: #ffffff !important;
} */


/*报警、图像列表选项卡未选中背景颜色*/

#imageSettingList,
#content_right_centerList {
    background-color: #8DA283 !important;
}


/*存储下录像设置普通背景色*/

#standardLabel,
.rAS_tp_red div {
    /*复选框背景色*/
    border-color: #09b4ba !important;
    /*对应布撤防时间段背景色*/
    background: #09b4ba !important;
}


/*存储下录像设置MD背景色*/

#rAS_body_mdLabel,
.rAS_tp_orange div {
    /*复选框背景色*/
    border-color: #e8bb5a !important;
    /*对应布撤防时间段背景色*/
    background: #e8bb5a !important;
}


/*存储下录像设置报警背景色*/

#rAS_body_alarmLabel,
.rAS_tp_green div {
    /*复选框背景色*/
    border-color: #e87473 !important;
    /*对应布撤防时间段背景色*/
    background: #e87473 !important;
}


/*弹窗头部颜色*/

#config_box_right .bomb_header {
    background-color: #214220 !important;
    color: #fff !important;
}

.bomb_header {
    background-color: #214220 !important;
    color: #fff !important;
}

#config_box_right .bomb_header span {
    background-color: #214220 !important;
    color: #fff !important;
}

.bomb_header span {
    background-color: #214220 !important;
    color: #fff !important;
}


/*弹窗背景颜色*/

#config_box_right .bomb_bg {
    background-color: #BDD4B4 !important;
}

.bomb_bg {
    background-color: #BDD4B4 !important;
}


/*按钮上的字体和背景颜色*/

.skin_btn button,
.skin_btn input[type="button"] {
    background: #417541 !important;
    color: #fff !important;
}


/*悬停在按钮上的字体和背景颜色*/

.skin_btn button:hover,
.skin_btn input[type="button"]:hover {
    background: #1F4D1F !important;
    color: #fff !important;
}


/*禁用按钮上的字体和背景颜色*/

.skin_btn button[disabled],
.skin_btn input[type="button"][disabled] {
    background: #ccc !important;
    color: #f4e6e6 !important;
}


/*四级标题栏背景颜色*/

#NetWork_Top,
#NetAdSet_Top,
.setTitle,
.NetWork_Top {
    background-color: #BDD4B4 !important;
}


/*四级标题栏选中*/

.nowChoice,
.bor3pxb {
    border-color: #3D993D !important;
}


/*二维码显示*/


/*iphone*/

#network_cloud .mt39 .fl:nth-child(1) {
    display: block;
}


/*android*/

#network_cloud .mt39 .fl:nth-child(2) {
    display: block;
}


/*cloud ID*/

#network_cloud .mt39 .fl:nth-child(3) {
    display: block;
}


/* 图像设置日夜未选中背景色和字体颜色 */

#dANTimeBox .dayAndNight {
    /* 背景色 */
    background: transparent !important;
    /* 字体颜色 */
    color: #000 !important;
}


/* 图像设置日夜选中背景色和字体颜色 */

#dANTimeBox .dayAndNights {
    /* 背景色 */
    background: #DEEADA !important;
    /* 字体颜色 */
    color: #3D993D !important;
}


/*盘组高级设置选项卡按钮未选中*/

#ScheduleSnap_top .StorageAdv_btn {
    background: #91A887 !important;
    color: #101010 !important;
}


/*盘组高级设置选项卡按钮选中*/

#ScheduleSnap_top .StorageAdv_btns {
    background: #3D993D !important;
    color: #101010 !important;
}


/*联动，复制弹窗，全选按钮未选中*/

#config_Right .copy_Cbtn {
    /*该background不能修改*/
    background: url("../images/btnbg1.png") !important;
    color: #3D993D !important;
}


/*联动，复制弹窗，全选按钮未选中并禁用*/

#config_Right .copy_Cbtn[disabled] {
    background: #ccc !important;
    color: #ACA899 !important;
}


/*联动，复制弹窗，全选按钮选中或选中并禁用*/

#config_Right .copy_Cbtns,
#config_Right .copy_Cbtns[disabled] {
    /*该background不能修改*/
    background: url("../images/btnbg2.png") !important;
    color: #fff !important;
}


/* 移除IE WEB */

#cloud_la_ieweb_box,
#cloudIEweb_box {
    display: block !important;
}


/*登录页面登录按钮*/

.login_box_main #login {
    background: #355B28 !important;
    border: 1px solid #355B28 !important;
    color: #fff !important;
}


/**滑块未选中颜色*/

#config_box_right .hk {
    background: #5d7fa2 !important;
}


/**滑块选中颜色*/

#config_box_right .hk_bg {
    background: #1f9df1 !important;
}


/**滑块禁用颜色*/

#config_box_right .hkDis {
    background: #5d7fa2 !important;
}


/**滑块颜色*/

#config_box_right .hk_an {
    background: #fff !important;
}


/*音视频弹框背景色和字体颜色*/

.bomb_bgs {
    background-color: #2F5D2E !important;
    color: #fff !important;
}


/* 布撤防时间文字颜色 */

.tP_list_content .timePeriod_text,
#config_Right .timePeriod_text {
    color: #000 !important;
}


/* 系统设置p2p,二维码是否显示 */

#MT_Version_cloud,
#MT_Version_clouds {
    display: none !important;
}


/*登录页面登录激活弹框*/


/*激活背景色、边框颜色、字体颜色*/

#log_act_box {
    background: #F0F0F0 !important;
    border-color: #c4c4c4 !important;
    color: #2b2f31 !important;
}


/*头部背景、边框颜色*/

#log_act_box #log_act_head_bg {
    background: #E1E1E1 !important;
    border-color: #c4c4c4 !important;
}


/*头部字体颜色*/

#log_act_box #log_act_tle {
    color: #2b2f31 !important;
}


/*头部关闭颜色*/

#log_act_box #log_act_close {
    color: #000 !important;
}


/*低中高背景色*/

#log_act_box .log_act_lev_box,
#Ua_editypwdbod .log_act_lev_box,
#Ua_addusersbody .log_act_lev_box {
    background: #AAAAAA !important;
}


/*低中高字体颜色*/

#log_act_box .log_act_lev,
#Ua_editypwdbod .log_act_lev,
#Ua_addusersbody .log_act_lev {
    color: red !important;
}


/*按钮背景色/边框、字体颜色*/

#log_act_box #ac_cf,
#log_act_box #ac_cl {
    background: #EAEAEA !important;
    border-color: #c4c4c4 !important;
    color: #2b2f31 !important;
}


/*输入框字体颜色*/

#log_act_box #log_act_ui,
#log_act_box #log_act_pi,
#log_act_box #log_act_psi {
    color: #2b2f31 !important;
}


/*Chrome、Firefox提示弹框*/

#alertBox {
    position: fixed;
    /* top: 0;
    left: 0; */
    right: 0;
    bottom: 0;
    z-index: 1000;
    /* overflow-x: hidden; */
    background: rgba(0, 0, 0, 0.1);
}

#confirmBox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    overflow-x: hidden;
    background: rgba(0, 0, 0, 0.1);
}

#alertBox .cfBox,
#confirmBox .cmBox {
    width: 420px;
    padding: 20px 15px 15px 15px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #FFFFFF;
    border: 1px solid #CBCBCB;
    color: #5F6368;
    border-radius: 3px;
}

#alertBox button,
#confirmBox button {
    width: 65px;
    height: 35px;
    text-align: center;
    float: right;
    margin-top: 10px;
    background-color: #669DF6;
    border-radius: 3px;
    border: none;
    color: #FFFFFF;
}


/*所有button select去除外边框*/

input[type='button'],
input[type='submit'],
button,
select {
    outline: none;
}