﻿
.field-validation-error, .validation-summary-errors {
    color: red;
}

.input-validation-error {
    border-color: red;
}

.integer_input {
    text-align: right;
    width: 100px;
}

.check_box_input {
    box-shadow: none;
    width: 1.25rem;
    height: 1.25rem;
}

.check-box-inline {
    margin-top: 3px;
    margin-left: 5px;
}

.dt-body-center {
    text-align: center;
}

.dt-body-right {
    text-align: right;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    border-width: 3px;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.input-group > .select2-container--bootstrap {
    width: auto;
    flex: 1 1 auto;
}

.scrollbar-style::-webkit-scrollbar {
    width: 12px;
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scrollbar-style::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.scrollbar-style::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

