/*
    Güçlü şifre eklentisi
*/

.pass-graybar {
    height: 3px;
    background-color: #CCC;
    width: 100%;
    position: relative;
}

.pass-colorbar {
    height: 3px;
    background-image: url(asset/img/passwordstrength.jpg);
    position: absolute;
    top: 0;
    left: 0;
}

.pass-percent,
.pass-text {
    font-size: 1em;
}

.pass-percent {
    margin-right: 5px;
}

.ui-sortable-helper {
    background-color: #f7f1e3!important;
    opacity: 1!important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.ui-sortable-placeholder {
    background-color: #f7ffd8!important;
    visibility: visible!important;
}

.icons {
    float: left;
    font-size: 25px;
}


/* .color-picker {
    width: 150px;
    height: 150px;
    text-align: center;
} */

#frmEdit span.txt {
    cursor: move;
}

.sortable-handle {
    cursor: move!important;
}

.CodeMirror {
    height: 700px;
}

ul li[aria-disabled=true] {
    font-weight: 900!important;
    cursor: not-allowed;
}