.pagehead_top {
    /* position: absolute; */
    border-radius: 3px;
    margin-left: 18px;
    margin-right: 1%;
    margin-top: 2px;

    background: rgb(239, 239, 239);
    padding: 10px; 
    width: 98%;
    height: 120px;
}

.input_style_half {
    height: 30px;
    width: 120px;
    margin-top: 2px;
    font-size: 12px;
    border: solid 1px #033db3;
    border-radius: 3px 0px 0px 3px;
    /* text-decoration-color: rgb(241, 255, 242); */
    border-right: none;
}
.input_style_long {
    height: 30px;
    width: 99%;
    margin-bottom: 8px;
    font-size: 12px;
    border: solid 1px rgb(3, 61, 179);
    border-radius: 3px 3px 3px 3px;
}
.input_style_full {
    height: 30px;
    width: 120px;
    margin-top: 2px;
    font-size: 12px;
    border: 1px solid rgb(3, 61, 179);
    border-radius: 3px 3px 3px 3px;
    box-shadow: none;
    
}
.input_style_mini {
    height: 30px;
    width: 50px;
    margin-top: 2px;
    font-size: 12px;
    border: 1px solid rgb(3, 61, 179);
    border-radius: 3px 3px 3px 3px;
    box-shadow: none;
    
}
.btn_style_half{
    margin-left: -5px;
    background-color: rgb(11, 115, 243);
    /* color: black; */
    border: 1px solid rgb(3, 61, 179);
    border-left: 0px;
    margin-top: 0px;
    font-size: 12px;
    color: white;
    height: 30px;
    border-radius: 0px 3px 3px 0px;
    width: 70px;
}
.btn_style_half:hover{
    cursor: pointer;
}
.btn_style_full {
    /* margin-left: -5px; */
    background-color: rgb(11, 115, 243);
    /* color: black; */
    border: 1px solid rgb(3, 61, 179);
    border-left: 1px;
    margin-top: 0px;
    font-size: 12px;
    color: white;
    height: 30px;
    border-radius: 3px 3px 3px 3px;
    width: 90px;
}
.btn_style_full:hover{
    cursor: pointer;
}
.image_style{
    height: 40px;
    width: 40px;
    border-radius: 5px;
    margin-right: 15px;
}

::placeholder {
    font-size: 12px;
    font-style: italic;
}
/* .input_style_full::placeholder {
    font-size: 12px;
    font-style: italic;
} */
.btn_style_full[disabled] {
    /* position: absolute; */
    /* margin-left: -5px; */
    background-color: rgb(91, 158, 240);
    /* color: black; */
    border: 1px solid rgb(11, 115, 243);
    border-left: 0px;
    margin-top: 0px;
    font-size: 12px;
    color: rgba(111, 109, 109, 0.687);
    height: 30px;
    border-radius: 3px 3px 3px 3px;
    width: 90px;
    box-shadow: none;
    /* font-family: Arial;  */
}
.btn_style_half[disabled] {
    /* position: absolute; */
    /* margin-left: -5px; */
    background-color: rgb(91, 158, 240);
    /* color: black; */
    border: 1px solid rgb(11, 115, 243);
    border-left: 0px;
    margin-top: 0px;
    font-size: 12px;
    color: rgba(111, 109, 109, 0.687);
    height: 30px;
    border-radius: 0px 3px 3px 0px;
    width: 70px;
    box-shadow: none;
    /* font-family: Arial;  */
}
/* .btn_style_full[disabled]:hover {
    box-shadow: none;
    
} */
.btn_style_full:hover:enabled {
    /* border: 2px solid rgb(126, 182, 252); */
    height: 30px;
    /* box-shadow: 6px 6px 6px 6px; */
    box-shadow: 2px 4px 4px 2px #888888;
}
.btn_style_full:active {
    border: 2px solid rgb(126, 182, 252);
    transform: translateX(1px);
}

.btn_style_half:hover:enabled {
    /* border: 2px solid rgb(126, 182, 252); */
    height: 30px;
    /* box-shadow: 6px 6px 6px 6px; */
    box-shadow: 2px 4px 4px 2px #888888;
}

.btn_style_half:active {
    border: 2px solid rgb(126, 182, 252);
    transform: translateX(1px);
}

.image_style:hover{
    cursor: pointer;
    padding: 2px;
    
}

.profile-div{
    
    display: inline-block;
    width: 25%;
    /* height: 250px; */
    border-radius: 3px;
    margin: 5%;
    margin-left: 38%;
    margin-right: 5%;
    background: rgb(239, 239, 239);
    border: solid rgb(239, 239, 239) 10px;
    padding: 20px;
    border: solid 1px rgb(209, 207, 207);
    border-radius: 4px 4px 4px 4px;

}
.profile-div h4{
    margin-top: 16px;
}
.input_style_large {
    height: 30px;
    width: 96%;
    margin-top: 4px;
    font-size: 12px;
    border: 1px solid #033eb5;
    border-radius: 3px 3px 3px 3px;
    box-shadow: none;
    
}
.input_fields_div {
    border-radius: 3px;
    margin: 5%;
    margin-left: 30%;
    margin-right: 30%;
    background: rgb(239, 239, 239);
    border: solid rgb(239, 239, 239) 10px;
    padding: 100px;
    border: solid 1px rgb(209, 207, 207);
    border-radius: 4px 4px 4px 4px;
}
.custom_table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.custom_table td, .custom_table th {
    border: 1px solid #ddd;
    padding: 8px;
}

.custom_table tr:nth-child(even){
    background-color: #f2f2f2;
}

.custom_table tr:hover{
    background-color: #ddd;
}

#drop_file_zone {
    
    margin:100px auto;
    vertical-align: center;
    background-color: #f2f2f2;
    border: #999 5px dashed;
    width: 490px;
    height: 400px;
    padding: 8px;
    font-size: 18px;
    border-radius: 10px;
}
#drag_upload_file {
    width:50%;
    margin:40px auto;
}
#drag_upload_file p {
    text-align: center;
}
#drag_upload_file #selectfile {
    display: none;
}

/* .custom_table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
} */




.msg_box{
    position: fixed;
    left: 290px;
    top: 230px;
    z-index: 99;
    
    background-color:  rgb(239, 239, 239);
    border: 1px solid rgb(179, 179, 179);
    border-radius: 3px;
    height: 170px;
    width: 470px;
    padding: 20px; 
    box-shadow: 20px 20px 20px;
}




/* .datafill_box{
    position: fixed;
    left: 290px;
    top: 16px;
    
    background-color:  rgb(239, 239, 239);
    border: 1px solid rgb(179, 179, 179);
    border-radius: 3px;
    height: 184px;
    width: 700px;
    padding: 20px; 
    box-shadow: 20px 20px 20px;
} */