﻿
/* set font-size to 16px to avoid auto zoom when focus input element on mobile */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] 
{ font-size: 16px !important; }

/*  Images */
.imgBeta {
    position: absolute;
}

.imgIconPlaced {
	cursor: pointer;
}

/* special cases */
.topPadding1em {
	padding-top	: 1em;
}

/* Ajax control toolkit calendar */
.tfPopUpCalendar .ajax__calendar_container {
    width: 220px;
    background-color: #FFF;
    font-size: 12px;
    border: solid 1px gray;
    padding: 4px 0 0 0;
}

.tfPopUpCalendar .ajax__calendar_days {
    font-size: 14px;
    margin: 0;
}

.tfPopUpCalendar .ajax__calendar_body,
.tfPopUpCalendar .ajax__calendar_days,
.tfPopUpCalendar .ajax__calendar_months,
.tfPopUpCalendar .ajax__calendar_years {
    width: 220px !Important;
}

.tfPopUpCalendar .ajax__calendar_other {
    padding: 2px;    
}

.tfPopUpCalendar .ajax__calendar_today {
    background-color: #F2EA6B;
}

.ajax__calendar_footer {
    height: 20px !Important;
}

.tfPopUpCalendar .ajax__calendar_active {
    background-color: #374A70;
    color: White;
}