﻿* {
    padding: 0;
    margin: 0;
}
   html
 {
   position: relative;
   min-height: 100%;
  }
   body 
{
   /* Margin bottom by footer height */
   /* margin-bottom: 60px; */
   font-family: 'Lato', sans-serif;
   font-size:11pt;  line-height: 1.5em;
   background-color: #F7F7F7;
    
}

 form {
height: 100%;
}

.footer {
  position: absolute;
  bottom: 0; 
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 20px;
  
}



   .caption {font-size: 11pt; color: #800000; line-height: 1.15em;}
   .captions {font-size: 11pt; color: #800000; line-height: 1.15em;}
   .one-edge-shadow 
{
   -webkit-box-shadow: 0 8px 16px -6px black;
   -moz-box-shadow: 0 8px 16px -6px black;
   box-shadow: 0 8px 16px -6px black;
}
.demo {
  
  animation-duration: 3s;
  animation-fill-mode: none;
}

 /*  below is needed to disable the zoom on Iphone*/
     .dataTables_filter input {font-size: 16px; }

 


.caption {font-size: 10pt; color: #800000; line-height: 1.15em;}
.captions {font-size: 10pt; color: #800000; line-height: 1.15em;}


.highlight
        {           
            color: black;
            background: yellow;
        }



.icons {
    color: yellow;
    padding-right: 9px;
}


.smalltxt
{
	font-size: 10pt; margin-top:12px; display:inline-block;
	color: #333333;
}
.errorMessage
{
	text-align:left;
	color:Red;
	font-size: 10pt;
	
}



/*RESPONSIVE PAGINATION FOR GRID*/

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0; font-size:9pt; 
    border-radius: 4px; 
}

.pagination-ys table > tbody > tr > td {
    display: inline; 
}

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #dd4814;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;  
}

.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default; 
}

.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; 
}

.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd; 
}


.myGridTableClass td 
{
 padding: 6px;
 }