﻿
html, body {
    background-color: white;
    margin: 0;
    padding: 0;
}
.uppercase {
    text-transform: uppercase;
}


.this_disabled {
    pointer-events: none; /* Disables mouse events */
    opacity: 0.5; /* Makes it look disabled */
}

#popup {
    display:none;
    position: fixed;
    width: 250px;
    height: 150px;
    top: 50%;
    left: 50%;
    margin-left: -155px;
    margin-top: -110px;
    border: 5px solid red;
    background-color: #DEDFDE;
    padding: 30px;
    z-index: 102;
    font-family: Verdana;
    font-size: 10pt;
    border-radius: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-weight: bold;
}
#content
{
    height:auto;
    width:250px;
    margin:60px auto;
}
#popupclose
{
    margin:35px 0 0 80px;
    width:50px;
    
}
.mbalogo {
    margin-top: 33px;
    margin-left:370px;
    width: 450px;
    height: 82px;
}

.mbalogo {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.Verses {
    margin-top: 15px;
    font-size: 15px;
    text-align: center;
    animation: fadein 5s;
    -moz-animation: fadein 5s; /* Firefox */
    -webkit-animation: fadein 5s; /* Safari and Chrome */
    -o-animation: fadein 5s; /* Opera */
}

.Hi {
    margin-top: 50px;
    font-size: 40px;
    text-align: center;
    animation: fadein 5s;
    -moz-animation: fadein 5s; /* Firefox */
    -webkit-animation: fadein 5s; /* Safari and Chrome */
    -o-animation: fadein 5s; /* Opera */
}

    @keyframes fadein {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }


    @-moz-keyframes fadein { /* Firefox */
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @-webkit-keyframes fadein { /* Safari and Chrome */
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @-o-keyframes fadein { /* Opera */
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .mbalogo:hover {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;

}

.headerbg {
    background-image: url('../TSPI/images/mbanewlogo.png');
    background-position: center;
    overflow: hidden;
    margin: auto;
    width: 1150px;
    height: 145px;
}


.form1
{
    height:inherit
}

.page-container {
    width: 1150px;
    height: auto;
    border: 1px solid silver;
    border-radius: 1px;
    margin: auto;
    margin-bottom: 0px;
}

.logout {
    margin-left: 550px;
    margin-top: 25px;
    width: 200px;
    height: 27px;
    text-align: right;
    transition: background-color 0.5s ease;
}

.logoutButtonOld {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid silver;
    background-color: darkblue;
    font-size: 10.5px;
    font-family: Verdana;
    color: white;
    font-weight: bold;
    border: 0px double blue;
}

.logoutButton {
    transition: background 0.5s ease;
    overflow: auto;
    background: #092685;
    background-image: -webkit-linear-gradient(top, #092685, #050452);
    background-image: -moz-linear-gradient(top, #092685, #050452);
    background-image: linear-gradient(top, #092685, #050452);
    background-image: -o-linear-gradient(top, #092685, #050452);
    background-image: linear-gradient(to bottom, #092685, #050452);
    border-radius: 5px;
    font-size: 10.5px;
    font-family: Verdana;
    color: white;
    font-weight: bold;
    margin-top:20px;
    /*padding: 2px 12px 2px 12px;*/
    text-decoration: none;
}
#btnSave {
    background-color: white;
    border: none;
    color: black;
    border: 2px solid #008CBA;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}


#btnSave:hover {
    background-color: #008CBA;
    color: white;
}



#btnAddNew {
    background-color: white;
    border: none;
    color: black;
    border: 2px solid #008CBA;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}


    #btnAddNew:hover {
        background-color: #008CBA;
        color: white;
    }

#btnSearch0, #btnUpdate, #btnEdit, #btnCancel, #btn_submitNew, #btn_Cancel, 
#Rmrksbtn, #btnSearch, #btnBack, #btnRegister,#btnReset {
    background-color: white;
    border: none;
    color: black;
    border: 2px solid #008CBA;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}


    #btnSearch0:hover, #btnUpdate:hover, #btnEdit:hover, #btnCancel:hover, #btn_submitNew:hover, 
    #btn_Cancel:hover, #Rmrksbtn:hover, #btnSearch:hover, #btnBack:hover,#btnRegister:hover,
    #btnReset:hover {
        background-color: #008CBA;
        color: white;
    }

/*#EmpIDtxtbox {
    box-sizing: border-box;
    border: 2px solid #ccc;
    -webkit-transition: 0.5s;
    transition-duration: 0.4s;
    outline: none;
}

    #EmpIDtxtbox:focus {
        border: 3px solid #555;
    }*/


.logoutButton:hover {
  background: #1c49fc;
  background-image: -webkit-linear-gradient(top, #1c49fc, #0b077a);
  background-image: -moz-linear-gradient(top, #1c49fc, #0b077a);
  background-image: linear-gradient(top, #1c49fc, #0b077a);
  background-image: -o-linear-gradient(top, #1c49fc, #0b077a);
  background-image: linear-gradient(to bottom, #1c49fc, #0b077a);
  text-decoration: none;
  cursor: pointer;
}

.welcomeuser {
    margin-left: 550px;
    /*margin-top: 30px;*/
    width: 200px;
    height: 20px;
    text-align: right;
}

.welcomename {
    font-size: 11.5px;
    font-family: Verdana;
    color: darkblue;
    font-weight: bold;
}

.UnitStyle {
    Border-color: None;
    Border-Style: None;
    Border-Width: None;
}

#logindetail {
    width: 500px;
    height: 200px;
    border: 1px solid silver;
    border-radius: 3px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    width: auto;
    height: 20px;
    border-top: 3px solid darkblue;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    background-color: gray;
    text-align: center;
    font-size: 11px;
    font-family: Arial;
    padding: 5px;
}

#logintimeout {
    width: 500px;
    height: 250px;
    border-radius: 3px;
    overflow: hidden;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

#logindetail-header {
    width: 500px;
    height: 35px;
    border: 0px solid silver;
    background-image: url('../TSPI/images/detail-header-bg.png');
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-top:-15px;
}

#logind-h-p {
    /*font-weight:normal;*/
    font-size: 15px;
    font-family: Arial;
    color: black;
    margin-left: 8px;
    padding:5px;
}

#logindetail-detail-1 {
    margin-top: 30px;
    margin-left: 20px;
    width: 100px;
    height: 100px;
    border: 0px solid silver;
    background-image: url('../TSPI/images/keylogin.png');
    background-size: cover;
    float: left;
}

#logindetail-detail-2 {
    margin-top: 30px;
    margin-left: 10px;
    float: left;
}

.headermenu {
    height: 27px;
    width: 100%;
    background-color: white;
    border-bottom-width :200px;
    border-bottom-color:red; 

}

.headermenutimeout {
    height: 27px;
    width: 1150px;
    margin-top: -20px;
    margin-left: -2px;
    background-color: darkblue;
    border-radius: 0.5px;
    border: 0px inset blue;
}

.headerbutton {
    transition: background-color 0.5s ease;
    height: 25px;
    background-color: darkblue;
    border-radius: 0.5px;
    border: 0px inset blue;
    display: inline-block;
    color: white;
    font-family: arial;
    font-size: 11px;
    font-weight: bolder;
    width: 226.5px;
    margin-top: 2px;
    /*margin-left: 2px;*/
}

    .headerbutton:hover {
        background-color: blue;
        text-decoration: underline;
        cursor: pointer;
    }






.headerbuttonAdmin {
    height: 25px;
    background-color: darkblue;
    border-radius: 0.5px;
    border: 0px inset blue;
    display: inline-block;
    color: white;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    /*width: 378px;*/
    margin-top: 2px;
    margin-left: 2px; 
}

.headerbuttonAdmin:hover {
        background-color: blue;
        text-decoration: underline;
        cursor: pointer;
    }
.rightdetails {
    width: 910px;
    height:500px;
    border-left: 1px dashed black;
    background-color: white;
    margin: auto;
    margin-top: -322px;
    margin-right: 8px;
    margin-bottom: 20px;
    overflow-y:scroll;
}


#pnlCustomerDetails {
    width: 860px;
    height: auto;
    margin-bottom: 20px;
}

#pnlSearchCustomer {
    width: 860px;
    height: 100px;
    margin-bottom: 20px;
}

#pnlSpace {
    width: 860px;
    height: 225px;
    margin-bottom: 2px;
}

.lifeinsurancebelow {
    width: 210px;
    height: 100px;
    border: 1px solid blue;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-image: url('../TSPI/images/micrologo.jpg');
    background-size: contain;
    margin-top: 210px;
    margin-left: 5px;
}

.submenu {
    width: 220px;
    height: 320px;
    border: 1px solid white;
    background-color: white;
    margin: auto;
    margin-top: 5px;
    margin-left: 2px;
    background-position-x: top;
}

.submenu-header {
    width: 220px;
    border: 0px solid silver;
    background-image: url('../TSPI/images/submenuhome.png');
    background-size: auto;
    /*background-repeat: no-repeat;*/
    height: 22px;
    float: left;
}

.submenu-detail {
    margin-top: 22px;
    width: 220px;
    height: 180px;
    float: left;
    background-color: gainsboro;
}

/*ul {
    list-style: square url('../TSPI/images/bulletedlist.png');
}*/

.ddbulletin li a {
    text-decoration: none;
    color: black;
    font-family: arial;
    font-size: 11px;
    border-width: 0;
}

.ddbulletin {
    margin-top: 1px;
    margin-left: -15px;
    font-size:12px
}

    .ddbulletin li a {
        text-decoration: none;
        color: black;
        font-family: arial;
        font-size: 11px;
        border-width: 0;
        display: inline-block;
    }

        .ddbulletin li a:after {
            content: '';
            width: 0px;
            height: 1px;
            display: block;
            background: black;
            transition: 300ms;
        }

        .ddbulletin li a:hover:after {
            width: 100%;
        }


ul {
    list-style: square url('../TSPI/images/bulletedlist.png');
}

.bulletin li a {
    text-decoration: none;
    color: black;
    font-family: arial;
    font-size: 11px;
    border-width: 0;
}

/*.bulletin {
    margin-top: 1px;
    margin-left: -15px;
    display: inline-block;
}

    .bulletin li a:hover {
        text-decoration: underline;
        color: black;
        font-family: arial;
        font-size: 11px;
        border-width: 0;
    }*/

.bulletin {
    margin-top: 1px;
    margin-left: -15px;
   
}

.bulletin li a {
    text-decoration: none;
    color: black;
    font-family: arial;
    font-size: 11px;
    border-width: 0;
    display: inline-block;
}

.bulletin li a:after {
    content: '';
    width: 0px;
    height: 1px;
    display: block;
    background: black;
    transition: 300ms;
}

.bulletin li a:hover:after {
    width: 100%;
}


    #RelativeMasterPage {
    margin-top: 10px;
    margin-left: 20px;
    font-family: Arial;
    font-size: 11px;
}

h5 {
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    font-family: Verdana;
    font-size: 12px;
    color: darkblue;
    padding: 5px;
    height: 0px;
    width: 812px;
    margin-bottom: 19px;
}

#SearchButton {
    margin-top: 10px;
    margin-left: 80px;
    font-size: 11px;
    text-align: center;
}

#ViewCustomerButton {
    margin-top: 30px;
    margin-left: 20px;
    font-size: 11px;
    font-family: arial;
    text-decoration: none;
    border: none;
    background-color: gainsboro;
}

    #ViewCustomerButton:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.csslabel {
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px;
    margin-left: 22px;
}

.csslabelnomargin {
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px;
}

.csslabelNotBold {
    font-size: 11px;
    font-family: Verdana;
    margin-bottom: 5px;
    padding: 5px;
    margin-left: 10px;
}

.cssbutton {
    font-size: 11px;
    font-family: Verdana;
    padding: 1px;
    }

.cssCalculatebutton {
    font-size: 11px;
    font-family: Verdana;
    padding: 1px;
    margin-top:15px;
    margin-left:350px;
    }

.disabledbutton {
    margin-left: 5px;
}

.divSearch {
    margin-top: 0px;
    width: 865px;
    height: 130px;
}

.divgridview {
    margin-top: 1px;
    margin-left: 8px;
    width: 900px;
    height: auto;
}

.panelgridview {
    width: 900px;
    height: auto;
    overflow: auto;
}

.gridAdd {
    font-size: 10px;
    font-family: Verdana;
    margin-top: 5px;
    width: 900px;
    margin-bottom: 2px;
    /*border-color: black;
    border: double 1px black;*/
}

.gridlinkedit {
    font-size: 11px;
    font-family: Verdana;
    width: 100px;
    padding: 5px;
    color: darkblue;
    font-weight:bolder;
}

.divAdd {
    margin-top: 2px;
    width: 890px;
    margin-left: 14px;

    margin-bottom: 2px;
}

.paneladd {
    margin-top: 2px;
    width: 875px;
    height: auto;
    background-color: lightgray;
    border-radius: 1px;
    border: 2px ridge gray;
    margin-bottom: 7px;
}

.paneladdDisbursement {
    margin-top: 2px;
    width: 875px;
    height: auto;
    background-color: lightgray;
    border-radius: 1px;
    border: 2px ridge gray;
}

.divClaimVerify {
    margin-top: 0px;
    margin-left: 10px;
    width: 890px;
    height: auto;
    margin-bottom: 20px;
}

.cssbuttonBackNext {
    font-size: 11px;
    font-family: Verdana;
    padding: 1px;
    height: 23px;
    width: 55px;
    float: right;
    margin-right: 50px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.pnlProceedtoHome {
    margin-bottom: 200px;
    margin-left: 50px;
}

.pnlChangePass {
    /*margin-left: 50px;*/
}

.divSearchClaim {
    margin-top: 0px;
    margin-left: 20px;
    width: 865px;
    height: 700px;
}

.radioButtonList {
    margin-top: -22px;
    margin-left: 275px;
    font-family: Verdana;
    font-size: 11.6px;
}

#btnNewExist {
    margin-top: -22px;
    margin-left: 140px;
    font-family: Verdana;
    font-size: 11px;
}
.pnlBottomDash {
    border-bottom: 1px dashed black;
}

.divClaimProcess {
    float: left;
}

.csslabelClaim {
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    margin-bottom: 1px;
    padding: 1px;
    margin-left: 10px;
}

.csslabelClaimNotBold {
    font-size: 11px;
    font-family: Arial;
    margin-bottom: 1px;
    padding: 0.8px;
    margin-left: 5px;
    font-weight: 700;
}

.csstextClaimNotBold {
    font-size: 10.5px;
    font-family: Arial;
    margin-left: 5px;
    margin-bottom: 0px;
    width: 80px;
    height: 10.8px;
    text-align: center;
}

.gridViewClaims {
    font-size: 10px;
    font-family: Verdana;
    margin-top: 5px;
    margin-left: 5px;
}

#btnApprReject {
    margin-top: -22px;
    margin-left: 200px;
    font-size: 11px;
    font-family: Arial;
}

.hiddencol {
    display: none;
}

.divSearchClaimStatus {
    margin-top: 0px;
    margin-left: 20px;
    width: 856px;
    height: 700px;
}

.cssSaveClaimbtn {
    margin-top: 20px;
    margin-left: 350px;
    font-size: 11px;
    font-family: Verdana;
    padding: 1.5px;
    height: 26.5px;
    width: 60px;
}

.cssSaveClaimForwardbtn {
    margin-top: -20px;
    margin-left: 5px;
    font-size: 11px;
    font-family: Verdana;
    padding: 1.5px;
    height: 26.5px;
}

.pnlApprReject {
    margin-top: 20px;
    margin-left: 0px;
}

.HideItem {
    display: none;
    color: red;
    visibility: hidden;
}

.csslabelClaimNotBoldhtmllabel {
    font-size: 11px;
    font-family: Arial;
    margin-bottom: 1px;
    padding: 0.8px;
    margin-left: 8px;
}

#pnlCalendarFrom {
    margin-left: 410px;
    margin-top: -28px;
    z-index: 100;
    position: absolute;
}

#pnlCalendarTo {
    margin-left: 410px;
    margin-top: -28px;
    z-index: 100;
    position: absolute;
}

#pnlCalendarDOB {
    margin-left: 258px;
    margin-top: -28px;
    z-index: 100;
    position: absolute;
}

#pnlFinalOPDate {
    margin-left: 723px;
    margin-top: -28px;
    z-index: 100;
    position: absolute;
}

#pnlFinalChecqueDate {
    margin-left: 324px;
    margin-top: -28px;
    z-index: 100;
    position: absolute;
}

#pnlFinalDisburseDate {
    margin-left: 723px;
    margin-top: -28px;
    z-index: 100;
    position: absolute;
}

#pnlInitialChecqueDate {
    margin-left: 342px;
    margin-top: -28px;
    z-index: 100;
    position: absolute;
}

#pnlInitialDisburseDate {
    margin-left: 723px;
    margin-top: -28px;
    z-index: 100;
    position: absolute;
}


.divEditKapamilyaTag {
    margin-top: 2px;
    width: 860px;
    margin-left: 14px;
    height: 415px;
    margin-bottom: 2px;
}

.panelEditKapamilyaTag
{
    margin-top:2px;
    width:855px;
    height:405px;
    background-color:lightgray;
    border-radius:1px;
	border:2px ridge gray;
}

.divrbtnKapamilyaTag 
{
    float:left;
    margin-left:5px;
}
.csslabelKapamilyaTag {
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    padding: 5px;
    margin-left: 2px;
    height:10px;
}
.divKapamilyaTagLeft 
{
    float:left;
}
.csslabelKapamilyaTagLeft {
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    margin-bottom: 5px;
    padding:1px;
    margin-left: 7px;
}

.csslabelKapamilyaNameHeader {
    margin-top: 0px;
    margin-left: 130px;
    margin-right: 5px;
    text-align: center;
    font-family: Verdana;
    font-size: 12px;
    color: darkblue;
    padding: 3px;
    font-weight:bold;
}

.page-containerCustName {
    width: 435px;
    height: auto;
    border: 1px solid silver;
    border-radius: 1px;
    margin: auto;
    margin-bottom: 0px;
}
.contentCustName {
    width: 415px;
    height: auto;
    border-left: 1px dashed black;
    border-right: 1px dashed black;
    background-color: white;
    margin: auto;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 8px;
    margin-bottom: 5px;
}
.gridViewCustName {
    font-size: 10px;
    font-family: Verdana;
    margin-top: 5px;
    margin-left: 55px;
}
.csslabelFormDate {
    margin-bottom: 5px;
    padding:1px;
    margin-left: 2px;
}
.gridViewPDF {
    font-size: 12px;
    font-family: Verdana;
    margin-left: 25px;
    width:680px;
    padding:5px;
}
.cssPDFBrowse {
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    width:480px;
    float:right;
    margin-right:205px;
    border: 1px solid silver;
}
.cssDivPDFBrowse {
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
    margin-left:25px;
    width:350px;
    float:right;
    margin-top:30px;
}
.cssPDFUpload {
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    margin-right:115px;
    margin-top:-21px;
    width:80px;
    float:right;
}
.cssDivPDFBrowseClaim {
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
    margin-right:200px;
    width:350px;
    float:right;
    margin-top:25px;
}

.gridViewPDFClaim {
    font-size: 12px;
    font-family: Verdana;
    width:685px;
    padding:5px;
}

.divNewUserBranchMap {
    margin-top: 0px;
    margin-left: 20px;
    width: 856px;
    height: 700px;
}

.gridViewUserBranchMap {
    font-size: 11px;
    font-family: Verdana;
    margin-top: 5px;
    margin-left: 270px;
    width: 300px;
}

.gridViewUserBranchMap {
    font-size: 11.5px;
    font-family: Verdana;
    margin-top: 5px;
    margin-left: 270px;
    width: 300px;
}

.gridViewReportList {
    font-size: 11.5px;
    font-family: Verdana;
    margin-top: 5px;
    margin-left: 180px;
    width: 450px;
}

.ViewLink {
    text-decoration:none;
    color:black;
}

.ViewLink:hover {
    text-decoration: underline;
    color:blue;
    cursor: pointer;
}

#loginbelowdetail {
    width: 550px;
    height: 150px;
    border: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width:300px;
}

#TSPILabel {
    margin-left: 15px;
    margin-right: 5px;
    font-family: Verdana;
    font-size: 16px;
    font-weight:bold;
    font-family:Arial;
    color: darkblue;
}

#RelatedLinksLabel {
    margin-left: 35px;
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    logind-h-p font-family:Arial;
    color: darkblue;
}

.line{
    height:80px;
    width:1px;
    background-color:darkgray;
    margin-top: -25px;
    margin-left: 150px;
}

.TSPIlinkmenu {
    margin-top: 2px;
    width: 100px;
    margin-left:2px;
    height: 0px;
}
.Relatedlinkmenu {
    margin-top: 2px;
    width: 100px;
    margin-left:150px;
    height: 0px;
}

.bulletTSPIRellink li a {
    text-decoration: none;
    color: black;
    font-family: arial;
    font-size: 11px;
    border-width: 0;
}

.bulletTSPIRellink {
    margin-top: 1px;
    margin-left: 0px;
}

.bulletTSPIRellink li a:hover {
        text-decoration: underline;
        color: black;
        font-family: arial;
        font-size: 11px;
        border-width: 0;
    }

#btngender {
    /*margin-top: -22px;
    margin-left: 155px;*/
    margin-left: -5px;
    font-family: Verdana;
    font-size: 11.6px;
}
#pnlCalendarDOBReg {
    margin-left: 290px;
    margin-top: -29.5px;
    z-index: 100;
    position: absolute;
}




/* Dropdown Button */
.dropbtn {
    transition: background-color 0.5s ease;
    height: 25px;
    background-color: darkblue;
    border-radius: 0.5px;
    border: 0px inset blue;
    display: inline-block;
    color: white;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    width: 224px;
    margin-top: 2px;
    margin-left: 2px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    opacity: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 7px;
        text-decoration: none;
        display: block;
        opacity: 1;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: blue;
}
.cssclass_gridview {
    margin-left:25px;
    font-family:Calibri
}

.cssbutton_upload {
    font-size: 11px;
    font-family: Verdana;
    padding-left:10px
}

.emp_div {
    padding-top:20px;
    padding-bottom:20px;
}
.info { 
    display:inline-block
}