﻿body, table {
    background-color: #FFF5EE;
}

a {
    color: blue;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/images/loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.sectionHeader {
    background-color: black;
    color: orange;
    font-weight: bold;
    font-size: 18px;
}

.stockResultsTable {
    border: 1px solid;
}

    .stockResultsTable td, .stockResultsTable th {
        border: 1px solid;
        padding: 5px;
        text-align: left;
    }

.resultStats {
    padding: 10px;
    font-weight: bold;
    color: darkgreen;
}

.numericTextbox {
    width: 125px !important;
}

.parsed-json {
    overflow: visible !important;
}

.titleOfAPI {
    color: red;
}

.apiName {
    font-weight: bold;
}

button {
    margin-bottom: 0px !important;
}

table tr th, table tr td {
    padding-bottom: 10px !important;
    /*vertical-align: top;*/
}

/*start of css from Tribeca team*/

pre {
    outline: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
}

.string {
    color: green;
    font: bold
}

.number {
    color: darkorange;
}

.boolean {
    color: blue;
}

.null {
    color: magenta;
}

.key {
    color: rgb(136, 19, 145);
}
/*for Scrolling*/
.myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

    .myBtn:hover {
        background-color: #555;
    }
/*for popup*/
body {
    font-family: Arial, Helvetica, sans-serif;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 87%;
}

/* The Close Button */
.close {
    color: #fd0e0e;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }


/*end of css from Tribeca team*/
