/**
 * Copyright (C) 2015 NQC HOLDINGS LIMITED - All Rights Reserved
 *
 * NOTICE: All information contained herein is, and remains the property of NQC HOLDINGS LIMITED.
 * The intellectual and technical concepts contained herein are proprietary to NQC HOLDINGS LIMITED
 * and are protected by U.K. and U.S. Trade Secret or Copyright Law.
 *
 * Dissemination of this information or reproduction of this material is strictly forbidden
 * unless prior written permission is obtained from NQC HOLDINGS LIMITED.
 *
 * Unauthorized use, duplication, reverse engineering, any form of redistribution,
 * or use in part or in whole other than by prior, express, printed and signed
 * license for use is subject to civil and criminal prosecution.
 * If you have received this file in error, please notify the copyright holder
 * and destroy this and any other copies as instructed.
 */

.date-picker-prev-translation, .date-picker-next-translation {display: none;}
.text-field-date-picker {display: none; font-size: 0px; background:#14209E url('../images/gadgets/date-picker.png') no-repeat center; text-indent: 100px; width: 30px; height: 24px; margin: 0px; padding: 0px; border: 0; cursor: pointer; float: right !important; margin-left:5px; margin-right: 10px !important;margin-top:2.5px;}
.text-field-date-picker::-ms-clear {display: none !important}
.ui-datepicker {background: white; font-size: 120%; border: 1px solid lightgray !important; border-radius: 0 !important}

.ui-datepicker-header {background: #D9D9D9 !important; padding: 5px 10px; border-radius: 0 !important; border: 0 !important}
.ui-datepicker-prev, .ui-datepicker-next {user-select: none; cursor: pointer; background: #14209E; color: white !important; border-radius: 0 !important; font-size: 85%; padding: 3px; display: block; width: 40px; text-align: center; text-decoration: none !important}
.ui-datepicker-prev span, .ui-datepicker-next span {text-indent: 0 !important; font-weight: normal}
.ui-datepicker-prev.ui-state-disabled, .ui-datepicker-next.ui-state-disabled {cursor: default; background-color: gray}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover {color: lightgray !important; border: 0 !important}
.ui-datepicker-prev.ui-state-disabled:hover, .ui-datepicker.next.ui-state-disabled:hover {color: white} 
.ui-datepicker-prev {float: left}
.ui-datepicker-next {float: right}

.ui-datepicker-title {text-align: center; padding-top: 10px; padding-bottom: 5px; clear: both}

.ui-datepicker-month, .ui-datepicker-year {padding: 3px; font-size: 13px}
.ui-datepicker-month {margin-right: 5px;}
.ui-datepicker-calendar {text-align: center; margin: 10px !important;}
.ui-datepicker-calendar td a {padding: 5px; display: block; color: #515151; text-decoration: none; border: 0 !important; text-decoration: none !important;}
.ui-datepicker-calendar td a:hover, .ui-datepicker-calendar td a.ui-state-active {background-color: #2766E4; color: white !important}
.ui-datepicker-calendar td a.ui-state-active {font-weight: bold}

td.ui-datepicker-unselectable {color: lightgray;}
