.UpdateProgress
{
	opacity: 0.4; 
	-moz-opacity: 0.4; 
	filter: alpha(opacity=40); 
	display: block;
	background-color:#fff;
	z-index: 99; 
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	height: 100% !important;
	width: 100% !important;
}
.UpdateProgress td
{
	vertical-align:middle;
}
.errorSummary:empty, .warningSummary:empty, .infoSummary:empty, .successSummary:empty
{
	display:none;
}
.errorSummary, .warningSummary, .infoSummary, .successSummary
{
	font-size: 13px;
	display:block;
	margin-bottom: 15px;
}

.errorSummary
{
	background-color: #ffe9e9;
	color: #de5959;
	border: 1px solid #fbc4c4;
}
.warningSummary
{
	background-color: #FBFADD;
	color: #8f872e;
	border: 1px solid #ded58a;
}
.infoSummary
{
	background-color: #E9F7FE;
	color: #5091b2;
	border: 1px solid #b6d7e8;
}
.successSummary
{
	background-color: #EBF6E0;
	color: #5f9025;
	border: 1px solid #b3dc82;
}
.errorSummary ul, .warningSummary ul, .infoSummary ul, .successSummary ul
{
	padding-left: 18px;
	padding-right: 40px;
	padding-bottom: 14px;
}

.errorSummary ul:nth-child(1), .warningSummary ul:nth-child(1), .infoSummary ul:nth-child(1), .successSummary ul:nth-child(1)
{
	padding-top: 14px;
}
.error,
.error strong 
{
	color: #de5959;
	line-height: 21px;
}
.warn,
.warn strong 
{
	color: #8f872e;
	line-height: 21px;
}
.info,
.info strong 
{
	color: #5091b2;
	line-height: 21px;
}
.success,
.success strong {
	color: #5f9025;
	line-height: 21px;
}

/*   Grid Styles   */

.GridViewStyle
{
	margin: 0 0 0 0;
	width:100%;
}

.SelectionColumn
{
	width: 30px;
	text-align: center;
}
.SelectAllColumn
{
	width: 50px;
	text-align: center;
}
.RowStyle
{	
}
.RowStyle td
{
	padding: 5px 6px 5px 6px;
	border: 1px solid #dedede;
}
.RowStyle a
{
	text-align: center;
}
.EmptyRowStyle
{
	width:100%;
	float:left;
	font-size:12px;
	color:#727272;
	line-height:21px;
	text-align:justify;
}
.EmptyRowStyle td
{
	display:inline-block;
	width:100%;
	border: 1px #ddd solid;
}
.PagerStyle
{
}
.HeaderStyle th
{
	padding: 5px 6px 0px 6px;
}
.TableSubHeader
{
	width:auto !important;
	text-align:right;
	padding: 0px 3px 5px 5px !important;
}

.TableSubHeader + .TableSubHeader
{
	width:1px !important;
}

.SelectedRowStyle
{
}
.EditRowStyle
{
}
.FooterStyle
{
	border-bottom-style: none;
	border-style: none;
	text-align: right;
}
.CouponLabel
{
	color:Green !important;
	font-weight:bold;
}
.IntroductionText
{	
	margin-bottom:28px;
	padding-bottom:10px;
	font-size:12px;
	color:#727272;
	text-align:justify;
	width:100%;
}

.PageTitle
{
	margin-bottom: 28px;
	padding-bottom:10px;
	width:100%;
	font-weight:bold;
	font-size:22px;
	color:#171717;
	border-bottom:1px solid #d9d9d9;
}
/*FormCalendarCSS Chrome Black Style*/
.FormCalendarStyle
{
    border:1px solid #768ca5;
    background:#fff;
    color:#52657B;
    table-layout: auto;
    border-collapse: collapse;
}

.FormCalendarStyle input[type="image"]
{
	cursor:pointer;
}

/*Header and Pager styles*/
.FormCalendarHeaderStyle /*Common Styles*/
{
	color: #ffffff;
	border:1px solid;
	border-color:#98acbf #728ba1 #3d556c #455f77;
	border-top:0;
	background:#718ca1;
	height:30px;
	text-align:left;
	padding-right:5px;
	padding-left:5px;
}
.FormCalendarHeaderStyle a
{
	cursor:pointer;
    text-decoration:none;
    color:#52657B;
    text-align:left;
}

/*CalendarStyles*/
.CalendarStyle
{
	width:101%;
}
.CalendarStyle a
{
    color:#52657B;
    text-align:center;
	vertical-align:middle;
    text-decoration:none;
}
.CalendarStyle td
{
	text-align: center;
	height:23px;
	border-color:#fff #fff #fff #dae2e8;
	padding-bottom:3px;
}
.CalendarHeaderStyle /*Common Styles*/
{
	color: #ffffff;
	background:#ffffff;
	height:25px;
	text-align:left;
	padding-bottom:3px;
}
.CalendarHeaderStyle td
{
	text-align: center;
	border-color:#fff #fff #fff #dae2e8;
}
.CalendarSelectedDayStyle
{
	background:#ffffff;
	text-align:center;
	color:#6B9ADE;
}
.CalendarSelectedDayStyle a
{
}

.TableSubHeader
{
	border: none;
}

.FooterStyle td {
  letter-spacing: 0.02em;
  line-height: 20px;
  font-smooth: always;
  padding: 3px 1px;
  border: none;
  box-sizing: border-box;
}
.horizontal
{
	
}
.widget h4:empty
{
	display:none;
}
.horizontal .filters-dropdown
{
	margin: 3px 0 0 0;
	height: 36px;
}
.horizontal .widget-search
{
	margin: 3px 0 0 0;
}

.horizontal .widget, .horizontal .widget-search
{
	float:right;
	padding-bottom: 10px;
}

.horizontal .widget
{
	float:right;	
	margin: 0 50px 0 0;
}

.horizontal .clearfix, .horizontal .clearfix:before, .horizontal .clearfix:after
{
      content: '';
      display: inherit;
      overflow: inherit;
      visibility: inherit;
      width: 0;
      height: 0;
}

@media only screen and (max-width: 767px) 
{
	.horizontal .widget
	{
		display:none;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) 
{
	.horizontal .widget
	{
		float:right;
		margin: 3px 3px 0 0;
	}
}
