﻿body {
    font-family: Arial, sans-serif;
    background-color: #f5f9fc;
}
.lblYearTop {
    text-align: center;
    color:#0278AD; 
    font-size: 23px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

@keyframes flash {
    0%, 100% {
        box-shadow: 0 0 5px 2px red;
        transform: scale(1);
    }

    50% {
        box-shadow: 0 0 10px 4px red;
        transform: scale(1.1);
    }
}

.attention-flash {
    animation: flash 1s infinite;
    border: 2px solid red;
    border-radius: 4px;
    padding: 2px;
    width:100%;
    font-size:11px;
}


.mainTable {
    width: 100%;
    border: 1px solid black;
    border-collapse: separate;
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}


    .mainTable tr {
        padding: 1px;
        border: 1px ridge black;
        text-align:left;
        width: 50%;
    }
    .mainTable td {
        padding: 1px;
        border: 1px ridge black;
        text-align: center;
        width: 50%;
        text-align: left;
    }




.fileListBox {
    width: 100%;
    height: 150px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    background-color: #f9f9f9;
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    
}

.instruction-tag {
    display: inline-block;
    background-color: #f0f4f8; /* light blue-gray */
    color: #333; /* dark text for readability */
    border: 1px solid #d0d7de; /* subtle border */
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-family: Arial, sans-serif;
    font-weight:400;
    margin: 10px;
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    width:50%;
}


.metal-tag-top {
    display: inline-block;
    padding: 8px 20px;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2c2c2c;
    background: linear-gradient(145deg, #dcdcdc, #a9a9a9);
    border: 2px solid #888;
    border-radius: 8px;
    box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.6), inset 0 -1px 2px rgba(0, 0, 0, 0.2), 2px 2px 5px rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 0 #fff;
    text-align: left;
    width: 94%;
}

.metal-tag {
    box-sizing: border-box;
    display: inline-block;
    padding: 8px 20px;
    font-weight: bold;
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2c2c2c;
    background: linear-gradient(145deg, #dcdcdc, #a9a9a9);
    border: 2px solid #888;
    border-radius: 8px;
    box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.6), inset 0 -1px 2px rgba(0, 0, 0, 0.2), 2px 2px 5px rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 0 #fff;
    text-align: center;
    /*min-width: auto;*/
    width: 100%;
    margin-left: 1px;
    margin-right: 1px;
}
.info-label {
    width:95%;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: black; 
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
}



    .file-upload:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        /*background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);*/
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);*/
        background-color: #0061a7;
    }

/* The button size */
.file-upload {
    /*height: 30px;*/
}

    .file-upload, .file-upload span {
        width: 90px;
    }

        .file-upload input {
            top: 0;
            left: 0;
            margin: 0;
            font-size: 11px;
            font-weight: bold;
            /* Loses tab index in webkit if width is set to 0 */
            opacity: 0;
            /*filter: alpha(opacity=0);*/
        }

        .file-upload strong {
            font: normal 12px Tahoma,sans-serif;
            text-align: center;
            vertical-align: middle;
        }

        .file-upload span {
            top: 0;
            left: 0;
            display: inline-block;
            /* Adjust button text vertical alignment */
            padding-top: 5px;
        }



.buttonFile {
    background: linear-gradient(to bottom, #000, #222);
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    box-shadow: 10px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

#popupImageContainer {
    position: absolute;
    display: none;
    border: 1px solid #ccc;
    background-color: white;
    padding: 5px;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
    box-shadow: 10px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    z-index: 999;
}

#popupImage {
    width: 600px; /* Adjust as needed */
}


/*#OwnersValue {
    background-color:#7CBB42;
}*/

#chkBoxGrounds {
    text-align: left;
    border: 1px 1px 1px 1px solid black;
    padding-bottom: 15px;
}

#rblProperty {
    text-align: left;
    border: 1px 1px 1px 1px solid black;
    padding-bottom: 15px;
}

#ButtonsTD1 {
    align-content: center;
    text-align: center;
    /*background-color: #808285;*/
    border: 1px 1px 1px 1px solid black;
    padding-bottom: 20px;
}

#ButtonsTD2 {
    align-content: center !important;
    text-align: center !important;
    /*background-color: #808285;*/
    border: 1px 1px 1px 1px solid black;
    padding-bottom: 20px;
}

#ButtonBottomTD {
    align-content:baseline;
    text-align: center;
    border: 1px 1px 1px 1px solid black;
    padding-bottom: 20px;
}


#GroundsTD1 {
    align-content: center;
    text-align: center;
    /*background-color: #7CBB42;*/
    border: 1px 1px 1px 1px solid black;
    font-size: 13px;
    font-style: italic;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#GroundsTD2 {
    align-content: flex-start;
    text-align: center;
    border: 1px 1px 1px 1px solid black;
    font-size: 13px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding-bottom: 20px;
}

#AppealOption1 {
    align-content: center;
    text-align: center;
    border: 1px 1px 1px 1px solid black;
    font-size: 13px;
    font-style: italic;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#AppealOption2 {
    align-content: center;
    text-align: center;
    border: 1px 1px 1px 1px solid black;
    font-size: 13px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding-bottom: 20px;
}

#PropertyClass1 {
    align-content: center;
    text-align: center;
    border: 1px 1px 1px 1px solid black;
    font-size: 13px;
    font-style: italic;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#PropertyClass2 {
    align-content: center;
    text-align: center;
    border: 1px 1px 1px 1px solid black;
    font-size: 13px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding-bottom: 20px;
}
#AgentInfo1 {
    align-content: center;
    text-align: center;
    border: 1px 1px 1px 1px solid black;
    font-size: 13px;
    font-style: italic;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#AgentInfo2 {
    align-content: center;
    text-align: left;
    font-size: 13px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding-bottom: 10px;
    padding-left:10px;
    padding-top:10px;
    padding-right:10px;
}
#AgentInfoWarning {
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 10px;
    font-style: italic;
    color: red;
}


#Note1 {
    align-content: center;
    text-align: center;
    border: 1px 1px 1px 1px solid black;
    font-size: 13px;
    font-style: italic;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#Note2 {
    align-items: flex-end;
    align-content: flex-start;
    border: 1px 1px 1px 1px solid black;
    font-size: 13px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding-bottom: 20px;
}


#popupMessage {
    display: block;
    position: fixed;
    align-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: cyan;
    border: 5px solid #ccc;
    box-shadow: 10px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    display: none; 
}

.RadioButton {
    font-size: .7rem;
    font-weight: 800;
    padding: 10px 10px 10px 10px;
    display: inline-block;
    border-radius: 10px;
    /*background-color:#808285;*/
    width: auto;
}
.button-70 {
    background-image: linear-gradient(#0dccea, #0d70ea);
    border:thin;
    border-radius: 4px;
    box-shadow: 10px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: Montserrat,sans-serif;
    font-size: .9em;
    margin: 5px;
    padding: 10px 15px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    height:50px;
}
.button-70:hover {
    transition: all 0.3s ease;
    transform: translateY(2px);
    box-shadow: none;
}


.tableGrounds {
    width: auto;
    text-align: left;
    border-top:1px solid black;
    border-collapse:separate;
}
    .tableGrounds td {
        padding: 5px 5px 5px 5px;
        border: 1px ridge black;
        text-align: left;
        width: auto;
        vertical-align: top;
    }

.tableTOP {
    width: 100%;
    text-align: center;
    border: 1px solid black;
    box-shadow: 1px 3px 3px -3px #000000, 2px 2px 7px 2px rgba(0,0,0,0);
    
    /*border-collapse: separate;*/
}

.AgentTextbox{
    width:99%;
    
}


.tdLeft {
    border: 1px ridge black;
    text-align: left;
    width: 40%;
    font-size: 17px;
    font-family: Times, "Times New Roman", Georgia, serif;
   
}
.tdRight {
    border: 1px ridge black;
    text-align: left;
    width: 60%;
    font-size: 17px;
    font-family: Times, "Times New Roman", Georgia, serif;
  
}


.panelNew {
    width:100%;
    margin-top: 10px;
    margin-left: 1px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px;
    border: 2px solid #ddd;
    border-radius: 5px;
    background-color: aliceblue;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}
.panelFile {
    width: 98%;
    margin-top: 10px;
    margin-left: 1px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px;
    border: 2px solid #ddd;
    border-radius: 5px;
    background-color: aliceblue;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

.container {
    align-content:center;
    align-items:center;
    width: 35%;
    margin: auto;
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

h1 {
    color: #4a90e2;
}

.info-container {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
    
}

.button-container {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}
    
.form-panel {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    margin-top: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

    table td {
        padding: 10px;
    }

.text-input {
    width: 95%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.Go-Button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    user-select: none;
    color: #ffffff;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #f43f5e;
    animation: pulse 1.5s ease-in-out infinite;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

    .Go-Button:hover {
        transition: all 0.3s ease;
    }

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}
