* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
}

p {
 padding: 10px;
}

#wrapper { 
 margin: 0 auto;
 width: 100%;
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 height: 100%;
 width: 99%;
 display:inline;
 margin: 10px 10px 10px 10px;
}

#header {
 color: #005483;
 width: 100%;
 float: left;
 height: 66px;
 background: #FFFFFF url(bg-hdr-new.png) repeat-x 0 0;
 padding:0;
}

#header a 
{
 text-decoration:none;
 border:0;
}

#navigation {
 float: left;
 width: 100%;
 /*height: 30px;*/
 background: #FFFFFF;

 border-bottom: solid 1px #A3A3A3;

 /*margin-left:auto;
 margin-right:auto;*/
}

#footer { 
 width: 100%;
 height: 25px;
 clear: both;
 background: #FFFFFF url(bg-ftr.png) repeat-x 0 0;
 margin: 0px;
 font-size: 9px;
 /*position: absolute;*/
 position: fixed;
 bottom: 0px;
 min-height: 25px;
}

#footer a 
{
 color:#005483;
 text-decoration:none;
 font-weight:bold;
}


/* TOP RIGHT USER PANEL */

.UserInfo
{
    float:right;
    width:auto;
    margin-right: 10px;
    background:transparent;
    line-height:normal;
    padding-top:3px;
    font-size:11px;
    font-weight: bold;
    font-family: Verdana;
}

.UserInfoLeftSide
{
    width: 50px;
    height: 18px;
    background-image: url('UserPanel/usr_pnl_left.png');
    overflow: hidden;
}

.UserInfoMiddleSide
{
    width: auto;
    min-width: 90px;
    height: 18px;
    background-image: url('UserPanel/usr_pnl_middle.png');
    background-repeat: repeat-x;
    overflow: hidden;
    color: White;
    white-space: nowrap;
    padding-right: 5px;
    margin-right: -1px;
    text-decoration: none;
    float:left;
}

.UserInfoRightSide
{
    width: 8px;
    height: 18px;
    background-image: url('UserPanel/usr_pnl_right.png');
    overflow: hidden;
}

.logout
{
    color: #FFB84F;
    font-size:11px;
    font-weight: bold;
    font-family: Verdana;
    /*padding-left: 5px;*/
    float:left;
}

#ManDisplay {
    width: 16px;
    float: left;
    text-align: center;
    margin-top: 5px;
    margin-left: 10px
}

.LocationDisplay {
    float: left;
    width: 134px;
    margin-right: 10px;
    margin-top: 5px;
    background: transparent;
    line-height: normal;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana;
    text-align: center;
    color: #003556;
}

/*  LOGIN FORM  */
fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.submitButton
{
    float:none;
    margin: 0px 150px 0px 150px;
    padding: 5px 10px 5px 10px;
    font-family: Verdana;
    font-size: 12px;
    font-weight:bold;
    height: 35px;
}

input.textEntry 
{
    width: 200px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 200px;
    border: 1px solid #ccc;
}

div.bf_accountInfo
{
    width:100%;
    padding-top:80px;
}
div.accountInfo
{
    width: 408px;
    margin:0 auto 0 auto;
}

div.af_accountInfo
{
    float:left;
    display:inline-block;
    width: 35%;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}


 /* *** Float containers fix: http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}
 
/*.clearfix{display: inline-block;}*/

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
 

/*hide elements when printing*/ 
@media print
{ 
 #header{display:none;}
 #footer{display:none;}
 #navigation{display:none;}
}

.verticalLine 
{
    float:left;
    border-left:1px solid #000000;
    width:1px;    
}

.error
{
    color:#FF0000;
    padding:0 0 0 15px !important;
    margin: 0;
}

.warning
{
    color:#FF5D00;
    padding:0 0 0 15px !important;
    margin: 0;
}

.message
{
    color:Green;
    padding:0 0 0 15px !important;
    margin: 0;   
}

.leftAlign {
    float: left;
    margin-right: 10px;
    height: 30px;
}

.leftAlignBreak {
    float: left;
    margin-right: 10px;
    clear: right;
    height: 30px;
}

.rightAlign {
    float: right;
    margin-left: 10px;
    height: 30px;
}

.dx-datagrid-rowsview .dx-select-checkboxes-hidden > tbody > tr > td > .dx-select-checkbox {
    display: initial !important;
}

.dx-select-checkboxes-hidden .dx-checkbox-container {
    justify-content: center;
}