
        /*common*/
        body{
            margin: 0px -5px 0px -5px;
        }
        a{
            color: #0079b3;
        }
        a:hover{
            color: #666;
        }
        ul li{
            list-style-type: none;
        }
        .commonHead{
            overflow: auto;
        }
        .commonHead p{
            float: left;
            font-size: 20px;
            margin-bottom: 0px;
        }
        .commonHead a{
            float: right;
        }

       /*advanced_setting*/
       .upload_btn{
           margin-top: 10px;
       }
       .tab-content{
           margin-top: 10px;
       }
       .btn_margin_bottom{
           margin-bottom: 10px;
       }
       h4{
           margin-bottom: 20px;
       }
       .selectBorder{
           border-bottom: #ddd;
       }
       .editBorder{
           border-radius: 5px;
           height: 30px;
           font-size:18px;
       }
       .group_line{
           margin-top: 10px;
           margin-bottom: 10px;
       }
       .cp_img_jian{
           position: absolute;
           right: 0px;
           top: 5px;
           cursor: pointer;
           display: none;
       }
       #fileList{
           width: 100%;
           height: auto;
           overflow: hidden;
       }
       .imageItem{
           float: left;
           width: 220px;
           height: 100px;
           margin: 20px;
           position: relative;
       }
       .imageItem div{
           width: 20px;
           height: 100px;
           float: right;
           cursor: pointer;
       }
       .imageItem div img{
           float: left;
           width: 200px;
           height: 100px;
       }
       .uploadBtn{
           float: right;
       }
       #imageList{
           width: 100%;
           height: auto;
           overflow: hidden;
       }
       #imageItem{
           float: left;
           width: 220px;
           height: 100px;
           margin: 20px;
           position: relative;
       }
       #imageList input{
           float: left;
           width: 20px;
           height: 20px;
       }
       #imageList img{
           float: left;
           width: 200px;
           height: 100px;
           cursor: pointer;
       }
       #selectedIndex{
           display: none;
           width: 30px;
           height: 30px;
           font-size: 23px;
           background: #ccc;
           position: absolute;
           bottom: -5px;
           right: 5px;
           text-align: center;
           border-radius: 50%;
       }

       /*fragments head css*/
        .top_menu{
            left: unset;
            right: 58px;
            top: 42px;
            min-width: 90px;
            height: auto;
            text-align: center;
        }
        .top_menu li{
            cursor: pointer;
        }
       .headBar{
           background: #212429;
           width: 100%;
           height: 45px;
       }
       .headBarTitle{
           width: auto;
           height: auto;
           float: left;
           margin-top: 10px;
           margin-left: 20px;
           color: #d6d6d6;
           font-size: 16px;
       }
       .headBarUserImg{
           width: 40px;
           height: 40px;
           float: right;
           margin-right: 10px;
           margin-top: 2px;
       }
       .headBarUser{
           float: right;
           width: auto;
           height: auto;
           margin-top: 12px;
           margin-right: 20px;
           color: #d6d6d6;
       }
       .headBarExit{
           float: right;
           width: auto;
           height: auto;
           margin-top: 12px;
           margin-right: 20px;
           color: #d6d6d6;
           cursor: pointer;
       }
       .headBar a:hover{
           color: #fff;
       }

       /*fragments left*/
       .container-left{
           width: 15%;
           height: 100%;
           margin-top: 4px;
           float: left;
       }
       .level{
           padding: 0px 5px 0px 5px;
       }
       .navbar{
           height: auto;
       }
       .navbar ul h3 a:hover{
           color: #0f0f0f;
           background: #fff;
           text-decoration:none;
       }
        .navbar ul div li a:hover{
            color: #0f0f0f;
            background: #fff;
            text-decoration:none;
        }
       .firstTitle{
           font-size: 18px;
           font-weight: bold;
           color: #e1e1e1;
           display: inline-block;
           padding: 10px 0px 10px 0px;
           width: 100%;
           height: auto;
           text-align: center;
           border-radius: 5px;
           cursor: pointer;
       }
       .secondTitle{
           font-size: 14px;
           color: #e1e1e1;
           display: inline-block;
           padding: 10px 0px 10px 0px;
           width: 100%;
           height: auto;
           text-align: center;
           border-radius: 5px;
       }
        .navbar-inverse{
            background-image: linear-gradient(to bottom,#0064a9 0,#003367 100%);
        }


       /*fragments right*/
       .container-right{
           width: 85%;
           height: 100%;
           float: right;
           padding-top: 10px;
           padding-left:30px;
       }

       /*add_image*/
       .uploadAction{
           display: none;
           width: 90px;
           height: 40px;
       }

       /*users.html*/
        .addModal{
            padding: 40px;
        }
        .authorityLabel input{
            width: 20px;
            float: left;
            margin-top: 0px;
            margin-right: 5px;
        }
        .authorityLabel p{
            width: 200px;
            margin-top: 6px;
        }

        /*device_report.html*/

        .reportHead ul{
            border-bottom: 2px solid #c1c1c1;
            margin-bottom: 20px;
            padding-top: 10px;
        }
        .reportHead ul li{
            text-align: center;
        }
        .reportHeadItemH{
            margin-bottom: 0px;
        }
        .reportHeadItemB{
            font-size: 25px;
            color:#356be5;
        }
        .reportHeadMid{
            font-size: 30px;
            color: #c1c1c1;
        }

        /*report.html*/
        .report_item{
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }
        .report_item ins{
            float: right;
        }
        .report_title{
            float: left;
            font-size: 23px;
            font-weight: bold;
            margin-bottom: 0px;
        }
        .time_group{
            float: right;
            overflow: hidden;
        }
        .time_group p{
            float: left;
            margin-bottom: 0px;
            margin-right: 5px;
            margin-top: 2px;
            padding: 5px;
        }
        .time_group form{
            float: left;
            width: 340px;
        }
        .time_group input{
            float: left;
            width: 150px;
        }
        .time_group span{
            float: left;
            font-size: 20px;
            margin-left: 5px;
            margin-right: 5px;
        }
        .report_time_btn{
            float: right;
            margin-right: 10px;
        }
        .dropdown-menu li{
            text-align: center;
        }


        /*add_file*/
        .fileItem{
            float: left;
            width: 220px;
            height: 100px;
            margin: 20px;
            position: relative;
        }
        .uploadFile{
            float: left;
        }
        .uploadFilesText{
            float: left;
            margin-left: 15px;
            font-size: 18px;
            margin-top: 8px;
        }
        .addBtn{
            margin-bottom: 20px;
            margin-top: 10px;
        }

        /*application*/
        .applicationReportLeft{
            width: 50%;
            height: 400px;
            float: left;
            border-right: solid 1px;
        }
        .applicationReportRight{
            width: 50%;
            height: 400px;
            float: left;
            overflow: auto;
        }
        #mainData{
            padding: 20px;
            overflow: hidden;
        }
        .mainDataItem{
            float: left;
            overflow: hidden;
            width: auto;
            height: 50px;
            margin-right: 35px;
            margin-left: 35px;
        }
        .dataItemName{
            width: auto;
            height: auto;
            float: left;
            font-size: 19px;
            margin-right: 10px;
            margin-bottom: 0px;
            margin-top: 8px;
            color: #999999;
        }
        .dataItemValue{
            width: auto;
            height: auto;
            float: left;
            font-size: 30px;
            color: #356be5;
            margin-bottom: 0px;
        }

        /*online_devices*/
        .operationList{
            margin-top: 5px;
            margin-bottom: 5px;
        }
        .assignForm{
            overflow: auto;
            height: 300px;
            width: 550px;
        }
        .assignDevice{
            width: 49%;
            float: left;
            overflow: auto;
            height: 250px;
            margin-right: 10px;
            padding-right: 10px;
            border-right: 1px #dfdddd solid;
        }
        .assignDevice ul{
            width: 100%;
        }
        .assignDevice lu li{
            float: left;
            width: 100%;
        }
        .assignUser{
            width: 49%;
            float: right;
            overflow: auto;
            height: 250px;
        }
        .assignUser ul{
            width: 100%;
        }
        .assignUser ul li{
            width: 100%;
            float: left;
        }
        .statTab{
            display: flex;
            flex-direction: row;
        }
        .statTab li{
            flex: 1;
            text-align: center;
        }

        /*detail*/
        .report_title2{
            float: left;
            font-weight: bold;
            margin-bottom: 0px;
        }
        .remarksArea{
            width: 100%;
            height: 200px;
            border: 0px;
            outline: none;
        }

        /*online html*/
        .deviceMenu{
            padding: 10px;
            overflow: hidden;
            margin-top: 5px;
        }
        .deviceMenuItem{
            border: 1px solid #bebebe;
            border-radius: 5px;
            width: 350px;
            float: left;
            padding: 5px;
            margin-bottom: 10px;
            margin-left: 10px;
        }
        .deviceMenuItem p{
            float: left;
            font-size: 16px;
            margin-bottom: 0px;
        }
        .deviceMenuItem button{
            margin-right: 5px;
            margin-top: 3px;
        }
        .cursorS{
            cursor: pointer;
        }
        .remarksArea2{
            width: 100px;
            border: 0px;
            outline: none;
        }
        .report_right{
            flex: 1;
        }
        .panel-heading .badge{
            color: #f5f5f5!important;
            background-color: #16a518!important;
            text-align: center;
            padding: 10px;
        }
        .customerNav li{
            display: flex;
            flex-direction: row;
            align-content: center;
            border-radius: 5px 5px 0px 0px;
            color: #555;
            cursor: default;
            background-color: #fff;
            border-bottom-color: transparent;
            text-align: center;
            align-items: center;
            padding: 0px 20px 0px 20px;
        }
        .customerNav li.active{
            border: 1px solid #ddd;
            border-bottom: 1px solid #fff;
        }
        .customerNav li.active:hover{
            background: #fff;
        }
        .customerNav li a:hover{
            border: 1px solid #ddd;
            background: #ddd;
        }
        .customerNav li.active a{
            border: 1px solid #fff!important;
        }
        .customerNav li.active a:hover{
            border:1px solid #fff;
        }
        .customerNav li .badge{
            height: 20px;
            text-align: center;
            justify-items: center;
        }
        .customerNav li:hover{
            background: #ddd;
        }
        .headInfo{
            width: 120px;
            height: 120px;
            padding: 0px;
        }
        .logoInfo{
            width: 200px;
            height: 100px;
            padding: 0px;
        }
        .logoIconContainer{
            display: flex;
            flex-direction: row-reverse;
            position: relative;
            margin-bottom: 45px;
        }
        .indexLogoInfo{
            position: absolute;
            z-index: 100;
        }
        .macGroup{
            display: flex;
            flex-direction: row;
        }
        .macGroup li input{
            width: 32px;
        }






