﻿.backGau {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    background: #666;
    opacity: 0.7;
    z-index: 999999999999 !important;
    filter: alpha(opacity=70);
    display: none;
}
.backGau2 {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    background: #eee;
    opacity: 0.7;
    z-index: 9999999999999999;
}

.PopupImage {
    display: none;
    border: 25px solid #333;
    background: #fff;
    width: 610px;
    height: 470px;
    top: 50%;
    left: 50%;
    margin-left: -305px;
    margin-top: -235px;
    z-index: 99999999999999;
    position: fixed;
}

    .PopupImage .imageprofile {
        height: 420px;
        width: 560px;
    }

    .PopupImage .close2 {
        right: -22px;
        color: #dd5044;
        position: absolute;
        top: -22px;
        font-weight: bold;
        cursor: pointer;
        z-index: 9999999999999999;
    }

.backimg {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: fixed !important;
}

.center img {
    height: 64px;
    width: 64px;
}

input {
    border: solid 1px #ccc;
}

.form .row {
    margin-bottom: 10px;
}

.form input[type="text"], .form input[type="password"], .form input[type="email"], .form textarea, .form select {
    width: 100%;
    padding: 3px 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 1px;
}

#login {
    width: 400px;
    height: 300px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-left: -200px;
    margin-top: -150px;
}


.box h2 {
    margin: 0px !important;
}

.box td {
    padding: 2px !important;
}

.Pdetail {
    display: none;
}


.page_enabled, .page_disabled {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 3px 8px;
    border-radius:3px;
}

.page_enabled {
    background-color: #eee;
    color: #000;
}

.page_disabled {
    background-color: #6C6C6C;
    color: #fff !important;
}
.error {
        padding:5px 10px;
    color:red;
    background:#f0b4ae;
}
.success {
        padding:5px 10px;
    color:#fff;
    background:#419b3c;
}
.table .fa-edit {
    font-size:30px !important; text-align:center !important;
}