﻿@charset "utf-8";
/* CSS Document */
/* Colors
 *  Eizo Blue - #0062AD
 *  Eizo Red - #E42C38
 *  Eizo Green - #009A54
 */
 
 /*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:10px;}
.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. ***/

.modifyInfoLabel{
    width:120px;
}

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 {
    border: 1px solid black;
    border-top: none;
	border-radius: 0px;
}

.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: #EEAF00;
}

.panel-default > .panel-heading {
    color: #fff;
    border-bottom: none;
    background-image: -webkit-linear-gradient(top, #EEAF00 0%, #EEAF00 100%);
    background-image: linear-gradient(to bottom, #EEAF00 0%, #EEAF00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffD52B1E', endColorstr='#ffC13328', GradientType=0);
    background-repeat: repeat-x;
}

.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: #EEAF00;
    background-image: -webkit-linear-gradient(top, #EEAF00 0%, #EEAF00 100%);
    background-image: linear-gradient(to bottom, #EEAF00 0%, #EEAF00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffD52B1E', endColorstr='#ffC13328', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #EEAF00;
}

.btn-danger {
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    background-color: #EEAF00;
    background-image: -webkit-linear-gradient(top, #EEAF00 0%, #EEAF00 100%);
    background-image: linear-gradient(to bottom, #EEAF00 0%, #EEAF00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffD52B1E', endColorstr='#ffC13328', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #EEAF00;
}

.btn-default:active,
.btn-default.active {
  background-color: #2d6ca2;
  border-color: #2b669a;
}

/*** Frontpage content ***/

.homepage .panel .panel-body {
    min-height: 178px;
}

/*** Homepage carousel ***/
.carousel {
    top: -20px;
  margin-bottom: 60px;
  border: 1px solid black;
}

.carousel-caption {
  z-index: 10;
  right: 0;
  left: 0;
}

.carousel-caption img {
    max-width: 100%;
}

.carousel-control, .carousel-control:hover, .carousel-control:focus {
    z-index: 99;
    color: black;
}

.carousel-control.left:hover {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right:hover {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel .item {
  height: 375px;
  text-align: center;
  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 #EEAF00;
}

.carousel-indicators .active
{
    background-color: #EEAF00;
}

/* Adjust for different sizes */
@media (min-width: 400px) {
    .carousel {
        height: 0px;
    }
}

@media (min-width: 500px) {
    .carousel {
        height: 460px;
    }
    
    .carousel .item {
        height: 260px;
    }
}

@media (min-width: 600px) {
    .carousel {
        height: 500px;
    }

    .carousel .item {
        height: 300px;
    }
}

@media (min-width: 700px) {
    .carousel {
        height: 580px;
    }

    .carousel .item {
        height: 380px;
    }
}

@media (min-width: 900px) {
    .carousel {
        height: 706px;
    }
    .carousel .item {
        height: 706px;
    }
}

/*** 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:absolute;
}
/* End sticky footer */

a {
	color: #EEAF00;
}

a:link {
	color: #EEAF00;
}

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;
}

#homepageLink {
  color: #EEAF00;
  font-weight: bolder;
}

#homepageLink a:hover {
  color: #EEAF00;
  font-weight: bolder;
}