.uppercase { 
	text-transform: uppercase; 
}
.ucwords { 
	text-transform: capitalize; 
}
.school_year-text{
	text-shadow: 0px 2px 3px #001bff;
	background-color: transparent;
}
.error{
	color:red;
}

.hide{
	display: none !important;
}

.header-logo{
	height: 28px;
	position: absolute;
	left: 0;
}

.default-font{
	font-size: 12px !important;
}

.line-through{
	text-decoration: line-through !important;
}

tr.noborder > td{
	border: 0px;
}

.ajax-loading{
	background: url('../images/medium-ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}

.notifications p{
	line-height: 17px;
	font-size: 13px;
}

.notifications .block-content.unread,.notifications li a.unread{
	background-color: #e9f5ff !important;
	border-bottom: 1px solid #d6edff !important;
}

.table tr.unread{
	background-color: #e9f5ff !important;
}

.text-bold{
	font-weight:bold
}

.no-m{
	margin: 0 !important;
}

.no-b{
	border: 0px !important;
}

.btn-xs{
	padding: 3px 7px;
}

.pos-relative{
	position: relative;
}

.multiselect__tags{
	border: 1px solid #aaa !important;
}

.nav-users a.nav-users-custom {
	padding: 12px 8px 12px 25px;
	min-height: 0px;
}

.nav-users li.active{
	background: seashell;
}

ul.billing-nav{
	list-style: none;
	margin: 0;
	padding: 0;
}
.billing-nav li.items:first-child{
	border-top: 1px solid #ddd;
}
.billing-nav li.items{
	padding: 0;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.enrollment-wizard-done{
	box-shadow : inset 0 -2px #7eb73d !important;
}

.payment-status{
	font-weight: bold;
	margin: 0 auto;
	border: 1px dashed #969798;
	padding: 20px 30px;
	width: 250px;
	background-color: #eee;
}

.ribbon-crystal.ribbon-bookmark.ribbon-left .ribbon-box.payment-status-primary::before{
	border-color: #197ed1;
	border-right-color: transparent;
}
.ribbon-crystal.ribbon-bookmark.ribbon-left .ribbon-box.payment-status-success::before{
	border-color: #9ccc65;
	border-right-color: transparent;
}
.ribbon-crystal.ribbon-bookmark.ribbon-left .ribbon-box.payment-status-info::before{
	border-color: #26c6da;
	border-right-color: transparent;
}
.ribbon-crystal.ribbon-bookmark.ribbon-left .ribbon-box.payment-status-warning::before{
	border-color: #ffca28;
	border-right-color: transparent;
}
.ribbon-crystal.ribbon-bookmark.ribbon-left .ribbon-box.payment-status-danger::before{
	border-color: #ef5350;
	border-right-color: transparent;
}

.qcard {
	margin: ;
}

/*FAQ Page Specific*/

.cfa-faq-header {
	transition: all 0.5s ease;
	background-color: #fff;
	font-size: 1.1em;
}

.cfa-faq-header:hover {
	transition: all 0.5s ease;
	background-color: #e2e2e2;
}

.cfah-faq-answer {
	font-size: 1.1em;
}


/*enrollment assessment */

.assessment-steps {
	font-size: 1.5em;
}


.cfah-card-info {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    padding: 20px;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    margin: 15px 15px 25px;
    border-radius: 10px;
    font-size: 16px;
}


.coach-student-list {
	padding-left: 20px;
	margin-bottom: 0;
}

.select-dropdown{
	position: absolute;
    width: 40px;
    height: 40px;
    right: 16px;
    top: 1px;
    padding: 4px 8px;
    text-align: center;
    transition: transform .2s ease;
    line-height: 16px;
    box-sizing: border-box;
    display: block;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
}

.select-dropdown:before{
    position: relative;
    right: 1px;
    top: 65%;
    color: #999;
    margin-top: 4px;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #999 transparent transparent;
    content: "";
}

.select-up{
	transform: rotate(180deg);
}

#multi_select,#selected_option{
	height: 100%;
	min-height: 40px;
}

#multi_select_option{
	display: none;
}

#multi_select_option.show{
	display: block;
}

#multi_select_option ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#multi_select_option ul > li:hover{
	background: #eee;
	cursor: pointer;
}

.txtInput{
	border: 0px;
}

.sel_option{
	min-height: 40px;
	height: 100%;
}

.sel_option span{
	background:#e2e6df;
	display: inline-block;
	position: relative;
}

.privacy-policy{
	width: 100%;
	position: fixed;
	bottom: 0;
}

.ck-content { height:500px; }

#announcements .media-body img{
	width: 100%;
}

.grading-header-fixtop{
	position: fixed;
	top: 68px;
	left: 0;
	right: 0;
	background: #1f1c1c;
	opacity: 0.9;
	z-index: 10;
	width: auto;
}

.grading-header-fixtop span.grade-saving-msg, .grading-header-fixtop div.spinner-border{
	color:#FFF !important;
}

.disabledTab {
    pointer-events: none;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.image-upload-content {
    width: 270px;
    height: 170px;
    margin-top: 15px;
    padding: 5px;
}

#image_display {
    background-size: cover;
}

.image-upload-content > div {
    width: 100%;
    height: 100%;
    border: 3px dashed #13c9df;
    text-align: center;
}

.nav-users-li-custom{
	padding: 12px 8px 12px 25px;
	border-top: 1px solid #f0f2f5;
}