.center {
    text-align: center;
    vertical-align: middle;
}
.searchresults {
    background-color: #0338af;
    /*background-color: #4E88BC;*/
    /*background-color: #1E3864;*/
    border-radius: 8px;
    margin-bottom: 10px
}
.craftuserinfo {
    border-color: #0338af;
    border-radius: 8px;
    padding: 5px;
}
.main-content {
    border-radius: 8px;
    padding: 5px;
    padding-left: 30px;
}
.white {
    color: #FFF;
}
.search-button {
    color: #b42247;
    text-decoration:none !important;
}
.force-flex {
    display: inline-flex;
}
.button-div {
    margin: 5px;
    flex: 0 0 32.3%;
}
a{
    text-decoration:none !important;
}
.my-search-result {
    height: 250px;
    width: 250px;
}
.user-info {
    height: 100%;
    width: 100%;
    border: 0px;
    background-color: rgba(0,0,0,0);
}
.searchform {
    margin-right: 0px;
    min-height: 60px;

    vertical-align: middle;
}
.chartjs-render-monitor {
    width:50%;
    float: left;
}

.local_craft360 i.fa:hover {
    cursor: pointer;
}

.craft-searchbar {
    /*background-color: #4e88bc;*/
    background-color: transparent !important;
    border-radius: 8px;
}

.local-craft360 .user-details
/*,.local-craft360 #local-craft360-searchpanel*/
{
    border: 1px solid #0338af;
    border-radius: 8px;
}


/******************************************************************************/
.local_craft360 .userpicture {
    width: 35px;
    height: 35px;
    border-radius: 10px;
}
/*.local_craft360-craft360-container .resettable {
    display: none;
}
*/
/******************************************************************************/
/* BADGES */
/******************************************************************************/
.local_craft360-badges-container {
    overflow-x: scroll;
}
.local_craft360-badges-container .badges {
    display: flex;
    margin-bottom: 5px;
}
.local_craft360-badges-container .badges li {
    position: relative;
    display: flex;
    flex: 0 0 150px;
    text-align: center;
}
.local_craft360-badges-container .badges li .badge-name {
    display: inline;
    font-size: 80%;
}
.local_craft360-badges-container .badges li .badge-image {
    width: 64px;
    height: 64px;
}
/******************************************************************************/
/* PROGRESSOR */
.local_craft360-light-grey,
.local_craft360-hover-light-grey:hover,
.local_craft360-light-gray,
.local_craft360-hover-light-gray:hover {
    color:#000!important;
    background-color:#f1f1f1!important;
}
.local_craft360-container:after,.local_craft360-container:before {
    content:"";
    display:table;
    clear:both;
}
.local_craft360-round {
    border-radius:4px;
}
.local_craft360-green {
    color:#fff!important;
    /*background-color:#4CAF50!important;*/
    background-color:rgba(75,192,192,0.75)!important;
    /*border: 1px solid rgb(75,192,192);*/
}
.local_craft360-grey {
    color:#fff!important;
    background-color:#6c757d!important;
}
.local_craft360-progress {
    text-align: center;
}

.block_craft360.block table.flexible {
    margin: 0px;
}

.block_craft360.block table.flexible td {
    padding: 0.25rem;
}
.block_craft360.block td.completion-progresscell {
    width: 40px;
    max-width: 40px;
    text-align: center;
}

/* MYDRIVES */
.mydrivestriangle {
    width: 100%;
    height: 100%;
    min-width: 400px;
    min-height: 400px;
}
g.matchtype.inactive path {
    fill: #c6c6c6!important;
    stroke: #c6c6c6!important;
}

/**/
.action-icon.action-icon-hide {
    display: none;
}