﻿.field-validation-error, .validation-summary-errors {
    color: red;
    font-size: 14px;
}

img.round-corner {
    -moz-border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    border-radius: 100% !important;
}

div#loading {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0,0,0,0.3);
    position: absolute;
    z-index: 99998;
    display: none;
}

    div#loading img.loading-img {
        width: 32px;
        height: 32px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -16px;
        margin-top: -16px;
        z-index: 99999;
    }



#upload-images {
}

    #upload-images span.image-item {
        position: relative;
        width: 85px;
        height: 110px;
        border: 1px dashed #cccccc;
        margin-right: 5px;
        display: inline-block;
        padding: 5px;
    }

        #upload-images span.image-item:hover .close {
            display: block;
        }

        #upload-images span.image-item .close {
            width: 22px;
            height: 22px;
            background: url(/statics/images/waringico.png) no-repeat;
            position: absolute;
            top: -11px;
            right: -11px;
            display: none;
        }

.button-edit,
.button-delete,
.button-changepass,
.button-view,
.button-audit,
.button-ban,
.button-reset {
    padding: 1px 3px;
}

.uploadify-button {
    background: #428bca;
    color: white;
    text-align: center;
}

    .uploadify-button:hover {
        background: #abbac3;
    }

.uploadify-queue {
    display: none !important;
}

::-webkit-scrollbar {
    width: 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #438eb9;
}

.sidebar-scroll {
    overflow-y: auto;
    overflow-x: hidden;
}

.select-user-list {
    overflow: hidden;
    max-height: 300px;
    overflow-y: auto;
}

    .select-user-list h4 {
        display: block;
        clear: both;
        border-bottom: 1px solid #dddddd;
        margin: 5px 0 10px 0;
        padding-bottom:5px;
    }

    .select-user-list ul {
        overflow: hidden;
    }

        .select-user-list ul li {
            list-style: none;
            width: 47%;
            border: 1px solid #dddddd;
            padding: 5px;
            display: inline;
            float: left;
            margin-right: 10px;
            margin-bottom: 10px;
        }
