﻿#td_LoginPage {
    vertical-align: top;
    padding-left: 50px;
    padding-top: 50px;
}

td.labelCell {
    white-space: nowrap;
    padding-right: 8px;
}

td.contentCell {
    white-space: normal;
}

td.filloutCell {
    width: 100%;
}

#overlayDiv {
    position: absolute; /* Sit on top of the page content */
    /*display: none;*/ /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 1000000; /* Specify a stack order in case you're using a different order for other elements */
}

.cookies-message {
    color: white;
    background: #0669b2;
    padding: 10px 20px 10px 50px;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.mainDiv {
    position: fixed;
    width: 100%;
    height: 100%;
}

.btn_List {
    cursor: pointer;
}

.centeredLogIn {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -180px;
}

.tbl_TopToolbar {
    background-color: #0669b2;
    background-image: none !important;
    border: none;
}

DIV.divTop {
    background-image: none;
    border-bottom: none;
}

.frm_Text {    
    font-size: 13.33333px;    
}
