﻿@charset "utf-8";
/* CSS Document */
/* Colors
 *  Clopay Dark Maroon - #006710
 *  Clopay Maroon - #009a43
 */
 
 /*vv - Adding for reports*/

#backToTop
{
    width:59px; height:109px;
    background-image:url(images/btnBackToTop.png);
    background-repeat:no-repeat;
    background-position:0 0;
    text-indent:-5000px;
    display:block;
    outline: none;
}

.errMsgReport
{
    font-size:8pt; 
    width:100%; 
    height:500px;
    padding:36px 0 0 0;
    margin:150px 0 0 0; 
    text-align:center; 
    background-image:url(images/logwatermarksm.jpg); 
    background-position:center top; 
    background-repeat:no-repeat;
    float:left;
}

#reportSummary
{
    width:auto;
    border:0px solid #ccc;
    font-size:8pt;
    height:auto;
}


.programSelectContainer
{
    width:100%; 
    overflow:visible;
    padding:2px 3px 2px 0;
    border:1px solid #ccc;
    outline:none;
}

.programSelectBox
{
    height:20px;width:100%;
    border:0;outline:none;
    color:#E31C39; 
    font-size:8pt;font-weight:bold;
}

.reportProgram
{font-size:8pt; font-weight:bold; color:#555759;}

.tdInfo
{background-color:#e5e5e5;}

/*.reportStats{width:500px; float:left;padding:0 0 10px 0;} */

.groupHeader
{color:#454545;}

.reportSubGroup{padding:5px 0;} 

.reportStatsFull{width:100%; float:left;padding:0 0 10px 0; min-height:500px;}
.reportStatsFull table {width:100%; padding:0 0 8px 0; min-height:100px;}
.reportStatsFull table th{padding:5px 5px; cursor:default;}
.reportStatsFull table  td
{border-bottom:1px solid #e5e5e5; padding:5px; text-wrap:normal; text-transform:uppercase;}
.reportStatsFull table tr:hover td
{background-color:#ddd; color:#E31C39; cursor:pointer;}
.reportStatsFull a {color:inherit;}
.reportStatsFull a:link {color:inherit;}
.reportStatsFull a:hover {color:inherit;}

.reportStats{width:500px; float:left;padding:0 0 10px 0;}

.reportStats table {width:500px; padding:0 0 8px 0;}
.reportStats table th{padding:0 5px; cursor:default;}
.reportStats table  td
{border-bottom:1px solid #e5e5e5; padding:5px; text-wrap:normal;}

.reportStats table tr:hover td
{background-color:#ddd; color:#E31C39; cursor:pointer;}

.reportStatsLeft{width:500px; float:left;padding:0 0 10px 0;}

.reportStatsLeft table {width:500px; padding:0 0 8px 0;}
.reportStatsLeft table th{padding:0 5px; cursor:default;}
.reportStatsLeft table  td
{border-bottom:1px solid #e5e5e5; padding:5px; text-wrap:normal;}

.reportStatsLeft table tr:hover td
{background-color:#ddd; color:#E31C39;cursor:pointer;}

.reportStatsRight{width:420px; float:left;padding:0 0 10px 15px; overflow:hidden;}

.reportStatsRight table {width:420px; padding:0 0 8px 0;}
.reportStatsRight table th{padding:0 5px; cursor:default;}
.reportStatsRight table  td
{border-bottom:1px solid #e5e5e5; padding:5px; text-wrap:normal;}

.reportStatsRight table tr:hover td
{background-color:#ddd; color:#E31C39; cursor:pointer;}
 
.hideShow
{cursor:pointer;}

.grayBox{ 
        position: fixed; 
        top: 0%; 
        left: 0%; 
        width: 100%; 
        height: 100%; 
        background-color: black; 
        z-index:1001; 
        -moz-opacity: 0.8; 
        opacity:.80; 
        filter: alpha(opacity=80); 
        display:none;
    } 
    
    .box_content { 
        position: fixed; 
        top: 25%; 
        left: 30%; 
        right: 30%; 
        width: 40%; 
        padding: 16px; 
        z-index:1002; 
        overflow: auto; 
        font-size:8pt;
    } 
    
    .closeLightbox
    {width:30px; height:30px; background-image:url(images/xClose.jpg); background-repeat:no-repeat; cursor:pointer;margin:10px 0 0px 0;text-align:right;}





/*** Misc. ***/

hr {
    border-top: solid 1px #d7d7d7;
    clear: both;
}

input {
    margin-bottom: 15px;
}

input[type=text], input[type=password] {
    width: 227px;
}

input.short {
    width: 65px;
}

input.medium {
    width: 158px;
}

.clickable {
    cursor: pointer;
}

.error, .specialError {
    color: red;
}

label.error {
    display: block;
    font-weight: normal;
    margin-top: -10px;
}

.formOffset {
    padding-top: 10px;
    padding-left: 20px;
}

#companyDropdown {
    width: 227px;
    position: relative;
    top: -15px;
    border: 2px solid grey;
}

.pageNav {
    float: right;
    padding: 5px;
    border: 1px solid #ddd;
    margin: 10px 0;
}

/*** Header & nav ***/
.navbar {
}

.navbar > .header {
  background-color: white;	
   padding: 10px 0;
}

.navbar > .header .register {
    margin-top: 10px;
}

@media (max-width: 370px) /* Disappear at 370px */
{
    .navbar > .header .register {
        display: none;
    }
}

.navbar .navbar-nav > li > a
{
    color: #DDDDDD;
}

/*** Content ***/
body > .container {
    padding-bottom: 90px;
}

.tableWithGraph 
{
    width:auto;
}

.loginForm {
    width: 235px;
}


/* Panels */
.panel-default {
    border-color: #009a43;
}

.panel-default > .panel-heading {
    color: #fff;
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #009a43 0%, #006710 100%);
	border-bottom-style: none;
	border-bottom-color: inherit;
	border-bottom-width: medium;
}

.retailers .panel .panel-title {
    min-height: 40px;
}

.retailers .panel .panel-body {
    min-height: 160px;
}

/*** Buttons ***/

.btn-default {
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    background-color: #009a43;
    background-repeat: repeat-x;
	border-color: #006710;
	background-image: linear-gradient(to bottom, #009a43 0%, #006710 100%);
}

/*
.btn-default:active,
.btn-default.active {
  background-color: #D0DAEA;
  border-color: #D0DAEA;
}
*/

.btn-default:hover {
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    background-color: #58CB73;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffD52B1E', endColorstr='#ffC13328', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    background-color: #58CB73;
    border-color: #58CB73;
    background-image: none;
}

.btn-danger {
	background-color: #FFF;
    background-image: linear-gradient(to bottom, #FFF 0%, #AAA 100%);
    background-repeat: repeat-x;
    border-color: #AAA;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #AAA;
  background-position: 0 -15px;
  border-color: #AAA;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #AAA;
  border-color: #777;
}

/*** Frontpage content ***/

.homepage .panel .panel-body {
    min-height: 178px;
}

/*** Homepage carousel ***/
.carousel {
    top: -20px;
/*  margin-bottom: 50px;
  border: 1px solid black;*/
}

.carousel-caption {
  z-index: 10;
  right: 0;
  left: 0;
  bottom: 0;
  padding-bottom: 0px;
}

.carousel-caption img {
    max-width: 100%;
}

.carousel-control, .carousel-control:hover, .carousel-control:focus {
    z-index: 99;
    color: black;
}

.carousel-control.left:hover {
    background-repeat: repeat-x;
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
}

.carousel-control.right:hover {
    background-repeat: repeat-x;
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
}

.carousel .item {
  height: 558px;
  text-align: center;
  background-color: #FFF;
  /*background-color: #101010;
  background-image: -webkit-linear-gradient(left, #000 35%, #202020 100%);
  background-image: linear-gradient(to right, #000 35%, #202020 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff202020', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;*/
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

.carousel-indicators {
    margin-bottom: 0px;
}

.carousel-indicators li {
    border: 1px solid #009a43;
}

.carousel-indicators .active
{
    background-color: #009a43;
}

/* Adjust for different sizes 
@media (max-width: 800px) {
    .carousel .item {
        height: 380px;
    }
}
@media (max-width: 700px) {
    .carousel .item {
        height: 320px;
    }
}
@media (max-width: 006710px) {
    .carousel .item {
        height: 558px;
    }
}
@media (max-width: 500px) {
    .carousel .item {
        height: 260px;
    }
}
*/
@media (max-width: 400px) {
    .carousel {
        display: none;
    }
}

/*** Footer ***/
#footer
{
  color: #cecece;
  background-color: #333333;
}

#footer .container {
    padding: 15px 10px;
}

#footer .container a {
    color: #cecece;
    font-weight: bold;
}

/* tables */
.table-striped > tbody > tr:nth-child(odd) > td {
    background-color: #e7efff;
}
.table-hover > tbody > tr:hover > td {
    background-color: #c0cfe6;
}

/* For sticky footer */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height  - vv - changed from 80 to 0 when working on tracker 304261 - 6/11/2015 */
  margin-bottom: 0px;
  min-height: 100%;
}

#wrapper {
	min-height:100%;
	position:relative;
}

#footer 
{
    /*vv - changed from absolute to relative - 6/11/2015 - tracker 304261 */
   
  bottom: 0;
  width: 100%;
  height: 80px;
  position:relative;
}
/* End sticky footer */

a {
	color: #006710;
}

a:link {
	color: #006710;
}

a:hover {
	color: #000;
}

.panel-heading a {
	color: #000;
}

.panel-heading a:link {
	color: #000;
}

.panel-heading a:hover {
	color: #FFF;
}

.panel-title {
	font-size: 14px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
	margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}

#homeAddress {
	display: none;
}

#addressLines {
	display: none;
}

.rebateCenter {
	color:white;
	float:right;
	padding:14px 0 0 0;
	font-weight:bold;
	font-size:18px;
}

.rlbGroup , .rlbTemplateContainer, .rlbHeader
{  
    border: none !important;  
} 

.RadListBox_Telerik .rlbItem.rlbSelected {
	background: #FFF !important;
	border-color: #FFF !important;
}

.rlbItem:hover { background: none !important;}

.processingIndicator
{
	background-color: #FFFFFF;
	filter: alpha(opacity=70);
	opacity: 0.7;
	margin-top: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000;
}
.processingMessage {
	position: relative;
	left: 30%;
	top: 330px;
	z-index: 10015;
}
.attentionLabel {
	font-size: 18px; font-weight: bold; color: #009a43;
}
.popUpPanel
{
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	display: block;
	border: solid 1px #999999;
	border-radius: 3px;
}
.overlay
{
	position: fixed;
	z-index: 99;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	filter: Alpha(Opacity=80);
	opacity: 0.80;
	-moz-opacity: 0.80;
}
*html .overlay
{
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

.popUpBackground
{
	background-color: #cccccc;
	filter: alpha(opacity=70);
	opacity: 0.7;
	margin-top: 0px;
}

.indentedError {
	margin: 0 0 0 20px;
}
.clockSession
{
    width: 409px;
    height: 174px;
    background: url(images/clockSession.jpg) no-repeat;
}
         
.contSession
{
    width: 270px;
    float: right;
    text-align: center;
    margin: 20px 20px 0 0 ;
}
         
.sessionExpire
{
    color: #3366ff;
    padding-top: 30px;
}
         
.showNotification
{
    padding-top: 15px;
    color: #666;
}
         
.timeRemain
{
    padding-top: 5px; 
    color: #000;
}
         
.timeSeconds
{
    font-size: 30px;
    padding-right: 5px;
}
         
.infoIcon, .notificationContent
{
    display: inline-block;
    zoom: 1;
    *display: inline;
}
         
.infoIcon
{
    width: 32px;
    height: 32px;
    margin: 0 10px ;
    vertical-align: top;
}
         
.notificationContent
{
    width: 160px;
    vertical-align: bottom;
}
 
.demo-container
{
    width: 410px;
}
 
div.timeoutNotification {
    background-color: #FFF;
}

/* remove main borders */
.borderLessDialog.RadWindow
{
    border: none;
    padding: 0;
}

/* both selectors below can be replaced with setting VisibleTitlebar="false" */
/* remove the titlebar widening */
.borderLessDialog.RadWindow .rwTitleBar
{
    margin: 0;
}

/* remove the titlebar */
.borderLessDialog .rwTitleBar
{
    display: none;
}

/* the selector below can be replaced with setting VisibleStatusbar="false" */
/* remove the statusbar */
.borderLessDialog .rwStatusBar
{
    display: none;
}

/* remove the border around the content */
.borderLessDialog.RadWindow .rwContent
{
    border: none;
}
.projectionLabel {
	margin: 10px 0 0 0;
}



.badge{
    position: absolute;
    background: rgba(0,0,0,1);
    top:-1.25rem;
    right:.75rem;
    text-align: center;
    font-size: 1rem;
    border-radius: 25%;
    color:white;
    border:1px solid black;
	padding-bottom: 3px;
}
.badge:hover {
	border:1px solid #006710;
	background: #006710;
}

.cart-icon {
	margin: 0 1rem 0 0;
}
.cart-panel {
	margin: 0 5px 0 0;
}
.catalogImagePad {
	padding: 4px;
}
.catalogImagePad IMG{
	margin: 10px;
}
.font-weight-bold {
	font-weight: bold;
}
.selectedItemsBlock ul {
	padding: 0 0 2px 4px;
	margin: 0;
	list-style: none;
	background: #F9F9F9;
	border: 1px solid #DEDEDE;
	height:83px;
	overflow-y: auto;
}
.selectedItemsBlock ul li {
	margin: 3px;
}
