@font-face{
    font-family: 'LeagueSpartan';
    font-style:bold;
    src: url('../fonts/leaguespartan-bold.woff') format('woff');
}

@font-face{
    font-family: 'Open Sans';
    font-style:normal;
    font-weight:400;
    src: url('../fonts/OpenSans-Regular-webfont.woff') format('woff');
}

@font-face{
    font-family: 'Open Sans';
    font-style:normal;
    font-weight:600;
    src: url('../fonts/OpenSans-Semibold-webfont.woff') format('woff');
}

@font-face{
    font-family: 'Open Sans';
    font-style:normal;
    font-weight:700;
    src: url('../fonts/OpenSans-Bold-webfont.woff') format('woff');
}

@font-face{
    font-family: 'CustomEntypo';
    font-style:normal;
    font-weight:normal;
    src: url('../fonts/CustomEntypo.woff') format('woff');
}

html {
    position:relative;
    min-height:100%;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    padding-top:50px;
    background-color:#e1e1e1;
    margin-bottom:60px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
}
hr {
    border-width:2px 0 0;
}
section.title {
    background-color:#ffffff;
    padding:10px 0;
}
section.title h1 {
    margin:0;
}
section.intro {
    background: #000000 url('../img/unsplash-1.jpg') fixed 0 0;
    background-size:100%;
    height:400px;
    padding-top:70px;
}
section.spectrum,
section.appliance {
    /*background: #000000 url('../img/unsplash-6.jpg') fixed 0 0;*/
    background: #333;
    background-size:100%;
    padding:70px 0 50px 0;
}
section.intro h1,
section.spectrum h1,
section.appliance h1 {
    font-size:74px;
    font-weight:bold;
    color:#ffffff;
    text-shadow:1px 1px 1px rgba(0,0,0,1);
    margin: 0 0 22px 0;
}
section.intro h1 span,
section.spectrum h1 span,
section.appliance h1 span {
    color:#c72727;
}
section.intro p,
section.spectrum p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.25em;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
    font-weight:bold;
}
section.intro p.claim,
section.spectrum p.claim,
section.appliance p.claim {
    font-size: 26px;
    line-height: 1.25em;
    /*text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);*/
    font-weight:bold;
}
section.appliance p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.25em;
}
section.appliance h2 {
    color: #ffffff;
    text-align:center;
}
section.services {
    background-color:#ffffff;
    padding:0 0 30px 0;
}
section.services h1,
section.spectrum h1 {
    font-size:64px;
    margin:52px 0 30px 0;
    text-transform:uppercase;
    font-family:LeagueSpartan;
}
section.spectrum h1 {
    margin:0 0 16px 0;
}
section.services h2 {
    text-align:center;
}
section.services p.text-center {
    margin-bottom:30px;
}
section.services .fa {
    color:#c72727;
}
section.services p strong {
    font-size:22px;
    line-height:1.25em;
}
.btn-xl {
    font-size:36px;
}

section.body {
    margin:30px 0;
}
section.body div.support h3 {
    margin: 42px 0px 8px;
}
.application-edit {
    position:relative;
    z-index:950;
}
.right-overflow-fade {
    position:absolute;
    top:0;
    right:0;
    display:block;
    background:linear-gradient(to right, rgba(252,252,252,0), rgba(252,252,252,1)) repeat scroll 0 0 rgba(0,0,0,0);
    height:100%;
    width:32px;
}
.right-overflow-fade-white {
    position:absolute;
    top:0;
    right:0;
    display:block;
    background:linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1)) repeat scroll 0 0 rgba(0,0,0,0);
    height:100%;
    width:32px;
}
.bottom-overflow-fade {
    position:absolute;
    bottom:0;
    left:0;
    display:block;
    background:linear-gradient(to top, rgba(252,252,252,1), rgba(252,252,252,0)) repeat scroll 0 0 rgba(0,0,0,0);
    height:16px;
    width:100%;
}
.footer {
    position:absolute;
    bottom:0;
    height:60px;
    width:100%;
    background-color:#ffffff;
    border-top:6px solid #c72727;
    color:#9d9d9d;
    padding:10px 0 10px 0;
}
.footer a {
    color:#9d9d9d;
}
.footer a:hover {
    color:#000000;
    text-decoration:none;
}
.body-loading-overlay {
    background-color:rgba(0,0,0,0.75);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:0;
    overflow:hidden;
    display:none;
    opacity:0;
}
.body-loading-overlay p {
    display:block;
    color:#000000;
    width:437px;
    position:fixed;
    top:37%;
    left:50%;
    margin:0 0 0 -217px;
    text-align:center;
    font-size:16px;
}
@bodyoverlayfade {
    from { opacity: 0; }
    to { opacity: 1; }
}
.body-loading-overlay.active {
    display:block;
    height:100%;
    background-color:rgba(255,255,255,0.85);
    z-index:1100;
    transition: opacity 0.5s ease 0s;
    opacity:1;
    cursor:wait;
}
.fa-green {
    color:#61c15b;
}
div.icon-list {
    margin-top:16px;
}
div.icon-list .col-xs-11 {
    margin:4px 0 6px 0;
}
.nav li div.non-anchor {
    padding:15px;
    color:#777777;
}
.nav li div.non-anchor span.info {
    display:inline-block;
    background-color:#d9534f;
    color:white;
    padding:0 5px;
    /*font-size:12px;*/
    /*line-height:12px;*/
    /*height:100%;*/
    border-radius:3px;
}
.nav li div.non-anchor span.info.info-info {
    background-color:#337ab7;
}
.nav li div.non-anchor span.info.info-light {
    background-color:#89a61f;
}
.nav li div.non-anchor span.info.info-medium {
    background-color:#f2b705;
}
.nav li div.non-anchor span.info.info-severe {
    background-color:#d90b1c;
}
.application-name-form {
    margin-top:23px;
    margin-bottom:4px;
}
.application-name-form .input-lg {
    padding-top:5px;
    padding-bottom:4px;
    height:36px;
}
.application-name-form .help-block.error {
    color:#c9302c;
}
.alert-oom .alert {
    padding-top:5px;
    padding-bottom:5px;
}
/*
.bs-callout p {
    height:auto;
}
*/
/*
.alert {
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
    border-radius:0;
}
.alert-lg {
    font-size:1.5em;
    padding:20px 40px;
}
.dark-overlay {
    display:none;
}
.template.disabled .dark-overlay {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.75);
    z-index:9999;
}
*/

/* The Missing Bootstrap */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 14px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #333333;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
caption {
    color:inherit;
    font-family: 'Open Sans', sans-serif;
    font-size:30px;
    font-weight:600;
    padding-top:0;
    margin-top:16px;
    padding-bottom:16px;
    line-height:1.1em;
}
h2 > a {
    text-decoration:underline;
}
.btn {
    text-shadow:none;
}
.btn-primary {
    background-color:#c72727;
    border-color:#c72727;
}
.btn-primary.active,
.btn-primary:hover,
.btn-primary:focus {
    background-color:#eb2727;
    border-color:#eb2727;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary.active[disabled],
.btn-primary.focus[disabled],
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #9d9d9d;
    border-color: #9d9d9d;
}
.btn-primary.registernow small {
    font-size: 70%;
    display: block;
}
.nav-pills > li > a {
    color:#333333;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background-color: #c72727;
}
.navbar-fixed-top {
    border-bottom:6px solid #c72727;
}
/* Bootstrap custom default panel */
.panel.panel-default {
    border:none;
    box-shadow:none;
    border-radius:5px;
    position:relative;
    margin-bottom:30px;
}
.panel-default .panel-heading {
    position:relative;
    overflow:hidden;
    background-color:#ffffff;
    border-radius:5px 5px 0 0;
    border:none;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.25);
}

.panel-default .panel-heading img.icon {
    display:inline-block;
    border-radius: 10px;
    padding: 10%;
    margin:10px 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 100%;
    background-color: white;
}

.panel-default h2.panel-title {
    margin-top:0px;
    font-size:30px;

}
.panel-default .panel-heading .label {
    font-size:20px;
    position:absolute;
    top:10px;
    left:10px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius:0;
}
.panel-default .panel-heading .label.oom {
    font-size:14px;
    position:absolute;
    bottom:10px;
    right:10px;
    left:auto;
    top:auto;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius:0;
}
.panel-default .panel-body {
    background-color:#fcfcfc;
    border-radius:0 0 5px 5px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
}
.panel-default .panel-body h3 {
    font-weight:600;
    font-size:30px;
    margin:16px 0 16px 0;
}
.panel-default .panel-body .well.tac h2 {
    font-size:15px;
}
.panel-default .panel-body .well.tac h3 {
    font-size:15px;
}
.panel-default .panel-heading h2.overflow-fade {
    height:34px;
    overflow:hidden;
    position:relative;
    white-space:nowrap;
}
.panel-default .panel-body h3.overflow-fade {
    height:34px;
    overflow:hidden;
    position:relative;
    white-space:nowrap;
}

.panel-default .panel-body p.overflow-fade {
    height:80px;
    overflow:hidden;
    position:relative;
}

.panel-default .panel-click-overlay {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:900;
    background-color: rgba(0,0,0,0);
    transition: all 0.25s ease 0s;
}
.panel-default .panel-click-overlay:hover {
    transition: all 0.25s ease 0s;
    background-color: rgba(0,0,0,0.2);
}
.panel-default .panel-disabled-overlay {
    display:none;
}
.panel-default.panel-disabled .panel-disabled-overlay {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:900;
    background-color: rgba(0,0,0,0.75);
    border-radius:5px;
    cursor:wait;
}
.panel-default.panel-headless {
    border:none;
    box-shadow:none;
    background:none;
}

.panel-default.panel-headless .panel-body {
    border-radius:5px;
    border:none;
    box-shadow:none;
    background:none;
    padding-top:75px;
    padding-bottom:84px;
}
.panel-default.panel-headless .panel-body a {
    font-size:103px;
    border-radius:100%;
    padding:20px 16px 19px 25px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
}

.progress-bar {
    background-color:#73baf7;
}
.progress {
    position:relative;
}
.progress span {
    position:absolute;
    width:100%;
    display:block;
    color:#333333;
    /*text-shadow:1px 1px 1px rgba(0,0,0,1);*/
}
.panel-body pre.code h3 {
    font-size:24px;
}
/*

        body {
            background-color:#ffffff;
        }
        h1.claim {
            font-size:74px;
            font-weight:bold;
            color:#2a2a2a;
            margin: 0 0 22px 0;
        }
        h1.claim span {
            color:#d45500;
        }
        h2.claim {
            font-size:46px;
            font-weight:bold;
            color:#2a2a2a;
            margin: 0 0 29px 0;
        }
        h2.feature {
            color:#2a2a2a;
            font-weight:bold;
            font-size:24px;
            text-align: center;
        }
        p.summary {
            font-weight:bold;
            font-size:28px;
            color:#2a2a2a;
            line-height:1.25em;
            margin:0 0 28px 0;
        }
        p.description {
            font-weight:normal;
            font-size:16px;
            color:#2a2a2a;
            margin:0 0 45px 0;
        }
        p.description span {
            color:#d45500;
        }
        p.small {
            font-size:14px;
        }
        h1.centered,
        h2.centered,
        p.centered {
            text-align:center;
        }
        p.strong {
            font-weight:bold;
        }
        i.fa {
            color:#ff7f2a;
        }
        a.btn-xl {
            font-size:32px;
            border-radius:0;
        }
        p.small-note {
            font-size:10px;
            text-align:right;
            padding-right:24px;
        }
    </style>
*/
#hijacked-warning {
    width:150px !important;
    top:56px !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
}
.hijacked-warning-controls form:nth-child(2) {
    display:none;
}
.pro-ribbon {
    position:absolute;
    background-color:#2792c7;
    overflow:hidden;
    white-space:nowrap;
    top:20px;
    right:-38px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index:999;
}

.pro-ribbon a {
    color: #fff;
    display: block;
    font-weight:bold;
    font-family:LeagueSpartan;
    font-size:21px;
    line-height:21px;
    margin: 1px 0;
    padding: 10px 50px 2px 50px;
    text-align: center;
    text-decoration: none;
}
.pro-ribbon.expired a:after {
  border-bottom: 8px solid #c72727;
  content: "";
  left: 0;
  margin-top: -4px;
  position: absolute;
  right: 0;
  top: 50%;
}

ul.lined {

}
ul.lined li {
    padding:12px 20px 10px 20px;
    border-bottom:2px solid #aaa;
    text-align:center;
}

ul.lined li strong {
}

ul.lined li span {
}

#viewTypeSelector {
    font-family:CustomEntypo;
    font-size:24px;
}
#viewTypeSelector a {
    display:inline-block;
    padding:0px 12px;
    color:#333333;
    background-color:#eeeeee;
    margin-bottom:12px;
}

#viewTypeSelector a:hover,
#viewTypeSelector a.active {
    text-decoration:none;
    background-color:#333333;
    color:#eeeeee;
    cursor:pointer;
}

/* Timeline */

div#timeline {
    top:50%;
    margin-top:-300px;
    width:300px;
    height:400px;
    position:fixed;
    z-index:999;
}
div#timeline-handle {
    color:#ffffff;
    background-color:#c72727;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    box-shadow: 5px -5px 5px rgba(0,0,0,0.25);
    font-size:21px;
    padding:3px 11px 5px 11px;
    position:absolute;
    right:-119px;
    top:280px;
    width:213px;
    text-align:center;
}
div#timeline-handle:hover {
    cursor:pointer;
}
div#timeline-content {
    border:1px solid #eeeeee;
    background-color:white;
    box-shadow:2px 2px 5px rgba(0,0,0,0.25);
}

@media (min-width: 581px) {
    div#timeline-handle {
        opacity:0.7;
        transition:right 0.2s ease;
        transition:opacity 0.2s ease;
    }
    div#timeline-handle:hover {
        opacity:1;
        right:-125px;
    }
    div#timeline.out div#timeline-handle {
        opacity:1;
        right:-125px;
    }
}

@media (max-width: 580px) {
    div#timeline {
        margin-top:-150px;
    }
    div#timeline iframe {
        height:300px !important;
    }
    div#timeline-handle {
        font-size:14px;
        right:-86px;
        width:150px;
        top:140px;
        padding:0px 11px 2px 11px;
        box-shadow: 2px -2px 2px rgba(0,0,0,0.25);
    }
}
