.page-navbar
{
    background-image: linear-gradient(#dae9ff, #ffffff);
}

.no-mobile
{
  display: none;
}

.banner-prolog-text
{
    position: relative;
    font-size: 1rem;
    width: 100%;
    overflow: hidden;
    text-align: left;
    background-color: white;
    padding: 20px;
}

.image-logo-right
{
  display: none;
}

.banner-image-text
{
    position: relative;
    font-size: 1rem;
    width: 100%;
    overflow: hidden;
    text-align: left;
    margin-bottom: 10px;
    padding: 5px;
}

.banner-image-transparent
{
    position: relative;
    font-size: 1rem;
    width: 100%;
    overflow: hidden;
    text-align: left;
    padding: 10px;
    margin-top: 20px;
    /* background-color: rgba(255,255,255,0.1); */
}


.image-style-rsas-left
{
    position: relative;
    float: left;
    width: 60%;
    height: 30vh;
    max-width: 500px;
    margin-right: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 8px 8px white inset;
}

.image-style-rsas-right
{
    position: relative;
    float: right;
    width: 60%;
    height: 30vh;
    max-width: 500px;
    margin-right: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 8px 8px white inset;
}

/* docasne */
.banner-item
{
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 2px solid whitesmoke;
    font-size: 15px;
}

.banner-img-left
{
    position: relative;
    max-width: 50%;
    float: left;
}

#_RSAS_FORM_REGISTRATION
{
    width: 100%;
}

#VOP_page
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1031;
}

.page-document
{
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 20px;
    padding-right: 0;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
}

.page-document-scrollY
{
    position: relative;
    width: 100%;
    height: calc(100% - 60px);
    overflow-y: auto;
}

.page-document-header
{
    position: relative;
    padding-bottom: 10px;
    /* background-color: whitesmoke; */
    padding: 10px;
    padding-right: 30px;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    border-bottom: 1px solid silver;
}

.page-document-logo {
    display: none;
}

.page-document-text
{
    position: relative;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 100px;
    font-size: 14px;
}

.page-document-h6
{
    margin-top: 15px;
    background-color: #d4ffd1;
    font-weight: bold;
    padding-left: 5px;
}










#red_tooltip
{
    color: white;
    /* padding: 15px 15px;*/
    border-radius: 25px;
    font-size: 13px;
    background-color: #ff8080;
}

#red_arrow::before
{
    position: absolute;
    width: 14px;
    height: 14px;
    background: inherit;
}

#red_arrow
{
    visibility: hidden;
    background-color: #ff8080;
}

#red_arrow::before
{
    visibility: visible;
    content: '';
    transform: rotate(45deg);
}

#red_tooltip[data-popper-placement^='top'] > #red_arrow
{
    bottom: 7px;
}

#red_tooltip[data-popper-placement^='bottom'] > #red_arrow
{
    top: -7px;
}

#red_tooltip[data-popper-placement^='left'] > #red_arrow
{
    right: -7px;
}

#red_tooltip[data-popper-placement^='right'] > #red_arrow
{
    left: -7px;
}



.red_tooltip_text
{
    background-color: yellow;
    color: red;
    font-weight: bold;
    padding: 15px;
    margin: 10px;
    border-radius: 20px;
}