/*////////////// STYLES FOR REBATE STATUS TOOL ///////////////*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);

h1, h2, h3, h4, h5, p, a, li, span {
	font-family:'Open Sans',Arial, sans-serif !important; 
	color: #000;
}

/* Title Text */
h2 {
	font-size: 28px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}

h4 {
    font-size: 17px;
    margin-bottom: 20px;
}

/* Paragraph Text */
p, ol, li { 
    font-size: 15px;
}

ol li {
    margin-bottom: 15px;
}


/* Report Table Layout */ 
td, div, table {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

td {
    padding-left: 0px !important;
}

/* Hide Toggle Bar */
div#dnn_ContentPane td {
	background-color: #fff !important;
}

#dnn_ctr3572_ViewReportViewer_ReportViewer1_ToggleParam {
    display: none;
}

/* Input Text */ 
span {
    font-size: 14px !important;
    font-family: 'Open Sans',Arial, sans-serif !important;
    color: #333;
}

/* Input fields */ 
input {
    background-color: #eee;
    padding: 5px;
    border: 1px solid lightgrey;
    font-size: 14px !important;
    font-family: 'Open Sans',Arial, sans-serif !important;
    width: 150px;
}

/* "Check Status" Button */
#ViewReportButton {
    margin: 0 0 0 525px!important;
    position: relative !important;
    top: 45px !important;
    width: 180px;
    padding: 7px 0;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    background: rgba(254,118,9,1);
    background: -moz-linear-gradient(top, rgba(254,118,9,1) 0%, rgba(241,77,33,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,118,9,1)), color-stop(100%, rgba(241,77,33,1)));
    background: -webkit-linear-gradient(top, rgba(254,118,9,1) 0%, rgba(241,77,33,1) 100%);
    background: -o-linear-gradient(top, rgba(254,118,9,1) 0%, rgba(241,77,33,1) 100%);
    background: -ms-linear-gradient(top, rgba(254,118,9,1) 0%, rgba(241,77,33,1) 100%);
    background: linear-gradient(to bottom, rgba(254,118,9,1) 0%, rgba(241,77,33,1) 100%);
    z-index: 10;
    text-transform: lowercase;
    font-size: 16px !important;
    display: block;
}

a#ViewReportButton {
	color: #fff;
}


/* "Check Status" Button: Hover & Focus */

#ViewReportButton:hover, #ViewReportButton:focus {
	text-decoration: none;
	background: rgba(241,75,33,1);
	background: -moz-linear-gradient(top, rgba(241,75,33,1) 0%, rgba(254,119,8,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,75,33,1)), color-stop(100%, rgba(254,119,8,1)));
	background: -webkit-linear-gradient(top, rgba(241,75,33,1) 0%, rgba(254,119,8,1) 100%);
	background: -o-linear-gradient(top, rgba(241,75,33,1) 0%, rgba(254,119,8,1) 100%);
	background: -ms-linear-gradient(top, rgba(241,75,33,1) 0%, rgba(254,119,8,1) 100%);
	background: linear-gradient(to bottom, rgba(241,75,33,1) 0%, rgba(254,119,8,1) 100%);
    cursor: pointer;
}

/* Status Report */

div#P828de198923c40f38e8fb4fea62bfdeaoReportCell {
    position: relative;
    top: 100px;
}


/* Copyright Text */

span#dnn_dnnCOPYRIGHT_lblCopyright {
    font-weight: normal;
    color: grey;
    font-family:'Open Sans',Arial, sans-serif; 
}


























