.fadeIn {
    opacity: 1;
}

.fadeIn.ng-hide {
    opacity: 0;
}

.fadeIn.ng-hide-remove {
  transition: all linear 200ms;
}

.fadeIn.ng-hide-add {
  transition: all linear 100ms;
}

/* col-xs-* on an iPhone5 causes wierd break at 12 */
.col-xs-1 {
	padding-left: 0;
	padding-right: 0;
}

.downHalf {
	margin-top: 0.5em;
}

.down1 {
	margin-top: 1em;
}

.down1AndHalf {
	margin-top: 1.5em;
}

.down2 {
	margin-top: 2em;
}
	
button.moreButton {
	color: rgba(0, 0, 0, 0.55);
}

.leftMenuParent {
	display: inline-block;
}

.rightMenuParent md-menu-bar button {
	padding-left: 0;
	padding-right: 0;
}

.rightMenuParent {
	float: right;
	height: 46px;
	width: 110px;
}

.rightMenuParent md-menu-bar {
	padding: 0;
}

.rightMenu {
	position: absolute;
	top: 50%;
	height: 40px;
	margin-top: -12px;
}

.xtabContent {
	background-color: #FFF2E0; 
}

#searchBox {
	margin-left: 1rem;
}

#searchContainer {
	margin: 0;
	height: 46px;
}

#searchContainer .md-errors-spacer {
	display: none;
}

#topMenu {
	height: 50px;
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.frame {
    height: 46px;      /* equals max image height */
    x-width: 160px;
    white-space: nowrap; /* this is required unless you put the helper span closely near the img */
    text-align: center; margin: 1em 0;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

 .logo {
    vertical-align: middle;
    max-height: 46px;
    max-width: 60px;
}

.loginForm {
	padding: 10px;
}

.loginAuthError {
	color: red;
}

.GridNoHeader .k-grid-header
{
    height: 0;
    border-bottom-width: 0;
    display: none;
    overflow: hidden;
}

.k-scheduler-content .apptEvent {
	background-color: #b0b0ff;
	border-color: #b0b0ff;
	color: black;
}
.k-scheduler-content .showingEvent, showing-event {
	xbackground-color: #ffb0b0;
	xborder-color: #ffb0b0;
	color: black;
}

.apptEvent .apptEventTitle, .showingEvent .showingEventTitle {
	font-size: 0.9em;
	white-space: nowrap;
}

.apptEvent img, .showingEvent img {
	margin-right: 3px;
}

.activityFilterDialog {
	padding: 20px;
}

.contactsContainer {
	background-color: white;
}

.contactsGrid {
	background-color: white;
}

.contactsGrid h1 {
	background-color: #FFF2E0;
}

.contacts .skipper, .contacts .skipper a {
	font-size: 12.5px;
}

.contacts .actions {
	font-size: 1.5em;
	float: right;
	width: 60px;
}

.contactDetails .personPhoto {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}

.contactDetails .personPhoto img {
	width: 150px;
}

.contactDetails .quickLinks {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

.contactDetails .quickLinks table {
	width: 200px;
}

.contactDetails .quickLinks td {
	text-align: center;
}

.contactDetails .quickLinks .qIcon {
	width: 24px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.contactDetails md-input-container {
	width: 250px;
}

.contactDetails md-input-container .md-input[disabled] {
	color: black;
}

.contactDetails md-sub-header {
	color: green;
	font-weight: 600;
}

.contactGridEntry {
	height: 80px;
}

.contactGridEntry .details {
	width: 100%;
	padding-right: 0.7em;
}

.contactGridEntry .address {
	font-size: 0.8em;
}

.contactGridEntry .contactName {
	display: block;
	font-size: 1.6em;
}

.contactGridEntry .contactPhone {
	display: block;
}


#showingsGrid {
	display: none;
}

.showingConfirmation {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
}

.showingConfirmation .showingConfirmationState {
	width: 10px;
	height: 100px;
	float: left;
}

.showingConfirmation .showingConfirmationPhoto {
	float: left;
	xwidth: 80px;
	padding-left: 5px;
	padding-right: 5px;
}

.showingConfirmation .showingConfirmationSec2 {
	height: 100px;
	float: left;
}

.showingConfirmation .showingConfirmationTitle {
	font-size: 1.5em;
	margin-top: 12px;
	text-overflow: clip;
	overflow: hidden;
}

.showingConfirmation .showingConfirmationRole {
	font-size: 0.8em;
}




.showingConfirmations h1 a, .upcomingShowings h1 a, .unconfirmedShowings h1 a, .activities h1 a, .contactsGridHeader a {
	font-size: 0.5em;
}

.showingConfirmations td.confirmedState {
	width: 10px;
	padding-left: 0;
	padding-right: 0;
}

.showingConfirmations td.photo {
	padding-left: 5px;
	padding-right: 5px;
}

.showingConfirmations img {
	height: 100px;
}

.showingConfirmations .requiredNotConfirmedClass, #scheduler .requiredNotConfirmedClass  {
	background-color: #ffb0b0;
	border-color: #ffb0b0;
}

.showingConfirmations .confirmedClass, #scheduler .confirmedClass {
	background-color: #b0ffb0;
	border-color: #b0ffb0;
}

.showingConfirmations .optionalNotConfirmedClass, #scheduler .optionalNotConfirmedClass {
	background-color: rgb(248, 248, 115);
	border-color: rgb(248, 248, 115);
}

.showingConfirmations .details {
	width: 300px;
}

.showingConfirmations .contactName {
	display: block;
	font-size: 1.6em;
}

.showingConfirmations .contactPhone {
	display: block;
}

.showingConfirmations .states {
	width: 200px;
}

.showingConfirmations .isRequired {
	display: block;
}

.showingConfirmations .hasConfirmed {
	margin-top: 15px;
	display: block;
}

.hasConfirmedDate {
	font-size: 0.8em;
}

/* Schedule-related */
.k-nav-current > .k-link span + span {
	max-width: 200px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: top;
}
