﻿body {

}
div.ui-dialog-titlebar {
    font-size : 14px;
    font-family : georgia;
    font-style : normal;
    background: #444444;
    
   
  }
  div.ui-dialog-content {
    font-size : 12px;
    font-family : georgia;
    font-style : normal;
    background-color: #ED1C24;
    text-align:center; 
    font-size:13px;  
    
      }
  .ui-dialog {
    background-color: #FFFFFF;
  }
  .ui-widget-content .ui-state-default {
  border: 0px solid #d3d3d3;
  border-width: medium;
  background: #fc9c04 50% 50% repeat-x;
  font-weight: normal;
  color: #fff;
  width: 75px;
  border-radius: 12px;
  font-family: Tahoma;
  font-size: small;
  font-weight: bold;
}
  
     

  .ui-dialog button.custom  {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible; /* removes extra width in IE */
    background-color: #000000;
    background-image: none;
    color: White;
}      
   .footer {
    background-color: orange;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    overflow:hidden;
} 

.Hide { display:none; } 
 
.centerhead { text-align :center; }
.left { text-align :left; }
.right { text-align :right; }

 .toper 
{    
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 100%;
    overflow:hidden;
} 

.messagealert {
            width: 100%;
            position: fixed;
             top:0px;
            z-index: 100000;
            padding: 0;
            font-size: 15px;
        }
.alert-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    border-radius: 0px;
}
 .ScrollStyle
{
    max-height: 350px;
    overflow-y: scroll;
}
 div.centerdiv {
  color: white;
  background: red;
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}   
