.szovegJobb{
    text-align:right;
}

.szovegBal{
    text-align:left;
}

.szovegKozep{
    text-align:center;
}

#help{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index:1000;
  }

.modal2 {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../img/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}

body.loading {
    overflow: hidden;   
}

body.loading .modal2 {
    display: block;
}

sup {
    vertical-align: super;
    color:red;
  }

.selectedrow{
    background-color: #685dd8 !important;
}

.selectedrow td{
    color: #f1b014 !important;
}

.foladlatgk
{
    display:inline-block;
    width:100px;    
}

.disabledlink {
    pointer-events: none;
    cursor: not-allowed;
}

.disabledlink:hover {
    cursor: not-allowed;
}  

.checkboxGrid > tr > td{
    color:black;
}

.form-control{
    margin-top:5px;
}

.form-select{
    margin-top:5px;
}