html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.sold {
    color: darkred !important;
}

.negative {
    color: red !important;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: -1px;
}

input[type="text"]:read-only:not([read-only="false"]) {
    background-color: #eee;
}

.custom-checkbox input[type="checkbox"],
.custom-checkbox .checked {
    display: none;
}

.custom-checkbox input[type="checkbox"]:checked ~ .checked {
    display: inline-block;
}

.custom-checkbox input[type="checkbox"]:checked ~ .unchecked {
    display: none;
}

#toolbar-select {
    display: flex;
    justify-content: space-between;
    /*padding: 5px 5px 4px 5px;*/
    margin: 0 0 0 0;
    color: white;
    border-top: 1px solid #4a4a4a;
    border-bottom: 1px solid #262626;
    height: 43px;
    background-color: #5eb1de;
    border-bottom-color: #40a3d8;
    border-top-color: #7cbfe4;
}

    #toolbar-select .btn {
        color: #fff;
        border: none !important;
        transition: all 0.25s;
        padding: 5px 10px;
        letter-spacing: .5px;
        font-size: 15px;
        font-weight: 200;
        border-radius: 0px;
        height: 32px;
        background-color: transparent;
        text-transform: none;
        box-shadow: none;
    }

        #toolbar-select .btn:hover {
            background-color: #349cd5;
            box-shadow: none !important;
            border-radius: 5px;
        }

.diffheader {
    margin: 0 0 0 0;
    color: white;
    border-top: 1px solid #4a4a4a;
    border-bottom: 1px solid #262626;
    height: 38px;
    width: 100%;
    background-color: #5eb1de;
    border-bottom-color: #40a3d8;
    border-top-color: #7cbfe4;
    align-content: center;
    padding-top: 5px;
    padding-left: 4px;
    margin-bottom: 4px;
}

th a label {
    cursor: pointer;
}

.skulink, .searchlink {
    color: rgb(79, 79, 79);
    cursor: pointer;
}
