﻿
h1 {
    font-size: 31px;
    line-height: 33px;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0 0 15px;
}
pre
{
    background-color: #fff;
    font-family: Sans-Serif;
}
.divFieldErrorMessage
{
    clear: both;
}
.form-group.required .control-label:before {
  content:"*";
  color:red;
}
fieldset select{
   max-width:100%;
}
.track-offer-form  {
    text-align: center;
    padding: 6px 12px;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}
.track-offer-form .input-group {
	clear: both;
	position: relative;
}
.track-offer-form .input-group input {
	position: relative;
	z-index: 500;
	height: 45px;
	margin-top: 0;
}
.track-offer-form.faux-header {
    text-align: center;
    padding: 6px 12px;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
     color: #fff;
    background-color: #666;
	margin-left: 15px;
}
.input-group {
    display: inline-table;
    vertical-align: middle;

   
}
.glide__slides {
     transform: translate3d(0, 0, 0) !important;
  /*  transition: none !important;*/
}

.glide__slide {
    position: absolute;
    top: 0;
    left: 0;
    order: 2;
    opacity: 0;
    transition: all 700ms ease-in;
 
    /* transition: opacity 850ms ease-in-out;*/
}
    .glide__slide img {
        max-width: 100%;
        height: auto; /* Maintains the aspect ratio */
    }
    .glide__slide.glide__slide--active {
         position: relative;
        order: 1;
        opacity: 1;
        z-index: 1;
       
    }
.glide__track {
    transition: height 350ms ease-in-out;
}

/*Add some space between lines in lists to make them more readable*/
#accordion li{
    margin-bottom:10px;
}
.btn-default .track-offer-form .faux-header {
    color: #fff;
    background-color: #666;
}


btn.btn-default
{
    background-color:#007ac3;
}


.btn-default,
.btn-default:hover,
.btn-default:active,
.btn-default:visited,
.btn-default:focus {
    background-color: #87af56;
     font-size:16px;
    color: #FFFFFF;
    white-space:normal !important;
    word-wrap:break-word; 
}
.track-offer-form .input-group .input-group-btn {
    vertical-align: top;
}
/*.btn-lg,
.btn-lg:hover,
.btn-lg:active,
.btn-lg:visited,
.btn-lg:focus{
  background-color: #87af56;
  border-color: #87af56;

}*/
.btn.btn-primary, .btn.btn-primary:hover {
    color: #FFFFFF;
}
.btn.btn-primary, .btn.btn-primary:hover {
    background-color: #87af56;
    border-color: #87af56;
}
.top-buffer  {
    margin-top: 17px;
}
.input-xs {
    height: 34px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    max-width:70px;
    }
.ErrorControl
{
    background-color: Yellow!important;
    border: solid 1px Red;
}

.RadComboBox table td.rcbInput.ErrorControl, .RadComboBox.ErrorControl .rcbInput
{
    background-color: Yellow !important;
    font-style:oblique;
    font-weight:600;
}

.offer {
    border: 1px solid #ddd;
    padding: 12px;
    margin-bottom: 29px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,#fff 80%,#eee 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(80%,#fff),color-stop(100%,#eee));
    background: -webkit-linear-gradient(top,#fff 80%,#eee 100%);
    background: -o-linear-gradient(top,#fff 80%,#eee 100%);
    background: -ms-linear-gradient(top,#fff 80%,#eee 100%);
    background: linear-gradient(to bottom,#fff 80%,#eee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.offer a
{
    font-size:14px;
}
#offers-grid, .offer, .offer .image-wrapper {
    position: relative;
}
.offer .ends-on {
    background: url(../images/offer-ends-on-bkgd.gif) left top #eee;
    font-size: 12px;
    font-weight: 600;
    margin: -12px -12px 0;
    padding: 4px 12px;
    text-transform: uppercase;
}



.offer .image-wrapper, .offer-submit-workflow .review .value, .track-results .additional .value {
    width: 100%;
}

.offer .image-wrapper img {
    position: absolute;
    display: block;
    max-height: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.offer .image-wrapper {
    padding-bottom: 100%;
    background-color: #fff;
}
.offer-details {
   
    width: 100%;
    background-color: #fff;
}
.offer .offer-details-wrapper  {
    height:130px;
}
.offer .offer-details-wrapper h3 {
    font: 700 28px;
    line-height: 28px;
    margin: 5px 0;
}
.offer .offer-details-wrapper .short-description {
    line-height: 16px;
    font-size: 14px;
    padding:1em 0;
    height:3.5em;
}
.offer .offer-details-wrapper .offer-code, .offer .offer-details-wrapper .short-description {
    font-weight: 700;
    color: #666;
}

/*.offer .offer-details-wrapper p {
    margin-bottom: 1em;
    font-size: 12px;
}*/
.offer-details.active {
    display: block;
    position: absolute;
    padding: 19px;
    border: 1px solid #ccc;
    margin-left: 15px;

}

.offer-details.active h1 {
    width: 90%;
}
p.offersubmit
{
     height:30px;
     background-color:green;
}
.offer-image{
    /*position: relative;*/
   height:350px;
   width:350px;
}
.offer-image img{
    position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   max-width:98%;
}
.offer-slogan{

    height:10em;
}
#offer-submit-workflow h2 {
    font-size: 22px;
    color: #595959;
    margin-top: -8px;
}

.text-primary {
    color: #29598A;
}

.btn-link {
    color: #29598A;
}

.text-muted {
    color: #595959;
}

.label-danger {
    background-color: #A02722;
}

.upload img {
    max-height: 100%;
    max-width: 100%;
}
#cphMasterMainContent_resultsBelow h3{
    margin-top: 0;
}
.gridview th :nth-child(odd){
  background-color:lightgray;
}

.altrows
{
	background-color:lightgray;
}

.panel-heading .toggle-me:before {
    font-family: 'FontAwesome'; 
    content: "xf055";        
    /*color: #303030;
    font-size: 12px;
    margin-right: 10px;*/      
}

.panel-heading .toggle-me.collapsed:before {
    content: "xf056";   
}
 

 .fa-plus-circle, .fa-minus-circle {
    color: #87af56;
    text-shadow: 1px 1px 1px #ccc;
    font-size: 1.5em;
}
   .mousechange:hover {
        cursor:pointer;
    }


.faqbutton {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}  

  .searchTypeDefault  {
    font-size: 12px;
    float: right;
}
  /*Fix for pre tag breaking words with bootstrap*/
  pre {
  white-space: pre-wrap;
  word-break: normal;
}
   @media (min-width: 992px)
   {
     .nopadding {
        padding: 0 !important;
        margin: 0 !important;
        }
   }



 .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

 
 
  .carousel-inner .navigation-url {
    position: absolute;
    top: 0;
    left: 15%;
    height: 88%;
    width: 70%
}
  .carousel-control {
    text-shadow: none;
    opacity: .15;
    z-index: 1000;
    height: 88%
}
  .carousel-control:hover {
    opacity: .5
}
.carousel-control>i {
    position: absolute;
    top: 47%
}
.carousel-control.left,
.carousel-control.right {
    background: 0 0
}

.carousel-control.left>i {
    left: 20px
}
.carousel-control.right>i {
    right: 20px
}
.carousel-indicators {
    bottom: -30px;
    margin-left: auto;
    width: auto;
    left: auto;
    right: 0;
    text-align: auto
}

.carousel-indicators li {
    border-color: #999;
    background-color: #999;
    width: 12px;
    height: 12px;
    margin: 0
}

.carousel-indicators li.active {
    border-color: #666;
    background-color: #666
}
.carousel-caption {
    display: block;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 0;
    text-shadow: none;
    text-align: left;
    color: #999;
    position: relative;
    z-index: 500;
    margin-top: 5px;
    width: 90%;
}
.carousel-caption h5 {
    color: #444;
    font-weight: 600;
    font-size: 18px;
    margin: 0
}
/*.slider-size {
height: 300px; 
}*/

.thumbnail
{
    height:80px;
    width:80px;

}
.standout {
    font-weight: bold;
    font-size: larger;
}
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.spinner {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;*/
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .spinner {
    display: block;
}
  /* Styles go here */
.loading-icon {
  /*position: relative;
  width: 20px;
  height: 20px; 
  margin:50px auto;*/
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.Fixed {
    position: fixed;
    top: 20px;
}
.loading-icon:before {
  content: "\f110";
  font-family: FontAwesome;
  font-size:20px;
  position: absolute;
  top: 0; 
}
.center-padding {
   padding-top: 10%;
  
}

@media (max-width: 992px) {
     .parent {
        display:none;
    }
    .offer-slogan{

        height:10em;
    }
     .pick
     {
         margin-bottom:10px;
         
     }
      .center-padding {
      text-align:center;
      padding-bottom:5%;
   }
}
@media (min-width: 768px) {
    .pick
     {
         margin-bottom:10px;
     }
}
/* Portrait phones and smaller */
@media (max-width: 480px) {

   
   .center-padding {
      text-align:center;
      padding-bottom:10%;
   }
   .searchTypeDefault
   {
       clear:both;
       /*float:left;*/
   }
   .offer .offer-details-wrapper p {
	margin: 10px 0;/*Give some space to click*/
	
   }

   .requirements .btn-lg {
      font-size: 15px;
      display: block;
      text-align: center;
      margin:5px 0;
  }
   .btn.btn-lg {
      font-size: 14px;
      text-align:center;
   }
     .prepare.text-right {
         text-align:center;
    }
     #hideMobile
     {
           visibility: hidden;
           display:none;
     }
     .pick
     {
         margin-bottom:10px;
     }
     .offer-slogan 
     {
        height: 2px;
    }
    
}

.action-container {
    border: 2px solid #696969;
    border-radius: 1rem;
    min-height: 10rem;
    padding: 2rem;
    display: flex;
    flex-direction: column
}

.action-container__title {
    margin-bottom: 0;
}

.action-container > * + * {
    margin-top: 1rem
}

.submit-rebate__title-row {
    display: flex;
    flex-direction: column
}

.submit-rebate__logo-row {
    align-self: center;
    display: flex;
    align-items: center;
    margin-top: .7rem
}

.submit-rebate__arrow {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 .7rem 0 1rem
}

.submit-rebate__logo {
    width: 4.46rem;
    height: 4rem
}

@media screen and (min-width:379px) {
    .submit-rebate__title-row {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-top: -.5rem
    }

    .submit-rebate__logo-row {
        margin-top: 0;
        margin-right: -.5rem
    }
}

.track-rebate__title-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%
}

.track-rebate__track-by-selector {
    height: 2.5rem;
    align-self: flex-end;
    margin-top: 1rem
}

@media screen and (min-width:415px) {
    .track-rebate__title-row {
        flex-direction: row
    }

    .track-rebate__track-by-selector {
        margin-top: 0
    }
}
