.btn-unmask {
    font-weight: inherit !important;
}

.btn-unmask:hover {
    text-decoration: none !important;
}

.fs12 {
    font-size: 12px !important;
}

.fs10 {
    font-size: 10px !important;
}

.page-loader {
    margin: 100px auto 0 auto;
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bgwhite{
    background-color: white;
}
.nowrap {
    white-space: nowrap;
}

.file_upload,
#file_tools {
    display: flex;
    margin-top: 1em;
    justify-content: center;
    align-items: center;
}

.file_upload input[type=file] {
    border: 0.25px solid rgb(66 139 229 / 30%);
    padding: 0.5em 1em;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled {
    background-color: #eaeaea;
}

.field-userGroup {
    border-top: 1px solid #ccc;
    margin-top: 40px;
    padding-top: 40px;
}

.ui-datepicker {
    z-index: 10!important;
}

.ui-dialog {
    z-index: 9999!important;
}

.noTitleBar .ui-dialog-titlebar {
    display:none
}
.noTitleBar .ui-dialog-content {
    padding: 1.5em!important;
}
/* #settings_page .form-group{
    display: flex;
    align-items: center;
    justify-content: space-around;
} */
.input-group .input-addon {
    display: table-cell;
    background: #efefef;
    padding: 3px 10px;
    vertical-align: middle;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    vertical-align: middle;
    border: 1px #ccc solid;
    border-right: none;
}

.title_lines {
    position: relative;
    font-size: 1em;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 1.75em;
    text-align: center;
    background: #c2bbbb;
    color: #fefefe;
    line-height: 2em;
    border-radius: 30px;
}
.zIndex9999{
    z-index: 9999 !important;
}