﻿html, body {
   height: 100%;
}

body {
   font-family: proxima-nova-1, proxima-nova-2, 'Proxima Nova', Helvetica, Arial, sans-serif;
   background-color: #323232;
   margin: 15px;
}

a:link { color: #F87600; text-decoration: none; }
a:hover { color: #F87600; text-decoration: underline; }
a:visited { color: #F87600; text-decoration: none; }
a:focus { color: #F87600; text-decoration: none; }

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* Zebra striping */
table tr:nth-of-type(even) {
   background: #eee;
}

th {
   font-weight: bold;
   border-bottom: 1px solid #333;
}
td, th {
   padding: 4px;
   text-align: left;
   vertical-align: middle;
   font-size: 12px;
}

tfoot td {
   font-weight: bold;
   border-top: 1px solid #333;
}

/*
table tbody tr td a:hover {
   text-decoration: none;
}

table thead tr th a:hover {
   text-decoration: none;
}
*/

table tbody td img {
   border-width: 0;
   margin-right: 5px;
}

#site-container {
   margin: 0 auto;
   background-color: #F6F6F6;
   width: 1300px;
   min-height: 80%;  
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

#site-header {
   padding: 10px;
   border-bottom: 1px solid #999;
   min-height: 40px;
}

.site-storeinfo {
   border-bottom: 1px solid #999;
   text-align: center; 
   padding-top: 6px; 
   padding-bottom: 4px; 
   font-size: 16px;
}

#site-logo {
   float: left;
}

#site-search {
   float: right;
}

#site-main {
   padding: 5px;
}

.float-clear {
   clear: both;
}

.main-search-button {
   background-color: #F87600; 
   color: white; 
   height:34px; 
   width:50px; 
   margin-bottom: 3px; 
   border: 0;
   font-weight: bold;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

.site-widget {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   padding: 15px;
   background-color: white;
   border: 2px solid #F87600;
   margin: 9px;
}

.site-widget header {
   color: #F87600;
   padding-bottom: 5px;
}

.site-widget-item, .site-widget-subitem {
   padding: 5px 3px 5px 3px;
}

.site-widget-subitem-section {
   font-weight: bold;
   text-decoration: underline;
   padding-bottom: 4px;
}

.site-widget-item-thumbnail {
   float: left;
   width: 70px;
}

.site-widget-item-info {
   float: left;
   width: 130px;
}

.site-widget-item-info h1 {
   font-size: 1em;
   padding: 0;
   margin: 0;
}

.site-widget-item-info p {
   font-size: 0.8em;
   padding: 0;
   margin: 0;
}

.site-widget-subitem {
   padding-left: 28px;
}

.site-widget-content {
   font-size: 0.75em;
}

#section-article,
#section-fniavailability,
#section-searchresults,
#section-jobsummary,
#section-faq {
   width: 950px;
   width: 600px;
   min-height: 820px;
   float: left;
}

   #section-order-details {
      width: 600px;
      min-height: 820px;
      float: left;
   }

#section-training {
   width: 300px;
   min-height: 850px;
   float: left;
}

#section-mystore {
   width: 600px;
   min-height: 850px;
   float: left;
}

#section-tools {
   width: 230px;
   float: left;
}

.section-tools-section {
   padding-top: 6px;
   padding-bottom: 6px;
}

.section-tools-section-header {
   font-weight: bold;
   padding-bottom: 4px;
}

.section-tools-section-description {
   padding-bottom: 8px;
}

.section-tools-section-input {
   text-align: center;
   padding-bottom: 8px;
}

.section-tools-section-button {
   text-align: center;
}

#section-community {
   width: 230px;
   min-height: 280px;
   float: left;
}

#section-help {
   width: 230px;
   min-height: 140px;
   float: left;
}

.section-help-item {
   padding: 5px;
   padding-left: 10px;
}

.section-help-subitem {
   padding-left: 20px;
}

.mystore-stat {
   float: left;
   width: 25%;
   text-align: center;
}

.mystore-stat-label {
   font-size: 16px;
}

.mystore-stat-value {
   font-size: 28px;
   padding-top: 4px;
}

.numberCircle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 90px;
    padding: 8px;
    font-size: 32px;
    border: 1px solid #EEE;
    position: relative;
    background-color: #F87600;
   
}
.numberCircle .height_fix {
    margin-top: 100%;
}

.numberCircle .content {
    color: white;
    position: absolute;
    left: 0;
    top: 50%;
    height: 100%;
    width: 100%;
    text-align: center;
    margin-top: -15px; /* Note, this must be half the font size */
}

.training-videos-featured {
   /* Nothing */
   padding-bottom: 20px;
}

.training-videos-featured-item-picture-container {
   position: relative;
   display: inline-block;
   
}

.training-videos-featured-item-picture-container * {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

.training-videos-featured-item-picture-container img {
   z-index: 9;
   text-align: center;
   border: 1px solid #F87600;
}

.training-videos-featured-item-picture-play {
   background: url('https://static.rrenovations.com/images/storeconnectivity/buttons/button_play_crop.png') center center no-repeat;
   margin: -115px 0 0 0;
   height: 64px;
   position: relative;
   z-index: 10;
}

.training-videos-other {
   /* Nothing */
}

.training-videos-other h1 {
   color: #F87600;
   margin-bottom: 5px;
}

.training-videos-other-item {
   float: left;
   padding: 15px 5px 15px 5px;
}

.training-videos-other-item a { color: #F87600; text-decoration: none; }
.training-videos-other-item a:link { color: #F87600; text-decoration: none; }
.training-videos-other-item a:hover { color: #F87600; text-decoration: underline; }
.training-videos-other-item a:visited { color: #F87600; text-decoration: none; }
.training-videos-other-item a:focus { color: #F87600; text-decoration: none; }

.training-videos-other-item-picture-container {
   position: relative;
   display: inline-block;
   /*border: 1px solid green;*/
}

.training-videos-other-item-picture-container * {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

.training-videos-other-item-picture-container img {
   z-index: 9;
   text-align: center;
   border: 1px solid #F87600;
}

.training-videos-other-item-picture-play {
   background: url('https://static.rrenovations.com/images/storeconnectivity/buttons/button_play_crop.png') center center no-repeat;
   margin: -72px 0 0 0;
   height: 64px;
   position: relative;
   z-index: 10;
}

.stats-item {
   float: left;
   margin: 0 20px 0 20px;
}



.segmented-control {
    background-color: #CCC;
    list-style-type: none;
    width: 230px;
    height: 25px;
    padding: 1px;
    margin: 0 auto;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .15);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .15);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .15);
}

.segmented-control li {
    background-color: #F87600;
    float: left;
    margin-left: 1px;
}

.segmented-control li,
.segmented-control.alt li:target,
.segmented-control.alt li:target:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(0 0 -90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0));
}

.segmented-control li, .segmented-control.alt li:target {
    -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .1);
}

.segmented-control li:first-child {
    margin-left: 0;
    
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.segmented-control li:last-child {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.segmented-control a {
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 114px;
    height: 25px;
}

.segmented-control a,
.segmented-control.alt li:target a {
    color: white;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .15);
}

.segmented-control li:active {background-color: #F87600; color: white;}

.segmented-control li:active,
.segmented-control.alt li:target:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .15),
                        inset 0 0 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .15),
                     inset 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, .15),
                inset 0 0 5px rgba(0, 0, 0, .1);
}

.segmented-control li:active a,
.segmented-control.alt li:active a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .1);
    position: relative;
    top: 1px;
}

.segmented-control li:target {
    background-image:
        -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .1))),
        url(../images/demos/background-segmented-control-selected.png);
    
    background-image:
        -moz-linear-gradient(0% 0% -90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1)),
        url(../images/demos/background-segmented-control-selected.png);
    
    background-color: #333;
    
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1),
                        inset 0 0 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1),
                     inset 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1),
                inset 0 0 5px rgba(0, 0, 0, .15);
}

.segmented-control.alt li:target {background-color: #4e4e4e;}

.segmented-control li:target a {color: #fff; text-shadow: 0 1px 0 #000;}

.segmented-control li:target:active {
    background-image:
        -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .05))),
        url(../images/demos/background-segmented-control-selected.png);
        
    background-image:
        -moz-linear-gradient(0% 0% -90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05)),
        url(../images/demos/background-segmented-control-selected.png);
    
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15),
                        inset 0 0 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15),
                     inset 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15),
                inset 0 0 5px rgba(0, 0, 0, .15);
}