﻿.modalBackground {
    background-color: Black;
    filter: alpha(opacity=80);
    opacity: 0.7;
}
.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 0px;
    padding-left: 0px;
}
.modalPopup .header {
    padding: 4px 2px; 
	color: #fff; 
	            background: rgb(0,67,123); /* Old browsers */
background: -moz-linear-gradient(top, rgba(84,116,153,1) 23%, rgba(0,67,123,1) 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(84,116,153,1) 23%,rgba(0,67,123,1) 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(84,116,153,1) 23%,rgba(0,67,123,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#547499', endColorstr='#00437b',GradientType=0 ); /* IE}
	border-left: solid 1px #525252; 
	font-size: 0.9em;
	text-align:center;
}
.modalPopup .body {
    min-height: 100px;
    font-family: Arial, Sans-Serif;  
    text-align: left;
    font-size: 12px;
    padding-top: 10px;
    padding-left: 10px;
}
.body300 {
    min-height: 100px;
    max-height:300px;
    font-family: Arial, Sans-Serif;  
    text-align: left;
    font-size: 12px;
    padding-top: 10px;
    padding-left: 10px;
    overflow:auto;
}
.modalPopup .table {
    min-height: 50px;
    font-family: Arial, Sans-Serif;  
    text-align: left;
    font-size: 12px;
    padding-top: 10px;
    padding-left: 10px;
}
.modalPopup .gridview{
    height: 300px;
    font-family: Arial, Sans-Serif;  
    text-align: left;
    font-size: 12px;
    padding-top: 3px;
    padding-left: 10px;
    overflow:auto;
}
.modalPopup .footer {
    padding: 10px;
}
.modalPopup .yes, .modalPopup .no, .modalPopup .ok {
    height: 23px;
    color: White;
    line-height: 23px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.modalPopup .yes{
    background-color: #2FBDF1;
    border: 1px solid #0DA9D0;
}
.modalPopup .no{
    background-color: #9F9F9F;
    border: 1px solid #5C5C5C;
}
.modalPopup .ok{
    background-color: #9F9F9F;
    border: 1px solid #5C5C5C;
}
.close {
    font-family: 'Glyphicons Halflings';
  content: "\e083";
  /*content: "\e088";*/
  color:White;
    }

.overflow 
{
	overflow:auto;
}
.header {
    height: 30px;
    color: White; 
    background-color: #2E4d7B;  
    font-family: Arial, Sans-Serif;  
    font-size: 12px;  
    font-weight: bold; 			
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    width: 100%;
}
.header .td 
{
	width: 33%;
}
[class*='close'] {
  color: #777;
  font: 18px/100% arial, sans-serif;
  position: absolute;
  right: 15px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  top: 3px;
}
@font-face {
	font-family:'Glyphicons Halflings';
	src:url(http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.eot);
	src:url(http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.eot?#iefix) 
	format('embedded-opentype'),url(http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.woff2) 
	format('woff2'),url(http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.woff) 
	format('woff'),url(http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.ttf) 
	format('truetype'),url(http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) 
	format('svg')
	}
.close-thik:after {
  /*content: '✖'; /* UTF-8 symbol */
  font-family: 'Glyphicons Halflings';
  content: "\e083";
  /*content: "\e088";*/
  color:White;
}

	