﻿
.h-divider {
    margin-top: 15px;
    margin-bottom: 20px;
    height: 1px;
    width: 100%;
    border-top: 1px solid lightgray;
}

.tooltip-inner {
    text-align: left !important;
}

body {
    background-color: #F7F7F7;
}

footer {
    background-color: #EDEDED;
}

/* Hide the spinner arrows on all input boxes of type number */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.has-error > input {
    border: none;
    box-shadow: 0 0 5px red;
}

.panel-heading {
    font-weight: bold;
}
