
caption, th, td
{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}
/* HTML5 tags */
header, section, footer, aside, nav, article, figure
{
	display: block;
}

#dev7link
{
	position: absolute;
	top: 0;
	left: 50px;
	background: url(../../App_Themes/EWMDB/Images/dev7logo.png) no-repeat;
	width: 60px;
	height: 67px;
	border: 0;
	display: block;
	text-indent: -9999px;
}

.slider-wrapper
{
	width: 100%;
	margin: 100px auto;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear
{
	clear: both;
}



/* Vamsi Created On 18th Sept 2013 */
menu
{
	width: 100%;
	float: right;
}
.menu ul
{
	margin: 10px 80px;
	padding: 0;
	text-align: left;
	z-index: -1;
}

.menu ul li
{
	list-style: none;
	display: inline;
	width: 100%;
	height: 25px;
	background-color: Gray;
	padding: 5px 8px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	border-radius: 0 0 5px 5px;
	_border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-width: 0 1px 1px 1px;
	background-color: #C64850;
	font-family: Arial;
	font-size: 14px;
}

.menu ul li a
{
	color: White;
	text-decoration: none;
}
.menu ul li a:hover
{
	color: #71C3EC;
}


.btn-css
{
	height: 30px;
	width: 60px;
	margin-top: 10px;
	text-align: center;
	border: outset 1px gray;
	vertical-align: middle;
	line-height: 22pt;
	background-color: #3E89CA;
	color: White;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	padding: 0 8px;
}


.div-change
{
	margin: 0 auto;
	width: 390px;
	height: 250px;
	padding: 10px; /*	background-color: White; 	 	box-shadow: 0 2px 4px rgba(0,0,0,0.4) inset; 	border-radius: 5px; 	_border-radius: 5px; 	-webkit-border-radius: 5px; 	-o-border-radius: 5px; 	-moz-border-radius: 5px; */
}

.div-change font
{
	color: White;
}

.div-change .txt-change
{
	width: 235px;
	height: 25px;
	padding: 2px;
	color: Black;
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	border: solid 1px gray;
	box-shadow: 0 2px 4px rgba(0,0,0,0.4) inset;
	border-radius: 5px;
	_border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px;
}

.div-change .txt-change:focus
{
	border: solid 1px #8BB6D8;
}


.btn-css-dashboard1
{
	height: 30px;
	width: 250px;
	margin-top: 10px;
	text-align: center;
	border: outset 1px gray;
	vertical-align: middle;
	line-height: 22pt;
	background-color: #0376AE;
	color: White;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	padding: 0 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-khtml-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background: #7db9e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #7db9e8 0%, #1e5799 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7db9e8 0%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7db9e8 0%,#1e5799 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7db9e8 0%,#1e5799 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7db9e8 0%,#1e5799 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=         '#7db9e8' , endColorstr= '#1e5799' ,GradientType=0 ); /* IE6-9 */
}

.btn-css-dashboard
{
	padding: 20% 25px 20%;
	background: linear-gradient(to bottom, #7DB9E8 0%, #1E5799 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#7DB9E8', endColorStr='#7DB9E8', GradientType=0)";
	border-radius: 7px 7px 7px 7px;
	_border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-o-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	color: White;
	width: 50%;
	text-align: center;
	font-size:20px;
	font-weight:bold;
}
.btnClass
{
	margin: 5px;
	background-color: #808184;
	cursor: pointer;
	height: 35px;
	width: 100px;
	color: White;
	font-weight: bold;
	border: solid 1px #D65953;
	border-radius: 5px;
}

.btnClass:hover
{
	margin: 5px;
	background-color: #C64850;
	cursor: pointer;
	height: 35px;
	width: 100px;
	color: White;
	font-weight: bold;
	border: solid 1px #D65953;
	border-radius: 5px;
}

.btnClass1
{
	margin: 5px;
	background-color: #808184;
	cursor: pointer;
	height: 35px;
	width: 125px;
	color: White;
	font-weight: bold;
	border: solid 1px #D65953;
	border-radius: 5px;
}

.btnClass1:hover
{
	margin: 5px;
	background-color: #C64850;
	cursor: pointer;
	height: 35px;
	width: 125px;
	color: White;
	font-weight: bold;
	border: solid 1px #D65953;
	border-radius: 5px;
}



.stdMainPopup
{
	background: url(../images/header.jpg) repeat;
	border-radius: 10px;
}

.stdPopupClose
{
	padding-right: -20px;
	cursor: pointer;
	margin-bottom: -30px;
	margin-top: -23px;
	margin-right: -18px;
	background-position: top;
	position: relative;
}

.stdPopupInnerMain
{
	background-color: White;
	border: 2px solid #333333;
	border-radius: 10px;
	margin: 10px;
	float: left;
}
.stdPopInnerMsg
{
	font-weight: bold;
	float: left;
	color: Red;
	text-align: center;
	margin-top: 6px;
}

.stdPopupInnerContent
{
	float: left;
	margin: 5px 30px 10px 25px;
}

.stdPopupInnerContentHeading
{
	float: left;
	font-weight: bold;
	color: #C64850;
	font-size: 18px;
}

.gridviewNewOne, .gridviewNewOne table
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 5px;
	background-color: #fff;
}

.gridviewNewOne td, .gridviewNewOne th
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	background: none repeat scroll 0 0 transparent;
	border: 0px solid #FDB0B5;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
}

.gridviewNewOne th
{
	background-color: #C64850;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
}

.stdMainMsg
{
	width: 100%;
	height: 25px;
	margin-top: 10px;
	padding-top: 5px;
	text-align: center;
	background-color: #F1EFE2;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	border-radius: 10px;
}


.stdControls1
{
    text-align: left;
    width: 150px;
    border-style: solid;
    border-color: gray;
    border-width: 1px;
    background-color: white;
    font-family: Arial;
    font-size: 12px;
}


.stdControls
{
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #A0988E;
    border-radius: 3px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    height: 25px;
    padding: 0 5px;
}

.stdControlsCombo
{
background:#FFFFFF; border:1px solid #F0F0F0;
font-family:Calibri;
font-size: 15px;
height: 27px;
margin: 0;
padding: 3px;
width:210px;
border-radius:3px;
border-color: #214F80; 
}

.TableHeight
{
    height: 40px;
}


 .stdLabels
{
	font-size:15px;
	font-weight:normal;
	color:#515153;
}
.grid_j td
{
	font:12px Arial,Helvetica,sans-serif;
	color:Black;
	padding:5px;
	margin:0px;
border:solid 1px Black; 

	 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;
}

.grid_j th
{
	font:13px helvetica,arial,sans-serif;
	font-weight:bold;
	color:Black;
	padding:5px;
	
	margin:0px;
	border-left:solid 1px Black;
border-top:solid 1px Black;
border-left:solid 1px Black;
border-bottom:solid 1px Black;
background-color:#507CD1;

 text-align:center;
	 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;
}
.TeplateHeader
{
font:11px helvetica,arial,sans-serif;
	font-weight:bold;
	color:white;
	padding-bottom:0px;
	
	margin:0px;
	border-left:solid 1px Black;
border-top:solid 1px Black;
border-left:solid 1px Black;
border-bottom:solid 1px Black;
background-color:#507CD1;
font-weight:bold;
 text-align:center;
	 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;    
}

.ItemTeplateContent
{
font:10px Arial,Helvetica,sans-serif;
	color:Black;
	height:30px;
	margin:0px;
border:solid 1px Black; 
text-align:center;

	 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;  
}
.GridAltername{background-color:#F4DADC;}
.SearchPopUpNew
{
   margin-top:-5%; background-color:#EAEAEA; border:2px solid #69B7AB; border-radius:10px; padding:10px;margin-left:5%;
}

.stdControls1
{
    text-align: left;
    width: 150px;
    border-style: solid;
    border-color: gray;
    border-width: 1px;
    background-color: white;
    font-family: Arial;
    font-size: 12px;
}


.stdControls
{
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #A0988E;
    border-radius: 3px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    height: 25px;
    padding: 0 5px;
}

.stdControlsCombo
{
background:#FFFFFF; border:1px solid #F0F0F0;
font-family:Calibri;
font-size: 15px;
height: 27px;
margin: 0;
padding: 3px;
width:210px;
border-radius:3px;
border-color: #214F80; 
}

.TableHeight
{
    height: 40px;
}


 .stdLabels
{
	font-size:15px;
	font-weight:normal;
	color:#515153;
}


.stdBorderLeft
{
	font-size:13px;
	font-weight:bold;
	background-color:#C64850;
/*	border-top:solid 1px #CECECE;
	border-bottom:solid 1px #CECECE;
	border-left:solid 1px #CECECE;
	text-shadow: 1px 1px #FFCC00;*/
	color:#fff;
	height:30px;
	padding:3px;
	text-align:center;
}

.stdBorderRight
{
	font-size:13px;
	font-weight:bold;
background-color:#C64850;
	
	/* border-top:solid 1px #CECECE;
	border-bottom:solid 1px #CECECE;
	border-left:solid 1px #CECECE;
	border-right:solid 1px #CECECE;
	text-shadow: 1px 1px #FFCC00;*/
color:#fff;
	height:30px;
	padding:3px;
	text-align:center;
}
.stdContentLeft
{
	font-size:12px;
	 border-bottom:solid 1px #CECECE;
	border-left:solid 1px #CECECE;  
	
	color:Black;
	height:30px;
	padding:8px;
	 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;    /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;
}
.ajax__calendar_day_disabled
{
    background-color:#ccc !important;
    color:#eee !important;
}



.stdContentRight
{
	
	font-size:12px;
	 border-bottom:solid 1px #CECECE;
	border-left:solid 1px #CECECE;
	border-right:solid 1px #CECECE; 
	color:Black;
	height:30px;
	padding:8px;
	 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
/*word-wrap: break-word;        Internet Explorer 5.5+
word-break: break-all; */
white-space: normal;
}

 .pagination
{
    line-height: 30px;
}





.stdBorderLeft1
{
	font-size:13px;
	font-weight:bold;
	background-color:#C64850;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	border-left:solid 1px #000;
	/*text-shadow: 1px 1px #FFCC00;*/
	color:#fff;
	height:30px;
	padding:3px;
}
.stdBorderRight1
{
	font-size:13px;
	font-weight:bold;
background-color:#C64850;
	
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	/*text-shadow: 1px 1px #FFCC00;*/
color:#fff;
	height:30px;
	padding:3px;
}
.stdContentLeft1
{
	font-size:12px;
	border-bottom:solid 1px #363435;
	border-left:solid 1px #363435;
	
	color:Black;
	height:10px;
	padding:3px;
	 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;
}


.hide
{
	visibility:hidden;
	
}
.stdContentRight1
{
	
	font-size:12px;
	border-bottom:solid 1px #363435;
	border-left:solid 1px #363435;
	border-right:solid 1px #363435;
	color:Black;
	height:10px;
	padding:3px;
	 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;
}




