/******************************************************************************
Copyright 2014 by Wi-Tronix, LLC.  All rights reserved.

An unpublished work created 2014.

No duplications, whole or partial, manual or electronic, may be made without
express written permission.  Any such copies, or revisions thereof, must 
display this notice unaltered.

This code contains trade secrets of Wi-Tronix, LLC.
******************************************************************************/

/* fix telerik bug in the RadDatePicker control which doesn't work with IE 11 */
.RadPicker {
    display: inline-block;
}

/* IE 10+ (for sticky footer) */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    
}