.sidebar-icon {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.sidebar-icon i.fa {
    font-size: 40px;
    float: left;
    margin: 0px 10px 0 0;
}

/*-- for the "back to SBP" link --*/
#back_to {
	position: fixed;
	z-index: 999;
	right:0;
	top:50px;
	padding: 10px;
	background: #fff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border:2px solid #063b81;
	border-right: none;
}

#back_to a {
	color: #063b81;
}

#back_to a i {
	margin-left: 10px;
}

/*** custom checkboxes ***/
#profile-settings input[type=checkbox],
#user_resource_upload input[type=checkbox] {
     position: relative;
}
/* to hide the checkbox itself */
#profile-settings label>input[type=checkbox]:before,
#user_resource_upload label>input[type=checkbox]:before {
    position: absolute;
    background-color: #FFFFFF;
    height: 100%;
	width: 100%;
    font-family: FontAwesome;
    display: inline-block;
    content:"\f096";
    letter-spacing: 10px;
    font-size: 1.5em;
}

/* space between checkbox and label */
#profile-settings label>input[type=checkbox]:checked:before,
#user_resource_upload label>input[type=checkbox]:checked:before {
	font-family: FontAwesome;
    display: inline-block;
    content:"\f046";
    letter-spacing: 5px;
}
/* allow space for check mark */
#profile-settings label span,
#user_resource_upload label span{
	vertical-align: middle;
	margin-left: 0;
}

span.wpcf7-list-item {
	margin-left: 0;
}


#profile-settings input[type=radio],
#profile-settings input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
    
#profile-settings input[type=radio] ~ label:before,
#profile-settings input[type=checkbox] ~ label:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f1db";
    letter-spacing: 10px;
    font-size: 1.2em;
    color: #535353;
    width: 1.4em;
}

#profile-settings input[type=radio]:checked ~ label:before,
#profile-settings input[type=checkbox]:checked ~ label:before {
    content: "\f00c";
    font-size: 1.2em;
    color: darkgreen;
    letter-spacing: 5px;
}

#profile-settings input[type=checkbox] ~ label:before {        
    content: "\f096";
}

#profile-settings input[type=checkbox]:checked ~ label:before {
    content: "\f046";        
}

#profile-settings input[type=radio]:focus ~ label:before,
#profile-settings input[type=radio]:focus ~ label {}

#profile-settings .submit-button {
	float: right;
}

.dirfilters h3 {
    color: #063b81;
    border-bottom: 1px solid #063b81;
}

.dirfilters ul li {
    list-style-type: square;
    color: #063b81;
    cursor:pointer;
}