.userCenter-portlet .inp-text-small {width:85%;}
.userCenter-portlet .inp-text-large {width:95%;}
.userCenter-portlet .placeholder {background-color:#fcfcfc;color:#aaa;}

.userCenter-portlet .custom-tab {
	display: flex;
    justify-content: space-between;
    margin-top: 50px;
    list-style-type: none;
}

.userCenter-portlet .custom-tab li {
	float: left;
	width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-right: 3px;
}

.userCenter-portlet .custom-tab > .active {
	background-color: #004e96;
}

.userCenter-portlet .custom-tab > .active > a {
	color: #fff;
}

.userCenter-portlet .table-sortable tr {
	cursor: grabbing;
}

.userCenter-portlet .btn-table.disabled {
	background: #ddd;
    cursor: initial;
    color: #fff;
}