/***Portlet custom css***/
.portlet > .portlet-title > .caption {
    font-size: 14px;
}

.portlet > .portlet-title > .actions > .btn.btn-sm {
    padding: 3px 1px;
    margin-top: -62px;
}

.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;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../img/preload.gif') 50% 50% no-repeat rgb(249, 249, 249);
}

.display_none {
    display: none;
}

.lng_modal {
    position: absolute;
    top: 50%;
    right: 12px;
}