.margin-bottom-30 {
    margin-bottom: 30px;
}

/* Portlet */
.portlet {
    background: #fff;
}

.portlet.portlet-gray {
    background: #f7f7f7;
}

.portlet.portlet-bordered {
    border: 1px solid #eee;
}

/* Portlet Title */
.portlet-title {
    padding: 0;
    min-height: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom: 18px;
}

.caption {
    float: left;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding-top: 6px;
}

.caption.caption-green .caption-subject,
.caption.caption-green i {
    color: #4db3a2;
    font-weight: 200;
}

.caption.caption-red .caption-subject,
.caption.caption-red i {
    color: #e26a6a;
    font-weight: 200;
}

.caption.caption-purple .caption-subject,
.caption.caption-purple i {
    color: #8775a7;
    font-weight: 400;
}

.caption i {
    color: #777;
    font-size: 15px;
    font-weight: 300;
    margin-top: 3px;
}

.caption-subject {
    color: #666;
    font-size: 16px;
    font-weight: 600;
}

.caption-helper {
    padding: 0;
    margin: 0;
    line-height: 13px;
    color: #9eacb4;
    font-size: 13px;
    font-weight: 400;
}

/* Actions */
.actions {
    float: right;
    display: inline-block;
}

/* Pagination */
.pagination {
    margin: -3px 0 0;
    border-radius: 50px;
}

.pagination > li > a,
.pagination > li > span {
    padding: 4px 10px;
    font-size: 12px;
    background: #f7f7f7;
}

.pagination > li:hover > a,
.pagination > li.active > a,
.pagination > li.active:hover > a {
    color: #fff;
    background: #e26a6a;
    border-color: #e26a6a;
}

/* Inputs */
.inputs {
    float: right;
    display: inline-block;
    padding: 4px 0;
    margin-top: -10px;
}

.input-inline {
    width: 240px;
    display: inline-block;
    vertical-align: middle;
}

/* Tab */
.portlet-title > .nav-tabs {
    background: none;
    margin: 0;
    float: right;
    display: inline-block;
    border: 0;
}

.portlet-title > .nav-tabs > li {
    background: none;
    margin: 0;
    border: 0;
}

.portlet-title > .nav-tabs > li > a {
    background: none;
    border: 0;
    padding: 2px 10px 13px;
    color: #444;
}

.portlet-title > .nav-tabs > li.active,
.portlet-title > .nav-tabs > li.active:hover {
    border-bottom: 4px solid #f3565d;
    position: relative;
}

.portlet-title > .nav-tabs > li:hover {
    border-bottom: 4px solid #f29b9f;
}

.portlet-title > .nav-tabs > li.active > a,
.portlet-title > .nav-tabs > li:hover > a {
    color: #333;
    background: #fff;
    border: 0;
}

/* Btn Circle */
.actions .btn.btn-circle {
    width: 28px;
    height: 28px;
    padding: 3px 7px;
    text-align: center;
}

.actions .btn.btn-circle i {
    font-size: 11px;
}

/* Btn Grey Salsa */
.actions .btn.grey-salsa {
    border: none;
    margin-left: 3px;
    box-shadow: none;
    border-radius: 50px !important;
}

.actions .btn.grey-salsa.active {
    color: #fafcfb;
    background: #8e9bae;
}
.actions .grey-salsa.btn:hover,
.actions .grey-salsa.btn:focus,
.actions .grey-salsa.btn:active,
.actions .grey-salsa.btn.active {
    color: #fafcfb;
    background: #97a3b4;
}

/* Btn Red */
.actions .btn.btn-red.active,
.actions .btn.btn-red:hover {
    color: #fff;
    box-shadow: none;
    background: #e26a6a;
    border-color: #e26a6a;
}

/* Btn Red */
.actions .btn.btn-purple.active,
.actions .btn.btn-purple:hover {
    color: #fff;
    box-shadow: none;
    background: #8775a7;
    border-color: #8775a7;
}

.longtext {
    display: block;
    display: -webkit-box;
    line-height: 1.4em;
    max-height: 4.2em;
    font-size: 1em;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    text-overflow: ellipsis;
}

.jstree-default .jstree-anchor {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 205px;
}

.core-widget .panel-heading {
    text-transform: uppercase;
    color: #fff;
}

.core-widget .panel-body > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.core-widget .panel-body > ul > li {
    position: relative;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    color: #868d96;
    font-weight: bold;
}

.core-widget .panel-body > ul > li:last-child {
    border-bottom: none;
}

.core-widget .panel-body > ul > li > a {
    color: #868d96;
    text-decoration: none;
    font-weight: bold;
}

.core-widget .panel-body > ul > li > a:hover {
    color: #50545a;
    text-decoration: none;
    font-weight: bold;
}

.panel.panel-workgroup:hover {
    cursor: pointer;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.media.media-info {
    margin-top: 8px;
    padding: 10px;
    border-radius: 4px;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently not supported by any browser */
}

.fc-highlight {
    background: #b1b4b4 !important;
}

.fc-scroller {
    min-height: 400px;
}

.select2-dropdown {
    z-index: 9001 !important;
}
.user-popup-window {
    position: fixed;
    display: none;
    overflow: hidden;
    background-color:#f9f9f9;
    border:1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    z-index: 9999;
    width: 500px;
    height: auto;
}

.user-popup-window .media-left {
    padding-right: 20px;
}


