/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 2025年5月23日, 上午11:11:23
    Author     : wishk
*/
#gallery_info div{
    margin-bottom: 15px;
    line-height: 30px;
}

.equipmant-default {
    line-height: 30px;
    /*margin-bottom: 15px;*/
}

#equipmentForm *{
    font-size: 14px;
}

#equipmentForm .ftds-head{
    margin-bottom: 35px;
}

#equipmentForm .ftds-head .ftds-head-title{
    font-size: 18px;
    font-weight: 600;
    padding: 15px 50px;
    /*border-radius: 2px;*/
    display: block;
}

#equipmentForm .ftds-label{
    padding-left: 15px;
    padding-right: 15px;
}
#equipmentForm .ftds-label .ftds-title{
    font-size: 16px;
}

.ftds-section{
    width: 1200px;
    margin: auto;
    margin-bottom: 50px;
}

label.text-right{
    text-align: right;
}

#equipmentForm thead tr th{
    text-align: center;
    font-size: 14px;
}
.th-equipment_number{
    width: 150px;
}
.th-equipment_quantity,.th-equipment_w,.th-equipment_l,.th-equipment_h,.th-equipment_price,.th-equipment_price_unit{
    width: 70px;
}
.th-equipment_count
{
    min-width: 70px;
}

#equipmentForm tbody tr td{
    line-height: 30px;
    vertical-align: middle !important;
}

.td-equipment_number .owl-carousel {
    width: 133px !important;
}
.equipmant-default input[type="text"],.equipmant-default input[type="email"],.equipmant-default input[type="password"]{
    line-height: 30px;
    margin: 0;
    padding: 0;
}
#equipmentForm tbody tr td input[type="text"]{
    width: 54px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-align: center;
}

button#add_tr{
    padding: 1px 5px;
    margin-right: 5px;
}

#qodef-page-header .qodef-header-logo-link {
    position: absolute;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 100px;
    max-height: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    position: absolute;
    margin-right: 0;
    left: 50%;
    transform: translateX(-50%);
}

#qodef-page-inner{
    padding-top: 0px;
}

.qodef-opener-icon{
    display: none;
}

.mfp-bottom-bar {
    display: block;
}
.mfp-bottom-bar div{
    font-size: 14px !important;
}

button.mfp-close {
    right: 10px !important;
}

#galleryLoginModalToggle modal-body,#galleryLoginModalToggle modal-footer{
    font-size: 14px;
}


@media only screen and (max-width:768px){
    #equipmentForm .ftds-head .ftds-head-title{
        font-size: 14px !important;
        padding: 10px 10px;
    }

    #equipmentForm .ftds-label .ftds-title {
        font-size: 14px;
    }
    
    label.text-right {
        text-align: left;
    }
    thead{
        display: none;
    }
    table td{
        display: block;
        padding: .3rem .5rem;
        border: 0px;
    }
    tbody tr{
        display: block;
        margin-bottom: 15px;
        border: 1px solid #000;
    }
    td:before{
        content: attr(data-title);
        display: inline-block;
        width: auto;
        min-width: 20%;
        font-weight: 900;
        padding-right: 1rem;
    }
}