@charset "UTF-8";

.secret {
    color: #e6e6e6;
}

.coupon {
    color: #f8d8d3;
}

textarea.tool-output {
    width: 100%;
    height: 250px;
    border-radius: 3px;
    font-family: monospace;
    font-size: 15px;
}

textarea.tool-output-textarea-horizontal-scoll {
    white-space: nowrap;
}

.tool-message {
    display: none;
    margin-bottom: 16px;
    border-radius: 3px;
}

.tool-message-title {
    color: white;
    padding: 5px;
}

.tool-message-message {
    padding-left: 5px;
}

.tool-message.tool-error {
    color: #e05846;
    border: 2px solid #e05846;
}

.tool-message.tool-error > .tool-message-title {
    background-color: #e05846;
}

.tool-message.tool-warning {
    color: #d0b90e;
    border: 2px solid #d0b90e;
}

.tool-message.tool-warning > .tool-message-title {
    background-color: #d0b90e;
}

.tool-options {
    background: #5782b6;
    border-radius: 3px;
    padding: 5px;
    color: white;
}

.tool-options-group {
    display: inline-block;
    vertical-align: top;
    width: 210px;
}

.tool-options-group-title {
    font-size: 17px;
    border-bottom: 1px rgba(255, 255, 255, 0.2) dotted;
}

.tool-options-group-buttons {
    margin-top: 5px;
    font-size: 16px;
}

.tool-options-button {
    margin-top: 7px;
}

.tool-options-button select {
    width: 95%;
}

.tool-options-button-comment {
    font-size: 15px;
}

.tool-example {
    display: inline-block;
    width: 220px;
    background: #5782b6;
    padding: 5px;
    border-radius: 3px;
    vertical-align: top;
    color: white;
    cursor: pointer;
    margin-bottom: 5px;
}

.tool-example-title {
    font-size: 17px;
    border-bottom: 1px rgba(255, 255, 255, 0.2) dotted;
}

.tool-example-desc {
    font-size: 16px;
    margin-top: 5px;
    border-bottom: 1px rgba(255, 255, 255, 0.2) dotted;
}

.tool-example-output {
    margin-top: 5px;
    font-size: 15px;
    border-bottom: 1px rgba(255, 255, 255, 0.2) dotted;
    padding-bottom: 5px;
}

.tool-example-output pre {
    font-size: 14px;
    padding: 2px;
    color: rgba(0, 0, 0, 0.8);
    margin: 0;
    max-height: 210px;
}

.tool-example-options {
    font-size: 16px;
    margin-top: 5px;
}

.tool-example-option {
    margin-top: 5px;
}

.tool-example-option-comment {
    font-size: 15px;
}

/*
@media (max-width: 992px) {
    .tool-example {
        width: 150px;
    }
}
*/
