﻿/*
    Custom css
*/

.logo-dimensions {
    width: 221px;
    height: 43px;
}

.logout > a {
    color: #fff;
    background-color: transparent;
    font-weight: 600;
}

.overlay-hidden {
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    display: none;
    overflow: auto;
}

/*  
    Water use images

*/

.water-use-window {
    background-image: url(/Assets/v2/images/window-larger.png);
}

.water-use-aquarium {
    background-image: url(/Assets/v2/images/aquarium-larger.png);
}

.water-use-valet {
    background-image: url(/Assets/v2/images/valet-larger.png);
}

.water-use-other {
    background-image: url(/Assets/v2/images/other-larger.png);
}

/*
    Validation
*/
.invisible-layer {
    display: none;
}

.invisible {
    display: none;
}

.input-remove-bottom-margin {
    margin-bottom: 0;
}

.full-width {
    min-width:100%;
}

.adjust-top-margin {
    margin-top: -1.5rem;
}

.validation-error {
    color: #dc3545;
    font-size: 12px;
    font-weight: bolder;
    text-align: left;
    margin-top: 10px;
}

.validation-adjusted-vertically {
    margin-top: -1.25rem;
}

.form-control-error {
    z-index:10;
    display: none;
    color: #a94442;
    font-size:12px;
    text-align:right;
}

.form-control-hidden {
    visibility:hidden;
}

.has-error .help-block,
.has-error .form-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.input-validation-error {
    border-color: #a94442!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)!important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)!important;
}

.input-validation-error:focus {
    border-color: #843534!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483!important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483!important;
}
