/* Standard XC color for dark text on very light backgrounds ($Color_PrimaryWhite). */
/* Standard XC color for darkish text on very light backgrounds ($Color_PrimaryWhite). */
/* Light gray for icons and light text on white backgrounds*/
/* Standard XC color for light text on dark backgrounds.*/
/* These Z-Indexes Are Intertwined In order to support popups*/
/*-------------------- Top Bar and Main Menu --------------------------*/
/* -------------------------------------- Basic Typography -------------------------------------- */
/* -------------------------------------- Responsive Constants -------------------------------------- */
/* Same widths as Bootstrap's responsive breaks: http://getbootstrap.com/2.3.2/scaffolding.html#responsive */
/* --------------------------------------
	Responsive
	
	Some CSS, Mixins, and Media Queries
	to assist in making things respnosive
	 
   -------------------------------------- */
/* Standard XC color for dark text on very light backgrounds ($Color_PrimaryWhite). */
/* Standard XC color for darkish text on very light backgrounds ($Color_PrimaryWhite). */
/* Light gray for icons and light text on white backgrounds*/
/* Standard XC color for light text on dark backgrounds.*/
/* These Z-Indexes Are Intertwined In order to support popups*/
/*-------------------- Top Bar and Main Menu --------------------------*/
/* -------------------------------------- Basic Typography -------------------------------------- */
/* -------------------------------------- Responsive Constants -------------------------------------- */
/* Same widths as Bootstrap's responsive breaks: http://getbootstrap.com/2.3.2/scaffolding.html#responsive */
/* Animate the element when it's size/position changes (not just on breakpoints...) */
.breakpoint-animate {
  transition: width 0.5s ease-in-out, top 0.5s ease-in-out, left 0.5s ease-in-out, height 0.5s ease-in-out, padding 0.5s ease-in-out, margin 0.5s ease-in-out, right 0.5s ease-in-out, bottom 0.5s ease-in-out;
  -ms-transition: width 0.5s ease-in-out, top 0.5s ease-in-out, left 0.5s ease-in-out, height 0.5s ease-in-out, padding 0.5s ease-in-out, margin 0.5s ease-in-out, right 0.5s ease-in-out, bottom 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out, top 0.5s ease-in-out, left 0.5s ease-in-out, height 0.5s ease-in-out, padding 0.5s ease-in-out, margin 0.5s ease-in-out, right 0.5s ease-in-out, bottom 0.5s ease-in-out;
  -webkit-transition: width 0.5s ease-in-out, top 0.5s ease-in-out, left 0.5s ease-in-out, height 0.5s ease-in-out, padding 0.5s ease-in-out, margin 0.5s ease-in-out, right 0.5s ease-in-out, bottom 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out, top 0.5s ease-in-out, left 0.5s ease-in-out, height 0.5s ease-in-out, padding 0.5s ease-in-out, margin 0.5s ease-in-out, right 0.5s ease-in-out, bottom 0.5s ease-in-out; }

/* Use this to build custom responsive shims for elements */
#updateAvailabilityList {
  margin: 10px 0px 10px 0px; }

#updateAvailabilityList thead tr {
  border-bottom: 1px solid #DDD; }

#updateAvailabilityList thead tr td {
  vertical-align: bottom; }

#updateAvailabilityList .left-border {
  border-left: 1px solid #DDD; }

#updateAvailabilityList .right-border {
  border-right: 1px solid #DDD; }

#updateAvailabilityList .no-bottom-border {
  border-bottom: none; }

#updateAvailabilityList td {
  padding: 5px 5px 5px 5px; }

.timeTextBox {
  width: 6em;
  display: inline-block; }

/*# sourceMappingURL=ChatAvailability.css.map */
