﻿.table 
{
    border: solid 1px black;
    margin-left: 0px;
    width: 100%;
}
.textarea
{
    display:block;
    width: 100%;
    height: 22px;
    padding-left:5px;
    border: 1px solid #003a71;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.panel {
    -webkit-transition: height 4s ease;  
    -moz-transition: height 4s ease;  
    -o-transition: height 4s ease;  
    -ms-transition: height 4s ease;  
    transition: height 4s ease; 
}
.rightjustify {
    align-content:center;
}
.hidden
{
    display:none;
}

.loadingDiv{
  position:fixed;
  top:0%;
  right:0%;
  width:100%;
  height:100%;
  background-color:transparent;
  background-repeat:no-repeat;
  background-position:center;
  z-index:10000000;
  opacity: 1;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}

.complaintlabel {
    padding-left:2px;
    padding-right:3px;
    border-color:#666666;
    border-style:solid;
    border-width:2px;
    font-weight:700;
    font-size:small; 
    color:Black;           
    background-color:#dcdcdc;           
    text-align:left;
    vertical-align:middle;
}
.mylabel
{
    margin-left: 5px;
    font-size:small;
    font-style:italic;
    color:Black;
}
.mysublabel 
{
    font-style:italic;
    font-size:12px;
    color:Black;
}
.myorlabel 
{
    font-style:italic;
    margin-left: 50%;
    font-size:12px;
    font-weight:700;
    color:Black;
}
.placeholder
{
  color: #aaa;
}
.gridview th {
    white-space:nowrap;
    padding:5px;
}
.gridviewitems td {
    white-space:nowrap;
    line-height:28px;
    font-size:small;
    padding:5px;
}
.cmscheckbox{
    padding:0px;
    line-height: 28px;
}
.prefixlabel
{
    font-weight:700;
    color:Black;
}
.button
{ 
    color: white;
    background-color:#003a71;
    height:30px;
    border: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.button:hover
{
    background-color:#ff9315;
}
.paymentbutton
{ 
    color: white;
    font-weight:600;
    background-color:#de0000;
    height:30px;
    border: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;            
}
.paymentbutton:hover
{
    /*background-color:#003a71;*/
}
.paymentlabel
{
    color:#de0000;
    font-weight:600;
}
.panel {
    -webkit-transition: height 4s ease;  
    -moz-transition: height 4s ease;  
    -o-transition: height 4s ease;  
    -ms-transition: height 4s ease;   
}
.rightjustify {
    align-content:center;
}
.caseinfodata
{
    color:Black;
}
.caseinfowarrantdata
{
    color:Red;
}
.errormessage
{
    color:Red;
    font-weight:800;
    margin-left:10px;
    margin-top:10px;
    font-size:90%
}
.mainmaintmessage
{
    display:block;
    color:Red;
    font-weight:800;
    margin-left:0px;
    margin-top:0px;
    font-size:x-large;
    background-color:white;
    text-align:center;
}
.secondarymaintmessage
{
    display:block;
    color:Red;
    font-weight:800;
    margin-left:0px;
    margin-top:0px;
    font-size:large;
    background-color:white;
    text-align:center;
    font-style:italic;
}
.footertext
{
    font-size:x-small;
}
.style2
{
    font-size: small;
    color:Black;
}
.auto-style1 {
    height: 12px;
    font-size:smaller;
}
.auto-style4 {
    width: 100%;
}
.auto-style6 {
    width: 40%;
}
.auto-style7 {
    height: 12px;
    font-size: smaller;
    width: 40%;
}
.GridPager a, .GridPager span
{
    display: block;
    height: 22px;
    width: 22px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin-left:10px;
    font-size:medium;
}
.GridPager a
{
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}
.GridPager span
{
    background-color: #A1DCF2;
    color: #000;
    border: 1px solid #3AC0F2;
}
.readmebutton
{
    background-color:white;
    border:none;
    color:blue;
}