/* holds everything to do with the personal dashboard tabs/to do items on left side of menu */

/* tabs on personal dashboard */
.tabMenu .wpb_tabs_nav {
	visibility:hidden;
}

/* .tabMenuWhite - the white todo images with an image */

/* Not Completed Tasks */

.tabMenuWhite a i.profileItemToDo:after {
	content: "";
	background: url(../images/icons/notDone.png);
	background-size: contain !important;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}
.tabMenuWhite a.active-tab i.profileItemToDo:after,
.tabMenuWhite a:hover i.profileItemToDo:after {
	content: "";
	background: url(../images/icons/notDoneAct.png);
	background-size: contain !important;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

/* Completed Tasks */

.tabMenuWhite a i.profileItemDone:after {
	content: "";
	background: url(../images/icons/done.png);
	background-size: contain !important;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}
.tabMenuWhite a.active-tab i.profileItemDone:after,
.tabMenuWhite a:hover i.profileItemDone:after {
	content: "";
	background: url(../images/icons/doneAct.png);
	background-size: contain !important;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}



/* Locked Tasks */

.tabMenuWhite a i.profileItemLock:after {
	content: "";
	background: url(../images/icons/lock-icon.png);
	background-size: contain !important;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}
.tabMenuWhite a.active-tab i.profileItemLock:after,
.tabMenuWhite a:hover i.profileItemLock:after {
	content: "";
	background: url(../images/icons/lock-icon.png);
	background-size: contain !important;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}


/* Icons - 4 States */

/* Pay Deposit */
.tabMenuWhite a i.fa-credit-card:before{
	background: #fff url('../images/icons/Pay_Deposit_Done.png') no-repeat !important;
 background-size: cover !important;
	background-position: center !important;

}
.tabMenuWhite a.active-tab i.fa-credit-card:before,
.tabMenuWhite a:hover i.fa-credit-card:before
 {
	/* background: #4c92aa url('../images/icons/Pay_DepositAct.png') no-repeat !important; */
	background: #69bae5 url('../images/icons/Pay_Deposit_Done.png') no-repeat !important;
 background-size: cover !important;
	background-position: center !important;

}


/* Pay Balance */
.tabMenuWhite a i.fa-bar-chart:before {
	background: #fff url('../images/icons/Pay_Balance_Done.png') no-repeat !important;
	background-size: cover !important;
	background-position: center !important;

}
.tabMenuWhite a.active-tab i.fa-bar-chart:before,
.tabMenuWhite a:hover i.fa-bar-chart:before {
	/* background: #4c92aa url('../images/icons/Pay_BalanceAct.png') no-repeat !important; */
	background: #69bae5 url('../images/icons/Pay_Balance_Done.png') no-repeat !important;
 background-size: cover !important;
	background-position: center !important;

}

/* Personal */
.tabMenuWhite a i.fa-user-circle:before {
	background: #fff url('../images/icons/Personal_Done.png') no-repeat !important;
	background-size: cover !important;
	background-position: center !important;

}
.tabMenuWhite a.active-tab i.fa-user-circle:before,
.tabMenuWhite a:hover i.fa-user-circle:before {
	/* background: #4c92aa url('../images/icons/PersonalAct.png') no-repeat !important; */
	background: #69bae5 url('../images/icons/Personal_Done.png') no-repeat !important;
	background-size: cover !important;
	background-position: center !important;

}

/* School */
.tabMenuWhite a i.fa-university:before {
	background: #fff url('../images/icons/School_Done.png') no-repeat !important;
 background-size: cover !important;
	background-position: center !important;

}
.tabMenuWhite a.active-tab i.fa-university:before,
.tabMenuWhite a:hover i.fa-university:before {
	/* background: #4c92aa url('../images/icons/SchoolAct.png') no-repeat !important; */
	background: #69bae5 url('../images/icons/School_Done.png') no-repeat !important;
	background-size: cover !important;
	background-position: center !important;

}

/* Parent */

.tabMenuWhite a i.fa-home:before {
	background: #fff url('../images/icons/Parents_Done.png') no-repeat !important;
	background-size: cover !important;
	background-position: center !important;

}
.tabMenuWhite a.active-tab i.fa-home:before,
.tabMenuWhite a:hover i.fa-home:before {
	background: #69bae5 url('../images/icons/Parents_Done.png') no-repeat !important;
	background-size: cover !important;
	background-position: center !important;

}

/* Statement */
.tabMenuWhite a i.fa-handshake-o:before {
	background: #fff url('../images/icons/Statement_Done.png') no-repeat !important;
 background-size: cover !important;
	background-position: center !important;

}

.tabMenuWhite a.active-tab i.fa-handshake-o:before,
.tabMenuWhite a:hover i.fa-handshake-o:before {
	background: #69bae5 url('../images/icons/Statement_Done.png') no-repeat !important;
 background-size: cover !important;
	background-position: center !important;

}

/* Travel */
.tabMenuWhite a i.fa-plane:before {
	background: #fff url('../images/icons/Travel_Done.png') no-repeat !important;
 background-size: cover !important;
	background-position: center !important;

}

.tabMenuWhite a.active-tab i.fa-plane:before,
.tabMenuWhite a:hover i.fa-plane:before {
	background: #69bae5 url('../images/icons/Travel_Done.png') no-repeat !important;
 background-size: cover !important;
	background-position: center !important;

}

/* Insurance */
.tabMenuWhite a i.fa-wrench:before {
	background: #fff url('../images/icons/Insurance_Done.png') no-repeat !important;
 background-size: cover !important;
	background-position: center !important;

}
.tabMenuWhite a.active-tab i.fa-wrench:before,
.tabMenuWhite a:hover i.fa-wrench:before {
	background: #69bae5 url('../images/icons/Insurance_Done.png') no-repeat !important;
	background-size: cover !important;
	background-position: center !important;

}

/* Medical */
.tabMenuWhite a i.fa-hospital-o:before {
	background: #fff url('../images/icons/Medical_Done.png') no-repeat !important;
	background-size: cover !important;
	background-position: center !important;

}
.tabMenuWhite a.active-tab i.fa-hospital-o:before,
.tabMenuWhite a:hover i.fa-hospital-o:before {
	background: #69bae5 url('../images/icons/Medical_Done.png') no-repeat !important;
 background-size: cover !important;
	background-position: center !important;

}

/* Declaration */

.tabMenuWhite a i.fa-file-text:before {
	background: #fff url('../images/icons/Declaration_Done.png') no-repeat !important;
 background-size: cover !important;
	background-position: center !important;

}
.tabMenuWhite a.active-tab i.fa-file-text:before,
.tabMenuWhite a:hover i.fa-file-text:before {
	background: #69bae5 url('../images/icons/Declaration_Done.png') no-repeat !important;
 background-size: cover !important;
	background-position: center !important;

}

/* Transcript */
.tabMenuWhite a i.fa-envelope-open:before {
	background: #fff url('../images/icons/Transcript_Done.png') no-repeat !important;
 background-size: cover !important;
	background-position: center !important;

}

.tabMenuWhite a.active-tab i.fa-envelope-open:before,
.tabMenuWhite a:hover i.fa-envelope-open:before {
	background: #69bae5 url('../images/icons/Transcript_Done.png') no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

/* Rooming */
.tabMenuWhite a i.fa-bed:before {
	background: #fff url('../images/icons/Rooming_Done.png') no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.tabMenuWhite a.active-tab i.fa-bed:before,
.tabMenuWhite a:hover i.fa-bed:before {
	background: #69bae5 url('../images/icons/Rooming_Done.png') no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}


/* My Account (general tabs stuff) */

.tabMenu .tabbed[data-style*="vertical"] .wpb_tabs_nav {
    /*width: 25%;*/
    float: left;
    width: 330px;
    overflow: visible;
}
.tabMenu .tabbed[data-style*="vertical"] >div {
    float: left;
				/* width should be the value of .tabMenu .tabbed[data-stye="vertical] .wpb_tabs_nav minus the value of this margin-left */
    width: calc(100% - 360px);
    background: white;
    padding-left: 40px;
    margin-left: 30px;
    padding-right: 40px;
    padding-top: 30px;
    min-height: 550px;
}

.tabMenu .tabbed[data-style="vertical_modern"] .wpb_tabs_nav li {
    margin-bottom: 0px !important;
}

.tabMenu .tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	
}

.tabMenu .tabbed[data-icon-size="24"] ul.wpb_tabs_nav li a i {
	display: inline-block;
	width: 100%;
	max-width: 140px;
    /*height: 93px;*/
    height: 85px;
	margin: 0 0 0;
	transition: all 0.2s ease !important;
	position: relative;
}

.tabMenu .tabbed[data-style*="vertical"] .wpb_tabs_nav li a i:before {
	content: "";
	display: inline-block;
	width: 100%;
    /*height: 118px;*/
	height: 85px;
	background-position: center;
	border-radius: 15px;
	transition: all 0.2s ease !important;
}


body i[class*="fa-"], body span[class*="fa-"] {
    top: 0;
}

/**/

.tabMenu .wpb_tabs_nav * {
	transition: all 0.2s ease !important;
}


.tabMenuBlue
{
      margin-bottom: 11px !important;
	width: 100%;
	
	display: inline-block;
	margin-top: 3px !important;
}




.tabMenuBlue a {
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(to right, #69bae5 , #1c5a7a);
    border-radius: 15px !important;
    transition: all 0.2s ease-in-out;
    padding: 12px !important;
	width:100%;
}

.tabMenuBlue a:before

{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #69bae5;
    opacity: 0;
    z-index: 0;
    border-radius: 15px !important;
}

.tabMenuBlue a:hover:before,
.tabMenuBlue a:focus:before
 {
    opacity:1;
    transition: all 0.2s ease-in-out;
}

.tabMenuBlue a span

{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 1;
    transition: all 0.2s ease-in-out;
    padding: 11px;
}


.tabMenuBlue a:hover span,
.tabMenuBlue a:focus span

{
    color: #000;
}



/* Icons */

.tabMenuWhite
{
   
    height: 110px;
    display: inline-block;
    padding: 0 !important;
}

.tabMenuWhite a span
{
   
    font-size: 14px;
    letter-spacing: 0;
    
}

.tabMenuWhite:nth-of-type(3n+3),
.tabMenuWhite:nth-of-type(3n+4)
 {
	margin-right: 25px !important;
	
}


.tabMenuWhite a
 {
    max-width:93px !important;
	width:93px !important;
    padding: 0 !important;
	background: rgba(0,0,0,0) !important;
	color: #242834 !important;
	font-weight: 700;
    overflow: visible;
}



.tabMenuWhite  a:hover,
.tabMenuWhite a.active-tab
 {
	box-shadow: none;
	border: 0 !important;
}
.tabMenuWhite a.active-tab i:before
{
	/*box-shadow: 0px 4px 8px rgba(0,0,0,0.2);*/
    box-shadow: 0px 15px 50px rgba(0,0,0,0.2);
	transition: all 0.2s ease !important;
    overflow: visible;
}


/* RESPONSIVE */

@media only screen and (min-width: 1001px) and (max-width:1200px) {
    .tabMenu .tabbed[data-style*="vertical"] >div {
        float: left;
    
    background: white;
    padding-left: 40px;
    margin-left: 30px;
    padding-right: 40px;
    padding-top: 30px;
    min-height: 550px;
    }
}


@media only screen  and (max-width:1000px) {
   .tabbed[data-style*="vertical"] .wpb_tabs_nav li {
margin:0 !important;

}
   	  .tabMenu .tabbed[data-style*="vertical"] >div {
    float: left;
    width: 100%;
    background: white;
    padding: 30px !important;
    margin-left:0 !important;
    min-height: 550px;
    }
 
   .tabMenuBlue {
width:50% !important;
padding-bottom:10px !important;


}
    body .tabbed[data-style*="vertical"] .wpb_tabs_nav li {
	float:left !important;

}

.tabMenuWhite:nth-of-type(3n+3),
.tabMenuWhite:nth-of-type(3n+4)
{
margin-right:0 !important;
}

.tabMenuWhite {
	min-width:93px;
    padding-right:2% !important;
}

.tabMenuBlueEnd {
clear:left !important;
}

.tabMenu .tabbed[data-style*="vertical"] .wpb_tabs_nav {
    /*width: 25%;*/
    float: left;
    width: 100% !important;
    overflow: visible;
}
    
}


@media only screen  and (max-width:606px) {

body .tabbed[data-style*="vertical"] .wpb_tabs_nav li {

width:25%;
min-width:93px;
}



.tabMenuWhite:nth-of-type(3n+3),
.tabMenuWhite:nth-of-type(3n+4) {
	
	width:25%;
	min-width:93px;
}

    
}


@media (max-width: 470px) {

body .tabbed[data-style*="vertical"] .wpb_tabs_nav li {

width:33%;
min-width:93px;
}

.tabMenu .tabbed[data-style*="vertical"] >div {
     
    padding: 15px !important;
  
    }

.tabMenuWhite:nth-of-type(3n+3),
.tabMenuWhite:nth-of-type(3n+4) {
	
	width:33%;
	min-width:93px;
}



}


@media (max-width: 390px) {

body .tabbed[data-style*="vertical"] .wpb_tabs_nav li {
width:50%;
min-width:93px;
}


.tabMenuWhite:nth-of-type(3n+3),
.tabMenuWhite:nth-of-type(3n+4) {
	width:50%;
	min-width:93px;
}



.tabMenuBlue
{
width:100% !important;
float:none !important;

}


}

