:root {
    --calc-width: 1000px;
}

@media (min-width: 1100px) { :root {--calc-width: 1100px;  }}
@media (min-width: 1200px) { :root {--calc-width: 1200px;  }}
@media (min-width: 1400px) { :root {--calc-width: 1200px;  }}
@media (min-width: 1500px) { :root {--calc-width: 1200px;  }}

.page-container
{
  max-width: var(--calc-width);
  left: calc( (100vw/2) - (var(--calc-width)/2) );
  position: relative;
  margin-top: 70px;
  overflow: hidden;
  /* padding: 50px; */
  /* background-color: white; */
  /* border-right: 1px solid silver; */
}

body
{
    /* background-image: linear-gradient(to left, #e0eaff, #ffffff); */
    background-image: linear-gradient(to left, #586a9d, #d0d7ff);
}

.page-navbar
{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: whitesmoke;
  background-image: linear-gradient(to left, #4e88ec, #ffffff);
  padding-left: 20%;
}

.banner-item
{
    position: relative;
    min-height: 150px;
    background-color: white;
    padding: 2px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}


.banner-prolog-text
{
    position: relative;
    font-size: 1rem;
    width: 100%;
    overflow: hidden;
    text-align: left;
    background-color: white;
    padding: 20px;
}

.image-logo-right
{
   position: relative;
   width: 30%;
   float: right;
   padding-right: 50px;
   padding-left:  50px;
}

.banner-image-text
{
  position: relative;
  font-size: 1rem;
  width: 100%;
  overflow: hidden;
  text-align: left;
  background-color: white;
  padding: 20px;
}

.banner-image-transparent
{
    position: relative;
    font-size: 1rem;
    width: 100%;
    overflow: hidden;
    text-align: left;
    padding: 20px;
    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;
}


#_RSAS_FORM_REGISTRATION
{
   position: relative;
   width: 550px;
   /* left: calc((100%/2) - (550px)/2); */
}

.ban-shadows
{
  position: relative;
  font-family: Tahoma;font-style: italic;
  width: calc( 100% - 50px);
  border-radius: 15px;
  box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.4);
  margin-bottom: 33px;
  margin-left: 10px;
}

#VOP_page
{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1031;
  background-image: linear-gradient(to left, #586a9d, #d0d7ff);
}

.page-document
{
  width: 992px;
  margin-left: calc( 50% - 992px/2 );
  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: 20px;
  font-weight: bold;
  height: 60px;
  border-bottom: 1px solid silver;
}

.page-document-logo {
    height: 30px;
}

.page-document-text
{
  position: relative;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 100px;
}

.page-document-h6
{
  margin-top: 15px;
  background-color: #d4ffd1;
  font-weight: bold;
  padding-left: 5px;
}








#red_tooltip
{
  color: white;
  /* padding: 15px 15px;*/
  border-radius: 20px;
  font-size: 13px;
  background-color: #ff8080;
}

#red_arrow::before
{
  position: absolute;
  width: 15px;
  height: 15px;
  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: -8px;
}

#red_tooltip[data-popper-placement^='left'] > #red_arrow
{
    right: -8px;
}

#red_tooltip[data-popper-placement^='right'] > #red_arrow
{
    left: -8px;
}



.red_tooltip_text
{
  background-color: yellow;
  color: red;
  font-weight: bold;
  padding: 15px;
  margin: 10px;
    border-radius: 20px;
}

.page-footer {
    background-image: linear-gradient(to left, #4e88ec, #ffffff);
}