.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
   background: #e4e4e4 !important;
   color: #999 !important;
   cursor: default !important;
}


.alert-success {
   color: #3c763d !important;
   background-color: #ffffff !important;
   border-color: #d6e9c6 !important;
}


.btn-success {
   color: #ffffff;
   background-color: #fc8245;
   border-color: #fc8245;
   border-radius: 2px !important;
}


.orange .btn:hover {
background-color: #ff7f00 !important;
border-color: #ff7f00 !important;
color: #fff !important;
border-radius: 5px !important;
/*box-shadow: inset 0px 0px 0px 2px #ce0000;*/
}

.datepicker table tr td.today {
background-color: #fc8245 !important;
background-image: -moz-linear-gradient(to bottom,#fc8245,#fc8245) !important;
background-image: -ms-linear-gradient(to bottom,#fc8245,#fc8245) !important;
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fc8245),to(#fc8245)) !important;
background-image: -webkit-linear-gradient(to bottom,#fc8245,#fc8245) !important;
background-image: -o-linear-gradient(to bottom,#fc8245,#fc8245) !important;
background-image: linear-gradient(to bottom,#fc8245,#fc8245) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8245', endColorstr='#fc8245', GradientType=0) !important;
border-color: #fc8245 #fc8245 #fc8245 !important;
border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25) !important;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
color: #333 !important;
border-bottom: 0px solid #d0b75b !important;
}

.datepicker table tr td.today .active {
background-color: blue !important;
}