﻿.input-validation-error {
    border: 1px solid rgb(255, 106, 106);
    border-image: none;
}

.input-validation-valid {
}

.field-validation-error {
    color: rgb(255, 0, 0);
}

.field-validation-valid {
    display: none;
}

.validation-summary-errors {
    position: relative;
    background-color: #ffcccc;
    padding: 10px 10px 10px 50px;
    border-radius: 0.6em;
    border: 1px solid rgb(255, 106, 106);
    border-image: none;
    color: rgb(51, 51, 51);
    margin-bottom: 10px;
    -moz-border-radius: 0.6em;
}

    .validation-summary-errors:before {
        content: "\E193";
        font-family: "Glyphicons Regular";
        font-size: 2em;
        position: absolute;
        top: 10px;
        left: 10px;
        color: #990000;
    }

    .validation-summary-errors ul {
        margin-left: 30px;
        list-style-type: disc;
    }

        .validation-summary-errors ul li {
            margin: 5px 0px;
        }

.validation-summary-valid {
    display: none;
}
.input-validation-error {
    border: 1px solid rgb(255, 106, 106);
    border-image: none;
}

.input-validation-valid {
}

.field-validation-error {
    color: rgb(255, 0, 0);
}

.field-validation-valid {
    display: none;
}

.validation-summary-errors {
    position: relative;
    background-color: #ffcccc;
    padding: 10px 10px 10px 50px;
    border-radius: 0.6em;
    border: 1px solid rgb(255, 106, 106);
    border-image: none;
    color: rgb(51, 51, 51);
    margin-bottom: 10px;
    -moz-border-radius: 0.6em;
}

    .validation-summary-errors:before {
        content: "\E193";
        font-family: "Glyphicons Regular";
        font-size: 2em;
        position: absolute;
        top: 10px;
        left: 10px;
        color: #990000;
    }

    .validation-summary-errors ul {
        margin-left: 30px;
        list-style-type: disc;
    }

        .validation-summary-errors ul li {
            margin: 5px 0px;
        }

.validation-summary-valid {
    display: none;
}

.content-container .changemade {
    position: relative;
    background-color: rgb(242, 242, 242);
    padding: 0px 10px 10px 50px;
    border-radius: 0.6em;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    margin-bottom: 10px;
    -moz-border-radius: 0.6em;
}
    .content-container .changemade:before {
        content: "\E194";
        font-family: "Glyphicons Regular";
        font-size: 2em;
        position: absolute;
        top: 8px;
        left: 10px;
        color: #009900;
    }

.content-container .error {
    position: relative;
    /*background-color: rgb(242, 242, 242);*/
    background-color: #ffcccc;
    padding: 0px 10px 10px 50px;
    border-radius: 0.6em;
    /*border: 1px solid rgb(204, 204, 204);*/
    border: 1px solid rgb(255, 106, 106);
    border-image: none;
    margin-bottom: 10px;
    -moz-border-radius: 0.6em;
}

    .content-container .error:before {
        /*content: "\E194";
        font-family: "Glyphicons Regular";
        font-size: 2em;
        position: absolute;
        top: 8px;
        left: 10px;
        color: #009900;*/
        content: "\E193";
        font-family: "Glyphicons Regular";
        font-size: 2em;
        position: absolute;
        top: 10px;
        left: 10px;
        color: #990000;
    }

.popup-info {
    position: relative;
    height: 30px;
    width: 100%;
    margin-top: -23px;
}

    .popup-info .popup-button {
        float: left;
        width: 20px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: yellow;
        color: #fff;
        font-size: 16px;
        z-index: 101;
        margin-top: 25px;
    }

    .popup-info .hidden {
        display: none;
    }

    .popup-info:hover .hidden {
        display: block;
        position: absolute;
        background-color: #fff;
        border: solid 1px yellow;
        padding: 10px 10px 10px 30px;
        z-index: 100;
        width: 250px;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
    height: 40px;
}

tr.normal-row td {
    background: rgb(255,255,255);
}

tr.alternate-row td {
    background-color: rgb(233, 234, 236);
}