
.Red
{
	color: #ff0000 !important;
}

#ui-datepicker-div
{
	background-color: #ffffff !important;
	padding: 15px !important;
	border: 1px solid #000000 !important;
}

.Required
{
	border: 2px solid #dd0000 !important;
}

.DisabledButton
{
	background-color: #dddddd !important;
	cursor: normal !important;
}

.MemberPortalHeader
{
	font-size: 48px;
	font-family: 'ITCFranklinGothicW01-Dm_812668';
}


.MemberPortalContainer
{
	display: flex;
	flex-direction: row;
    /*justify-content: space-between;*/
}

.GalleryPage
{
	flex-grow: 1;
	max-width: 700px;
	text-align: left;
	/*float: right;*/
}

.MemberPortalNav
{
	/*float:left; */
	width:310px;
	min-width: 310px;
	flex-grow: 0;
}




.LinkButton
{
	cursor: pointer;
}

.GalleryLocation
{
	margin-bottom: 10px;
}

.FieldContainer
{
	margin-bottom: 30px;
}

.FieldContainer TEXTAREA
{
	width: 355px;
	height: 150px;
}

#edit_proposal_description_char_limit
{
	width: 355px;
	text-align: right;
	color: #00bb00;
}


H3 { font-size: 18px; }


.FieldLabel
{
	font-family: 'ITCFranklinGothicW01-Dm_812668';
	font-size: 18px;
	margin-bottom: 2px;
}

.FieldTextInput
{
	border: 1px solid #cccccc;
	width: 355px;
	height: 30px;
	padding-left: 10px;
	font-size: 17px;
	color: #999999;
}

.Button
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-family: 'ITCFranklinGothicW01-Dm_812668';
	font-size: 18px;
	width: 108px;
	cursor: pointer;
}


.BlueBtn
{
	background-color: #0091e5;
	color: #ffffff;
}

.DeleteBtn
{
	background-color: #ff3333;
	color: #ffffff;
}

.LoaderGif
{
	position: relative;
	top: 2px;
	margin-right: 10px;
}



.MemberPortalNavItem
{
	font-family: 'ITCFranklinGothicW01-Dm_812668';
	color: #0091e5;
	cursor: pointer;
	margin-bottom: 16px;	
}

.MemberPortalNavItem:hover, .MemberPortalNavItem SPAN
{
	color: #000000;
}

.MemberPortalNavItem.Red SPAN
{
	color: #ff0000;
}

.MemberPortalSubNavItem
{
	color: #0091e5;
	cursor: pointer;
	margin-bottom: 8px;
	font-size: 16px;
	margin-left: 30px;
}

.ExhibitionNavContainer
{
	display: none;
}

#popup_screen
{
	display: none;
	opacity: .9;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	position: absolute;
    top: 0px;
    left: 0px;
}

#popup_screen_text
{
	width: 300px;
	font-size: 24px;
	margin-top: 25px;
	color: #000000;
	margin: auto;
	text-align: center;
	font-family: 'ITCFranklinGothicW01-Dm_812668';
}

#mini_popup
{
	display: none;
	position: absolute;
	background-color: #000000;
	border: 1px solid #dddddd;
	padding: 20px;
	font-color: #666666;
	font-size: 18px;
}

.Invoice
{
	border-top: 3px solid #dddddd;
	padding: 10px;
	margin-bottom: 50px;
	width: 600px;
}

.InvoiceDetails
{
	float: left;
}

.InvoicePDF
{
	float: right;
	font-size: 18px;
}

.InvoiceTitle
{
	font-size: 24px;
}

.InvoiceType
{
	font-size: 12px;
	color: #666666;
	text-transform: uppercase;
}

.TransactionFee
{
	font-size: 10px;
	color: #666666;
}

.ClosedInvoice
{
	background-color: #e8e8e8;
}

.MemberPortalLegalDisclaimer 
{
	font-size: 11px;
	color: #b8b8b8;
	margin-bottom: 50px;
	width: 75%;
}

#specialties_container SELECT
{
	width: 365px;
	height: 194px;
}

.TextLink
{
	font-family: 'ITCFranklinGothicW01-Dm_812668';
	color: #0091e5;
	cursor: pointer;
}

#social_media_toggle
{
	color: #0091e5;
	cursor: pointer;
}

.UpdateDescription
{
	margin-left: 20px;
	font-size: 14px;
}

/* Tooltip container */
.tooltip {
    position: relative;
}

/* Tooltip text */
.tooltip .tooltiptext {
	display: none;
	opacity: 0;
	transition: opacity 0.5s;
    
    color: #0091e5;
    text-align: center;
    padding: 5px 10px;
	background-color: #ffffff;
	border: 1px solid #0091e5;
	font-size: 14px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
	top: 30%;
	right: 104%;
	width: 250px;
	box-shadow: 0px 0px 10px 8px rgba(255,255,255,1);
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	display: block;
	opacity: 1;
}

.tooltip .tooltiptext:hover {
	display: none;
}





.LoginFields
{
	 float:left; 
	 width: 460px;
}

.LoginSubmit
{
	float: left;
}

.LoginSubmit .Button
{
	 margin-top: 66px;
}

.PortalPageSpacer
{
	min-width: 30px;
}

.PortalHeaderSpacer
{
	/*width:100%;
	height:180px;*/
	margin-bottom:20px;
}

h2.MobileHeader {
	padding: 0px;
	margin: 0px;
	font-family: 'ITCFranklinGothicW01-Dm_812668';
	font-size: 24px;
	margin-bottom: 15px;
	margin-top: 0px;
}	

.tab {
    border: solid 1px #ccc;
    margin: .3rem 0 .6rem;
}

.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
  padding-left: 1rem;
}

.tab input:checked ~ .tab__content {
  max-height: 20rem;
  padding-top: 0.2rem;
  padding-bottom: 0.75rem;
}

.tab__label {
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  padding: .6rem;
  margin: .3rem 0;
  background-color: #ededed;
}

.tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}

.tab input:checked + .tab__label::after {
  transform: rotate(270deg);
}

.tab__content a {
  margin: 0;
  //padding: 1rem;
}

/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce .5s infinite;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}

@media only screen and (max-width: 1110px) 
{
	.Invoice
	{
		width: 400px;
	}
}

@media only screen and (max-width: 850px) 
{
	.Invoice
	{
		width: 275px;
	}
}



@media only screen and (max-width: 740px) 
{

	.ArtShowReviewRule
	{
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.LoginSubmit
	{
		clear: both;
		float: none;
	}

	.LoginSubmit .Button
	{
		 margin-top: 0px;
	}

	.PortalHeaderSpacer
	{
		margin-bottom:0px;
	}

	.MemberPortalContainer
	{
		display: block;
	}

	.MemberPortalNav {	
	    border-bottom: 3px solid #cccccc;
	}

	h2.MobileHeader 
	{
	    margin-top: 10px;
	    margin-bottom: 20px;
	}	

	.Invoice
	{
		width: 400px;
	}
}