.bg {
    background-color: white;
}


.admin_holder {
    position: absolute;
    z-index: 100;
    top: 50%;
    width: 100%;
}


.mystyle *{
    color: #000000;
}


.exit
{
    text-align:left;
}



/*--------------------- TextBox And CheckBox Styles ---------------------*/
.btn_del {
    font-weight: bold;
    text-decoration: none;
    font-family: Arial;
    box-shadow: inset #ff0000 0px 5px 8px -1px,#c9c9c9 1px 3px 2px;
    o-box-shadow: inset #ff0000 0px 5px 8px -1px,#c9c9c9 1px 3px 2px;
    -moz-box-shadow: inset #ff0000 0px 5px 8px -1px,#c9c9c9 1px 3px 2px;
    -webkit-box-shadow: inset #ff0000 0px 5px 8px -1px,#c9c9c9 1px 3px 2px;
    background: #ff3030;
    background: -o-linear-gradient(90deg, #ff3030, #eb3d3d);
    background: -moz-linear-gradient( center top, #ff3030 5%, #eb3d3d 100% );
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff3030), color-stop(1, #eb3d3d) );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3030', endColorstr='#eb3d3d');
    background: -webkit-linear-gradient(#ff3030, #eb3d3d);
    background: -ms-linear-gradient(#ff3030, #eb3d3d);
    background: linear-gradient(#ff3030, #eb3d3d);
    text-indent: 0px;
    line-height: 30px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    width: 30px !important;
    height: 30px !important;
    cursor: pointer;
    text-shadow: #7d7d7d 0px 1px 0px;
    border-color: #ffffff;
    border-width: 2px;
    border-style: solid;
}

    .btn_del:hover {
        background: #eb3d3d;
        background: -o-linear-gradient(90deg, #eb3d3d, #ff3030);
        background: -moz-linear-gradient( center top, #eb3d3d 5%, #ff3030 100% );
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eb3d3d), color-stop(1, #ff3030) );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb3d3d', endColorstr='#ff3030');
        background: -webkit-linear-gradient(#eb3d3d, #ff3030);
        background: -ms-linear-gradient(#eb3d3d, #ff3030);
        background: linear-gradient(#eb3d3d, #ff3030);
    }



