﻿.graph-input-group {
    margin-top: 10px;
}

.graph-input-group:first-child {
    margin-top: 0px;
}

.graph-input-box {
    border: 1px solid #a8b3d1;
    border-radius: 4px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
}
.no-bottom-padding {
    padding-bottom: 0 !important;
}

    .graph-input-box div.inlined {
        display: inline-block;
        vertical-align: top;
    }

.graph-input {
    width: 660px;
    border: 1px solid white;
    border-radius: 4px;
    font-size: 16px;
    color: #495c96;
    padding: 1px 3px;
}
.graph-input:focus {
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.071), 0px 0px 8px rgba(255, 255, 255, 0.600);
    outline: 0px none currentColor;
}

.graph-input-group textarea {
    width: 550px;
}

.graph-input-group textarea::-webkit-input-placeholder, .graph-input-group input::-webkit-input-placeholder {
    color: #a8b3d1;
}
/*FF 4-18 */
.graph-input-group textarea:-moz-placeholder, .graph-input-group input:-moz-placeholder {
    color: #a8b3d1;
}
/*FF 19+ */
.graph-input-group textarea::-moz-placeholder, .graph-input-group input::-moz-placeholder {
    color: #a8b3d1;
}
/*IE 10+ */
.graph-input-group textarea:-ms-input-placeholder, .graph-input-group input:-ms-input-placeholder {
    color: #a8b3d1;
}

.graph-input-acts {
    font-size: 0px;
    text-align: right;
    margin-right: 25px;
    position: relative;
}

.graph-input-acts button {
    margin-left: 10px;
}
.graph-input-acts button:first-child {
    margin-left: 0px !important;
}


.graph-input-short {
    width: 360px;
}

.graph-input-micro {
    width: 50px;
    font-size: 14px;
    padding: 0;
    border-radius: 2px;
    text-align: center;
    height: 20px;
    text-align: center;
}

.by-dots-function-container-x {
    white-space: nowrap;
}

.by-dots-function-container-y {
    white-space: nowrap;
    margin-top: 2px;
}

    .by-dots-function-container-x span, .by-dots-function-container-y span {
        display: inline-block;
        width: 60px;
        margin-right: 3px;
    }

label.function-label {
    font-size: 18px;
    color: #a8b3d1;
    margin-right: 5px;
    margin-bottom: 0px;
}

a.function-add {
    color: white;
    text-decoration: none;
    border-bottom: 1px dashed white;
}

a.function-add:hover {
    color: #c2c2c2;
}

.color-indicator {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #4d6bb1;
    width: 8px;
    height: 8px;
    background-color: #1a3dc1;
}

.smoothing-control {
    vertical-align: super; 
    font-weight: normal;
    margin-top: 3px;
}
.smoothing-control input[type='checkbox'] {
    vertical-align: text-top; 
    margin-top: 5px;
}

a.upload-csv-link {
    font-size: 11px;
    text-decoration: none;
    color: white;
    border-bottom: 1px dashed white;
}
    a.upload-csv-link:hover {
        text-decoration: none;
        color: white;
    }

#error-information-box {
    margin-left: 20px; 
    margin-right: 20px;
}

.input-error {
    border-color: #dc0c09 !important;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.071), 0px 0px 6px #CE8483 !important;
}

/* jquery.color-selector.js */
.colors {
    display: none;
    position: absolute;
    text-align: center;
    border: 0px solid #a8b3d1;
    /*width: 0px;*/
    /*white-space: nowrap;*/
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    vertical-align: top;
    padding-top: 4px;
    padding-bottom: 4px;
    z-index: 999;
}

.colors div {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #a8b3d1;
    border-radius: 2px;
    margin: 2px;
    margin-left: 3px;
    cursor: pointer;
}

.colors div.selected {
    border: 1px solid #ffffff !important;
}


/* jquery.line-selector.js */
.line-type-indicator {
    display: inline-block;
    width: 16px;
    height: 8px;
    margin-bottom: 2px;
}

.line-type {
    display: none;
    position: absolute;
    text-align: center;
    border: 0px solid #a8b3d1;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    vertical-align: top;
    padding-top: 4px;
    padding-bottom: 4px;
    z-index: 999;
}

.line-type > div {
    /*display: inline-block;*/
    background-color: white;
    height: 14px;
    border-radius: 2px;
    margin: 5px;
    margin-top: 10px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
}

.line-type div.selected {
    outline: 2px solid #394e8d !important;
}

.line-type .thin-line, .line-type-indicator .thin-line {
    height: 8px;
    border-bottom: 1px solid #394e8d;
}
.line-type .default-line, .line-type-indicator .default-line {
    height: 8px;
    border-bottom: 3px solid #394e8d;
}
.line-type .bold-line, .line-type-indicator .bold-line {
    height: 10px;
    border-bottom: 5px solid #394e8d;
}
.line-type .dashed-line, .line-type-indicator .dashed-line {
    height: 8px;
    border-bottom: 3px dashed #394e8d;
}


.line-type div.selected {
    border: 1px solid #ffffff !important;
}

/* *********************************** */

#preamble {
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
}

#HelpModal table td
{
    font-size: 12px;
    width: 500px;
    background-color: white;
}

#FormulaView {
    text-align: left;
}

#FormulaView > div {
    margin-left: 30px;
    margin-bottom: 10px;
}

#FormulaView .color {
    display: inline-block; 
    width: 14px; 
    height: 14px; 
    margin-right: 10px;
    vertical-align: text-bottom;
}

#FormulaView .formula-view {
    display: inline-block;  
}

.points-to-plot {
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.points-to-plot table {
    width: 200px;
}

.points-to-plot table>tbody>tr>th, .points-to-plot table>tbody>tr>td {
    text-align: center;
    width: 50%;
}

/*
.point-to-plot {
    margin: 10px;
}

.point-to-plot span {
    display: inline-block;
    width: 50px;
    text-align: right;
    padding-right: 10px;
    border-right: 1px solid #394e8d;
    border-bottom: 1px solid #394e8d;
}

    .point-to-plot span:first-child {
        border-left: 1px solid #394e8d;
    }
*/
.MathJax_Display {
    margin: 0px !important;
}