.force .title-new {
    width: 1038px;
    height: 30px;
    background: #F6F6F6 !important;
    border-radius: 4px;
    font-size: 20px;
    color: #333;
    font-weight: 600;
    line-height: 30px;
}

.force .title-new .btn {
    margin-top: 7px;
    margin-right: 15px;
}

.divhorizontal {
    padding: .5em 0em;
    background-color: transparent;
    text-decoration: none;
    letter-spacing: 0px;
    word-spacing: 0px;
    display: inline-block;
}

.divhorizontal-item1 {
    width: 280px;
}

.divhorizontal-item1 .name-color {
    color: #333333;
    font-size: 20px;
}

.divhorizontal-item2 {
    margin-top: 16px;
    text-align: left;
    padding-left: 0px !important;
    margin-right: 20px;
    width: 120px;
}

.divhorizontal-item2 .status-color {
    color: #0bbbee;
}

.divhorizontal-item2 .status-2-color {
    color: #999999;
}

.divhorizontal-item3 {
    width: 110px;
    text-align: center;
    padding-right: 0px !important;
    background-color: #F7F7F7 !important;
}
.divhorizontal-item4 {
    margin-top: 16px;
    text-align: left;
    padding-left: 0px !important;
    margin-right: 20px;
    width: 260px;
}
.ipt {
    width: 300px;
    height: 50px;
    background: rgba(247, 247, 247, 1);
    border-radius: 4px;
    border: 1px solid rgba(238, 238, 238, 1);
}

.ipt-new {
    width: 300px;
    height: 100px;
    line-height: 100px;
}

nav.side-navbar .sidebar-header
.right {
    float: right;
}

.left {
    float: left;
}

.equip-container-new {
    margin-top: 62px;
    background: #F6F6F6 !important;
}

.equip-item-new {
    padding: 0px 45px;
    background: white;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 32px;
}

.edit-road {
    vertical-align: middle;
    margin-right: 8px;
    background: url("/static/images/road_edt_icon.png");
    width: 16px;
    display: inline-block;
    height: 18px;
    margin-bottom: 4px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}


.no-data-div {
    margin-top: 150px;
    width: 350px;
    margin-left: 280px;
}

.road-nodata-pic {
    vertical-align: middle;
    background: url("/static/images/default_nodata_hint.png");
    margin-left: 110px;
    width: 350px;
    display: inline-block;
    height: 120px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.nodata-text-1 {
    font-size: 30px;
    color: #999999;
    text-align: center;
}

.nodata-text-2 {
    font-size: 24px;
    color: #999999;
    text-align: center;
}

.road-notice {
    vertical-align: middle;
    background: url("/static/images/notice.png");
    width: 13px;
    display: inline-block;
    height: 13px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.road-notice-txt {
    height: 22px;
    line-height: 22px;
    color: #CE3939;
    font-size: 16px;
}

.edit-text {
    font-size: 14px;
    color: #CE3939;
    font-weight: 500;
}

.edit-new {
    cursor: pointer;
}
.del-new {
    margin-left: 5px;
    cursor: pointer;
}
.add-new {
    cursor: pointer;
    margin-left: 5px;
}

.back {
    width: 15px;
    height: 18px;
    background: url("/static/images/back-new.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0px 4px 0px 0px;
}

.back-div {
    cursor: pointer;
    width: 80px;
}

#roadName {
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

#gpsName {
    width: 290px;
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(80, 187, 253, 1);
    line-height: 20px;
}

.ipt-middle {
    width: 300px;
    height: 35px;
    background: rgba(247, 247, 247, 1);
    border-radius: 4px;
    border: 1px solid rgba(238, 238, 238, 1);
    margin: 10px 0px 10px 0px
}