﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%; /*280px;*/
}


.tile-image-margin {
    margin-top: 10px;
}

    .tile-image-margin img {
        max-height: 100px;
        max-width: 100px;
        min-height: 100px;
        min-width: 100px;
    }

select.required,
textarea.required,
input.required {
    background-color: yellow;
}


.web-image-size {
    max-height: 75px;
    max-width: 75px;
    min-height: 75px;
    min-width: 75px;
}

.selectedimg {
    background-color: red;
}

.unselectedimg {
    background-color: lightgrey;
}

/*used for images that require pointer*/
.a {
    cursor: pointer;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/* New css 03-03-2022 */
body {
    overflow-x: hidden;
    padding: 50px 0 75px;
}

.footer-section {
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px;
}

    .footer-section hr {
        margin-top: 0;
        margin-bottom: 15px;
    }

.register-and-password {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

    .register-and-password a {
        display: inline-block;
        vertical-align: top;
    }

        .register-and-password a:first-of-type {
            margin-right: 15px;
        }

.requestmodel {
    width: 100% !important;
    max-width: 530px;
    margin-left: 0 !important;
    margin-top: 0 !important;
    transform: translateX(-50%) translateY(-50%);
    padding: 15px;
}

.w-100 {
    width: 100% !important;
}

    .w-100 input,
    .w-100 textarea {
        width: 100% !important;
    }

.jumbotron {
    margin-top: 70px;
    font-weight: 400;
}

.check-status {
    width: 100% !important;
}

    .check-status .table thead tr th,
    .check-status .table tbody tr td {
        padding: 15px 20px;
    }

    .check-status pre {
        background-color: transparent;
        border: 1px solid transparent;
    }


@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-nav {
        float: none !important;
       /* margin-top: 7.5px;*/
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                display: inline-block;
                vertical-align: top;
                padding: 5px 0;
                /*padding-top: 10px;
                padding-bottom: 10px;*/
            }

    .collapse.in {
        display: block !important;
    }
}


/* top-navigation */
.top-navigation a,
.top-navigation .navbar-brand {
    color: #999;
}

    .top-navigation a:hover {
        color: #fff;
        text-decoration: none;
    }


/* content */
.body-content h4,
.body-content .h4 {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 600;
}


.form-horizontal .control-label {
    text-align: right !important;
    font-weight: 600;
    padding: 8px 15px 5px;
}
@media (max-width:767px) {
    .form-horizontal .control-label {
        text-align: left !important;
    }
}

.navbar-nav a {
    padding: 10px 15px;
}

.input-group-addon {
    padding: 6px 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.list-position-autocomplete {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
}


.eqinvwidth{
    width:700px;
}


.eqinvtablescroll {
    overflow: scroll;
    max-height: 250px;
}