File: /var/www/shoetique/wp-content/themes/north-wp/style/style.css
.fg-chart-nav{
position:fixed;
left:0;
width:264px;
height:100%;
background:#fff;
border-right:1px solid #0000001f;
top:0;
z-index:3555;
}
.fg-chart-details{
position:fixed;
right:0;
width:300px;
top:76px;
height:100%;
background:#fff;
border-left:1px solid #0000001f;
z-index:3555;
top:0;
}
.fg-title-bar{
height: 60px;
width: calc(100% - 562px);
left: 264px;
text-align: center;
position: fixed;
top: 75px;
border-bottom: 1px solid #0000001f;
z-index:5;
background-color:#fff;
}
.fg-title-bar h1{
text-transform: uppercase;
margin: 0;
margin-top: 14px;
}
.fg-period-picker{
top: 135px;
left: 264px;
width: calc(100% - 562px);
height: 50px;
position: fixed;
border-bottom: 1px solid #0000001f;
padding-top: 7px;
z-index:5;
background-color:#fff;
}
.fg-period-picker ul{
margin-left:0;
}
.fg-period-picker ul li{
display:inline-block;
}
.fg-main{
padding-left: 234px;
padding-top: 108px;
padding-right: 270px;
}
.list-group.compact{
margin:0;
}
.list-group.compact li{
padding:4px 15px;
}
.list-group.compact li.list-group-item.active{
background-color:#428bca;
color:#fff;
}
.list-group.compact li.list-group-item.active div{
color:#fff;
}
.nav-tabs{
margin-left:0;
}
.historic-wrapper{
margin-left:auto;
margin-right:auto;
max-width:90%;
margin-top:5px;
}
.smaller-graph-wrapper{
max-width:1200px;
margin-left:auto;
margin-right:auto;
margin-top:30px;
margin-bottom:50px;
}
.fast-charts-header{
}
.highcharts-container table{
line-height:1;
}
.forecasting-calculator-highcharts-tooltip{
padding:10px;
background-color:#fff;
padding-bottom: 0px;
border-radius:5px;
}
.forecasting-calculator-highcharts-tooltip td{
font-size:14px;
line-height:normal;
}
.fg-chart-nav-list{
margin:0;
text-align:left;
margin-top:20px;
}
.fg-chart-nav-list li{
display:block;
width:100%;
border-bottom: 1px solid #dcdcdc;
transition:all linear 0.1s;
}
.fg-chart-nav-list li a{
padding: 10px 15px;
display: block;
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
transition:all linear 0.1s;
}
.fg-chart-nav-list li a:focus{
outline:none;
text-decoration: none;
}
.fg-chart-nav-list li.active, .fg-chart-nav-list li:hover {
background-color:#f2f2f2;
}
.fg-chart-nav-list li.active a, .fg-chart-nav-list li:hover a {
font-weight:bold;
color:#468B3F;
}
.fg-inner-wrapped-table{
border: 1px solid #0000001f;
}
.fg-inner-wrapped-table .table-title {
font-weight: bold;
text-decoration: underline;
}
.fg-inner-wrapped-table tr td{
padding: 8px 8px 8px 12px;
line-height: 1.42857143;
}
.fg-tab-title{
text-transform:uppercase;
}
.table > tbody >tr.fg-no-style-table-row > td{
border-top:none;
}
.fg-tabs{
margin: 0;
margin-bottom:10px;
border-bottom: 1px solid #dcdcdc;
text-align: left;
}
.fg-tabs li{
display:inline-block;
padding: 10px 2px;
margin: 0 10px;
position:relative;
}
.fg-tabs li a{
text-transform: Uppercase;
font-size:14px;
outline:none;
text-decoration: none;
}
.fg-tabs li a:focus{
text-decoration: none;
outline:none;
}
.fg-tabs li:after{
position: absolute;
top: 85%;
left: 0;
width: 100%;
height: 1px;
background: #468B3F;
content: '';
opacity: 0;
-webkit-transition: height .3s,opacity .3s,-webkit-transform .3s;
-moz-transition: height .3s,opacity .3s,-moz-transform .3s;
-o-transition: height .3s,opacity .3s,transform .3s;
transition: height .3s,opacity .3s,transform .3s;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px);
}
.fg-tabs li.active:after,
.fg-tabs li:hover:after {
height: 5px;
opacity: 1;
-webkit-transform: translateY(1px);
-moz-transform: translateY(1px);
-ms-transform: translateY(1px);
-o-transform: translateY(1px);
transform: translateY(1px);
}
.fg-form-control{
display:block;
width:100%;
clear:both;
margin-bottom:10px;
}
.fg-form-control label{
display:block;
margin-bottom:3px;
}
.fg-form-control input{
}
.fg-form-control select{
width:100%;
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 6.5px 0px;
}
.fg-chart-nav-inner{
text-align:left;
padding: 0px 15px;
}
.fg-label-value{
margin-bottom:10px;
}
.fg-label-value:after{
display:block;
clear:both;
content:"";
}
.fg-label-value .fg-label{
float:left;
width:50%;
text-align:left;
text-transform:none;
}
.fg-label-value .fg-value{
float:left;
width:50%;
text-transform: uppercase;
font-weight:bold;
text-align: right;
}
.fg-chart-details h2{
text-transform: uppercase;
background: #e2e2e2;
padding-top: 20px;
padding-bottom: 22px;
}
.fg-chart-details .fg-label-value{
padding-left:15px;
padding-right:15px;
}
#footer{
display:none;
}
.fg-section-divider{
border-bottom: 1px solid #0000001f;
margin-top: 15px;
margin-bottom: 15px;
margin-left: 15px;
width: calc(100% - 30px);
}
.header.header > .navbar{
box-shadow:none;
min-height:77px;
border-bottom: 1px solid #0000001f;
}
@media screen and (max-width:1700px){
.fg-chart-nav{
top:77px;
}
.fg-chart-details{
top:77px;
}
}
@media screen and (max-width:1500px){
.fg-title-bar h1{
font-size: 22px;
}
}