﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.header .col-md-3 {
    flex: 0 0 21%;
    max-width: 21%;
}
.header .col-md-9 {
    flex: 0 0 79%;
    max-width: 79%;
}

.logo {
    margin-top: 10px;
    margin-left: -25px;
    width: 200px;
    margin-bottom: 30px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.header {
    font-size: 21px;
}
@media screen and (min-width: 768px) {
    .header h1 {
        font-size: 63px;
    }
}
@media screen and (max-width: 767px) {
    .header h1 {
        padding-top: 15px;
    }
}
@media screen and (max-width: 767px) {
    .logo {
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 767px) {
    .code-samples .pro {
        top: 45px !important;
    }
    .code-samples .pro.custom-formulas {
        left: 219px !important;
    }
    .code-samples .pro.sheets {
        left: 200px !important;
    }
    .code-samples .pro.cells {
        left: 248px !important;
    }
    .code-samples .pro.style-font {
        left: 170px !important;
    }
    .code-samples .pro.style-border {
        left: 200px !important;
    }
    .code-samples .pro.number-format {
        left: 207px !important;
    }
    .code-samples .pro.custom-format {
        left: 202px !important;
    }
    .code-samples .pro.freeze-configuration {
        left: 262px !important;
    }
    .code-samples .pro.rows-height {
        left: 174px !important;
    }
}

@media (max-width: 991px) {
    .header {
        text-align: center;
    }
    .header .col-md-3, .header .col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .logo {
        margin-bottom: 10px;
    }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

nav {
    background-color: rgba(245, 255, 255, 1);
}
nav a.text-dark:hover {
    color: #000195 !important;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre .keywd {
    color: #182AFC;
}
pre .type {
    color: #2B91AF;
}
pre .string {
    color: #A01714;
}

.samples {
    padding-top: 40px;
}

a.nuget-version img {
    display: inline-block;
    vertical-align: inherit;
    margin-right: 5px;
    width: 94px;
    height: 20px;
}
a.nuget-downloads img {
    display: inline-block;
    vertical-align: inherit;
    margin-right: 5px;
}
a.nuget-downloads:hover, a.nuget-version:hover {
    text-decoration: none;
}

.code-samples .pro {
    top: 47px;
    position: absolute;
    background-color: RED;
    padding: .2em .6em .3em;
    font-size: 60%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    border-radius: .25em;
}
.code-samples .pro.custom-formulas {
    left: 247px;
}
.code-samples .pro.sheets {
    left: 223px;
}
.code-samples .pro.cells {
    left: 278px;
}
.code-samples .pro.style-font {
    left: 189px;
}
.code-samples .pro.style-border {
    left: 223px;
}
.code-samples .pro.custom-format {
    left: 223px;
}
.code-samples .pro.number-format {
    left: 230px;
}
.code-samples .pro.freeze-configuration {
    left: 291px;
}
.code-samples .pro.rows-height {
    left: 193px;
}

.footer .container div {
    display: inline;
}
.footer .container div:last-child {
    float: right;
}

.performance table th:nth-child(1) {
    width: 5%;
}
.performance table th:nth-child(2) {
    width: 35%;
}
.performance table th:nth-child(3) {
    width: 30%;
}
.performance table th:nth-child(4) {
    width: 30%;
}


/*pricing*/
.plan {
    text-align: center;
    background-color: #fff;
    padding-bottom: 30px;
}
.plan .plan-title {
    background-color: #999;
    color: #fff;
    padding: 12px 16px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.plan .plan-title h2 {
    margin: 0;
    font-size: 1.5rem;
}
.plan .plan-body {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: solid 1px #ccc;
    border-top: none;
    padding: 5px 20px 20px 20px;
}
.plan .plan-items {
    text-align: left;
    padding-left: 30px;
    list-style-type: circle;
}
.plan .plan-items > * {
    margin-bottom: 10px;
}
.plan .plan-price {
    margin: 20px 0;
    border-top: solid 1px #ddd;
}
.plan .plan-price h3 {
    margin-top: 20px;
    font-size: 40px;
    vertical-align: top;
    line-height: 1;
}
.plan .plan-price h4 {
    color: #666;
    font-size: 14px;
    text-transform: lowercase;
}
.plan .btn {
    padding: 10px 40px;
    text-transform: uppercase;
}
.plan .plan-price h3 span {
    font-size: 20px;
    vertical-align: top;
    position: relative;
    margin: 6px 0 0 -7px;
    display: inline-block;
}
.plan .plan-features h4 {
    padding-left:12px;
    margin-top:20px;
    text-align:left;
    font-size: 18px;
}

.plan .btn-primary.perpetual {
    background-color: #282828;
    border-color: black;
}
.plan .btn-primary.perpetual:hover {
    background-color: black;
}
.plan .btn-primary.pro {
    background-color: red;
    border-color: #cd0303;
}
.plan .btn-primary.pro:hover {
    background-color: #cd0303;
}
.plan .btn-primary.basic {
    background-color: #337ab7;
    border-color: #1861ac;
}
.plan .btn-primary.basic:hover {
    background-color: #1861ac;
}
.page-header {
    margin-top: 0;
}

.page-header {
    width: 100%;
    text-align: center;
    padding-bottom: 9px;
    margin: 10px 0 20px;
    border-bottom: 1px solid #eee;
}
.pricing .row.header {
    margin-right: 0px;
    margin-left: 0px;
}