﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/*******************************************************************************/
@media (max-width: 768px) {
    #body-login {
        background-color: white !important;
        padding: 0px !important;
    }

        #body-login .body-content {
            border: none !important;
        }
}
/*******************************************************************************/

/* 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: 280px;
}

/* 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;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}
.strike > span {
    position: relative;
    display: inline-block;
}
.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: gainsboro;
}
.strike > span:before {
    right: 100%;
    margin-right: 10px;
}
.strike > span:after {
    left: 100%;
    margin-left: 10px;
}

#tblPrivileges th:first-child, td:first-child {
    position: sticky;
    left: 0px;
    background-color: grey;
}
