/* FDM4 International Copyright 2011(C), All Rights Reserved. */
/***************************************************************/
/* crm_mobile/jqmbldate.css - date plugin <defunct> */
/***************************************************************/
/* 010000 09/05/2014 [BAB] - sourced from crm_mobile/jqmbldate.css. */
/* crm_mobile is defunct for css. */
/* 020001 08/10/2012 [BAB] - MBL CONSOLIDATION TASK */
/* 020000 05/15/2012 [BAB] - increase date box from 280 to 300. */
/* 010000 01/01/2011 [BAB] - import.                      */
/***************************************************************/


/* jQuery-Mobile-DateBox Plugin
 * contains all plugin styles
 */
 
/* Base input element Styles */

.ui-input-datebox { width: 95%; background-image: none; padding: .4em; line-height: 1.4; font-size: 16px; display: block; width: 95%; padding-top: 0px; padding-bottom: 0px; padding-right: .4em; }
.ui-input-datebox input { width: 70% !important; border: 1px solid transparent !important; vertical-align: middle; display: inline-block !important; background-color: transparent; }
.ui-input-datebox input:focus { outline: none;}
.min-width-480px .ui-input-datebox { width: 60%; display: inline-block; }

/* Calendar Mode Styles */

.ui-datebox-gridheader { text-align: center; }
.ui-datebox-gridheader h4 { text-align: center; display: inline-block; margin-top: 10px; margin-bottom: 10px; }
.ui-datebox-gridplus { float: right; }
.ui-datebox-gridminus { float: left; }
.ui-datebox-gridrow { margin-left: 5px; margin-right: 5px; }
.ui-datebox-grid { clear: both; margin-bottom: 5px; }
.ui-datebox-griddate { width: 36px; height: 30px; display: inline-block; vertical-align: middle; text-align: center; line-height: 30px; font-weight: bold; font-size: 12px; }
.ui-datebox-griddate-empty { border: 1px solid transparent; color: #888; }
.ui-datebox-griddate-label { height: 15px !important; line-height: 15px !important; color: black;}

/* Android Mode Styles */

.ui-datebox-header h4 { margin-top: 5px; margin-bottom: 5px; text-align: center; }
.ui-datebox-controls { text-align: center; }
.ui-datebox-controls div { width: 77px; text-align: center; display: inline-block; }
.ui-datebox-input { width: 74px !important; margin-left: 1px; margin-right: 1px; text-align: center !important; display: inline-block !important; }

/* Shared Styles */

.ui-datebox-container { border: 5px solid #111 !important; width: 310px; }
.ui-datebox-screen { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
.ui-datebox-screen-modal { background-color: black; -moz-opacity: 0.8; opacity:.80; filter: alpha(opacity=80); }
.ui-datebox-hidden { display: none; }
.ui-dialog .ui-datebox-container { border: none !important; }
.ui-dialog-datebox .ui-content { padding: 5px !important;}
