/* Styles added by John */

/*.IqsRepeat .MyCalendar td, .IqsRepeat .MyCalendar {
	line-height: .7em;
}

.IqsRepeat .MyCalendar {
	margin: 0;
	padding: 0;
}*/

.MyCalendar td, .MyCalendar {
	line-height: .7em;
	border: 0;
	color: red;
	font-size: 1.1em;
}

.MyCalendar {
	margin: 0;
	padding: 0;
}

.divContentTabbed .ajax__calendar_container TD {
	font-size: 1.1em;
}

/* Standard Content is indented from the left; Tabbed Content is not */
/*  margin:top right bottom left  */
.divContentStandard {
    margin:0px 10px;
}

.divContentTabbed {
    margin:0px;
}

/*  Red asterisk next to labels for required fields.
  <span class="reqd">*</span>  */
.reqd {
    color: red;
}


/*  Shared data for Posting  */
.tdSharedData {
    width:700px;
    vertical-align:top;
}

/*  Tabular data input  */
.tblDataInput {
	background-color: #EBEBEB;
    font-family: Helvetica, Arial, sans-serif;
    /*font-size: 80%;*/
    /*padding:0px;*/
}

/*  List of persons for Posting  */
.tdPersonsList {
    width:330px;
}

/*  Scrolling list of persons for Posting  */
.lstCheckPersons {
    height:425px;
    width:330px;
    overflow-y:scroll;
}

/* Items at top of some pages */
  /* Consider setting margins rather than height - margin:0px 0px 5px 5px */

.divSelectFocus {
    margin-top:0px;
    margin-bottom:10px;
    margin-left:0px;
    font-size:1em;
}

.divFilter {
    margin-top:0px;
    margin-bottom:10px;
    margin-left:0px;
    font-size:1em;
}

.divSearch {
    margin-top:0px;
    margin-bottom:10px;
    margin-left:0px;
    font-size:1em;
}

.divSectionTitle {
    margin-top:0px;
    margin-bottom:2px;
    margin-left:0px;
    font-size:.9em;
    font-weight:bold;
}

.divInstructions {
    margin-top:4px;
    margin-bottom:4px;
    margin-left:0px;
    font-size:.9em;
}

.divGridTitle {
    margin-top:0px;
    margin-bottom:1px;
    margin-left:0px;
    font-size:.9em;
}

.divSharedDataTitle {
    /*height:28px;*/
    margin:10px 0px;
    font-size:1em;
    font-weight:bold;
}

/* Extra indent if item is on page with tabs */
.divOutsideOfTabs {
    margin-left:10px;
}

/* Items at bottom of some pages */
.divGridControls {
    margin-top:0px;
    margin-bottom:0px;
    width:100%;
}

.spanAddButton {
    margin-right:25px;
}

.pnlGridPaging {
    display:inline-block;
    margin-left:10px;
    margin-top:2px;
    font-size:.9em;
    text-align:left;
}

.pnlGridPageSize {
    display:inline-block;
    margin-left:10px;
    margin-top:2px;
    font-size:.9em;
    text-align:left;
}

.ddlGridPaging {
    font-size:.95em;
}

.divConfirm {
    margin-top:4px;
    margin-bottom:0px;
    width:100%;
}

.divNavigate {
    margin-top:10px;
    font-size:.9em;
}

/*  Select2: Set z-index high to ensure drop-down is visible in modal popup,
    low to avoid being in front of drop-down menus.  */

.select2-container {
	/*background-color: #CFC;*/
	z-index: 1000000;
}

.select2-dropdown {
	position: absolute;
	background-color: #CFC;
	z-index: 1000000;
	font-size: .8em;
	line-height: .1em;
}

div.divSelectFocus .select2-container {
    z-index:100;
}

div.divSelectFocus .select2-dropdown {
    z-index:100;
}

.select2-selection__rendered {
    background-color: #CFC;
    /*height: 26px;*/
    /*background: #CFC;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: none;*/
}

.select2-search {
    background-color: #CFC;
    background: #CFC;
}

.select2-results {
    background-color: #CFC;
    /*background: #CFC;*/
}
