.border_green{
    border:1px solid green;
}

.border_red{
    border:1px solid red;
}

.border_blue{
    border:1px solid blue;
}
@media screen and (max-width: 785px) {
    body{
        right: auto !important;
    }
    .proxersafe_login_infos{
        background: #ebebeb;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        display:flex;
        justify-content:flex-end;
        flex-direction: column;
    }
    .proxersafe_login_infos_line{
        width:100% !important;
    }
    .proxersafe_login_flex{
        flex-direction: column;
    }
    .proxersafe_login{
        display:flex;
        justify-content:center;
        align-items:center;
        height:100vh;
    }
    @media screen and (max-height: 760px) {
        .proxersafe_login{
            display:block;
            height:100vh;
        }
    }
}
@media screen and (min-width: 786px) {
    .proxersafe_login_infos{
        background: #ebebeb;
        min-width:240px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        display:flex;
        justify-content:flex-end;
        flex-direction: column;
        border-left:1px solid #bfbfbf;
    }
    .proxersafe_login{
        display:flex;
        justify-content:center;
        align-items:center;
        height:100vh;
    }
    @media screen and (max-height: 633px) {
        .proxersafe_login{
            align-items: unset;
            height:max-content;
        }
    }
}

.proxernet_permissions_log_webgrid{
    max-height: 340px;/*Ez 16 kulcs magas*/
    overflow-y: auto;
}

.proxernet_authorized_users_webgrid{
    max-height: 445px;
    overflow-y: auto;
}
