﻿/*=============================================================================
	(C) Copyright, Hamid R. Kashani, 2017-2018.  All rights reserved.
=============================================================================*/

/****************************  Links  ****************************/
a.ImportantNoticeLink:link, a.ImportantNoticeLink:visited, a.ImportantNoticeLink:hover, a.ImportantNoticeLink:active {
    font-size: 0.75rem;
    font-weight: bold;
    color: #202050;
	color: var(--dark-link-color);
    text-decoration:none;
}
a.SchedulingLink:link, a.SchedulingLink:visited, a.SchedulingLink:hover, a.SchedulingLink:active {
    font-size: 0.65rem;
    font-weight: bold;
    color: #202050;
	color: var(--dark-link-color);
    text-decoration:none;
}

a.SchedulingLink:hover, a.ImportantNoticeLink:hover {
	color: #9999CC; /*#909de1;*/
	color: var(--dark-link-hover-color);
}

/****************************  Consultation Icons  ****************************/
.ConsultIcon, .ConsultIconFirst {
	width: 16px;
	height: 16px;
	padding-left:1px;
	padding-right:0px;
	overflow:visible !important;
}

.ConsultIconFirst {
	padding: 0;
}

a.ConsultIconFirst, a.ConsultIcon {
	cursor: pointer;
	text-decoration: none;
}
a.ConsultIconFirst:hover, a.ConsultIcon:hover {
    cursor: pointer;
    position: relative
}
a.ConsultIconFirst span, a.ConsultIcon span {
    display: none;
}
a.ConsultIconFirst:hover span, a.ConsultIcon:hover span {
    margin: 4px 0px 0px 4px;
    border: 1px solid black;
    padding: 2px;
	background-color: #ffffcc;
	color: black;
	font-size: 0.7rem;
    position: absolute;
	right: 0px;
    top: 10px;
    text-decoration: none;
	white-space: nowrap;
	border-radius: 4px;
	-webkit-box-shadow: -2px 4px 4px #cccccc;
	-moz-box-shadow: -2px 4px 4px #cccccc;
	box-shadow: -2px 4px 4px #cccccc;
    display: block;
    z-index: 100;
}

/*
a.ConsultIconFirst:link, a.ConsultIconFirst:visited, a.ConsultIconFirst:hover, a.ConsultIconFirst:active,
a.ConsultIcon:link, a.ConsultIcon:visited, a.ConsultIcon:hover, a.ConsultIcon:active {
	position: relative;
}

a.ConsultIcon[data]:hover::after, a.ConsultIconFirst[data]:hover::after {
	font-size: 0.67rem;
	font-weight: bold;
	content: attr(data);
	padding: 2px 2px;
	color: black;
	position: absolute;
	right: 0;
	top: 100%;
	white-space: nowrap;
	z-index: 1;
	border:1px solid #101030;
	border-color: var(--dark-border-color);
	border-radius: 5px ;
	background: #f0f0f8;
	background-color: var(--colored-row-bg-color);
	box-shadow: 4px 4px 10px #888888; // Not working in safari 
}
*/

/****************************  Containers (Important Notice & Consult Icons)  ****************************/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari only override */
    ::i-block-chrome,.TitleContainer {
     overflow: auto;
    }
	::i-block-chrome,a.ConsultIcon[data]:hover:after {
		display: none;
	}
}

.TitleNoticesContainer, .TitleNoticesContainer2 {
	/*box-sizing: border-box;*/
	margin: 10px 0 6px 10px;
	border: 1px solid #cccccc;
	border-radius: 8px;
	padding: 4px 4px 0 4px;
	float: right;
	display:flex;
	flex-direction:column;
	justify-content:  flex-start;
}

.TitleImportantNoticeBox {
	align-content: center;
	text-align: center;
	border-bottom:1px solid #101030;
	border-bottom-color: var(--dark-border-color);
}

.TitleConsultContainer{
	border: 0;
	float:right;
	text-align: center;
}

.TitleConsultTextDiv {
	text-align: center;
	align-content:center;
	white-space: nowrap;
	padding-bottom: 2px;
}

.TitleIconsContainer {
	text-align: center;
	align-content:center;
	white-space: nowrap;
	display: inline-block;
}

.TitleIconsContainerSmallScreen {
	margin-top: 8px;
	text-align: center;
	align-content:center;
	white-space: nowrap;
	display: none;
}

/**********  Tile Action Icons (contact us, Tell a friend, etc.) **********/

.TitleActionsContainer, .TitleContactUsContainer2 {
	border-top: 1px solid #101030;
	padding: 4px 0 2px 0;
	display: flex;
	flex-direction: row;
	justify-content:space-around;
	align-items: center;
	flex-wrap: nowrap;
}

.TitleActionSpan {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

a.TitleBlockIconLink:link, a.TitleBlockIconLink:visited, a.TitleBlockIconLink:hover, a.TitleBlockIconLink:active {
	margin: 0;
	border: 0;
	padding: 0;
	overflow:visible !important;
	display: block;
	position: relative;
}

a.TitleBlockIconLink[data]:hover::after {
	font-size: 0.67rem;
	font-weight: bold;
	content: attr(data);
	padding: 2px 2px;
	color: black;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 2;
	white-space: nowrap;
	border:1px solid #101030;
	border-color: var(--dark-border-color);
	border-radius: 5px ;
	background: #f0f0f8;
	background-color: var(--colored-row-bg-color);
	box-shadow: 4px 4px 10px #888888; /* Not working in safari */
}

.TitleBlockIcon, .TitleBlockIconAuto {
	height: 16px;
	margin: 0 auto 0 auto;
	border: 0;
	padding: 0;
	overflow:visible !important;
	display: block;
}

.TitleBlockIconAuto {
	width: auto;
}

.TitleActionTextSpan {
	margin-top: 4px;
	font-size: 0.7rem;
	font-weight: bold;
	display: block;
}

a.TitleBlockLink:link, a.TitleBlockLink:hover, a.TitleBlockLink:active, a.TitleBlockLink:visited {
	font-size: 0.6rem;
	font-weight: bold;
    color: #202050;
	color: var(--dark-link-color);
}

a.TitleBlockLink_S:link, a.TitleBlockLink_S:hover, a.TitleBlockLink_S:active, a.TitleBlockLink_S:visited {
	font-size: 0.5rem;
	font-weight: bold;
	color: #202050;
	color: var(--dark-link-color);
}

a.TitleBlockLink:hover, a.TitleBlockLink_S:hover {
    color: #909de1;
	color: var(--dark-link-hover-color);
}

/******************************  YouTube Section  ******************************/
.TitleYouTubeContainer, .TitleYouTubeContainer2 {
	border-top: 1px solid #101030;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.TitleYouTubeTextSpan {
	font-size: 0.7rem;
	font-weight: bold;
	display: inline-block;
}

a.TitleBlockYouTubeIconLink:link, a.TitleBlockYouTubeIconLink:visited, a.TitleBlockYouTubeIconLink:hover, a.TitleBlockYouTubeIconLink:active {
	position: relative;
}

a.TitleBlockYouTubeIconLink[data]:hover::after {
	font-size: 0.67rem;
	font-weight: bold;
	content: attr(data);
	padding: 2px 2px;
	color: black;
	position: absolute;
	right: 0;
	top: calc(100% - 17px);
	white-space: nowrap;
	z-index: 2;
	border:1px solid #101030;
	border-color: var(--dark-border-color);
	border-radius: 5px ;
	background: #f0f0f8;
	background-color: var(--colored-row-bg-color);
	box-shadow: 4px 4px 10px #888888; /* Not working in safari */
}

.TitleBlockYouTubeIcon {
	margin: 0 auto 0 auto;
	padding: 17px 0 17px 17px;
	display: block;
}

/******************************  #2's ******************************/
.TitleActionsContainer2,.TitleYouTubeContainer2  {
	border: 0;
}

.TitleNoticesContainer2 {
	flex-direction: column;
	display: none;
}

.TitleBoxFlex {
	margin-top: 10px;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	border: 1px solid white; /* This silly line is needed for IE */
}

.IconTitleBoxFlex {
	margin-top: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

@media screen and (max-width: 599px) {
	/*.TitleContainer {
		flex-direction: column;
		overflow: hidden;
	}
	*/
	.TitleBox {
		/*width: 100%;
		min-width: unset;
		margin-top: 10px;
		padding-right: 0px;*/
		/*order: 2;*/
	}
	.TitleBoxFlex, .IconTitleBoxFlex {
		margin-top: 0px;
	}
	.TitleNoticesContainer {
		margin-left:0;
		border: 0;
		width: 100%;
		padding: 0;
		display: flex;
		flex-direction: row;
		justify-content:space-between;
		/*overflow: hidden;*/
		align-items:flex-start;
		float:unset;
		-webkit-flex-wrap: wrap;
		flex-wrap:wrap;
		flex-flow:wrap;
	}
	.TitleImportantNoticeBox {
		border-bottom: 0;
		display: block;
	}
	.TitleConsultContainer {
		margin-left: auto;
		margin-right: 0;
		margin-bottom: 10px;
		border:0;
		display: block;
	}
	.TitleIconsContainer {
		display: none;
	}

	.TitleIconsContainerSmallScreen {
		display: inline-block;
	}

	.TitleActionsContainer {
		display: none;
	}
	.TitleYouTubeContainer {
		display: none;
	}
	.TitleBlockIconAuto {
		height: 24px;
		width: auto;
	}

	.TitleNoticesContainer2 {
		border: 0;
		padding: 0;
		margin: 0;
		margin-top: 0;
		margin-left: 10px;
		display: flex;
		float: right;
		padding-top: 0;
	}
	.TitleActionSpan {
		margin-bottom: 8px;
		border: 1px dotted #888888;
		padding: 4px 4px;
		border-radius: 4px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0.5rem;
		font-weight:bold;
		line-height: 0.5rem;
	}
	.TitleBlockYouTubeIcon {
		padding: 17px;
	}
	.TitleYouTubeTextSpan {
		margin-top: 8px;
		border: 1px dotted #888888;
		padding: 0;
		border-radius: 4px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.TitleBlockIcon, .TitleBlockYouTubeIcon {
		margin: 0 auto 0 auto;
		display: block;
	}

	a.SchedulingLink:link, a.SchedulingLink:visited, a.SchedulingLink:hover, a.SchedulingLink:active {
		font-size: 0.65rem;
	}
}
/*******************  Download Btn  ******************/
/* Download Btn Style */
Input.DownloadPageBtn {
	box-sizing: border-box;
	font-weight: bold;
	font-size: 0.6rem;
	height: 1rem;
	background-color: #7480BC;
	color: white;
	margin: 0;
	padding-left: 0 10px 0 10px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: 2px 2px 4px #888888;
	cursor: pointer;
}

/********************  Time Zone  ********************/
a.TimeZoneData:link, a.TimeZoneData:visited, a.TimeZoneData:hover, a.TimeZoneData:active,
a.TimeZoneDataBold:link, a.TimeZoneDataBold:visited, a.TimeZoneDataBold:hover, a.TimeZoneDataBold:active
{
	font-size: 0.9rem;
    font-weight: normal;
    color: #3333CC;
	position: relative;
}

a.TimeZoneDataBold:link, a.TimeZoneDataBold:visited, a.TimeZoneDataBold:hover, a.TimeZoneDataBold:active
{
    font-weight: bold;
}

a.TimeZoneData[data]:hover:after,
a.TimeZoneDataBold[data]:hover::after {
	font-size: 0.8rem;
	font-weight: normal;
	content: attr(data);
	padding: 2px 8px 2px 8px;
	color: black;
	position: absolute;
	right: 0;
	top: 105%;
	white-space: nowrap;
	z-index: 2;
	border:1px solid #101030;
	border-color: var(--dark-border-color);
	border-radius: 5px ;
	background: #f0f0f8;
	background-color: var(--colored-row-bg-color);
	box-shadow: 4px 4px 6px #888888;
}
