.chosen-choices, .chosen-container {
	width: 100% !important;
}

.wj-state-multi-selected a, .wj-state-selected a {
    color: #fff;
}

h4 {
    margin-right: 10px;
}

div.list-item {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.input-icon {
    margin-top: -22px;
    margin-right:10px;
}

div.overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0.95;
    background-color:#f2f2f2;
    z-index: 1000;
}

label {
    color: #707070;
    font-weight: normal;
}

.form-simple label{
    color: #333333;
    font-weight: bold;
    margin-right: 3px;
}
.form-simple .form-control {
    display: inline-block;
    width: auto;
}
.form-simple .form-group {
    margin-bottom: 10px;
}
.list-group-item a {
    margin-right: 15px;
}

.modal-footer i {
    margin-right: 5px;
}

.block-edit-link {
    float: right;
}
:hover div .block-edit-link {
    display: block;
}
.block-edit-link i {
    margin-top: 13px;
    margin-left: 10px;
}

.btn-sm-spinner {
    padding-top: 6px;
}
.btn-sm-spinner-lg {
    padding-top: 5px;
}


/* Refresh div */
div.is-refreshing {
    position: absolute;
    width: 100%;
    min-height: 100px;
    height: 100%;
    background-color: grey;
    opacity: 0.5;
    z-index: 10000;
    text-align: center;
}
div.is-refreshing i.fa.fa-3x {
    position: relative;
    top: calc(50% - 21px);
}
/* Tree-view grid */
[child-items-path] .wj-group:not(.wj-state-selected):not(.wj-state-multi-selected) {
    background-color: #f9f9f9!important
    ;
}
a.list {
    margin-right: 15px;
}
.ui-select-search {
    width: 100% !important;
}
.user-pic {
    height: 24px;
    width: 24px;
}
.hi-row {
    padding-top: 3px;
}
.hi-row label {
    padding-top: 3px;
}

/* High rows list */
.high-row-content {
    margin-left:7px;
    padding:5px;
}
