/*
Theme Name: Woo360 Child Theme
Theme URI: http://madwire.com
Version: 1.7.4
Description: An example child theme that can be used as a starting point for custom development.
Author: Madwire
template: bb-theme
*/

/* Add your custom styles here... */




.form-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.form-table {
    width: 100%;
    border-collapse: collapse;
}
.form-table td, .form-table th {
    padding: 10px;
    border: 1px solid #ccc;
    vertical-align: top;
	color: #000000;
    font-weight: 500;
	
}
.form-table input, .form-table textarea {
    width: 100%;
    padding: 5px;
}
.subtotal, .total, .balance-due {
    font-weight: bold !important;
	color: #0e6938 !important;
}

.btn-calculate{
    background: #070707;
    color: #fff;
    border: 1px solid #000;
    padding: 12px 24px;
    cursor: pointer;
    text-align: center;
}

.btn-submit{
    background: #0e6938;
    color: #fff;
    border: 1px solid #07331b;
    padding: 12px 24px;
    cursor: pointer;
    text-align: center;
}

form button{
  text-align: center !important;
  margin-top: 20px;
}


@media only screen and (max-width: 600px) {
	.form-table td{
		display: block !important;
	}
	  
	.form-table th{
		display: block !important;
		font-weight: bold;
		
	}
}




#signatureForm {
    font-family: Arial, sans-serif;
    margin: 20px auto;
    padding: 20px;
    width: 500px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#signatureForm label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

#signatureForm input[type="text"],
#signatureForm input[type="date"] {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

#signaturePad {
    display: block;
    margin: 0 auto 10px auto;
    border: 1px solid #000;
    border-radius: 4px;
    background-color: #fff;
}

#clear {
    display: inline-block;
    background-color: #1B1B1B !important;
    color: #fff;
    border: none;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 15px;
}

#clear:hover {
    background-color: #1B1B1B !important;
}

#signatureForm button[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #0e6938;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#signatureForm button[type="submit"]:hover {
    background-color: #0e6938;
}
