﻿@import url(//fonts.googleapis.com/css?family=Roboto:400,500,600,700|Roboto+Condensed:400,500,600,700|Open+Sans:400,500,600,700);

body {
    font-family: Roboto, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: rgba(241, 241, 241, .5);
    min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-weight: lighter;
}

header.header {
    width: 100%;
    box-shadow: 0 0 3px 1px #8e8e8e;
    padding: 20px 0;
    background: white;
    margin-bottom: 30px;
}

    header.header img.logo {
        max-height: 64px;
    }

.page-content {
    width: 100%;
    border: solid 1px #d5d3cd;
    margin: 30px 0;
    background: white;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0px 2px 3px 1px #b9b9b9;
}

.breadcrumb {
    background: none;
}


.ext-description {
    white-space: pre-wrap;
}

footer.footer {
    width: 100%;
    box-shadow: 0 0 3px 1px #8e8e8e;
    padding: 20px 0;
    background: white;
    margin-top: 30px;
}

    footer.footer .faq h3 {
        font-size: 1.3em;
    }

        footer.footer .faq h3 .glyphicon {
            color: #3E89C2;
        }

header.header a,
header.header a :hover,
header.header a :visited,
header.header a:active {
    text-decoration: none;
}

footer.footer a {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
    margin-right: 15px;
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.btn-lg {
    font-weight: lighter;
}

.table-applications > a {
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 10px 5px;
}

    .table-applications > a:hover {
        background: #f3f1ee;
    }

.homepage-container {
    width: 100%;
    padding: 15vh 0;
    background: url(/Images/home_underlay.png) no-repeat center;
    text-align: center;
}

    .homepage-container h3 {
        margin: 20px 0;
    }

    .homepage-container .panel-search {
        max-width: 760px;
        margin: 0 auto;
        background: #faf8f5;
        border: solid 1px #dbd9d3;
    }

        .homepage-container .panel-search > .panel-body {
            padding: 30px 20px;
        }

    .homepage-container .search-input {
        height: 60px;
        border: solid 1px #e7e6e3;
        font-size: 1.3em;
        width: 100%;
        padding: 0 20px;
    }

    .homepage-container .btn.btn-search {
        width: 100%;
        height: 60px;
        background: #3E89C2;
        color: white;
        font-weight: lighter;
        font-size: 1.3em;
    }

#pnl-unzip-list {
    padding: 20px;
}

    #pnl-unzip-list a {
        cursor: pointer;
    }

    #pnl-unzip-list #tbl-files {
        width: 100%;
    }

        #pnl-unzip-list #tbl-files td {
            margin: 10px 0;
        }

ul.list-extensions > li {
    margin: 5px 0;
}

    ul.list-extensions > li:hover {
        background: #3E89C2;
        color: white;
    }

    ul.list-extensions > li > a {
        padding: 15px 5px;
        color: inherit;
        display: inline-block;
        height: 100%;
        width: 100%;
    }

ul.lst-popular {
    list-style: none;
    padding-left: 10px;
}

    ul.lst-popular > li {
        border-bottom: 1px solid #EDEAE4;
    }

        ul.lst-popular > li > a {
            display: inline-block;
            padding: 10px;
            width: 100%;
        }

.img-inline {
    height: 1em;
}

.navigators {
    margin: 20px 0;
}

    .navigators a {
        font-weight: lighter;
    }

.feature-form {
    margin: 30px;
    border-radius: 6px;
    border: 1px solid #DEDEDE;
    padding: 20px;
}

.sp {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    background: rgba(241,241,241,.5);
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
}

    .sp > .sp-container {
        display: inline-block;
        max-width: 100%;
    }

    .sp.sp-wide > .sp-container {
        width: 728px;
        height: 90px;
    }

    .sp.sp-portrait > .sp-container {
        width: 300px;
        height: 600px;
    }

    .sp.sp-square > .sp-container {
        width: 728px;
        height: 90px;
    }

.sp-align {
    width: 300px;
    margin: 10px auto;
}

.pnl-redirect {
    margin-top: 30px;
    min-height: 200px;
}

    .pnl-redirect .btn.btn-redirect {
        width: 100%;
        max-width: 300px;
        padding: 20px 40px;
        border-radius: 0;
        background: #DDDDDD;
        white-space: inherit;
        color: black;
    }

        .pnl-redirect .btn.btn-redirect.active {
            background: #fbbc25;
            font-weight: bold;
        }

form[action='/Search'] .btn {
    background: cornflowerblue;
    color: white;
}

.help-link {
    font-size: 18px;
    font-weight: bold;
}

.help-content {
    margin: 30px 0;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-7 {
    margin-top: 10px;
}

.m-t-5 {
    margin-top: 5px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-30 {
    padding-top: 30px;
}


.chrome-banner {
    position: fixed;
    right: 30px;
    bottom: 0;
    z-index: 5;
    background: #3E89C2;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .chrome-banner > a {
        display: inline-block;
        padding: 10px 20px 10px 20px;
        color: inherit;
        text-decoration: none;
    }

.img-chrome {
    height: 1.3em;
}

.render-body {
    margin: 20px 0;
}

@media (min-width: 1270px) {
    .container {
        width: 1270px;
    }
}

@media only screen and (max-width: 768px) {
    .sp.sp-wide > .sp-container {
        width: 320px;
        height: 100px;
    }

    .sp.sp-wide.sp-wide-2 > .sp-container {
        width: 300px;
        height: 250px;
    }

    .sp {
        padding: 1px;
    }

    h1 {
        font-size: 1.4em;
    }

    h2 {
        font-size: 1.3em;
    }

    h3 {
        font-size: 1.2em;
    }

    .container {
        width: 100%;
        padding: 1px;
    }

    .page-content {
        padding: 15px 2px;
    }
}


.container.container-alpha {
    Margin-top: 45vh;
    display: flex;
    justify-content: center;
}

table.big-stats td.data-title {
    font-family: "Roboto";
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
}

a .subtitle {
    color: #6ba2ff;
}

.subtitle .title-code {
    color: #393939;
    font-family: "Roboto";
    font-weight: bolder;
    white-space: nowrap;
    display: inline-block;
    margin-top: 0.2em;
}

.stacked-stat .title {
    color: rgb(51,51,51);
    white-space: nowrap;
    display: inline-block;
    font-family: "Roboto";
    font-size: 0.8em;
    font-weight: 500;
    text-transform: uppercase;
}

    .stacked-stat .title .title-code {
        color: #393939;
        font-family: "Roboto";
        font-weight: bolder;
        white-space: nowrap;
        display: inline-block;
        margin-top: 0.2em;
    }

.table-responsive {
    border: 0px none !important;
}

.pagination {
    margin: 7px 0;
}

    .pagination > li > a, .pagination > li > span {
        padding: 6px 5px;
    }

p {
    text-indent: 2.0em;
}
    p > a {
        text-indent:0;
    }

    header.header h2 {
        color: #fff;
    }

header.header p {
    text-indent: unset;
    color: #fff;
}

footer.footer a,
footer.footer a:hover,
footer.footer a:visited,
footer.footer a:active {
    color: #a3a3a3;
}

.blue {
    color: #3498DB
}

.purple {
    color: #9B59B6
}

.b-green {
    background-color: #95be44 !important;
}

.green {
    color: #95be44
}

.aero {
    color: #9CC2CB
}

.red {
    color: #E74C3C
}

.dark {
    color: #000
}

.col-md-4, .col-sm-3, .col-xs-2 {
    padding-right: 5px;
    padding-left: 5px;
}

.feature-form img {
    max-width:96%;
}

.button-container {
    text-align: center;
    margin: 20px 0 25px 0;
}

    .button-container a {
        text-decoration: none !important;
        background: #ffab13;
        text-align: center;
        border-radius: 2px;
        display: inline-block;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
        text-transform: uppercase;
        padding: 0.2em 0.7em;
        color: #ffffff !important;
        font-size: 16px;
        font-family: 'Roboto',sans-serif !important;
    }

.panel .panel-heading h4 {
    font-size:18px;
}

.validation-summary-errors {
    border: 2px solid red;
    color: red;
    font-weight: bold;
    margin: 6px;
    margin-bottom:20px;
}

.field-validation-error {
    color: red;
    font-weight: bold;
    background-color: yellow;
}

.input-validation-error {
    color: red;
    font-weight: bold;
    background-color: pink;
}
