 
        #page
        {
            margin: 0 auto 50px;
            position: relative;
            width: 920px;
        }
        .buttonpopup
        {
            background-color: #2b91af;
            border-radius: 10px;
            box-shadow: 0 2px 3px rgba(0,0,0,0.3);
            color: #fff;
            cursor: pointer;
            display: inline-block;
            padding: 10px 20px;
            text-align: center;
            text-decoration: none;
        }
        .buttonpopup.small
        {
            border-radius: 15px;
            float: right;
            margin: 22px 5px 0;
            padding: 6px 15px;
        }
        .buttonpopup:hover
        {
            background-color: #1e1e1e;
        }
        .buttonpopup > span
        {
            font-size: 84%;
        }
        .buttonpopup.b-close, .buttonpopup.bClose
        {
            border-radius: 7px 7px 7px 7px;
            box-shadow: none;
            font: bold 131% sans-serif;
            padding: 0 6px 2px;
            position: absolute;
            right: -7px;
            top: -7px;
        }
        .example
        {
            display: block;
            line-height: 1.25;
            padding: 30px 110px 15px 0;
        }
        .code-undefined
        {
            color: #617a61;
        }
        .code-string
        {
            color: #fa8072;
        }
        .code-function
        {
            color: #ffa54f;
        }
        .code-int
        {
            color: #2b91af;
        }
        .code-comment
        {
            color: #7ccd60;
        }
        ::-moz-selection
        {
            background-color: #2b91af;
            color: #fff;
            text-shadow: none;
        }
        ::selection
        {
            background-color: #2b91af;
            color: #fff;
            text-shadow: none;
        }
        #page h1 + .button
        {
            position: absolute;
            top: 20px;
            right: 25px;
        }
        #share
        {
            position: absolute;
            right: 18px;
            top: 85px;
            width: 205px;
        }
        #share > div
        {
            display: inline-block;
        }
        #page li
        {
            position: relative;
        }
        #page ul + a
        {
            display: block;
            font-size: 180%;
            margin: 25px 0;
            text-align: center;
            text-decoration: none;
        }
        .header
        {
            margin: 30px 0 0;
            background-color: #000;
            padding: 12px 20px 10px;
            border-radius: 20px 0 0 0;
            width: 100%;
            left: -40px;
            position: relative;
        }
        .note
        {
            color: #c0c0c0;
            font-size: 80%;
        }
        #popup, #popup2, .bMulti
        {
            background-color: #fff;
            border-radius: 10px 10px 10px 10px;
            box-shadow: 0 0 25px 5px #999;
            color: #111;
            display: none;
            min-width: 250px;
            padding: 10px 25px 25px 25px;
        }
        #popup .logo
        {
            color: #2b91af;
            font: bold 325% 'Petrona' ,sans;
        }
        #popup, .bMulti
        {
            min-height: 250px;
        }
        #popup2 iframe
        {
            background: url('loader.gif') center center no-repeat;
            min-height: 100%;
            min-width: 100%;
        }
        .loading
        {
            background: url('loader.gif') center center no-repeat;
        }
        .bMulti p
        {
            font: 500% 'Petrona' ,sans-serif;
            padding: 45px 0 0;
            text-align: center;
        }
        .bMulti a
        {
            left: 175px;
            position: absolute;
            top: 175px;
        }
        .lt-ie9 .bModal
        {
            background-color: #000;
        }
        .github
        {
            background: url('images/github.png') 0 0 no-repeat;
            height: 149px;
            width: 149px;
            opacity: .6;
            position: fixed;
            right: 0;
            top: 0;
            -webkit-transition-property: opacity;
            -moz-transition-property: opacity;
            transition-property: opacity;
            -webkit-transition-duration: .35s;
            -moz-transition-duration: .35s;
            transition-duration: .35s;
            -webkit-transition-timing-function: ease-out;
            -moz-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }
        .github:hover
        {
            opacity: 1;
        }

/*-------------- Master Page CSS----------------*/

.myButton
        {
            -moz-box-shadow: 0px 10px 14px -7px #276873;
            -webkit-box-shadow: 0px 10px 14px -7px #276873;
            box-shadow: 0px 10px 14px -7px #276873;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
            background: -moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
            background: -webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
            background: -o-linear-gradient(top, #599bb3 5%, #408c99 100%);
            background: -ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
            background: linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
            background-color: #599bb3;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            border-radius: 8px;
            display: inline-block;
            cursor: pointer;
            color: #ffffff;
            font-family: arial;
            font-size: 14px;
            margin: 5px 5px 5px 5px;
            padding: 30px 12px;
            text-decoration: none;
            text-shadow: 0px 1px 0px #3d768a;
            width:100px;
            height:35px;
            text-align:center;
        }
        .myButton:hover
        {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
            background: -moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
            background: -webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
            background: -o-linear-gradient(top, #408c99 5%, #599bb3 100%);
            background: -ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
            background: linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
            background-color: #408c99;
        }
        .myButton:active
        {
            position: relative;
            top: 1px;
        }        
        .disabledSpan
        {
            font-size: 9px;
            background-color: #CECECE;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #CECECE), color-stop(1, #BEBEBE));
            background: -moz-linear-gradient(top, #CECECE 5%, #BEBEBE 100%);
            background: -webkit-linear-gradient(top, #CECECE 5%, #BEBEBE 100%);
            background: -o-linear-gradient(top, #CECECE 5%, #BEBEBE 100%);
            background: -ms-linear-gradient(top, #CECECE 5%, #BEBEBE 100%);
            background: linear-gradient(to bottom, #CECECE 5%, #BEBEBE 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CECECE', endColorstr='#BEBEBE',GradientType=0);
            color: #333333;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            border-radius: 8px;
            display: inline-block;
            -moz-box-shadow: 0px 10px 14px -7px #666666;
            -webkit-box-shadow: 0px 10px 14px -7px #666666;
            box-shadow: 0px 10px 14px -7px #666666;
            font-size: 14px;
            margin: 5px 5px 5px 5px;
            padding: 30px 12px;
            text-shadow: 0px 1px 0px #3d768a;
            width:100px;
            height:35px;
            text-align:center;
        }
        
.notavailable
{
    -moz-box-shadow: 0px 10px 14px -7px #FF0000;
    -webkit-box-shadow: 0px 10px 14px -7px #FF0000;
    box-shadow: 0px 10px 14px -7px #FF0000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FF5E5E), color-stop(1, #FF2424));
    background: -moz-linear-gradient(top, #FF5E5E 5%, #FF2424 100%);
    background: -webkit-linear-gradient(top, #FF5E5E 5%, #FF2424 100%);
    background: -o-linear-gradient(top, #FF5E5E 5%, #FF2424 100%);
    background: -ms-linear-gradient(top, #FF5E5E 5%, #FF2424 100%);
    background: linear-gradient(to bottom, #FF5E5E 5%, #FF2424 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5E5E', endColorstr='#FF2424',GradientType=0);
    background-color: #FF5E5E;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 12px;
    margin: 5px 5px 5px 5px;
    padding: 10px 12px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #3d768a;
    width: 100px;
    height:75px;
    text-align: center;
}
.notavailable span
{
   font-size: 10px; 
}

.notavailable:hover
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FF2424), color-stop(1, #FF5E5E));
    background: -moz-linear-gradient(top, #FF2424 5%, #FF5E5E 100%);
    background: -webkit-linear-gradient(top, #FF2424 5%, #FF5E5E 100%);
    background: -o-linear-gradient(top, #FF2424 5%, #FF5E5E 100%);
    background: -ms-linear-gradient(top, #FF2424 5%, #FF5E5E 100%);
    background: linear-gradient(to bottom, #FF2424 5%, #FF5E5E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2424', endColorstr='#FF5E5E',GradientType=0);
    background-color: #FF2424;
}

        
#banner-wrapper {
    background-color: #397aa8;
    padding: 1px 0;
}

#banner-inner-wrapper {
    display: table;
    width: 96%;
    margin: 0.375em auto; /* 6/16 = 0.375em; */
}
#banner-inner {
    display: table-row;
}

#heading
{
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 14pt;
    font-family: 'Berlin Sans FB';
    color:White;
    padding-top:10px;
    
    background: -webkit-linear-gradient(#39B7FB, #0698E6,#0572AD); /* For Safari */
    background: -o-linear-gradient(#39B7FB, #0698E6,#0572AD); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#39B7FB, #0698E6,#0572AD); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(top,  #39B7FB 0%,#0698E6 50%,#0698E6 51%,#0572AD 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39B7FB', endColorstr='#0572AD'); /* for IE */
    background: linear-gradient(#39B7FB, #0698E6,#0572AD);
}

.countrow
{
    color: #333399;
    font-size: 10px;
    font-weight: bold;
    height: auto;
    margin-top: 2px;
    margin-bottom:2px;
    padding-left:0px;
    padding-right:0px;
    white-space:normal;
}

@media (max-width: 768px) and (min-width: 320px)
{
    .jqx-grid-cell
{
font-size:10px;    
white-space:normal;
}
}


.jqx-grid-column-header
{
    white-space: normal;
}

.popupdiv
{
     background-color: #fff;
            border-radius: 10px 10px 10px 10px;
            box-shadow: 0 0 25px 5px #999;
            color: #111;
            display: none;           
            padding: 5px 25px ;            
}


/*-----------------------Batch Process Grid Status Buttons-------------------------*/

.FreeStatus
{
    -moz-box-shadow: 0px 10px 14px -7px #666666;
    -webkit-box-shadow: 0px 10px 14px -7px #666666;
    box-shadow: 0px 10px 14px -7px #666666;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #F3F3F3), color-stop(1, #DFDFDF));
    background: -moz-linear-gradient(top, #F3F3F3 5%, #DFDFDF 100%);
    background: -webkit-linear-gradient(top, #F3F3F3 5%, #DFDFDF 100%);
    background: -o-linear-gradient(top, #F3F3F3 5%, #DFDFDF 100%);
    background: -ms-linear-gradient(top, #F3F3F3 5%, #DFDFDF 100%);
    background: linear-gradient(to bottom, #F3F3F3 5%, #DFDFDF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F3F3', endColorstr='#DFDFDF',GradientType=0);
    background-color: #F3F3F3;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #333333;
    font-family: arial;
    font-size: 14px;
    margin: 5px 5px 5px 5px;
    padding: 40px 12px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #969696;
    width: 100px;
    height: 40px;
    text-align: center;
}

.FreeStatus:hover
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #DFDFDF), color-stop(1, #F3F3F3));
    background: -moz-linear-gradient(top, #DFDFDF 5%, #F3F3F3 100%);
    background: -webkit-linear-gradient(top, #DFDFDF 5%, #F3F3F3 100%);
    background: -o-linear-gradient(top, #DFDFDF 5%, #F3F3F3 100%);
    background: -ms-linear-gradient(top, #DFDFDF 5%, #F3F3F3 100%);
    background: linear-gradient(to bottom, #DFDFDF 5%, #F3F3F3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFDFDF', endColorstr='#F3F3F3',GradientType=0);
    background-color: #F3F3F3;
}
.FreeStatus:active
{
    position: relative;
    top: 1px;
}

.BusyStatus
{
    -moz-box-shadow: 0px 10px 14px -7px #005B00;
    -webkit-box-shadow: 0px 10px 14px -7px #005B00;
    box-shadow: 0px 10px 14px -7px #005B00;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9DBF64), color-stop(1, #7DA242));
    background: -moz-linear-gradient(top, #9DBF64 5%, #7DA242 100%);
    background: -webkit-linear-gradient(top, #9DBF64 5%, #7DA242 100%);
    background: -o-linear-gradient(top, #9DBF64 5%, #7DA242 100%);
    background: -ms-linear-gradient(top, #9DBF64 5%, #7DA242 100%);
    background: linear-gradient(to bottom, #9DBF64 5%, #7DA242 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9DBF64', endColorstr='#7DA242',GradientType=0);
    background-color: #9DBF64;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    font-family: arial;
    font-size: 12px;
    margin: 5px 5px 5px 5px;
    padding: 10px 12px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #336600;
    width: 100px;
    height: 100px;
    text-align: center;
}

.BusyStatus:hover
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7DA242), color-stop(1, #9DBF64));
    background: -moz-linear-gradient(top, #7DA242 5%, #9DBF64 100%);
    background: -webkit-linear-gradient(top, #7DA242 5%, #9DBF64 100%);
    background: -o-linear-gradient(top, #7DA242 5%, #9DBF64 100%);
    background: -ms-linear-gradient(top, #7DA242 5%, #9DBF64 100%);
    background: linear-gradient(to bottom, #7DA242 5%, #9DBF64 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7DA242', endColorstr='#9DBF64',GradientType=0);
    background-color: #F3F3F3;
}
.BusyStatus:active
{
    position: relative;
    top: 1px;
}

.BreakdownStatus
{
    -moz-box-shadow: 0px 10px 14px -7px #FF1A1A;
    -webkit-box-shadow: 0px 10px 14px -7px #FF1A1A;
    box-shadow: 0px 10px 14px -7px #FF1A1A;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FF8080), color-stop(1, #FF5353));
    background: -moz-linear-gradient(top, #FF8080 5%, #FF5353 100%);
    background: -webkit-linear-gradient(top, #FF8080 5%, #FF5353 100%);
    background: -o-linear-gradient(top, #FF8080 5%, #FF5353 100%);
    background: -ms-linear-gradient(top, #FF8080 5%, #FF5353 100%);
    background: linear-gradient(to bottom, #FF8080 5%, #FF5353 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8080', endColorstr='#FF5353',GradientType=0);
    background-color: #FF8080;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    font-family: arial;
    font-size: 14px;
    margin: 5px 5px 5px 5px;
    padding: 10px 12px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #FF0000;
    width: 100px;
    height: 100px;
    text-align: center;
}

.BreakdownStatus:hover
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FF5353), color-stop(1, #FF8080));
    background: -moz-linear-gradient(top, #FF5353 5%, #FF8080 100%);
    background: -webkit-linear-gradient(top, #FF5353 5%, #FF8080 100%);
    background: -o-linear-gradient(top, #FF5353 5%, #FF8080 100%);
    background: -ms-linear-gradient(top, #FF5353 5%, #FF8080 100%);
    background: linear-gradient(to bottom, #FF5353 5%, #FF8080 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5353', endColorstr='#FF8080',GradientType=0);
    background-color: #F3F3F3;
}
.BreakdownStatus:active
{
    position: relative;
    top: 1px;
}

.OverprocessingStatus
{
    -moz-box-shadow: 0px 10px 14px -7px #005BB7;
    -webkit-box-shadow: 0px 10px 14px -7px #005BB7;
    box-shadow: 0px 10px 14px -7px #005BB7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #07A0F3), color-stop(1, #067EC0));
    background: -moz-linear-gradient(top, #07A0F3 5%, #067EC0 100%);
    background: -webkit-linear-gradient(top, #07A0F3 5%, #067EC0 100%);
    background: -o-linear-gradient(top, #07A0F3 5%, #067EC0 100%);
    background: -ms-linear-gradient(top, #07A0F3 5%, #067EC0 100%);
    background: linear-gradient(to bottom, #07A0F3 5%, #067EC0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#07A0F3', endColorstr='#067EC0',GradientType=0);
    background-color: #07A0F3;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    font-family: arial;
    font-size: 12px;
    margin: 5px 5px 5px 5px;
    padding: 10px 12px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #005BB7;
    width: 100px;
    height: 100px;
    text-align: center;
}

.OverprocessingStatus:hover
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #067EC0), color-stop(1, #07A0F3));
    background: -moz-linear-gradient(top, #067EC0 5%, #07A0F3 100%);
    background: -webkit-linear-gradient(top, #067EC0 5%, #07A0F3 100%);
    background: -o-linear-gradient(top, #067EC0 5%, #07A0F3 100%);
    background: -ms-linear-gradient(top, #067EC0 5%, #07A0F3 100%);
    background: linear-gradient(to bottom, #067EC0 5%, #07A0F3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#067EC0', endColorstr='#07A0F3',GradientType=0);
    background-color: #F3F3F3;
}
.OverprocessingStatus:active
{
    position: relative;
    top: 1px;
}


.subspan
{
   font-size: 10px; 
}