

input[type=text], select, input[type=date] {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width: 300px; 
    height: 28px; 
    border: 0px;
    box-shadow: 0px 0px 2px rgb(126, 126, 126);
    margin: 3px 3px 3px 3px;
    border-radius: 5px; 
    padding: 0px 6px;
}

/*Originated from Online Admission*/

td {
    padding-left: unset; 
}

input, select {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

input.w3-4, input[type=text].w3-4, input[type=date].w3-4, select.w3-4{ /* 3/4th of width */
    width: 215px; 
}

input.w1-2, input[type=text].w1-2, input[type=date].w1-2, select.w1-2{ /* half of width */
    width: 150px; 
}

input.w1-4, input[type=text].w1-4, input[type=date].w1-4, select.w1-4{ /* 1/4th of width */ 
    width: 75px; 
}

.sticknote-1{
    background-color: #eccdaa;
    display: block;
    padding: 15px; 
    margin: 10px 0px; 
    border-radius: 5px;
}

table.user_entry tr td table tr td{
    padding: 0px; 
}

td, select, input, .user_help, .prog_desc, a, button{
    font-family: arialnova;
    font-weight: lighter;
    font-style: normal;
}

.user_title a, .user_text, span, span#spnAge{
    font-family: arialnova;
    font-weight: normal;
    font-style: normal;
}

.user_entry td{
    padding: 0px 5px;
    vertical-align: middle;
}

input[type=radio]{
    margin: 0px 5px;
}

table.user_entry_main{
    width: 950px;
}

table.user_entry_main > tbody > tr > td:nth-child(2){
    width: 250px;
    font-weight: bold;
    font-size: 10pt;
    padding: 5px 10px;
    vertical-align: top;
}

table.user_entry_main > tbody > tr > td:nth-child(3){
    width: 350px;
}

table#TableSurvey > tbody > tr > td:nth-child(2){
    padding: 5px 10px;
}

fieldset{
    width: 1000px; 
    border-radius: 5px;
    border: 1px solid rgb(209, 209, 209);
    margin-bottom: 20px;
    padding: 20px;
}

legend{
    border-radius: 3px;
    padding: 2px 10px;
    background-color: rgb(209, 209, 209);
}

.topic-title, .topic-title *{
    background-color: #A62D38;
    color: rgb(255, 255, 255);
    margin: 5px 10px;
    /* background: linear-gradient(90deg, rgba(255,244,219,0) 0%, rgba(255,244,219,0.5) 2%, rgba(255,244,219,1) 10%, rgba(255,244,219,1) 91%, rgba(255,244,219,0) 96%); */
}

/*modified request by sir lino*/
.textarea {
      width: 304px; /* Minimum width */
      height: 60px; /* Adjust height for desired number of lines */
      resize: vertical; /* Allow resizing only vertically */

    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
/*    width: 300px;
    height: 28px; */
    border: 0px;
    box-shadow: 0px 0px 2px rgb(126, 126, 126);
    margin: 3px 3px 3px 3px;
    border-radius: 5px;
    padding: 0px 6px;
    }
