﻿.right
{
    float:right;
}

.custom_nav_element
{
    padding-top:20px;
}

.user_icon 
{
    font-size:26pt !important;
    padding-top:35px !important;
}

.error
{
	border-color:red !important;
    border-style:solid !important;
    border-width:2px !important;
}

.table tbody > tr > td,
.table tfoot > tr > td {
  vertical-align: middle;
 padding:3px;
}

.errorColumn 
{
  
}

#user
{
    width:250px !important;
}

td.errorColumn 
{
    
    color:red;
}

#loader{
 
  position: fixed; /* or absolute */
  top: 50%;
  left: 50%;
  z-index:500;
  display:none;

}


@media print 
{
    .hidePrint 
    {
        display: none;
    }

    .fltrow
    {
        display:none;
    }
}