/* 
    Created on : 11 Oct 2020, 22:56:02
    Author     : adavidson
    Comment    : ESA specific overrides/enhancements for dmstr\yii2-adminlte-asset
*/

/*
 * Box Component
 */

/* Within a box.user-block, style up a font based icon */
.user-block .user-image{
    float:left;
    font-size:30px;
}   

/* Within a box.user-block, style up a font based icon */
.user-block .user-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.2);
  color:#fff;
}

/* Slap tools menu hard top right */
.box-header> .box-tools{
    position: absolute;
    right: 10px;
    top: 5px;
}
