﻿.hintpropertyeditor-hint {
    position: relative;
    color: var(--bs-primary);
    font-weight: 400;
    font-size: 90%;
    font-style: italic;
    letter-spacing: .5px;
    border-radius: .3rem;
    margin: 2rem 0 .5rem 0;
    padding: .8rem;
    box-shadow: 1px 1px 2px 0px rgba(var(--bs-primary-rgb), 0.4);
    background-color: #F0F8FF;
}

.hintpropertyeditor-hint:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -.5rem;
    display: inline-block;
    width: .5rem;
    height: calc(50% + 2.3rem);
    border: 1px solid #e3e3e3;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-right: 0;
}

.hintpropertyeditor-hint:after {
    content: "i";
    position: absolute;
    top: -.6rem;
    right: -.6rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 2px solid rgba(var(--bs-primary-rgb), 0.4);
    border-radius: 50% 50% 50% 0;
    color: var(--bs-primary);
    font-style: normal;
    font-weight: 600;
    font-size: .9rem;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #ffffff; 
}

.hintpropertyeditor-hint p {
    margin: 0;
    padding: 0;
}

[data-item-name='DoktograntLogonContainer'] + .dxbl-toolbar .dxbl-btn-group, [data-item-name='DoktograntLogonContainer'] + .dxbl-toolbar .dxbl-btn-group .dxbl-toolbar-item {
    width: 100%;
}

[data-item-name='DoktograntRestorePasswordContainer'] + .dxbl-toolbar .dxbl-btn-group {
    width: 100%;
    justify-content: flex-end;
}

[data-item-name='DoktograntRestorePasswordContainer'] + .dxbl-toolbar .dxbl-btn-group .dxbl-toolbar-item button{
    border: 0;
}

[data-item-name='DoktograntRegisterAccountContainer'] + .dxbl-toolbar .dxbl-btn-group {
    width: 100%;
    justify-content: flex-end;
}

[data-item-name='DoktograntRegisterAccountContainer'] + .dxbl-toolbar .dxbl-btn-group .dxbl-toolbar-item button{
    border: 0;
    padding: 2px;
}

[data-item-name='DoktograntRegisterAccountContainer'] + .dxbl-toolbar .dxbl-btn-group .dxbl-toolbar-item {
 
}

[data-item-name='DoktograntRegisterAccountContainer'] + .dxbl-toolbar .dxbl-btn-group .dxbl-toolbar-item:hover {
    background-color: white;
}

.main-content > .grid-content dxbl-grid {
    height: calc(100vh - 130px) !important;
}

/*----------------- Aby bolo logo pekne farebne --------------------*/
.header-logo {
    background-color: unset !important;
    -webkit-mask: unset !important; 
    mask: unset !important; 
    -webkit-mask-position: unset !important; 
    mask-position: unset !important; 
    -webkit-mask-repeat: unset !important; 
    mask-repeat: unset !important;  
    width: 180px;
    height: 45px !important;
    background-image: url(/images/Logo.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


/*---------------- Odstraneny filter v Navigacii --------------------*/
.xaf-navmenu {
    margin: 20px 9px;
}

.dxbl-navigation-filter {
    display: none;
}

/*------------ Odstraneny clear button v textboxe -------------------*/
.dxbl-text-edit > .dxbl-btn.dxbl-edit-btn-clear{
    display: none !important;
}

/*---------------- Notifikačná ikonka v navigácii --------------------*/
.navigation-notification-icon {
    position: absolute;
    right: 5px;
    top: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #55914d;
    color: #ffffff;
    font-weight: 600;
}

/*---------------- Notifikačná ikonka v navigácii --------------------*/
.final-report .plain-text-editor-value {
    display: block;
    font-size: 22px;
    margin: 14px 12px;
}

.title-of-the-project .plain-text-editor-value{
    font-size: 2rem;
}

.dxbl-html-editor{
    height: 600px;
}

.richtext-edit-height-200 .xaf-richedit, .richtext-edit-height-200 .dxbl-html-editor {
    height: 200px;
}