.edit {
    background-position: left center;
    background-image: url('/img/custom/edit-icon.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.delete {
    background-position: left center;
    background-image: url('/img/custom/delete-icon.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.validationSummary {
    color: rgb(209, 7, 7) !important;
    border: 1px solid rgb(219, 3, 3);
    padding: 5px 10px;
    margin: 10px 10px 10px 10px;
    width: auto;
    background-color: rgb(255, 225, 225);
    font-weight: bold;
}

    .validationSummary ul {
        font-weight: normal;
        list-style-type: circle;
        padding-left: 16px;
        margin: 4px 0px;
    }

.okMessage {
    border: 1px dotted green;
    background-color: green;
    color: white;
    padding: 5px 10px;
    display: block;
    font-size: 13px;
    margin: 0px 10px;
}

.DisplayNon {
    visibility: hidden;
}

.SearchButtonMargin {
    margin-left: 10px;
}

.MessageWrapper {
    padding: 5px;
}

    .MessageWrapper.ShowAsModalPopup {
        padding: 0;
    }

        .UpdateProgressTemplate, .MessageWrapper.ShowAsModalPopup .MessageFullWindowBackground {
            position: fixed;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background-color: Gray;
            opacity: 0.7;
            filter: alpha(opacity = 70);
            z-index: 900;
        }

        .UpdateProgressTemplateContent, .MessageWrapper.ShowAsModalPopup .divMessage {
            border: 1px solid gray;
            position: fixed;
            left: 50%;
            top: 50%;
            margin-left: -250px;
            margin-top: -37px;
            width: 500px;
            height: 74px;
            background-color: white;
            border-radius: 5px;
            padding: 10px;
            z-index: 1000;
        }

.UpdateProgressTemplateContent {
    text-align: center;
    margin-left: -37px;
    margin-top: -37px;
    width: 74px;
    height: 74px;
}


    .UpdateProgressTemplateContent.WithMessage {
        margin-left: -250px;
        width: 500px;
    }


        .UpdateProgressTemplateContent.WithMessage .Message {
            padding-right: 20px;
        }

        .UpdateProgressTemplateContent.WithMessage .Image {
            width: 30px;
        }


.MessageWrapper.ShowAsModalPopup .divMessage .tdMessage {
    padding-right: 30px;
    padding-left: 10px;
    text-align: center;
}


/* when popup message, we hide the close image and we show the sim logo*/
.MessageWrapper.ShowAsModalPopup .divMessage td.tdCloseIcon a {
    /*    background-image:url("images/simicon_small.jpg"); 	background-repeat:no-repeat;     */
    position: absolute;
    right: 5px;
    top: 6px;
    display: block;
    width: 20px;
    height: 20px;
}

.red {
    color: red;
}

.bold {
    font-weight: bold;
}

.chk input, .chkStatus input, .chkStatusAll input {
    width: 28px;
    height: 28px;
    background: #8C0A0A;
    background: linear-gradient(top, #8C0A0A 0%, #dfe5d7 40%, #b3bead 100%);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    margin-top: -5px;
}

.hide {
    display: none;
}

.radiobuttonlist label, .checkboxlist label {
    margin-right: 20px;
}

.tableCaption {
    background-color: #f8f8f8;
}

.capitalize {
    text-transform: capitalize;
}

.font18 {
    font-size: 18px;
}

.font11 {
    font-size: 11px !important;
}

.resizableVertical {
    resize: vertical;
}

