html, body {
    margin: 0;
    padding: 0;
    background-color: white;
    font-size: .85em;
    font-family: Tahoma; /*Tahoma*/
    color: #696969;
    height: 100%;
    overflow: hidden; /* prevent root scrollbar */
}

.logintheme {
    margin: 0;
    padding: 0;
    /*background : url("images/theme.jpg") no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
    font-family: Tahoma;
}

.login-message {
    color: #fa0404;
    font-family: Tahoma;
    font-size: 12px;
}

.login-text {
    color: #fff;
    font-size: 12px;
    width: 164px;
    cursor: pointer;
    font-family: Tahoma;
    font-weight: bold;
}

.login-inputtext {
    border-color: #1d2a5b;
    margin: 0;
    width: 142px;
    border: 1px solid #bdc7d8;
    margin: 0;
    padding: 3px;
    background-color: white;
    font-size: 12px;
    font-family: "Tahoma";
    font-weight: bold;
}


.login-button {
    position: relative;
    width: 60px;
    height: 25px;
    background-color: #2d3e50;
    border: 1px solid #999;
    border-color: black;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

    .login-button:hover {
        background-color: #55687c;
        font-size: 12px;
    }

.avater {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: absolute;
    top: -50px;
    left: 100px;
}

.MainBody {
    font-family: Tahoma;
    font-size: .85em;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: White;
}


.psbd-ag-grid-container {
    display: flex;
    flex-direction: column;
    height: 100vh; /* Set container height to full viewport height */
    width: 100%
}

.psbd-ag-grid-toolbar {
    flex: 0 0 auto; /* Allow the top div to adjust its height as per its content */
    padding: 0px;
    width: 100%;
}

.psbd-ag-grid-body {
    flex: 1; /* Make the bottom div take up remaining space */
    padding: 0px;
    width: 100%;
}

.psverticalmiddle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.currentcompany {
    display: inline-block;
    line-height: 15px;
    padding-left: 20px;    
    font-size: 20px;
    cursor: pointer;
    font-weight: bolder;
}

.currentusersign {
    display: inline-block;
    line-height: 15px;
    padding-left: 20px;
    background: url("icons/man.png") no-repeat scroll 0 0 transparent;
    font-size: 11px;
    cursor: pointer;
    font-weight:bolder;
}

.logoutsign {
    display: inline-block;
    line-height: 15px;
    padding-left: 20px;
    background: url("icons/logout.png") no-repeat scroll 0 0 transparent;
    background-size: 15px 15px;
    font-size: 11px;
    cursor: pointer;
    font-weight: bolder;
}

.changepasswordsign {
    display: inline-block;
    line-height: 15px;
    padding-left: 20px;
    background: url("icons/changepassword.png") no-repeat scroll 0 0 transparent;
    background-size: 15px 15px;
    font-size: 11px;
    cursor: pointer;
    font-weight: bolder;
}

.srdeshboardmenu {
    display: inline-block;
    line-height: 15px;
    padding-left: 15px;
    padding-top: 4px;
    background: url("icons/changepassword.png") no-repeat scroll 0 0 transparent;
    background-size: 15px 15px;
    font-size: 12px;
    cursor: pointer;
}

.notificationsign {
    display: inline-block;
    line-height: 15px;
    padding-left: 20px;
    background: url("icons/notification.png") no-repeat scroll 0 0 transparent;
    background-size: 15px 15px;
}

.errorFieldBorder {
    border-color: #c00;
}


.psinputControl {
    height: 24px;
    padding: 2px;
    color: #000;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 2px;
}


.fontColorOfPickItem {
    color: blue;
    font-weight: bold;
}

.focusFieldBorder {
    border-color: green;
    border-width: 2px;
    /*border-style : dashed;*/ /*inset;*/
}






/*body { font-family: sans-serif; font-size: 14px; line-height: 1.6em; margin: 0; padding: 0; }*/
.container {
    width: 800px;
    margin: 0 auto;
}

.autocomplete-suggestions {
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #00FFFF;
}
/*#F0F0F0*/
.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        font-weight: bold;
        font-size: 16px;
        color: #000;
        display: block;
        border-bottom: 1px solid #000;
    }

/*input { font-size: 28px; padding: 10px; border: 1px solid #CCC; display: block; margin: 20px 0; }*/
