﻿body {
    overflow: auto; /* fallback */
    overflow: overlay;
}

.input-group label {
    line-height: 38px;
    padding-right: 5px;
}


.card table {
    font-size: 12px;
}

    .card table td {
        margin: 2px 0 !important;
        padding: 3px 0 !important;
        text-align: center;
    }

.forecast-row input {
    width: 50px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.sale-row label {
    width: 50px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

table select {
    padding: 0 !important;
    margin: 0 !important;
}

.excel-column-selection {
}


.excel-column-selection-valid {
    border: 1px solid #d1d3e2
}


.excel-column-selection-invalid {
    border: solid 2px red !important;
}


.hidden {
    display: none !important;
}

.import-card p {
    margin: 0;
}

.import-card .alert {
    margin-bottom: 0;
}


.jtable-dropdown-input select {
    width: 100%;
    height: 28px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.inline-form label {
    line-height: 30px;
}

.detail-screen input[type='checkbox'] {
    width: 25px;
    height: 25px;
}

.order-detail-screen {
    font-size: 14px;
}

    .order-detail-screen .card-body {
        padding: 3px 35px;
    }

    .order-detail-screen .form-group {
        margin-bottom: 0;
    }

    .order-detail-screen span {
        font-weight: bold;
        margin-left: 7px;
    }

    .order-detail-screen select {
        width: 300px;
        margin-left: 10px;
        display: inline-block;
        height: 35px;
        font-size: 14px;
    }

.order-item .btn {
    line-height: 22px;
    height: 35px;
    vertical-align: top;
}

.un-focused {
    color: silver
}

.api-validation-table td {
    text-align: left !important;
}

.api-validation-table textarea {
    width: 300px;
    height: 150px
}

.table-striped td {
    overflow-wrap: anywhere;
}

.jtable td {
    word-break: break-all;
}

.folder-item{
    margin: 10px 0px;
    padding: 0;
}

.folder-item a:link {
    text-decoration: none;
}

.folder-item a:visited {
    text-decoration: none;
}

.folder-item a:hover {
    text-decoration: none;
}

.folder-item a:active {
    text-decoration: none;
}

.folder-date {
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: gray;
}

.filter-gap{
    margin: 8px;
    padding: 0;
}

.admin-table-action{
    font-size: 13px;
}

.jtable-input-field-container {
    overflow: hidden;
}

.jtable-input-label {
    float: left;
    width: 250px;
}

.jtable-input.jtable-dropdown-input {
    float: right;
    width: 350px;
}

.jtable-input.jtable-text-input, .jtable-input.jtable-text-input input {
    float: right;
    width: 350px;
}

.jtable-input {
    padding-left: 0 !important;
}

pre {
    outline: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
}

.string {
    color: green;
}

.number {
    color: darkorange;
}

.boolean {
    color: blue;
}

.null {
    color: magenta;
}

.key {
    color: red;
}

.faq-header {
    background-color: #bfe6ff;
}