.not-bold,
label.not-bold
{
    font-weight: normal !important;
}
.text-bold {
    font-weight: bold !important;
}
.text-transform-lowercase {
    text-transform: lowercase;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    opacity: 0.5;
    height: 100%;
    z-index: 9999;
    background: url(../img/spin-loader.gif) center no-repeat #fff;
}

.fa-small {
    font-size: 9px;
}
td.row-title {
    font-weight: bold;
    width: 10%;
    white-space: nowrap;
}
.lkm-title{
    font-weight: bold;
    font-size: 1rem;
    font-family: inherit;
}
.lkm-addr {
    font-size: x-small;
}

.cursor-pointer {
    cursor: pointer;
}

.hidden-row {
    padding: 0 !important;
}    

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
}

.pdfobject-container { 
    height: 50rem; 
    /* border: 1rem solid rgba(0,0,0,.1);  */
    margin: 0;
}

.toast-center-left { left: 10px; top: 50%; right: 10px; transform: translate(0px, -50%); }
.toast-center-center { top: 50%; left: 50%; transform: translate(-50%, -50%); }
.toast-center-right { right: 10px; top: 50%; transform: translate(0px, -50%); }

/* icon chooser */
.icon-item:hover {
    cursor: pointer;
    border: 0.5px solid blue;
}
.icon-item-selected {
    border: 0.5px solid blue;
}
.icon-cooser-tab-content {
    min-height: 200px;
    max-height: 500px;
    overflow-y: scroll;
}

/* delete icon */
.icon-operation {
    cursor: pointer;
    color: gray;
}
.icon-operation-add {
    color: darkgreen;
}
.icon-operation-add:hover {
    color: green;
}

.icon-operation-edit {
    color: darkorange;
}
.icon-operation-edit:hover {
    color: orange;
}

.icon-operation-delete {
    color: darkred;
}
.icon-operation-delete:hover {
    color: red;
}
.icon-operation-disabled {
    color: gray;
}

.icon-add-style {
    color: gray;
}
.icon-add-style:hover {
    color: green;
    cursor: pointer;
}
