/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding:7px;
  margin-top: 1px;
border-radius: 4px;
border: 1px solid #aaaaaa;
font-size:12px;

}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  line-height:22px;

}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #b4b4b4;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0060c0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0060c0));
  background-image: -webkit-linear-gradient(top, #0088cc, #0060c0);
  background-image: -o-linear-gradient(top, #0088cc, #0060c0);
  background-image: linear-gradient(to bottom, #0088cc, #0060c0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0060c0', GradientType=0);
  border-color: #0060c0 #0060c0 #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0060c0;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
    border: 1px solid #0034ac;
    background: #0034ac;
    color: #ffffff;
    border-radius: 100% !important;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 100% !important;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0060c0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0060c0));
  background-image: -webkit-linear-gradient(top, #0088cc, #0060c0);
  background-image: -o-linear-gradient(top, #0088cc, #0060c0);
  background-image: linear-gradient(to bottom, #0088cc, #0060c0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0060c0', GradientType=0);
  border-color: #0060c0 #0060c0 #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0060c0;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
border: 1px solid #0034ac;
background: #0034ac;
color: #ffffff;
text-align:center !important
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
font-size: 14px;
color: #474747;
background: #e7e7e7;
border-radius: 100%;
width:26px;
}
.datepicker th.next i,
.datepicker th.prev i {
    font-size:10px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
 
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
    }
.dpHdr{
    border: 1px solid #aaaaaa !important;
    /*background: #cccccc url(../images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x !important;*/
    color: #222222;
    font-weight: bold;
    border-radius:4px;
    border-spacing: 0px;
    border-collapse:collapse;
}
.table-condensed {
    border-spacing: 1px;
    border-collapse:inherit;
}
.table-condensed td{
    border: transparent;
    background: transparent;
    padding: 0px !important;
    text-align: center !important;
    border-radius:100% !important;  
}
.table-condensed .dow{
    font-weight:bold;
}
