
#vehicle {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 50px;
}
.vehicle_video {
    width: 356px;
    /*! background: #a2a2a2; */
    /*! padding: 38px 0px; */
    margin-right: 50px;
}
.vehicle_video >.vehicle_video_ac {
    position: absolute;
    bottom: 0px;
    width: 300px;
    height:226px;
}
.vehicle_video_ac > svg {
    width: 100%;
    height:100%;
}
.vehicle_video > img {
    width: 100%;
    margin-bottom: 32px;
}
.vehicle_video > .btn {
    background: #65b76f;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    height:auto;
}
.vehicle_info {
    width: 500px;
    position: relative;
}
.vehicle_info > table {
    border: 1px solid #e4e4e4;
    width: 100%;
}
.vehicle_info > table > tbody > tr:nth-child(2n+1){
    background:#f7f7f7;
}
table {
}
.vehicle_info > table > tbody > tr > td {
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    padding: 12px;
}
.vehicle_info > table > tbody > tr:last-child > td {
    border-bottom: 0px;
}
.vehicle_info > table > tbody > tr > td:last-child {
    border-right: 0px;
}

#vehicle_set {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 3;
    left: 0;
    top: 0;
    justify-content: center;
}
.vehicle_set_bk {
    background: #000;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.vehicle_set_fr {
    width: 920px;
    margin: auto;
    min-height: 515px;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.vsf_p_1 {
    color: #65b76f;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0px;
}
.vsf_p_2 {
    color: #fff;
    margin-bottom: 30px;
}
#vehicle_set ul.vsf_ul {
    list-style: none none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    flex: 1;
}
#vehicle_set ul.vsf_ul > li {
    width: 282px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 21px 10px;
    box-sizing: border-box;
}
#vehicle_set .btn.btn_close {
    width: 283px;
    background: #65b76f;
    margin: 50px auto 0px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
    box-sizing: border-box;
    height:auto;
}

#vehicle_set ul.vsf_ul > li > p {
    text-align: center;
    /*! margin-bottom: 25px; */
    color: #333;
}
#vehicle_set ul.vsf_ul > li.vsf_ul_li1 > p {
}
#vehicle_set ul.vsf_ul > li > p:nth-child(1) {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0px;
}
#vehicle_set ul.vsf_ul > li > p:nth-child(2) {
    font-size: .9rem;
    color: #666;
    line-height: 30px;
}
#vehicle_set ul.vsf_ul > li > ul {
    list-style: none none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

#vehicle_set ul.vsf_ul > li.vsf_ul_li1 > ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
#vehicle_set ul.vsf_ul > li > ul > li {
    height: 45px;
    width: 100%;
    line-height: 45px;
    text-align: center;
    margin-bottom: 12px;
    font-size: 1rem;
    color: #fff;
    border-radius: 10px;
    background: #65b76f;
    cursor: pointer;
}
#vehicle_set ul.vsf_ul > li.vsf_ul_li1 > ul > li {
    width: 115px;
}
#vehicle_set ul.vsf_ul > li > ul > li.selected {
    background: #d1d1d1;
}

#device_bt > ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style: none none;
    width: 968px;
    /*! margin: auto; */
    justify-content: space-between;
}


#m_body .c_box#device_bt {
    box-shadow: 0px 0px 0px 0px transparent;
    background: transparent;
    width: 968px;
    border-radius: 7px;
    padding: 20px;
    margin: -20px 0px 0px -20px;
}
#device_bt > ul.ul_header {
    background: #444;
    height: 45px;
    border-radius: 7px 7px 0px 0px;
    color: #fff;
    line-height: 45px;
    box-shadow: 0px -4px 10px 4px #ddd;
}
#device_bt > ul.ul_header > li {
    border-right: 1px solid #e4e4e4;
    text-align: center;
    width: 70%;
}
#device_bt > ul.ul_body {

    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 0px 0px 7px 7px;
    box-shadow: 0px 4px 9px 2px #ddd;
    list-style: none none;
}
#device_bt > ul.ul_header > li:last-child {
    border-right: 0px;
    width:30%;
}
#device_bt > ul.ul_body > li {
    line-height: 45px;
}
#device_bt > ul.ul_body > li > ul {
    list-style: none none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
#device_bt > ul.ul_body > li > ul > li {
    border-right: 1px solid #e4e4e4;
    text-align: center;
    width: 70%;
}
#device_bt > ul.ul_body > li > ul > li:last-child{
    border-right: 0px;
    width:30%;
}

#models > ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style: none none;
    width: 968px;
    /*! margin: auto; */
    justify-content: space-between;
}


#m_body .c_box#models {
    box-shadow: 0px 0px 0px 0px transparent;
    background: transparent;
    width: 968px;
    border-radius: 7px;
    padding: 20px;
    margin: -20px 0px 0px -20px;
}
#models > ul.ul_header {
    background: #444;
    height: 45px;
    border-radius: 7px 7px 0px 0px;
    color: #fff;
    line-height: 45px;
    box-shadow: 0px -4px 10px 4px #ddd;
}
#models > ul.ul_header > li {
    border-right: 1px solid #e4e4e4;
    text-align: center;
    width: 20%;
}
#models > ul.ul_body {

    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 0px 0px 7px 7px;
    box-shadow: 0px 4px 9px 2px #ddd;
    list-style: none none;
}
#models > ul.ul_header > li:last-child {
    border-right: 0px;
}
#models > ul.ul_body > li {
    line-height: 35px;
    background: #f7f7f7;
}
#models > ul.ul_body > li > ul {
    list-style: none none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 1px solid #e4e4e4;
}
#models > ul.ul_body > li > ul > li {
    border-right: 1px solid #e4e4e4;
    text-align: center;
    width: 20%;
    padding: 10px 15px;
    line-height: 28px;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#models > ul.ul_body > li > ul > li:last-child{
    border-right: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
#models > ul.ul_body > li > ul > li:nth-child(2n+1) {
    width: 30%;
}
#models > ul.ul_header > li:nth-child(2n+1) {
    width: 30%;
}
#models > ul.ul_body > li > .m_info {
    background: #fff;
    padding: 30px;
}

#models > ul.ul_body > li > .m_info {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #e4e4e4;
}
.mi_line {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.mi_line > .mi_line_title {
    width: 90px;
    display: block;
    text-align: right;
    color: #64b66c;
    margin-right:10px;
}
.mi_line > .div_table {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.mi_line > .div_table > table {
    flex: 1;
    margin-right: 40px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: .8rem;
    margin-top: 12px;
}
.mi_line > .div_table > table tr > td:nth-child(1) {
    width: auto;
}
.mi_line > .div_table > table tr > td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 0px;
    line-height: 30px;
    color: #333;
    width:65px;
}

.mi_line > .div_table > table tr > td:last-child {
    border-right: 0px;
}
.mi_line > .div_table > table tr:last-child > td {
    border-bottom: 0px;
}
.mi_line > .div_table > table.discrete tr > td:first-child {
    width: auto;
    font-weight: bold;
    color: #000;
}
.mi_line > .div_table > table.continuous {
    /*! flex: 0; */
    /*! width: 383px; */
    margin-right: 333px;
}
.mi_line > .div_table > table.continuous tr > td:nth-child(2n+1){

    width: 188px;
    font-weight: bold;
}

a.a_del, a.a_del:active, a.a_del:link,
a.a_info,a.a_info:active, a.a_info:link {
    color:#333;
    text-decoration: none;
}
a.a_del:hover,a.a_info:hover {
    color:#65b76f;
    text-decoration: none;
}

.models_control {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}
.models_control > .btn-upload {
    height: 30px;
    width: 130px;
    background: #65b76f;
    color: #fff;
    font-weight: bold;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    font-size: .9rem;
    cursor: pointer
}
.models_control > span {
    font-size: .9rem;
    color: #333;
    line-height: 30px;
}
.models_control > span > span {
    font-size: 1.2rem;
}


#upload_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}
#upload_box > .ub_bg {
    position: absolute;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
}
#upload_box > .ub_fr {
    width: 550px;
    height: 350px;
    background: #fff;
    z-index: 2;
    align-self: center;
    border-radius: 15px;
    padding: 30px;
    box-sizing: border-box;
}
.ub_fr_title {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 42px;
}
.ub_fr_form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0px 30px 33px;
    position: relative;
}
.ub_fr_form > label {
    width: 119px;
    text-align: right;
    font-size: 1rem;
    line-height: 30px;
    margin-right: 10px;
}
.ub_fr_form > input[type='text'] {
    height: 30px;
    border: 1px solid #999;
    width: 272px;
    padding: 5px 10px;
    box-sizing: border-box;
    color: #333;
}
.ub_fr_form > .btn_selfile {
    position: relative;
    width: 90px;
    height: 38px;
    background: #666666;
    color: #fff;
    line-height: 38px;
    text-align: center;
    border-radius: 7px;
}
.ub_fr_form > .btn_selfile > input[type='file'] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ub_fr_form > label[for='mfile'] {
    line-height: 42px;
}

#model_form_loading{
    display: none;
}

#model_form_loading > p {
    text-align: center;
    /*! font-size: .9rem; */
    margin-bottom: 35px;
}
#model_form_loading > .mfl_progress_box {
    width: 420px;
    height: 33px;
    border: 1px solid #aaa;
    margin: auto;
    position: relative;
    margin-bottom: 80px;
}
#model_form_loading > .mfl_progress_box > .mfl_progress_p {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0;
    background: #eee;
    z-index: 0;
}
#model_form_loading > .mfl_progress_box > span {
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 33px;
    color: #65b76f;
    font-size: .9rem;
    z-index: 1;
}
.btn {
    width: 150px;
    height: 35px;
    background: #65b76f;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-weight: bold;
    border-radius: 7px;
    cursor: pointer;
}
.btns {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding: 0px 30px;
}
.btn.disabled {
    background: #aaa;
    cursor: default;
}

.mfile_desc {
    font-size: .8rem;
    color: #666;
    line-height: 42px;
    margin-left: 20px;
}
.ub_fr_form > .btn_selfile {
    position: relative;
    width: 90px;
    height: 38px;
    background: #666666;
    color: #fff;
    line-height: 38px;
    text-align: center;
    border-radius: 7px;
}
.mfile_name {
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: 50px;
    left: 148px;
    max-width: 290px;
    word-wrap: break-word;
    max-height: 50px;
    overflow: auto;
}

#body_ip {
    margin: 50px;
    width: 550px;
    min-height: 350px;
    background: #fff;
    z-index: 2;
    align-self: center;
    border-radius: 15px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#body_ip .ipset {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin-bottom: 40px;
    margin-top: 10px;
}
#body_ip .ipset > label {
    line-height: 35px;
}
#body_ip .ipset > input[type="text"] {
    padding: 5px 10px;
}
#body_ip > .ipdesc {
    line-height: 2rem;
    padding: 0px 20px;
    font-size: .9rem;
    color: #333;
}
#body_ip > .ipdesc >p {
    margin: 0px;
}
#apps {
    width: 550px;
    margin: -30px auto;
    overflow: hidden;
    height: 300px;
}
#apps > p {
    text-align: center;
}
#apps > .vnos {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
#apps > .vnos img {
    width: 100%;
}
#apps > .vnos > .vno {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: .9rem;
    color: #666;
}
#apps > .vnos > .vno > p {
    margin-top: 10px;
    text-align: center;
    width: 130%;
}
a.logout {
    position: fixed;
    right: 30px;
    line-height: 30px;
    align-self: center;
    text-decoration: none;
    color: #333;
}
.ipdesc > ul {
    list-style: decimal;
    padding-left: 15px;
    margin: 0px;
}
.rmenus {
    flex: 1;
    display: flex;
    flex-wrap: nowrap;
    justify-content: right;
    align-items: center;
}
.rmenus > .menus_lan {
    /*! margin-right: 30px; */
}
.rmenus > .menus_lan > .menus_lan_items {
    position: absolute;
    z-index: 8;
    margin-left: -40px;
    display: none;
}
.menus_lan_items > ul {
    list-style: none none;
    background: #fff;
    border-left: 1px solid #e3e3e3;
    margin: 0px 0px;
    padding: 0px;
    width: 138px;
    border-right: 1px solid #e3e3e3;
    box-shadow: 6px 0px 10px -2px #ddd;
}
.menus_lan_items > ul > li {
    text-align: center;
    font-size: .9rem;
    color: #333;
    padding: 15px 10px;
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer;
}
.rmenus > .menus_lan > a {
    display: flex;
    height: 68px;
    cursor: pointer;
    width: 100px;
    text-align: center;
    line-height: 30px;
    flex-direction: column;
    justify-content: center;
}
.rmenus > .menus_lan > a:hover {
    background: #f3f3f3;
}
.menus_lan_items > ul > li:hover {
    background: #f3f3f3;
}
#racing_log {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 50px;
}
#racing_log > .log_echarts {
    height: 320px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
#racing_log > .log_echarts > .vehicle_video {
    margin-right: 0px;
    background: #999;
    width: 300px;
    height: 226px;
    margin-top: 35px;
    position: relative;
}
#racing_log > .log_echarts > .vehicle_video > img {
    margin-bottom: 0px;
}
#racing_log > .log_echarts > .vehicle_echarts {
    flex: 1;
    height: 320px;
    position: relative;
}
.vehicle_btns {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    justify-content: center;
}
.vehicle_btns > .btn {
    flex: 1;
}
.playing_mask {
    position: absolute;
    background: #fff;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
}
.raceing_info {
    position: absolute;
    font-weight: bold;
    color: #fff;
    display: flex;
    flex-direction: column;
    left: 12px;
    top: 5px;
    font-size: .9rem;
    text-shadow: 2px 2px #333;
}
.raceing_info.hide{
    display: none;
}

#racing_log > .log_btns {
    position: absolute;
    display: flex;
    justify-content: end;
    width: 960px;
    z-index: 10;
}
#racing_log {
    /*! position: relative; */
}
.btn.btn-export-log {
}
a.btn-export-log {
    font-size: .9rem;
    color: #666;
    cursor: pointer;
}
a.btn-export-log:hover{
    text-decoration: underline;
}
#viewlogs > .btn-openfile {
    position: relative;
    width: 150px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #66bb70;
    color: #fff;
    border-radius: 10px;
    font-size: .9rem;
    cursor: pointer;
    margin-bottom: 20px;
}

#viewlogs > .btn-openfile > input[type='file'] {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 150px;
    height: 30px;
    opacity: 0;
    cursor: pointer;
}
