﻿.login_bg
{
    background-image: url("../img/bg-login.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment:fixed;
}
.GridPager a, .GridPager span
{
    display: block;
    height: 20px;
    width: 20px;
    text-align: center;
    text-decoration: none;
}
.GridPager a
{
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}
.GridPager span
{
    background-color: #A1DCF2;
    color: #000;
    border: 1px solid #3AC0F2;
}

/*Loading Overlay*/
.loading-overlay
{
    display: none;
    background: transparent url('../images/Icon/overlay.png');
    height: 100%;
    left: 0;
    position: fixed;
    _position: absolute;
    _height: 1020px;
    top: 0;
    width: 100%;
    z-index: 1200;
}
.ajax-loader-outer
{
    background: #fff url('../images/Icon/loadsmart.gif') no-repeat 5px 5px;
    margin: 291px auto 0 auto;
    width: 135px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 12px 0 12px 45px;
    font-size: 13px;
    color: #000;
    font-family: Segoe UI,Lucida Grande,Arial,Helvetica,sans-serif;
    height: 45px;
    -moz-box-shadow: 2px 2px 3px #C2C2C2;
    -webkit-box-shadow: 2px 2px 3px #C2C2C2;
    box-shadow: 2px 2px 3px #C2C2C2;
}
#load
{
    background: url('../images/Icon/ezgif.gif') no-repeat center center rgba(0,0,0,0.25);
    height: 100%;
    left: 0;
    position: fixed;
    _position: absolute;
    _height: 1020px;
    top: 0;
    width: 100%;
    z-index: 1200;
}

.fleft
{
    float: left;
}
.fright
{
    float: right;
}
.aleft
{
    text-align: left;
}
.aright
{
    text-align: right;
}
.acenter
{
    text-align: center;
}
.ajustify
{
    text-align: justify;
}
.ribbon
{
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.ribbon span
{
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F79E05 0%, #8F5408 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}
.ribbon span::before
{
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #8F5408;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F5408;
}
.ribbon span::after
{
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F5408;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F5408;
}

.ajax__calendar
{
    z-index: 99999999999 !important;
}

