/*
* Copyright (c) 2013 General Electric Company. All rights reserved.
*
* The copyright to the computer software herein is the property of
* General Electric Company. The software may be used and/or copied only
* with the written permission of General Electric Company or in accordance
* with the terms and conditions stipulated in the agreement/contract
* under which the software has been supplied.
*/
.ui-datepicker {
    width: 16em;
}
.ui-datepicker.ui-widget-content {
    border: 1px solid #e1e1e1;
}
.ui-datepicker .ui-widget-header {
    border:none;
    background:transparent;
}

.ui-datepicker th {
    font-size: 0.9em;
}

.ui-datepicker td {
    padding:2px;
    font-size: 0.9em;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled {
    opacity:.60;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
    padding:0.3em;
}

.ui-datepicker .ui-state-default,
.ui-datepicker.ui-widget-content .ui-state-default {
    border:none;
    background:#fff;
    border-radius: 2px;
}

.ui-datepicker.ui-widget-content .ui-state-hover {
    background: #e6e6e6 url(../../3rdparty/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; /* NOSONAR */
    border-radius: 2px;
}

.ui-datepicker.ui-widget-content .ui-state-default.ui-state-active.ui-state-hover {
    background: #0044cc;
}

.ui-datepicker .ui-state-default.ui-state-highlight,
.ui-widget-content .ui-state-default.ui-state-highlight {
    background: #f3e8ad;
}

.ui-datepicker .ui-state-default.ui-state-active,
.ui-widget-content .ui-state-default.ui-state-active {
    background:#0044cc;
    color:#fff;
    border: none;
    border-radius:2px;
}
.ui-datepicker-header .ui-state-hover {
    background-color:transparent;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    border-color:transparent;
    top: 5px;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 4px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    height:28px;
}

.ui-datepicker .ui-datepicker-title select {
    margin:1px 1px;
    width:44%;
    border:none;
    font-size: 0.82em;
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
    background-image: url(../../3rdparty/jquery-ui/images/ui-icons_222222_256x240.png);
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .ui-datepicker .ui-datepicker-title select {
      background-color: #f4f4f4;
  }
}

.ui-datepicker .ui-datepicker-title select::-ms-expand {
    display: none;
}

button.ui-datepicker-current {
    display: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  text-align: center;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
  float: none;
  font-weight: normal;
  background: #e6e6e6 url(../../3rdparty/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; /* NOSONAR */
  border-radius: 2px;
  width: 40%;
}