/*
 *
 * Wijmo Library 3.20132.9
 * http://wijmo.com/
 *
 * Copyright(c) GrapeCity, Inc.  All rights reserved.
 * 
 * Licensed under the Wijmo Commercial License. Also available under the GNU GPL Version 3 license.
 * licensing@wijmo.com
 * http://wijmo.com/widgets/license/
 *
 *
 */
.wijmo-wijdatepager
{
    position: relative;
    width: 100%;
}
.wijmo-wijdatepager-container
{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25) inset;
    position: absolute;
    width: 100%;
    font-size: 11px;
    line-height: 15px;
    height: 22px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}
.wijmo-wijdatepager-container .wijmo-wijdatepager-pages
{
    width: 99%;
    margin: 0;
    padding: 2px 3px;
    cursor: pointer;
    position: absolute;
    display: table;
    table-layout: fixed;
    *position: relative;
    *padding: 0 3px;
    *width: 100%;
}

.wijmo-wijdatepager-pages .wijmo-wijdatepager-pagelabel
{
    display: table-cell;
    border: none; /*float: left;*/
    height: 16px;
    min-width: 14px;
    padding: 2px 0;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 1px;
    font-weight: normal;
    *float: left;
}

.wijmo-wijdatepager-pages .ui-state-active
{
}

.wijmo-wijdatepager-pages .wijmo-wijdatepager-pagelabel.wijmo-wijdatepager-pageheader
{
}
.wijmo-wijdatepager-pages .wijmo-wijdatepager-pagelabel.wijmo-wijdatepager-pagerange
{
}

.wijmo-wijdatepager-decrement
{
    float: left;
    margin: 0;
    margin: 2px 4px 0;
    width: 18px;    
    height: 18px;   
    -webkit-user-select: none;
}
.wijmo-wijdatepager-increment
{
    float: right;
    margin: 0;
    margin: 2px 4px 0;
    width: 18px;    
    height: 18px;
    -webkit-user-select: none;
}
.wijmo-wijdatepager-decrement .ui-btn-inner,
.wijmo-wijdatepager-increment .ui-btn-inner
{
	left: 0px;
	top: 0px;
	margin: 0px; padding:0px;	
	margin-top:-1px;
    width: 18px;    
    height: 18px;	
}
.wijmo-wijdatepager-decrement .ui-btn-inner .ui-icon,
.wijmo-wijdatepager-increment .ui-btn-inner .ui-icon
{
	left: 0px;
	top: 0px;
	margin: 0px; padding:0px;
    width: 18px;    
    height: 18px;	    	
}

.wijmo-wijdatepager-tooltip
{
    padding: 10px;
    font-size: 14px;
    background-color: #ccc;
    text-align: center;
    height: 20px;
    line-height: 20px;
    z-index: 1000;
}
.wijmo-wijdatepager-tooltip .wijmo-wijdatepager-triangle
{
    position: absolute;
    overflow: visible;
    bottom: -12px;
    width: 0px;
    left: 50%;
    border-color: #cccccc;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #ccc;
    padding-right: -118px;
}

.wijmo-wijdatepager-width-normal .wijmo-wijdatepager-pagelabel
{
}
.wijmo-wijdatepager-width-medium .wijmo-wijdatepager-pagelabel
{
	font-size: 9px;
}
.wijmo-wijdatepager-width-small .wijmo-wijdatepager-pagelabel
{
	font-size: 7px;
}
.wijmo-wijdatepager-width-smallest .wijmo-wijdatepager-pagelabel
{
	font-size: 5px;
}