html, body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: #020233;
}

body, .content {
    font: 12px/1.5 "Helvetica Neue", Helvetica, Arial, '宋体', sans-serif;
    color: #fff;
    background-color: #020233;
}

:focus {
    outline: 0;
}

label {
    font-weight: normal
}

.param-item {
    margin: 5px 0 2px 0;
    width: 210px;
    min-width: 210px;
    text-align: right;
    display: inline-block; /*display:inline-flex;*/
}

.input-custom {
    width: 100px;
    height: 25px;
    padding: 0 25px 0 6px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
    color: #fff;
    background: #080863;
    border: 1px solid #3e96d7;
    display: none;
}

.form-control-custom {
    padding: 0 25px 0 6px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
    color: #fff;
    background: #080863;
    border: 1px solid #3e96d7;
}

[readonly].input-custom, [disabled].input-custom {
    background: #080863;
}

.input-custom:focus, .form-control-custom:focus {
    border: 1px solid #3e96d7;
}

.input-custom-addon {
    position: absolute;
    line-height: 24px;
    font-size: 12px;
    right: 2px;
    z-index: 100;
}

.input-custom-arrow {
    position: absolute;
    background: url(../images/measure/measureparam/right.png);
    width: 21px;
    height: 22px;
    top: 1px;
    right: 2px;
    z-index: 100;
    cursor: pointer;
}

.droplist-custom {
    position: absolute;
    width: 100%;
    background: #080863;
    border: 1px solid #337db4;
    display: none;
    top: 25px;
    margin: 0;
    padding: 0;
    z-index: 120;
    overflow-y: auto;
    max-height: 300px;
    scrollbar-arrow-color: #00fcff;
    scrollbar-face-color: #06272a;
    scrollbar-3dlight-color: #337db4;
    scrollbar-track-color: #337db4;
    scrollbar-shadow-color: #337db4;
}

.droplist-custom li {
    width: 100%;
    height: 20px;
    padding: 0 5px;
    display: inline-block;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid #337db4;
}

.droplist-custom li:hover {
    background: #027eda;
}

.app-nav {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .15);
    background-color: #6f1e1b;
    background: url(../images/back.png) 0px 0px repeat-x;
    border-color: #463265;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .1);
}

.app-nav .navbar-collapse {
    border-color: #463265;
}
.app-nav .navbar-brand {
    color: #fff;
}

.app-nav .navbar-nav > li > a {
    color: #fff;
    opacity: 0.8;
}

.app-nav .navbar-nav > li > a:hover {
    color: #fff;
    opacity: 1;
}

.app-nav .navbar-nav > .active > a,
.app-nav .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #463265;
}

.app-nav .navbar-toggle {
    border-color: #563d7c;
}

.app-nav .navbar-toggle:hover {
    background-color: #463265;
    border-color: #463265;
}

.app-nav .navbar-nav > .open > a,
.app-nav .navbar-nav > .open > a:hover,
.app-nav .navbar-nav > .open > a:focus {
    color: #ffffff;
    opacity: 1; /*background-color: #463265;*/
    background-color: #005ca1;
}

/* styles for layout*/
.layout-fill {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}

.layout-dock-full {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.layout-dock-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.layout-dock-bottom {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: auto;
}

.layout-dock-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.layout-dock-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.tab-close {
    background: url("../images/tab/关闭-常态.png");
    width: 11px;
    height: 11px;
}

.tab-close:hover {
    background: url("../images/tab/关闭-进过.png");
}

.page-content > .nav-tabs {
    background: url(../images/tab/tab_back.png) 0px 0px repeat-x;
    border-bottom: none;
}

.page-content > .nav-tabs > li > a {
    outline: none;
    margin-top: 1px;
    padding: 2px 15px;
    color: #fff;
    border: 1px solid #005ca1;
    border-bottom: none;
    background: url(../images/tab/tab-off.png) no-repeat; /*background: #0e4f62;*/
    background-size: cover;
}

.page-content > .nav-tabs > li > a:hover {
    background: url(../images/tab/tab-off.png) no-repeat;
    background-size: cover;
    border: 1px solid #0092ff;
    border-bottom: none;
}

.page-content > .nav-tabs > li.active > a {
    color: #555;
    border-bottom: none;
}

.page-content > .nav-tabs > li.active > a,
.page-content > .nav-tabs > li.active > a:hover,
.page-content > .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background: url(../images/tab/tab-on.png) repeat-x;
    border: 1px solid #ffffff;
    border-bottom: none;
}

.page-content > .tab-content > div {
    height: 100%;
    width: 100%;
}

.param-header {
    height: 100%;
    float: left;
    display: inline-block;
    padding: 3px 5px;
    background: url("../images/measure/分割线2.png") right repeat-y;
    background-size: 2px 100%;
}

.fun-group {
    width: auto;
    padding: 0;
    margin: 0 5px;
    display: block;
}

.fun-group .fun-item {
    width: 100%;
    display: inline-block;
    margin: 0 0 3px 0;
    height: 48px;
    list-style: none;
    background-color: #005ca1;
    border: 1px solid #337db4;
    cursor: pointer;
}

.fun-group .fun-item:hover {
    background-color: #027eda; /*#00b7b7 ;*/
}

.fun-group .fun-item.selected {
    background-color: #0b0b63; /*#00cfd1;*/
}

.fun-group .fun-item span {
    float: left;
    height: 42px;
    margin-top: 2px;
}

.fun-group .fun-item a {
    color: #fff;
    height: 48px;
    line-height: 48px;
    margin: 0 5px;
}

.fun-group .fun-item a:hover {
    text-decoration: none;
}

.dev-selected {
    background: url(../images/fun-back.png) repeat-x;
    padding: 15px 5px 10px 5px;
    width: 100%;
    color: #fff;
    font-size: 12px;
}

/*监测功能图标*/
.icon-sm {
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.icon-sglfreq {
    background-image: url('../images/pane/ITU.png');
    width: 42px;
    height: 42px;
}

.icon-sglfreq.on {
    background-image: url('../images/pane/ITU测量.gif');
}

.icon-sglfreq.pause {
    background-image: url('../images/pane/ITU-on.png');
}

.icon-sglfreq-sm {
    background: url('../images/pane/20X20/ITU.png') center no-repeat;
}

.icon-sglfreq-sm.on {
    background-image: url('../images/pane/20X20/ITU-on.png');
}

.icon-ifanalysis {
    background: url('../images/pane/中频分析.png');
    width: 42px;
    height: 42px;
}

.icon-ifanalysis.on {
    background-image: url('../images/pane/中频分析.gif');
}

.icon-ifanalysis.pause {
    background-image: url('../images/pane/中频分析-on.png');
}

.icon-ifanalysis-sm {
    background: url('../images/pane/20X20/中频分析.png') center no-repeat;
}

.icon-ifanalysis-sm.on {
    background-image: url('../images/pane/20X20/中频分析-on.png');
}

.icon-df {
    background: url('../images/pane/单频测向.png');
    width: 42px;
    height: 42px;
}

.icon-df.on {
    background-image: url('../images/pane/单频测向.gif');
}

.icon-df.pause {
    background-image: url('../images/pane/单频测向-on.png');
}

.icon-df-sm {
    background: url('../images/pane/20X20/单频测向.png') center no-repeat;
}

.icon-df-sm.on {
    background-image: url('../images/pane/20X20/单频测向-on.png');
}

.icon-ifdf {
    background: url('../images/pane/中频测向.png');
    width: 42px;
    height: 42px;
}

.icon-ifdf.on {
    background-image: url('../images/pane/中频测向.gif');
}

.icon-ifdf.pause {
    background-image: url('../images/pane/中频测向-on.png');
}

.icon-ifdf-sm {
    background: url('../images/pane/20X20/中频测向.png') center no-repeat;
}

.icon-ifdf-sm.on {
    background-image: url('../images/pane/20X20/中频测向-on.png');
}

.icon-mscan {
    background: url('../images/pane/离散扫描.png');
    width: 42px;
    height: 42px;
}

.icon-mscan.on {
    background-image: url('../images/pane/离散扫描.gif');
}

.icon-mscan.pause {
    background-image: url('../images/pane/离散扫描-on.png');
}

.icon-mscan-sm {
    background: url('../images/pane/20X20/离散扫描.png') center no-repeat;
}

.icon-mscan-sm.on {
    background-image: url('../images/pane/20X20/离散扫描-on.png');
}

.icon-fscan {
    background: url('../images/pane/频段扫描.png');
    width: 42px;
    height: 42px;
}

.icon-fscan.on {
    background-image: url('../images/pane/频段扫描.gif');
}

.icon-fscan.pause {
    background-image: url('../images/pane/频段扫描-on.png');
}

.icon-fscan-sm {
    background: url('../images/pane/20X20/频段扫描.png') center no-repeat;
}

.icon-fscan-sm.on {
    background-image: url('../images/pane/20X20/频段扫描-on.png');
}

.icon-dscan {
    background: url('../images/pane/数字扫描.png');
    width: 42px;
    height: 42px;
}

.icon-dscan.on {
    background-image: url('../images/pane/数字扫描.gif');
}

.icon-dscan.pause {
    background-image: url('../images/pane/数字扫描-on.png');
}

.icon-dscan-sm {
    background: url('../images/pane/20X20/数字扫描.png') center no-repeat;
}

.icon-dscan-sm.on {
    background-image: url('../images/pane/20X20/数字扫描-on.png');
}

.icon-florespect {
    background: url('../images/pane/数字扫描.png');
    width: 42px;
    height: 42px;
}

.icon-florespect.on {
    background-image: url('../images/pane/数字扫描.gif');
}

.icon-florespect.pause {
    background-image: url('../images/pane/数字扫描-on.png');
}

.icon-florespect-sm {
    background: url('../images/pane/20X20/数字扫描.png') center no-repeat;
}

.icon-florespect-sm.on {
    background-image: url('../images/pane/20X20/数字扫描-on.png');
}

.icon-adsb {
    background: url('../images/pane/中频分析.png');
    width: 42px;
    height: 42px;
}

.icon-adsb.on {
    background-image: url('../images/pane/中频分析.gif');
}

.icon-adsb.pause {
    background-image: url('../images/pane/中频分析-on.png');
}

.icon-adsb-sm {
    background: url('../images/pane/20X20/中频分析.png') center no-repeat;
}

.icon-adsb-sm.on {
    background-image: url('../images/pane/20X20/中频分析-on.png');
}

.icon-multichan {
    background: url('../images/pane/频段扫描.png');
    width: 42px;
    height: 42px;
}

.icon-multichan.on {
    background-image: url('../images/pane/频段扫描.gif');
}

.icon-multichan.pause {
    background-image: url('../images/pane/频段扫描-on.png');
}

.icon-multichan-sm {
    background: url('../images/pane/20X20/频段扫描.png') center no-repeat;
}

.icon-multichan-sm.on {
    background-image: url('../images/pane/20X20/频段扫描-on.png');
}

.icon-illegalradio {
    background: url('../images/pane/中频分析.png');
    width: 42px;
    height: 42px;
}

.icon-illegalradio.on {
    background-image: url('../images/pane/中频分析.gif');
}

.icon-illegalradio.pause {
    background-image: url('../images/pane/中频分析-on.png');
}

.icon-illegalradio-sm {
    background: url('../images/pane/20X20/中频分析.png') center no-repeat;
}

.icon-illegalradio-sm.on {
    background-image: url('../images/pane/20X20/中频分析-on.png');
}

/*启动任务的通知消息*/
.start-message {
    position: absolute;
    background-color: #005ca1;
    top: 60px;
    left: 12px;
    z-index: 1050;
    width: 200px;
    padding: 5px 10px;
    font-family: sans-serif, 宋体;
    display: none;
    line-height: 22px;
}

.start-message .info {
    color: #fff;
}

.start-message .error {
    color: #ff0;
}

.start-message .success {
    color: #fff;
}

.message-audio {
    top: 60px;
    left: 175px;
}

.fun-content > iframe {
    display: none;
}

.func-param-group {
    float: left;
    height: 68px;
    width: 100%;
    background: #005ca1;
}

.func-param-group .func-param-item {
    height: 100%;
    float: left;
    display: inline-block;
    border-left: 1px solid #005ca1;
    border-right: 1px solid #005ca1;
    border-bottom: 1px solid #005ca1;
    padding: 3px 5px;
}

.param-group {
    background: #005ca1;
}

/*功能按钮*/
.btn-fun {
    background: none;
    border: none;
    width: 80px;
    height: 68px;
    float: left;
    margin-left: 2px;
}

.btn-on {
    background: url('../images/measure/开始-常态.png') 5px 8px no-repeat;
    width: 80px;
    height: 60px;
    border: none;
}

.btn-on:hover {
    background: url('../images/measure/开始-鼠标经过.png') 5px 8px no-repeat;
    width: 80px;
    height: 60px;
    border: none;
}

.btn-off {
    background: url('../images/measure/暂停-常态.png') 5px 8px no-repeat;
    width: 80px;
    height: 60px;
    border: none;
}

.btn-off:hover {
    background: url('../images/measure/暂停-经过.png') 5px 8px no-repeat;
    width: 80px;
    height: 60px;
    border: none;
}

.btn-save {
    background: url('../images/measure/保存-常态.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-save:hover {
    background: url('../images/measure/保存-经过.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-save:focus {
    background: url('../images/measure/保存-点击.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-sample-save {
    background: url('../images/measure/保存样本-常态.png') no-repeat;
    width: 56px;
    height: 60px;
}

.btn-sample-save:hover {
    background: url('../images/measure/保存样本-经过.png') no-repeat;
    width: 56px;
    height: 60px;
}

.btn-sample-save:focus {
    background: url('../images/measure/保存样本-点击.png') no-repeat;
    width: 56px;
    height: 60px;
}

.btn-backnoise-save {
    background: url('../images/measure/背噪-常态.png') no-repeat;
    width: 56px;
    height: 60px;
}

.btn-backnoise-save:hover {
    background: url('../images/measure/背噪-经过.png') no-repeat;
    width: 56px;
    height: 60px;
}

.btn-backnoise-save:focus {
    background: url('../images/measure/背噪-点击.png') no-repeat;
    width: 56px;
    height: 60px;
}

.btn-silence {
    background: url('../images/measure/静默-常态.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-silence:hover {
    background: url('../images/measure/静默-经过.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-silence:focus {
    background: url('../images/measure/静默-点击.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-resume {
    background: url('../images/measure/恢复-点击.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-resume:hover {
    background: url('../images/measure/恢复-经过.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-resume:focus {
    background: url('../images/measure/恢复-点击.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-capture {
    background: url('../images/measure/截图-常态.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-capture:hover {
    background: url('../images/measure/截图-经过.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-capture:focus {
    background: url('../images/measure/截图-点击.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-reports {
    background: url('../images/measure/报表-常态.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-reports:hover {
    background: url('../images/measure/报表-经过.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-reports:focus {
    background: url('../images/measure/报表-点击.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-share {
    background: url('../images/measure/共享-常态.png') 5px 8px no-repeat;
    width: 80px;
    height: 60px;
    border: none;
}

.btn-share:hover {
    background: url('../images/measure/共享-经过.png') 5px 8px no-repeat;
    width: 80px;
    height: 60px;
    border: none;
}

.btn-share:focus {
    background: url('../images/measure/共享-点击.png') 5px 8px no-repeat;
    width: 80px;
    height: 60px;
    border: none;
}

.btn-share-stop {
    background: url('../images/measure/共享停止-常态.png') 5px 8px no-repeat;
    width: 80px;
    height: 68px;
    border: none;
}

.btn-share-stop:hover {
    background: url('../images/measure/共享停止-经过.png') 5px 8px no-repeat;
    width: 80px;
    height: 60px;
    border: none;
}

.btn-share-stop:focus {
    background: url('../images/measure/共享停止-点击.png') 5px 8px no-repeat;
    width: 80px;
    height: 60px;
    border: none;
}

.btn-recovery {
    background: url('../images/measure/回收-常态.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-recovery:hover {
    background: url('../images/measure/回收-经过.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-recovery:focus {
    background: url('../images/measure/回收-点击.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-restore {
    background: url('../images/measure/恢复2-常态.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-restore:hover {
    background: url('../images/measure/恢复2-经过.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-restore:focus {
    background: url('../images/measure/恢复2-点击.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-audio {
    background: url('../images/measure/音频-常态.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-audio:hover {
    background: url('../images/measure/音频-经过.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-audio:focus {
    background: url('../images/measure/音频-点击.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-mute {
    background: url('../images/measure/静音-常态.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-mute:hover {
    background: url('../images/measure/静音-经过.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-mute:focus {
    background: url('../images/measure/静音-点击.png') no-repeat;
    width: 42px;
    height: 60px;
}
.btn-playback-stop {
    background: url('../images/measure/回放结束-常态.png') 5px 8px no-repeat;
    width: 80px;
    height: 60px;
    border: none;
}

.btn-playback-stop:hover {
    background: url('../images/measure/回放结束-经过.png') 5px 8px no-repeat;
    width: 80px;
    height: 60px;
    border: none;
}

.btn-playback-stop:focus {
    background: url('../images/measure/回放结束-点击.png') 5px 8px no-repeat;
    width: 80px;
    height: 60px;
    border: none;
}

.btn-parse-on {
    background: url('../images/measure/回放暂停-常态.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-parse-on:hover {
    background: url('../images/measure/回放暂停-经过.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-parse-on:focus {
    background: url('../images/measure/继续-点击.png') no-repeat;
    width: 42px;
    height: 60px;
}
.btn-parse-off {
    background: url('../images/measure/继续-常态.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-parse-off:hover {
    background: url('../images/measure/继续-经过.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-parse-off:focus {
    background: url('../images/measure/继续-点击.png') no-repeat;
    width: 42px;
    height: 60px;
}
.btn-speed {
    background: url('../images/measure/快进-常态.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-speed:hover {
    background: url('../images/measure/快进-经过.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-speed:focus {
    background: url('../images/measure/快进-点击.png') no-repeat;
    width: 42px;
    height: 60px;
}

.btn-msg{
    position: absolute;
    top:55px;
    left: 30px;
    z-index: 1;
    background: url('../images/tab/小三角-常态.png') no-repeat;
    width: 13px;
    height: 12px;
    border-color: #1b6d85;
}
.btn-msg:hover{
    background: url('../images/tab/小三角-点击.png') no-repeat;
    width: 13px;
    height: 12px;
}
.btn-msg:focus{
    background: url("../images/tab/小三角-点击.png") no-repeat;
    width: 13px;
    height: 12px;
}

#btnGroups {
    color: #fff;
    opacity: 0.8;
}

#btnGroups:hover {
    opacity: 1;
}

#btnGroups button {
    background: #005ca1;
    color: #fff;
    border: none;
    border-radius: 3px;
}

#btnGroups button:hover {
    background: #005ca1;
    color: #76c539
}

.nav-custom {
    height: 30px;
    padding: 6px 5px 0 8px;
    margin-bottom: 0;
    border-bottom: 1px solid #005ca1;
}

.btn-custom {
    background: #005ca1;
    color: #fff;
    border: none;
    float: left;
    border-radius: 3px;
    margin-right: 2px;
    padding: 3px 6px;
}

.btn-custom:hover {
    background: #027eda;
}

.btn-custom.active {
    background: #080863;
    border: 1px solid #005ca1;
    border-bottom: none;
    color: #ffffff;

}

.nav-custom.vertically {
    border-bottom: none;
    border-right: 1px solid #005ca1;
    height: 100%;
    padding: 6px 0;
}

.nav-custom.vertically .btn-custom {
    margin-right: -1px;
    margin-top: 2px;
    padding: 3px 6px;
    float: right;
    border-bottom: 1px solid #137a85;
    border-right: none;
    border-radius: 2px;
    min-width: 30px;
}

.tab-custom-panel {
    display: none;
}

.tab-custom-panel.active {
    display: block;
}

/*tree-custom*/
.tree-custom {
    position: absolute;
    width: 209px;
    background: #003863;
    border: 1px solid #014a81;
    display: none;
    float: left;
    top: 0;
    margin: 0;
    padding: 5px;
    z-index: 120; /*overflow-y: auto;*/
    min-height: 350px;
    /*max-height: 650px;*/
    border-radius: 3px;
    bottom: 0;
}

.tree-div {
    overflow-y: auto;
    min-height: 300px;
    /*max-height: 600px;*/
    scrollbar-arrow-color: #00fcff;
    scrollbar-face-color: #06272a;
    scrollbar-3dlight-color: #027eda;
    scrollbar-track-color: #027eda;
    scrollbar-shadow-color: #027eda;
    position: absolute;
    top: 35px;
    bottom: 5px;
}

.tree-custom a {
    color: #fff;
}

.tree-custom ul {
    list-style: none;
    padding: 0;
}

.tree {
    margin: 0;
    padding: 0;
}

.sub-tree .tree-node a {
    padding-left: 32px;
}

.tree a:hover {
    background-color: #027eda;
}

.tree-selected {
    background-color: #080863;
}

.tree b {
    width: 12px;
}

.tree .tree-node {
    margin: 3px 0;
    cursor: pointer;
    padding: 0;
    position: relative;
}

.tree .tree-node a {
    display: table;
    min-height: 25px;
    line-height: 25px;
    text-decoration: none;
    width: 100%;
}

.tree .tree-node b {
    display: table-cell;
}

.tree .icon {
    width: 20px;
    height: 25px;
    display: table-cell;
    vertical-align: middle;
}

.icon-monstat {
    background: url('../images/device/stationunsel.png') center no-repeat;
    width: 16px;
}

.icon-dev-state-0 {
    background: url('../images/device/devicestate0.bmp') center no-repeat;
    width: 16px;
}

.icon-dev-state-1 {
    background: url('../images/device/devicestate1.bmp') center no-repeat;
    width: 16px;
}

.icon-dev-state-2 {
    background: url('../images/device/devicestate2.bmp') center no-repeat;
    width: 16px;
}

.icon-dev-state-3 {
    background: url('../images/device/devicestate3.bmp') center no-repeat;
    width: 16px;
}

.icon-dev-state-4 {
    background: url('../images/device/devicestate4.bmp') center no-repeat;
    width: 16px;
}

.icon-dev-state-loading {
    background: url('../images/device/loading.gif') center no-repeat;
    width: 16px;
}

.table-head { /*padding-right:17px;*/
    background-color: #903226;
}

.table-body {
    overflow-y: auto;
    height: 100%;
}

.table-custom {
    border: 1px solid #c3c3c3;
    border-collapse: collapse;
    margin-bottom: 0;
    background-color: #020233;
    table-layout: fixed;
}

.table-custom > thead > tr > th {
    font-weight: normal;
    background-color: #080863;
}

.table-custom > thead > tr > th, .table-custom > tbody > tr > td {
    border: 1px solid #020281;
    padding: 3px;
    text-align: center;
    color: #c3c3c3;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.table-custom > tbody > tr:hover {
    background-color: #027eda;
}

.table-custom > tbody > tr.selected {
    background-color: #080863;
}

/*.table-custom >tbody>tr:nth-child(2n+1){background-color:#003c3c;}*/
/*下拉菜单（右键菜单）*/
.dropdown-menu-custom {
    padding: 3px 0px;
    margin: 0px;
    min-width: 110px;
    font-size: 12px;
    background-color: #080863;
}

.dropdown-menu-custom > li {
    width: 100%;
}

.dropdown-menu-custom > li.divider {
    background-color: #080863;
    margin: 3px 0;
}

.dropdown-menu-custom > li > a {
    padding: 3px 20px 3px 10px;
    color: #fff;
}

.dropdown-menu-custom > li > a:hover {
    background-color: #027eda;
    color: #fff;
}

.dropdown-menu-custom > li > a.disabled {
    background-color: #080863;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.dropdown-menu-custom > li > a > i {
    width: 16px;
    display: inline-block;
}

/*boostrap3 多级级下拉菜单 begin*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 0;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*boostrap3 多级级下拉菜单 end*/
.modal-custom {
    top: 15%;
}

.modal-custom .modal-header {
    padding: 8px;
    border-bottom: 1px solid #00a2a1;
}

.modal-custom .modal-header h4 {
    font-size: 12px;
}

.modal-custom .modal-header .close {
    margin-top: -6px;
}

.modal-custom .modal-content {
    background-color: #0b484e;
    border: 1px solid #00fbfe;
}

.modal-custom .modal-footer {
    border-top: 1px solid #00a2a1;
}

.panel-custom {
    background-color: transparent;
    border: 1px solid #00a2a1;
    position: relative;
}

.panel-custom .panel-body {
    padding: 10px;
}

.panel-custom .panel-title {
    font-size: 12px;
    position: absolute;
    top: -10px;
    left: 10px;
    background-color: #005ca1;
    padding: 0 1px;
    color: #fff;
}

.panel-custom2 {
    background-color: #020233;
    border-color: #00b1b3;
    height: 100%;
    position: relative;
}

.panel-custom2 > .panel-heading {
    color: #2dfbfe;
    background-color: #005ca1;
    border-color: #003c3c;
    padding: 0;
    position: relative;
    background: url("../images/captionBk.png") repeat-x;
    height: 28px;
}

.panel-custom2 > .panel-heading > .panel-title {
    font-size: 12px;
    color: #fff;
    line-height: 26px;
}

.panel-custom2 > .panel-body {
    background-color: #020233;
    padding: 0;
    position: absolute;
    top: 28px;
    bottom: 0;
    left: 0;
    right: 0;
}

.panel-custom2 > .panel-heading > .panel-toolbar {
    position: absolute;
    top: 0;
    right: 0;
}

.panel-custom2 > .panel-heading > .panel-toolbar button {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    border: 0;
    width: 30px;
    height: 22px;
    margin: 0;
    float: left;
}

.toolbar-close {
    background: url("../images/toolbar/关闭-常态.png") no-repeat;
}

.toolbar-close:hover {
    background: url("../images/toolbar/关闭-经过.png") no-repeat;
}

.toolbar-close:focus {
    background: url('../images/toolbar/关闭-点击.png') no-repeat;
}

.toolbar-menu {
    background: url("../images/toolbar/菜单-常态.png") no-repeat;
}

.toolbar-menu:hover {
    background: url("../images/toolbar/菜单-经过.png") no-repeat;
}

.toolbar-menu:focus {
    background: url('../images/toolbar/菜单-点击.png') no-repeat;
}

.toolbar-max {
    background: url("../images/toolbar/最大化-常态.png") no-repeat;
}

.toolbar-max:hover {
    background: url("../images/toolbar/最大化-经过.png") no-repeat;
}

.toolbar-max:focus {
    /*background: url('../images/toolbar/最大化-点击.png') no-repeat;*/
}

.toolbar-min {
    background: url("../images/toolbar/最小化-常态.png") no-repeat;
}

.toolbar-min:hover {
    background: url("../images/toolbar/最小化-经过.png") no-repeat;
}

.toolbar-min:focus {
    /* background: url('../images/toolbar/最大化-点击.png') no-repeat;*/
}

.toolbar-set {
    background: url("../images/toolbar/设置-常态.png") no-repeat;
}

.toolbar-set:hover {
    background: url("../images/toolbar/设置-经过.png") no-repeat;
}

.toolbar-set:focus {
    background: url('../images/toolbar/设置-点击.png') no-repeat;
}

.toolbar-start {
    background: url("../images/toolbar/开始-常态.png") no-repeat;
}

.toolbar-start:hover {
    background: url("../images/toolbar/开始-经过.png") no-repeat;
}

.toolbar-start:focus {
    background: url('../images/toolbar/开始-点击.png') no-repeat;
}

.toolbar-stop {
    background: url("../images/toolbar/停止-常态.png") no-repeat;
}

.toolbar-stop:hover {
    background: url("../images/toolbar/停止-经过.png") no-repeat;
}

.toolbar-stop:focus {
    background: url('../images/toolbar/停止-点击.png') no-repeat;
}

.toolbar-audio.btn-audio {
    background: url("../images/toolbar/音频-常态.png") no-repeat;
}

.toolbar-audio.btn-audio:hover {
    background: url('../images/toolbar/音频-经过.png') no-repeat;
}

.toolbar-audio.btn-audio:focus {
    background: url('../images/toolbar/音频-点击.png') no-repeat;
}

.toolbar-audio.btn-mute {
    background: url("../images/toolbar/静音-经过.png") no-repeat;
}

.toolbar-audio.btn-mute:hover {
    background: url('../images/toolbar/静音-经过.png') no-repeat;
}

.toolbar-audio.btn-mute:focus {
    background: url('../images/toolbar/静音-点击.png') no-repeat;
}

.toolbar-param {
    background: url("../images/toolbar/参数-常态.png") no-repeat;
}

.toolbar-param:hover {
    background: url('../images/toolbar/参数-经过.png') no-repeat;
}

.toolbar-param:focus {
    background: url('../images/toolbar/参数-点击.png') no-repeat;
}

.toolbar-restore {
    background: url("../images/toolbar/Restore_Normal.png") no-repeat;
}

.toolbar-restore:hover {
    background: url("../images/toolbar/Restore_Hover.png") no-repeat;
}

.form-group-custom {
    margin-top: 5px;
    margin-bottom: 5px;
}

/*截图*/
.cap_btn_conbg {
    position: absolute;
    height: 32px;
    width: 177px;
    z-index: 700;
    background: url(../images/capwrap.png) no-repeat 0 0;
}

.cap_btn_conbg span {
    cursor: pointer;
    height: 32px;
    position: absolute;
}

.cap_btn_cancel {
    width: 52px;
    left: 3px;
}

.cap_btn_cancel:hover {
    background: url(../images/capwrap.png) no-repeat -3px -34px;
}

.cap_btn_show {
    width: 58px;
    left: 57px;
}

.cap_btn_show:hover {
    background: url(../images/capwrap.png) no-repeat -57px -34px;
}

.cap_btn_save {
    width: 55px;
    left: 117px;
}

.cap_btn_save:hover {
    background: url(../images/capwrap.png) no-repeat -117px -34px;
}

.cap_Select_bound {
    position: absolute;
    background: #333;
    color: #fff;
    height: 20px;
    z-index: 700;
}

.loading-message {
    width: 100%;
    height: 100%;
    background: url("../images/loading.gif") no-repeat center;
}

.tip-message {
    position: absolute;
    padding: 10px;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    width: auto;
    opacity: 0.9;
    z-index: 1500000;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;

}
.tip-message>i{
    padding-right: 10px;
    font-size: 18px;
    vertical-align:middle;
}

.tip-message.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.tip-message.error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.tip-message.warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.tip-message.info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
/*
**播放进度条样式--开始
*/
.progressbar{
    display: inline-block;
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-color: #E4E4E4;
    width: 240px;
    height: 10px;
    position: relative;
    font-size: 0px;
    border-radius: 3px;
    margin: 20px 0px 0px 10px;
}
.progressbar span{
    background: #E4E4E4;
    width: 9px;
    height: 20px;
    position: absolute;
    left: -2px;
    top: -5px;
    cursor: pointer;
    border-radius: 5px;
}
.progressbar div{
    background-repeat: repeat-x;
    background-color: #3BE3FF;
    width: 0px;
    position: absolute;
    height: 10px;
    width: 0;
    left: 0;
    bottom: 0;
}
.bar-msg{
    position: relative;
    margin-top:8px;
    float: right;
    margin-right: 11px;
    font-size: 12px;
    color:#FFFFFF;
}
/*
**播放进度条样式--结束
*/