/*
	framework custom style
*/

.blurry-text {
    color: transparent;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.normal-text {
    color: #6e707e;
    text-shadow: none;
}

.no-border {
    border: none !important;
}

.paging {
    display: flex;
    padding-left: 1px;
    list-style: none;
    border-radius: 0.35rem;
}

.paging span:first-child {
    margin-left: 0;
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
}

.paging span:last-child {
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
}

.paging span.disabled,
.paging span.current,
.paging span a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4e73df;
    background-color: #fff;
    border: 1px solid #dddfeb;
}

.paging span a:hover {
    z-index: 2;
    color: #224abe;
    text-decoration: none;
    background-color: #eaecf4;
    border-color: #dddfeb;
}

.paging span a:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.paging span:first-child a {
    margin-left: 0;
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
}

.paging span:last-child a {
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
}

.paging span.current {
    z-index: 1;
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df;
}

.paging span.disabled {
    color: #858796;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dddfeb;
}


/* userinfos login page */
.login-userinfos {
    background: red;
}


/* tender doc add page */
.note-editable {
	line-height: 0.2;
	padding-top: 20px !important;
}

.mouse-pointer-reset {
    cursor: auto !important;
}
