/* THIS CSS FILE IS FOR ADMIN SPECIFIC ITEMS */

.hdr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: block;
}

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.pageRefresh {
    display: none;
}


.placeholders {
    margin-bottom: 30px;
    text-align: center;
}

    .placeholders h4 {
        margin-bottom: 0;
    }

.placeholder {
    margin-bottom: 20px;
}

    .placeholder img {
        display: inline-block;
        border-radius: 50%;
    }

td.editColumn i {
    padding: 4px;
    font-size: 1.1em;
}

.dropdown-menu li {
    margin:0px;
    padding:0px;
}

th.centerHeaderText {
    text-align: center;
}

th.rightHeaderText {
    text-align: right;
}

th.leftHeaderText {
    text-align: left;
}

.modal-popup {
    background-image: url(loading-blue.gif);
}

.adminDropDownLink {
    text-decoration: none;
    font-size: .8em;
    font-weight: normal;
    padding: 2px 5px;
    white-space: nowrap;
}

.aspNetDisabled {
    opacity:60%;
}