

/** ********************* Dashboard body starts here *********************** **/
.customer-reg-wrapper-Dashboard{
	padding: 28px 0px 0px 0px;
	padding-left: 0;
	padding-right: 0;
	display: block;
    color: #333333;	
	background-color: #F5F8FA;
	text-align: center;
	min-height: 700px;
}
.customer-reg-wrapper-Dashboard h1.dashboard-heading{
	margin-top: 0;
    margin-bottom: 34px;
    color: #666666;
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
}

.triage-subtitle {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
    margin-top: 8px;
    margin-bottom: 32px;
}

.belair-plan-dropdown-wrapper select {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #0F68D8;
	border: 0px;
}

.belair-plan-dropdown-wrapper span {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin-right: 4px;
}

.dashboard-items-container{
	margin-left: 24px;
	margin-right: 24px;
	border-radius: 12px;
	column-gap: 30px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
}
.dashboard-items-container>.dashboard-item{
	display: block;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 348px;
	height: fit-content;
    /*margin-right: 30px;*/
	margin-bottom: 30px;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
    background-color: #fff;
	text-align: center;
	transition: background-color .2s ease;
	align-items: center;
	border: 1px solid #F0F0F0;
	box-shadow: 0px 2px 8px rgba(216, 216, 216, 0.7);
	border-radius: 12px;
}

.dashboard-items-container>.dashboard-item.dashboard-item-multi{
	padding: 0;
}

.dashboard-items-container>.dashboard-item:nth-child(3n),
.dashboard-items-container>.dashboard-item:last-child{
    /*margin-right: 0;*/
}
.dashboard-items-container>a.dashboard-item:active,
.dashboard-items-container>a.dashboard-item:hover,
.dashboard-items-container>a.dashboard-item:focus{
	outline: none;
}
.dashboard-items-container>.dashboard-item>*{
	margin-left: auto;
	margin-right: auto;
}
.dashboard-items-container>.dashboard-item img.item-image{
	width: 50px;
	height: 50px;
	margin-bottom: 19px;
}
.dashboard-items-container>.dashboard-item div.item-heading{
	height: 48px;
    margin-bottom: 15px;
    margin-top: 12px;
    margin-left: 8px;
    margin-right: 8px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #333333;
}
/* JJF Rebrand */
.dashboard-items-container>.dashboard-item div.item-subheading{
	color: #333333;
    font-size: 14px;
    letter-spacing: 0.29px;
    line-height: 20px;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
	height: 56px;
}

.dashboard-items-container>.dashboard-item-multi>.item-wrapper-alpha{
	margin: 0;
    padding: 23px 65px 0 65px;
}
.dashboard-items-container>.dashboard-item-multi>.item-mob-right-wrap{
	margin: 0;
    padding: 0px 29px 20px 29px;
	width: 100%;
}
.dashboard-items-container>.dashboard-item-multi .item-wrapper-beta>.plan-dropdown-wrapper{
	display: inline-block;
    float: left;
    width: 65%;
    position: relative;
}
.dashboard-items-container>.dashboard-item-multi .item-wrapper-beta select.plan-dropdown{
    height: 45px;
    width: 100%;
    border: 1px solid #C4C0C2;
	padding: 12px 14px 14px 18px;
    background-color: #FFFFFF;
	color: #666666;
    font-size: 16px;
    line-height: 19px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-image: url("images/icon-chevron-down.png");
    background-position: 97% center;
    background-repeat: no-repeat;
}
.dashboard-items-container>.dashboard-item-multi .item-wrapper-beta select.plan-dropdown::-ms-expand {
	display: none;
}
.dashboard-items-container>.dashboard-item-multi .item-wrapper-beta img.plan-dropdown-icon{
    position: absolute;
    right: 10px;
    bottom: 17px;
}

.dashboard-items-container>.dashboard-item-multi .item-wrapper-beta>a{
	float: right;
    position: relative;
}

/** ***----------*** Dashboard styles for mobile devices start here ****-------*** **/
@media only screen and (max-width: 600px) {
	/*.customer-reg-wrapper-Dashboard h1.dashboard-heading{
		margin: 0 10px 15px 10px;
	}
	.dashboard-items-container>.dashboard-item{
		display: -webkit-box;      
		display: -moz-box;         
		display: -ms-flexbox;      
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
		border: 1px solid #999999;
		padding: 10px 15px 14px 15px;
		text-align: left;
		align-items: flex-start;
	}
	.dashboard-items-container>.dashboard-item:last-child{
		margin-bottom: 0;
	}
	.dashboard-items-container>.dashboard-item img.item-image{
		margin-left: 0;
		margin-right: 10px;
		margin-bottom: 0;
		width: 40px;
		height: 40px;
	}
	.dashboard-items-container>.dashboard-item>div.item-mob-right-wrap{
		margin-left: 0;
		margin-right: 0;
	}
	.dashboard-items-container>.dashboard-item div.item-heading{
		font-size: 18px;
		margin-bottom: 8px;
	}
	.dashboard-items-container>.dashboard-item.dashboard-item-multi{
		padding: 10px 15px 15px 15px;
	}
	.dashboard-items-container>.dashboard-item-multi>.item-mob-right-wrap{
		padding: 0;
		width: 100%;
	}
	.dashboard-items-container>.dashboard-item-multi>.item-wrapper-alpha{
		padding: 0;
	}
	.dashboard-items-container>.dashboard-item-multi>.item-mob-right-wrap>.item-wrapper-beta{
		margin-top: 20px;
	}
	.dashboard-items-container>.dashboard-item-multi .item-wrapper-beta>.plan-dropdown-wrapper{
		width: 100%;
	}
	.dashboard-items-container>.dashboard-item-multi .item-wrapper-beta>a{
		float: left;
		margin-top: 19px;
	}*/
}
/** ***--------*** Dashboard styles for mobile devices end here ***-----------**** **/
/** ***--------*** Dashboard styles for tablet devices start here ***-----------**** **/
@media only screen and (min-width: 601px) and (max-width: 992px){
	/*.dashboard-items-container>.dashboard-item{
		width: calc((100% - 31px) / 2);
	}
	.dashboard-items-container>.dashboard-item
	.dashboard-items-container>.dashboard-item:nth-child(3n){
		margin-right: 30px;
	}
	.dashboard-items-container>.dashboard-item:nth-child(2n),
	.dashboard-items-container>.dashboard-item:last-child{
		margin-right: 0;
	}
	.dashboard-items-container>.dashboard-item-multi>.item-mob-right-wrap {
		padding: 0px 20px 20px 20px;
	}*/
}
@media only screen and (min-width: 993px) and (max-width: 1165px){
	/*.dashboard-items-container>.dashboard-item-multi .item-wrapper-beta>.plan-dropdown-wrapper{
		width: 100%;
	}*/
}
/** ***--------*** Dashboard styles for tablet devices end here ***-----------**** **/
/** ************************************ "Contact Us" starts here ********************************************* **/
.customer-reg-wrapper-Dashboard div.dashboard-contact-us{
	margin-top: 23px;
}
div.dashboard-contact-us .contact-heading{
	color: #333333;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 11px;
}
div.dashboard-contact-us .contact-subheading{
	color: #333333;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 19px;
}
div.dashboard-contact-us .contact-number,
div.dashboard-contact-us .contact-number>a{
	color: #72529A;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
}
div.dashboard-contact-us .contact-time-wrapper{
	color: #333333;
    font-size: 16px;
    line-height: 24px;
}
div.dashboard-contact-us .contact-time-wrapper-mob{
	display: none;
}
/* JJF Rebrand */
a:focus{
	color: #ffffff;
	outline-style: solid;
    outline-color: #ffffff;
	outline-width: thin;
	outline-offset: 2px;
}
/* JJF Rebrand */
a:hover{
	color: #ffffff;
}
/* JJF Rebrand */
a:active{
	color: #ffffff;
	outline-style: solid;
    outline-color: #ffffff;
	outline-width: thin;
	outline-offset: 1px;
}
/** ***----------*** styles for mobile devices start here ****-------*** **/
@media only screen and (max-width: 600px) {
	.customer-reg-wrapper-Dashboard div.dashboard-contact-us {
		margin-top: 32px;
	}
	div.dashboard-contact-us .contact-heading {
		color: #666666;
		margin-bottom: 14px;
	}
	div.dashboard-contact-us .contact-subheading {
		color: #666666;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 4px;
	}
	div.dashboard-contact-us .contact-number, div.dashboard-contact-us .contact-number>a {
		line-height: 22px;
		margin-bottom: 23px;
		color: #665A95;
	}
	div.dashboard-contact-us .contact-time-wrapper {
		display: none;
	}
	div.dashboard-contact-us .contact-time-wrapper-mob {
		display: block;
		font-size: 14px;
		line-height: 20px;
	}
}
/** ***----------*** styles for mobile devices end here ****-------*** **/
/** *************************************************** "Contact Us" ends here ******************************* **/

/** ********************* Dashboard body ends here *********************** **/

.footer{
    background-color: #333;
    height: 200px;
}