@import url('https://fonts.googleapis.com/css?family=Prompt&display=swap');
.leaflet-bottom{
    display: none;
}
/* เครื่องทั้งหมด */

.detail_location_all{
    position: absolute;
    z-index: 9999;
    bottom: 10px;
    overflow: hidden;
    height: 20%;
    width: 100%;
    padding: 0 15px;
    display: none;
}
.detail_location_all > .link_machine{
    display: block;
    text-decoration: none;
}

.detail_location_all > .link_machine > .detail_location{
    display: flex;
    background-color: #fff;
}

.detail_location_all > .link_machine > .detail_location > .img_detail_location{
    width: 40%;
}
.detail_location_all > .link_machine > .detail_location > .text_detail_location{
    padding: 10px 15px;
    color: #000;
}
.detail_location_all > .link_machine > .detail_location > .img_detail_location > img{
    max-width: 100%;
}



/* รายละเอียดแต่ละเครื่อง */
body{
    margin: 0;
    font-family: 'Prompt', sans-serif!important;
}

.header_color{
    background-color: #ef94bf;
    height: 65px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #fff;
    font-size: 28px;
    margin-bottom: 15px;
}

.logo_all{
    width: 100%;
}

.logo_all > .logo{
    width: 100%;
    text-align: center;
}

.logo_all > .logo > img{
    max-width: 100%;
    width: inherit;
}

.title{
    font-size: 26px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.title > .title_data_h{
    width: 97%;
    font-size: 24px;
    padding: 5px 30px 5px;
    margin: 0 auto;
}

.title > .title_data_h > .title_data_road{
    display: flex;
}

.title > .title_data_h > .title_data_road > .data_road > .title_data{
    font-size: 17px;
}

.title > .title_data_h > .title_data_road > .img_road{
    width: 10%;
}

.title > .title_data_h > .title_data_road > .img_road > img{
    max-width: 100%;
}

.title > .title_data_h > .title_data_road > .data_road{
   padding: 0 15px;
}


.detail_data{
    width: 100%;
    padding: 0 30px 15px;
    margin-top: 15px;
}


.detail{
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    margin-bottom: 10px;
    font-size: 18px;
}
.name_machine{
    display: flex;
}

.img_machine{
    width: 15%;
}

.detail > .name_machine > .img_machine > img{
    max-width: 100%;
}

.data_tableMachine{
    overflow-x:auto;
}

.data_tableMachine > table{
    font-size: 14px;
}

.data_tableMachine > table > thead > tr > th{
    background-color: #ef94bf;
    color: #fff;
}

.img_slide_border{
    text-align: center;
    margin-top: 15px;
}

.img_slide_border > .img_slide > img{
    max-width: 100%;
}


.borderuser{
    display: flex;
    justify-content: center;
    align-items: center;
}

.machine_user{
    width: 100%;
}

.machine_user > img{
    max-width: 100%;
}

/* แจ้งปัญหา */

.detail_location_all_problem{
    position: absolute;
    z-index: 9999;
    bottom: 10px;
    overflow: hidden;
    height: 20%;
    width: 100%;
    padding: 0 15px;
    display: none;
}
.detail_location_all_problem > .link_machine_problem{
    display: block;
    text-decoration: none;
}

.detail_location_all_problem > .link_machine_problem > .detail_location_problem{
    display: flex;
    background-color: #fff;
}

.detail_location_all_problem > .link_machine_problem > .detail_location_problem > .img_detail_location_problem{
    width: 40%;
}
.detail_location_all_problem > .link_machine_problem > .detail_location_problem > .text_detail_location_problem{
    padding: 10px 15px;
    color: #000;
}
.detail_location_all_problem > .link_machine_problem > .detail_location_problem > .img_detail_location_problem > img{
    max-width: 100%;
    margin: 0 auto;
}