html {
    width: 100%;
    height: 100%;
}

iframe {
    width: 100%;
    height: 100%;
}

body {
    overflow: hidden
}

.main {
    width: 100%;
    height: 100%;
    position: relative;
}

img {
    border: 0px;
}
/*main-left部分*/
.main-left {
    width: 290px;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    border-right: 1px solid #d7dbdc;
    box-sizing: border-box;
}
/*main-left-search部分*/
.main-left-search {
    width: 100%;
    height: 40px;
}

    .main-left-search > .swith-orderby {
        float: right;
        width: 80px;
        height: 100%;
    }

    .main-left-search > div > .toggle-list {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-top: 8px;
        background: url(../../Img/monitorcenter/liebiao_ico.png)no-repeat;
        background-size: 100% 100%;
        float: left;
    }

        .main-left-search > div > .toggle-list.active {
            background: url(../../Img/monitorcenter/table_list.png)no-repeat;
        }

    .main-left-search > div > .search-sort {
        display: inline-block;
        margin-top: 8px;
        width: 50px;
        height: 24px;
        float: left;
    }

        .main-left-search > div > .search-sort > .search-sort-span1 {
            float: left;
            width: 24px;
            height: 24px;
            background: url(../../Img/monitorcenter/sorting_ico.png)no-repeat;
            background-size: 100% 100%;
            display: inline-block;
        }

        .main-left-search > div > .search-sort > .search-sort-span2 {
            float: left;
            display: inline-block;
            width: 26px;
            height: 24px;
            line-height: 24px;
            font-size: 13px;
            margin-top: 2px;
            margin-left: -5px;
        }

            .main-left-search > div > .search-sort > .search-sort-span2 > a {
                display: block;
                width: 100%;
                height: 100%;
            }
/*main-car部分*/
.main-car {
    position: absolute;
    top: 241px;
    bottom: 26px;
    left: 0px;
    right: 0px;
    z-index: 1000;
}

#vehicle-number > li {
    font-size: 12px;
    padding: 0px 10px;
}

.car-all {
    position: absolute;
    left: 2px;
    top: 80px;
    bottom: 2px;
    right: 2px;
    overflow: auto;
    border: 1px solid #ccc;
}



.main-car > .layui-tab {
    margin: 0px;
}

.main-left-bottom {
    height: 25px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    border-top: 1px solid #e4e4e4;
    background: linear-gradient(#d7dbdc,#f3f3f3);
}

    .main-left-bottom > div > span {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        color: #333;
    }

    .main-left-bottom > .net_left {
        float: left;
        margin-left: 5px;
    }

    .main-left-bottom > .net_right {
        float: right;
        margin-right: 5px;
    }

#monitor_admin {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    width: 107px;
    color: blue;
    white-space: nowrap; /*字数过多时出现省略号*/
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -1px
}

#monitor_connected {
    color: blue;
}

/*左侧车列表部分*/
.table-list {
    position: absolute;
    left: 5px;
    top: 80px;
    bottom: 5px;
    right: 5px;
    border: 1px solid #ccc;
}
    /*.table-list>.table-list-title {
	font-weight: 900;
	text-align: center;
	background: #f3f3f3;
	cursor: pointer;
	padding: 5px 0px;
	display:flex;
}


.table-list-title>span{
	flex: 1;
}*/
    .table-list > .table-list-title {
        font-weight: 900;
        background: #f3f3f3;
        cursor: pointer;
        padding: 5px 0px;
        overflow: hidden;
    }

.table-list-title > span {
    display: inline-block;
    width: 32%;
    text-align: center;
}

#vehicles-container {
    position: absolute;
    top: 28px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
    color: gray;
    font-family: Arial;
}

#vehicles-groups > li {
    width: 100%;
}


    #vehicles-groups > li > div > span {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        cursor: pointer;
    }

#vehicles-groups .vehicle-groups-name {
    margin-left: 8px;
    font-weight: bold
}

#vehicles-groups span.vehicle-groups_dropdown {
    width: 16px;
    height: 16px;
    margin-top: 5px;
    float: left;
    background: url(../../Img/monitorcenter/arrow_right.png) no-repeat center;
    background-size: 70%;
}

    #vehicles-groups span.vehicle-groups_dropdown.active {
        background: url(../../Img/monitorcenter/arrow_down.png) no-repeat center;
        background-size: 70%;
    }

#vehicles-groups span.vehicle-groups-name > input {
    width: 80px;
    display: none;
}

.vehicles-list {
    overflow: hidden;
    display: none;
    border-bottom: 1px solid #E2DDDD;
}

    .vehicles-list > li > span:nth-child(1) {
        width: 48%;
        text-align: left;
    }

    .vehicles-list > li > span:nth-child(2) {
        width: 20%;
    }

    .vehicles-list > li > span:nth-child(3) {
        width: 32%;
    }

    .vehicles-list > li {
        position: relative;
        cursor: pointer;
        text-align: center;
        padding: 5px 0px;
    }

        .vehicles-list > li.active {
            height: 36px;
            background: #FBF6F0;
            border: 1px solid #ff8a00;
        }

.vehicles-groups-title {
    border-bottom: 1px solid #E2DDDD;
    cursor: pointer;
}

.vehicles-list > li > span, .table-list-title > span {
    position: relative;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    word-break: break-all;
    text-align: center;
}

    .vehicles-list > li > span:nth-child(3) {
        text-align: left;
    }

.vehicles-list > li > p {
    position: absolute;
    bottom: 0;
    right: 10px;
    display: none;
    height: 22px;
}

.vehicles-list > li.active > p {
    display: block;
}

.vehicles-list > li > p > span {
    float: left;
    display: inline-block;
    font-size: 12px;
    margin: 0 10px 0 0;
}

.vehicles-list > li > span > img {
    float: left;
}

.vehicles-list .vehck {
    margin-left: 15px;
    float: left;
}

.vehicles-list span.vehiclesmore {
    width: 38px;
    text-align: left;
    background: url(../../Img/directive/arrow_down.png)no-repeat center right;
}

/*更多下拉菜单弹窗*/
#more_dropdown_menu {
    z-index: 1000;
}

.vehicles_menu {
    width: 100px;
    border: 1px solid rgba(0,0,0,.15);
    background: white;
    position: absolute;
    display: none;
    text-align: left;
    border-radius: 4px;
    z-index: 100;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .vehicles_menu > li {
        width: 100%;
        padding: 3px 0px;
        height: 24px;
        text-indent: 10px;
        cursor: pointer;
    }

        .vehicles_menu > li:hover {
            background: #e3e3e3;
        }

        .vehicles_menu > li > a {
            display: block;
            height: 100%;
            line-height: 22px;
            font-size: 12px;
        }

            .vehicles_menu > li > a > span {
                float: right;
                margin-right: 5px;
            }

.treevehicle-menu-line {
    border-bottom: 1px solid #E2DDDD
}
/*main-right部分*/
.main-right {
    position: absolute;
    left: 291px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.toggle-left {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    border-radius: 3px;
    float: left;
    background: url(../../Img/monitorcenter/hidden_ico.png) no-repeat;
    background-size: 100% 100%;
    border: 1px solid #d9dadc;
    transform: rotate(-90deg);
}

.tooggle-left.active {
    background: url(../../Img/monitorcenter/hidden_ico.png) no-repeat;
    background-size: 100% 100%;
}

#changemap_box {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 40px;
}

.main-right-boottom {
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    height: 40px;
    bottom: 0px;
    background: #fff;
    z-index: 11;
}

    .main-right-boottom > .layui-tab {
        margin: 0px;
        overflow: visible;
    }

        .main-right-boottom > .layui-tab > .layui-tab-title .drop-down {
            margin-left: 5px;
        }

    .main-right-boottom .layui-tab-content {
        padding: 0px;
        background: #fff;
    }

    .main-right-boottom .layui-table {
        margin: 0px;
    }

    .main-right-boottom > .layui-tab > .show-information {
        height: 40px;
        position: absolute;
        right: 20px;
        top: 0px;
    }

        .main-right-boottom > .layui-tab > .show-information > ul > li {
            float: left;
            height: 40px;
            padding: 0px 5px;
            line-height: 40px;
        }

#ExpirationReminder.active {
    background: red
}

.main-right-boottom > .layui-tab .tip {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: 9px;
    margin-right: 3px;
    float: left;
    background-size: 100% 100%;
}

.point {
    cursor: pointer;
    color: Blue;
}

.offVeh {
    background: url(../../Img/u_offline.gif);
    width: 16px;
    height: 16px;
    display: inline-block
}

.onVeh {
    background: url(../../Img/u_online.gif);
    width: 16px;
    height: 16px;
    display: inline-block
}

.copyoffVeh {
    background: url(../../Img/copy_off.gif);
    width: 16px;
    height: 16px;
    display: inline-block
}

.copyonVeh {
    background: url(../../Img/copy_on.gif);
    width: 16px;
    height: 16px;
    display: inline-block
}

.main-right-boottom > .layui-tab .show-post {
    background: url(../../Img/monitorcenter/telephone.gif)no-repeat;
}

.main-right-boottom > .layui-tab .show-offline {
    background: url(../../Img/monitorcenter/car_off_line.png)no-repeat;
}

.main-right-boottom > .layui-tab .show-online {
    background: url(../../Img/monitorcenter/car_on_line.png)no-repeat;
}

.main-right-boottom > .layui-tab .show-drive {
    background: url(../../Img/monitorcenter/car_driving.png)no-repeat;
}

.main-right-boottom > .layui-tab .show-alarm {
    background: url(../../Img/monitorcenter/car_alert.png)no-repeat;
}

.main-right-boottom > .layui-tab .show-noPosition {
    background: url(../../Img/monitorcenter/car_no_locate.png)no-repeat;
}

.main-right-boottom > .layui-tab .show-hidden {
    background: url(../../Img/monitorcenter/hidden_ico.png)no-repeat;
}

.main-right-boottom > .layui-tab .show-fullscreen {
    background: url(../../Img/monitorcenter/arrow_out_longer.png)no-repeat center;
    background-size: 70% 70%;
}

    .main-right-boottom > .layui-tab .show-fullscreen.active {
        background: url(../../Img/monitorcenter/arrow_in_longer.png)no-repeat center;
    }

.main-right-boottom > .layui-tab .show-toggle {
    margin-left: 15px;
}

.main-right-boottom > .layui-tab .info {
    font-size: 12px;
}

.main-right-boottom .layui-this:after {
    border-top: none;
}

/*地图浮动弹窗*/
.float-box {
    width:290px;
    height: 250px;
    position: absolute;
    top: 0px;
    left:0px;
    right: 0px;
}


.float-left {
    position: absolute;
    z-index: 10;
    top: 5px;
    right: 159px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url(../../Img/monitorcenter/float_right.png) no-repeat;
}

.float-right {
    width: 180px;
    height: 240px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: white;
    border: 2px solid #ff8a00;
}

.float-box .float-box-title {
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
}

#organizationTree {
    overflow: auto;
    height: 250px;
}

/*报警信息弹窗*/
#alarm {
    width: 100px;
    height: 90px;
    background: #676d6d;
    border-radius: 5px;
    position: absolute;
    bottom: 40px;
    left: 120px;
    display: none;
    z-index: 100;
}

    #alarm > li {
        width: 100%;
        height: 30px;
        line-height: 30px;
    }

        #alarm > li > span {
            display: inline-block;
            float: left;
        }

        #alarm > li > .alarm-icon {
            width: 17px;
            height: 17px;
            margin-top: 6.5px;
            margin-left: 10px;
            background-size: 100% 100%;
        }

        #alarm > li:hover {
            background: #ff8a00;
            cursor: pointer;
            border-radius: 3px;
        }

.alarm-icon1 {
    background: url(../../Img/monitorcenter/sound.png)no-repeat;
}

    .alarm-icon1.sound-off {
        background: url(../../Img/monitorcenter/sound-off.png)no-repeat;
    }

.alarm-icon2 {
    background: url(../../Img/monitorcenter/flash.png)no-repeat;
}

    .alarm-icon2.flash-off {
        background: url(../../Img/monitorcenter/flash-off.png)no-repeat;
    }

.alarm-icon3 {
    background: url(../../Img/monitorcenter/set.png)no-repeat;
}

.alarm-span {
    margin-top: 6.5px;
    margin-left: 10px;
    height: 17px;
    line-height: 17px;
    color: white;
    font-size: 14px;
}

.btn-toolbar {
    margin: 0px;
}

.span_hide {
    display: none;
}

#tree {
    overflow: auto;
    padding: 5px 5px;
}

#liAlarmInfo.active {
    background: Red;
}

.clearAll {
    height: 20px;
    width: auto;
    position: absolute;
    top: 45px;
    text-align: center;
    right: 20px;
    cursor: pointer;
}



/*终端状态*/

/*表格部分*/
.table-container {
    overflow: auto;
}

.table-thead {
    height: 30px;
    background: #eee;
}

.table-container th, .table-container td {
    padding: 0px 15px;
    white-space: nowrap;
    text-align: center;
}

.table-container th {
    padding: 0px 20px;
}

.table-tbody tr {
    height: 28px;
    font-size: 14px;
}

    .table-tbody tr:hover {
        background: #e3e3e3;
    }

    .table-tbody tr.active {
        background-color: #e3e3e3;
    }

/*终端状态*/


.layui-badge {
    text-align: center;
    font-weight: bolder;
    color: Red;
}
