﻿.alert-box {
    position: fixed;
    padding: 15px;
    bottom: 20px;
    right: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: none;
    float: right;
    z-index:999999 !important;
}

.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    display: none;
    z-index: 9999;
}

.failure {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    display: none;
    z-index: 9999;
}

.warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    display: none;
    position: fixed;
    float: left;
    z-index: 9999;
}

#loader {
    display: none;
}

.content-wrapper {
    min-height: 990px !important;
}

.del, .select {
    height: 24px;
    width: 24px;
    cursor: pointer;
}

.loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    width: 95%;
    height: 100%;
    background-color: rgba(3,3,3,0.0);
    text-align: center;
    z-index: 999;
}

.loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.hidden {
    display: none !important;
}