.Page_BG_Color {
background: #B2B2B2;
}
.Menu_BG_Color {
background: #DEDEDE;
}
.Body_BG_Color {
background: #FFFFFF  ;
background-size: 100%;
height: 100%;
}
.Header_BG_Color {
background: #006699;
border-radius: 6px 6px 0 0;
color: #FFFFFF;
}
.form_style{
border: 2px solid #2E2E2E;
font-family: arial;
font-size: 14px;

}
.form_header{
text-decoration: none;
font-family: arial;
font-size: 20px;
color: #FFFFFF;
background: #2E2E2E;
}
.form_subheader{
text-decoration: none;
font-family: arial;
font-size: 16px;
color: #FFFFFF;
background: #2E2E2E;
}
.Header_Line{
background: #FFFF00;
}
.Welcome_Fonts{
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 11px;
}


.Form_Button {
   border: 1px solid #164773;
   background: #3773a1;
   background: -webkit-gradient(linear, left top, left bottom, from(#F4A460), to(#F4A460));
   background: -webkit-linear-gradient(top, #F4A460, #F4A460);
   background: -moz-linear-gradient(top, #F4A460, #F4A460);
   background: -ms-linear-gradient(top, #F4A460, #F4A460);
   background: -o-linear-gradient(top, #F4A460, #F4A460);
   background-image: -ms-linear-gradient(top, #F4A460 0%, #F4A460 100%);
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #7eb9d9 0 1px 0;
   color: #0c3c52;
   font-family: helvetica, serif;
   padding: 8.5px 18px;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
.Form_Button:hover {
   border: 1px solid #154a73;
   text-shadow: #0c3a52 0 1px 0;
   background: #3674a3;
   background: -webkit-gradient(linear, left top, left bottom, from(#F4A460), to(#FF69B4));
   background: -webkit-linear-gradient(top, #F4A460, #FF69B4);
   background: -moz-linear-gradient(top, #F4A460, #FF69B4);
   background: -ms-linear-gradient(top, #F4A460, #FF69B4);
   background: -o-linear-gradient(top, #F4A460, #FF69B4);
   background-image: -ms-linear-gradient(top, #F4A460 0%, #FF69B4 100%);
   color: #fff;
   }
.Form_Button:active {
   text-shadow: #0c3c52 0 1px 0;
   border: 1px solid #156073;
   background: #5aa4bf;
   background: -webkit-gradient(linear, left top, left bottom, from(#367da3), to(#3674a3));
   background: -webkit-linear-gradient(top, #367da3, #5aa4bf);
   background: -moz-linear-gradient(top, #367da3, #5aa4bf);
   background: -ms-linear-gradient(top, #367da3, #5aa4bf);
   background: -o-linear-gradient(top, #367da3, #5aa4bf);
   background-image: -ms-linear-gradient(top, #367da3 0%, #5aa4bf 100%);
   color: #fff;
   }


 .disabled_input_text{
background-color: #CCCCCC;
font-family: arial;
font-size: 12px;
color: #000000;
font-weight:bold;
text-decoration: none;
padding:3px;
}

.error_message {
color: #FF0000;
font-size: 10px;
font-style: italic;
}

.Footer_Text {
    background: #F4A460;
	font-family: arial;
	font-size: 12px;
	color: #000000;
	border-radius: 0 0 0px 0px;
	text-decoration: none;

	bottom: 0px;
	width: 100%;
}

.view_table_link{
text-decoration: none;
font-family: arial;
font-size: 15px;
font-style: italic;
color: #FFFFFF;
}

.img_container{
    width: 100px;
    height: 100px;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
	margin-left: 20px;
    margin-right: 20px;

}

.user_img_container{
    width: 40px;
    height: 40px;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;	
}

.Profile_Body{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-color: #f4f4f4;
    color: #333;
}

.Profile_H1 {
    font-size: 32px;
    font-weight: 200;
    color: #666;
}
.Profile_H2 {
    font-size: 30px;
    font-weight: 200;
    color: #666;
}
.Profile_H3 {
    font-weight: bold;
    color: #333;
    font-size: 15px;
}
.Profile_a {
    color: #0099e5;
    text-decoration: none;
}

.Profile_Page {
    width: 800px;
    margin: 20px auto;
    padding: 10px 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    background-color: #fff;
}


.Profile_Image {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.Profile_Header_h1 {
    line-height: 110px;
}

.Profile_Article {
    padding: 20px;
}

.Print_Window_Barangay_Clearance_Background {
background-image: url(../images/clearances/barangay_clearance.png);
background-repeat: no-repeat;
}

.Print_Window_Residency_Certificate_Background {
background-image: url(../images/clearances/residency_certificate.png);
background-repeat: no-repeat;
}

.Print_Window_PostalID_Certificate_Background {
background-image: url(../images/clearances/postal_id_certificate.png);
background-repeat: no-repeat;
}

.Print_Window_Indigency_Certificate_Background {
background-image: url(../images/clearances/indigency_certificate.png);
background-repeat: no-repeat;
}

.Print_Window_Attestation_Certificate_Background {
background-image: url(../images/clearances/attestation_certificate.png);
background-repeat: no-repeat;
}

.Print_Window_Meralco_Certificate_Background {
background-image: url(../images/clearances/meralco_certificate.png);
background-repeat: no-repeat;
}

.Print_Window_Late_Registration_Certificate_Background {
background-image: url(../images/clearances/late_registration_certificate.png);
background-repeat: no-repeat;
}

.Print_Window_Late_Registration_Certificate_Background {
background-image: url(../images/clearances/late_registration_certificate.png);
background-repeat: no-repeat;
}

.Print_Window_Solo_Parent_Certificate_Background {
background-image: url(../images/clearances/solo_parent_certificate.png);
background-repeat: no-repeat;
}

.Print_Window_Medical_Certificate_Background {
background-image: url(../images/clearances/medical_certificate.png);
background-repeat: no-repeat;
}

.Print_Window_Transfer_Permit_Background {
background-image: url(../images/clearances/permit_to_transfer.png);
background-repeat: no-repeat;
}

.Print_Window_Business_Clearance_Background {
background-image: url(../images/clearances/business_clearance.png);
background-repeat: no-repeat;
}

.Print_Window_Oop_Clearance_Background {
background-image: url(../images/clearances/oop_clearance.png);
background-repeat: no-repeat;
}

.Print_Window_Construction_Clearance_Background {
background-image: url(../images/clearances/construction_clearance.png);
background-repeat: no-repeat;
}

.Print_Window_Burial_Donations_Collection_Permit_Background {
background-image: url(../images/clearances/burial_donations_collection_permit.png);
background-repeat: no-repeat;
}

 .image-controlled {
    width: 95px;
    height: 99px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;

 }
 
 .Download_Button {
border: none;
height: 30px;
width: 106px;
background: #FFF url(../images/download-excel.gif);
cursor: pointer;
background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

 .Print_Button {
border: none;
height: 30px;
width: 106px;
background: #FFF url(../images/print_button_icon2.png);
cursor: pointer;
background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

 .Update_Button {
border: none;
height: 30px;
width: 106px;
background: #FFF url(../images/Update_Button.png);
cursor: pointer;
background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


 .id-picture {
    width: 103px;
    height: 95px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;

 }


/* Alert Styles for Individual Profile */
.alert-success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    text-align: center;
    font-family: arial;
    font-size: 14px;
}

.alert-error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    text-align: center;
    font-family: arial;
    font-size: 14px;
}

.alert-warning {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    color: #856404;
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    text-align: center;
    font-family: arial;
    font-size: 14px;
}

.alert-info {
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
    color: #0c5460;
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    text-align: center;
    font-family: arial;
    font-size: 14px;
}

/* Search Container Styles (from individual_profile.php) */
.search-container {
    background-color: #f5f5f5;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.search-input {
    padding: 8px 12px;
    width: 250px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}
.search-button {
    padding: 8px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}
.search-button:hover {
    background-color: #45a049;
}
.clear-button {
    padding: 8px 20px;
    background-color: #f44336;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 5px;
}
.clear-button:hover {
    background-color: #d32f2f;
}
.search-results {
    margin-top: 10px;
    max-height: 300px;
    overflow-y: auto;
}
.search-results-table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
}
.search-results-table th {
    background-color: #2E2E2E;
    color: white;
    padding: 10px;
    text-align: left;
}
.search-results-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #ddd;
}
.search-results-table tr:hover {
    background-color: #f1f1f1;
}
.view-btn {
    padding: 5px 15px;
    background-color: #2196F3;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
}
.view-btn:hover {
    background-color: #1976D2;
}
.edit-btn {
    padding: 5px 15px;
    background-color: #FF9800;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
}
.edit-btn:hover {
    background-color: #F57C00;
}
.delete-btn {
    padding: 5px 15px;
    background-color: #f44336;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    margin-left: 5px;
}
.delete-btn:hover {
    background-color: #d32f2f;
}
.no-results {
    padding: 10px;
    color: #666;
    font-style: italic;
}
.results-count {
    margin: 10px 0;
    color: #4CAF50;
    font-weight: bold;
}
.action-btn {
    padding: 8px 15px;
    margin: 2px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
}
.btn-capture {
    background-color: #9C27B0;
    color: white;
    margin-left: 0px;
}
.btn-capture:hover {
    background-color: #7B1FA2;
}
.btn-signature {
    background-color: #FF9800;
    color: white;
    margin-right: 167px;
}
.btn-signature:hover {
    background-color: #F57C00;
}

/* Delete Confirmation Modal Styles */
.delete-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.delete-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 400px;
    border-radius: 8px;
    text-align: center;
}
.delete-modal-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #f44336;
}
.delete-modal-input {
    padding: 10px;
    width: 80%;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.delete-modal-buttons {
    margin-top: 15px;
}
.delete-modal-confirm {
    padding: 10px 20px;
    background-color: #f44336;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 5px;
}
.delete-modal-confirm:hover {
    background-color: #d32f2f;
}
.delete-modal-cancel {
    padding: 10px 20px;
    background-color: #9e9e9e;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 5px;
}
.delete-modal-cancel:hover {
    background-color: #757575;
}
.delete-modal-error {
    color: #f44336;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

/* Select Family Head Page Styles (from cw_select_family_head.php) */
.container-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    max-width: 1200px;
    margin: 0 auto;
}
.page-title {
    color: #2E2E2E;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #4CAF50;
}
.search-section {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.search-label {
    font-weight: bold;
    margin-right: 10px;
}
.search-btn {
    padding: 8px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}
.search-btn:hover {
    background-color: #45a049;
}
.info-text {
    color: #666;
    font-style: italic;
    margin-top: 10px;
}
.data-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}
.data-table th {
    background-color: #2E2E2E;
    color: white;
    padding: 12px 8px;
    text-align: left;
    font-size: 13px;
}
.data-table td {
    padding: 10px 8px;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}
.data-table tr:hover {
    background-color: #f1f1f1;
}
.relation-select {
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    min-width: 120px;
}
.select-link {
    display: inline-block;
    padding: 6px 15px;
    background-color: #2196F3;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 12px;
}
.select-link:hover {
    background-color: #1976D2;
    color: white;
    text-decoration: none;
}
