﻿body {
}



.red
{
    color: red;
}
.failureNotification
{
	color: Red; 
}



.modal-k {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 12050;
  /* display: none; */
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal-k .modal-dialog {
  width: 1200px;
  margin: 30px auto;
}

.holdMessage
{
     font-size:40px;
     color:Red ;
     text-align:center;
      
}