﻿.ErrorControl {
    background-color: #FBE3E4;
    border: solid 1px Red;
    width: 300px;
    margin-left: 70px;
    text-align: center;
}

.myButton {
    -moz-box-shadow: 0px 10px 14px -7px #5c6061;
    -webkit-box-shadow: 0px 10px 14px -7px #5c6061;
    box-shadow: 0px 10px 14px -7px #5c6061;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0b78d1), color-stop(1, #003666));
    background: -moz-linear-gradient(top, #0062ad 5%, #003666 100%);
    background: -webkit-linear-gradient(top, #0062ad 5%, #003666 100%);
    background: -o-linear-gradient(top, #0062ad 5%, #003666 100%);
    background: -ms-linear-gradient(top, #0062ad 5%, #003666 100%);
    background: linear-gradient(to bottom, #0062ad 5%, #003666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0062ad', endColorstr='#003666',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0062ad', endColorstr='#003666',GradientType=0);
    /*background-color: #0062ad;*/
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-color: #003666;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    /*padding: 9px;*/
        padding: 16px 25px;
    width: 140px;
    text-decoration: none;
    background: #325D88;
    border-color: #325D88;
}
    .myButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #65b6f0), color-stop(1, #325D88));
        background: -moz-linear-gradient(top, #65b6f0 5%, #325D88 100%);
        background: -webkit-linear-gradient(top, #65b6f0 5%, #325D88 100%);
        background: -o-linear-gradient(top, #65b6f0 5%, #325D88 100%);
        background: -ms-linear-gradient(top, #65b6f0 5%, #325D88 100%);
        background: linear-gradient(to bottom, #65b6f0 5%, #325D88 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003666', endColorstr='#0b78d1',GradientType=0);
        background-color: #325D88;
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }

.divider {
    width: 50px;
    height: auto;
    display: inline-block;
}

.field-validation-valid {
    display: none;
}

.field-validation-error {
    color: red;
}

.validation-summary-valid ul li {
    display: none;
}

.validation-summary-errors ul li {
    color: red;
    background: none;
    list-style: none outside none;
}

.CSSTableGenerator input {
    text-align: left;
}

    .CSSTableGenerator input[type=submit],
    .CSSTableGenerator input[type=button],
    .CSSTableGenerator input[type=reset]
    {
        text-align: center;
    }

    .CSSTableGenerator input[type=text],
    .CSSTableGenerator input[type=password] {
        width: 85%;
    }

.CSSTableGenerator td div {
    text-align: center;
}

.CSSTableGenerator td:first-child > label:first-child {
    margin-left: 20px;
}

.searchMultiselectRow > div {
    float: left;
    width: 33%;
}

.searchMultiselectRow div div:first-child {
    margin-bottom: 10px;
}

.searchMultiselectRow select {
    width: 80%;
}

.homePage {
    text-align: center;
}

.wideTextBox input {
    width: 95% !important;
}
