/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/
.grayColor {
    color: #708090;
    font-size: 90%;
}

span.verified-user {
    display: inline-block;
    /*text-indent: -9999px;*/
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background: url("/assets/img/verified.svg") no-repeat;
    vertical-align: middle;
    margin-right: 0.1rem;
}

span.verified-user.small-badge {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
}
