
/***Portlet custom css***/

.actions {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 15px;
    float: right;
}

.actions1 {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: -6px;
    float: right;
}

#draggablePanelList .panel-heading {
    cursor: move;
}

.panel-purple1 {
    color: #fff;
    background-color: #7c3b97;
    border-color: #7c3b97;
}

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100000;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: url('/img/logo/logo-loader_360.gif') no-repeat center center;
  background-size: contain;
}
.portlet > .portlet-title > .actions > .btn.btn-sm {
    padding: 3px 8px;
    margin-top: -64px;
}
.portlet.box {
    padding: 0 !important;
    cursor: move;
}
.btn-default:hover {
    color: #fff;
    background-color: #999 !important;
    border-color: #999;
}
