/** ADDED BY GTI/ANG - CUSTOM PANE **/
.dash-card-custom .row {
    /*display:block;*/
    }
.dash-card-custom a.cp-block {
    height: 130px;
    display: flex;
    width: 100%;
    align-items:flex-end;
    text-decoration:none;
    border-radius: .25rem;
    background-size: cover;
    background-position: center;
    }
.dash-card-custom a.cp-block > span {
    background-color:rgba(0,104,179,.74);
    display:block;
    width:100%;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 0 0 .25rem .25rem;
    color: #fff;
    font-size: 13px;
    }
.dash-card-custom a.cp-block span span {
    padding-top: 3px;
    }
.dash-card-custom a.cp-block:hover span, .dash-card-custom a.cp-block:focus span {
    background-color: #0068b3;
    }

/** ADDED BY GTI/ANG - hiding notes on student profile **/
.romeo #yourprofile section#basic-details .form-group#student\.details\.notes-container {
    display:none;
    }
    
/***** CUSTOM PANE CSS, added by GTI / Angela *****/@media (min-width: 992px) {
	.flex-dash-row .dash-card-custom .card-body {
		/** changing the height of the custom pane body **/
		max-height:620px;
	}
}
/***** CUSTOM PANE CSS END *****/
