.small-input {
    width: 70px;
    color: black;
}
.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.label-password {
    position: relative;
    display: block;
}
.label-password_button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #D91A20;
    font-size: 1.4rem;
    cursor: pointer;
    user-select: none;
    z-index: 5;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}
.text-red {
    color: #ff3333
}
.hideFullColumn
{
    visibility: collapse;
    display: none;
}

.form-control.unfilledComponent {
    border:1px solid red !important;
}

.table > thead > tr > td.urgent,
.table > tbody > tr > td.urgent,
.table > tfoot > tr > td.urgent,
.table > thead > tr > th.urgent,
.table > tbody > tr > th.urgent,
.table > tfoot > tr > th.urgent,
.table > thead > tr.urgent > td,
.table > tbody > tr.urgent > td,
.table > tfoot > tr.urgent > td,
.table > thead > tr.urgent > th,
.table > tbody > tr.urgent > th,
.table > tfoot > tr.urgent > th {
    background-color: #ff6666;
}
.table-hover > tbody > tr > td.urgent:hover,
.table-hover > tbody > tr > th.urgent:hover,
.table-hover > tbody > tr.urgent:hover > td,
.table-hover > tbody > tr:hover > .urgent,
.table-hover > tbody > tr.urgent:hover > th {
    background-color: #ff3333;
}

.table > thead > tr > td.passive,
.table > tbody > tr > td.passive,
.table > tfoot > tr > td.passive,
.table > thead > tr > th.passive,
.table > tbody > tr > th.passive,
.table > tfoot > tr > th.passive,
.table > thead > tr.passive > td,
.table > tbody > tr.passive > td,
.table > tfoot > tr.passive > td,
.table > thead > tr.passive > th,
.table > tbody > tr.passive > th,
.table > tfoot > tr.passive > th {
    background-color: #e0e0e0;
}
.table-hover > tbody > tr > td.passive:hover,
.table-hover > tbody > tr > th.passive:hover,
.table-hover > tbody > tr.passive:hover > td,
.table-hover > tbody > tr:hover > .passive,
.table-hover > tbody > tr.passive:hover > th {
    background-color: #c0c0c0;
}

.table-super-condensed > thead > tr > th,
.table-super-condensed > tbody > tr > th,
.table-super-condensed > tfoot > tr > th,
.table-super-condensed > thead > tr > td,
.table-super-condensed > tbody > tr > td,
.table-super-condensed > tfoot > tr > td {
    padding: 1px;
    font-size: 12px;
}

.span3 {
    max-height: 400px !important;
    width: 100%;
    overflow-y: scroll;
    color: inherit;
}

.houses-import-grid-max-height {
    max-height: 400px; 
    overflow-y: auto; 
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 1; 
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 1;
}

.select2-results {
    display: block;
    max-height: 200px;
    overflow-y:scroll}

.custom-button-container {
    height: 100%;
}

.ps-2-5 {
    padding-left: 0.75rem !important;
}

.pt-3-5 {
    padding-top: 1.25rem !important;
}

.text-bg-success-light {
    color: #fff !important;
    background-color: RGBA(25, 180, 84, 1) !important;
}