.modal-window-modal
{
    position: fixed;
    top:0;
    height:100%;
    width:100%;
    background-color: rgba(0,0,0,0.3);
    display: none;
    pointer-events: auto;
    z-index: 300;
}

.modal-window-wrapper
{
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 301;
}

.modal-window
{
    display:none;
    width: 100%;
    height: 100%;

    position: absolute;
    font-size: 0.8em;
    pointer-events: auto;
}

.fixed-modal-window
{
    display:none;
    width: 100%;
    height: 100%;

    position:fixed;
    top: 0px;
    font-size: 0.8em;
    pointer-events: auto;
}

#modal-window-rotatedevice
{
    display: none;
}

.modal-window-rotatedevice
{
    position: absolute;
    pointer-events: none;
    z-index: 1100;
    /*display: none;*/
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,1);
    color: #FFFFFF;
}

.fixed-modal-window-rotatedevice
{
    position: fixed;
    pointer-events: none;
    top: 0px;
    z-index: 1100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    color: #FFFFFF;
}

.modal-window-rotatedevice-body
{
    pointer-events: auto;
    height: 100%;
    text-align: center;
}

.modal-window-parent
{
width:50%;
height:50%;
margin-left: 25%;
margin-top: 10%;
position: absolute;
z-index: 15;

}

.modal-window-head {
width:100%;
height:15%;
position: relative;
background: black;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.modal-window-body
{
    background-color: rgba(0,0,0,0.8);
    color: #FFFFFF;
    border-radius: 0.5em;
    display: inline-block;
    position: absolute;
    padding: 1em;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 25em;
    min-width: 20em;
}

.modal-window-content-body
{
    width:100%;
height:100%;
opacity: 0.80;
background: black;
position: relative;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
#modal-window-reality-check-body{
opacity: 0.90;
}
#headtext  {
width:100%;
height: 9px;
color: white;
margin-left:25%;
font-size: 130%;
}

.modal-window-body-value-text
{
color: white;
text-align:center;
padding: 2px;
padding-left: 5px;
padding-right:5px;
    /* left: 6em; */
    /* right: 1em; */
    /* top: 2.5em; */
    /* bottom: 3em; */
    /* position: absolute; */
  /*   margin-left: 5em;
    margin-top: 1em;
    margin-bottom: 1em; */
}

.modal-window-title-value-text
{
    /* left: 6em; */
    /* right: 1em; */
    /* top: 1em; */
    text-align: center;
	color: white;
	height: 60%;
	font-size: 150%;
	padding-top:1%;
    /* position: absolute; */
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* float: right; */
}


.modal-info-icon,
.modal-warning-icon,
.modal-error-icon,
.modal-icon
{
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 4em;
    height: 4em;
    /* position: absolute; */
    /* top: 2.5em; */
    /* left: 1em; */
    /* display: inline-block; */
    float: left;
}

.modal-error-icon
{
	background-image: url(https://d3bneyhc3uesob.cloudfront.net/5.0.4.1-1745492361/resource-service-lon-pt/text/resources/_modules/lean-partner-adapter-view/img/icon_error.svg?appcode=lean-regular-partner-adapter&resourceversion=5.0.4.1-1745492361);
}

.modal-warning-icon
{
	background-image: url(https://d3bneyhc3uesob.cloudfront.net/5.0.4.1-1745492361/resource-service-lon-pt/text/resources/_modules/lean-partner-adapter-view/img/icon_warning.svg?appcode=lean-regular-partner-adapter&resourceversion=5.0.4.1-1745492361);
}

.modal-info-icon
{
	background-image: url(https://d3bneyhc3uesob.cloudfront.net/5.0.4.1-1745492361/resource-service-lon-pt/text/resources/_modules/lean-partner-adapter-view/img/icon_info.svg?appcode=lean-regular-partner-adapter&resourceversion=5.0.4.1-1745492361);
}

.modal-rotatedevice-icon
{
    
    background-image: url(https://d3bneyhc3uesob.cloudfront.net/5.0.4.1-1745492361/resource-service-lon-pt/image/resources/_modules/lean-partner-adapter-view/img/rotatedevice-logo.png?appcode=lean-regular-partner-adapter&scale=1.0&resourceversion=5.0.4.1-1745492361);
                          
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    
    background-position: center center;
    width: 8em;
    height: 30em;
    display: inline-block;

    -moz-animation: rotate 2s ease-in-out infinite;
    -o-animation: rotate 2s ease-in-out infinite;
    -webkit-animation: rotate 2s ease-in-out infinite;
    animation: rotate 2s ease-in-out infinite;

    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;

}

@media screen and (orientation: landscape) {
    .modal-rotatedevice-icon {
        animation-direction: reverse;
    }
}

.modal-window-button-1,
.modal-window-button-2,
.modal-window-button
{
    display: inline;
    border-style: solid;
    border-color: #525252;
    border-radius: 0.4em;
    border-width: 0.1em;
    background-color: #000000;
    color: #FFFFFF;
    margin-right: 0.3em;
    margin-left: 0.3em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    /* width: 9em; */
    /* height: 2.2em; */
    font-size: 0.8em;
    padding: 1em;
    font-family: JMyriad;
    cursor: pointer;
    overflow: hidden;
    font-family: JMyriad;
    padding-top: .5em;
    padding-bottom: .5em;
    float: right;
}

.modal-window-button-1
{
    /* position: absolute; */
    /* bottom: 1em; */
    /* right: 3em; */
}

.modal-window-button-2
{
    /* position: absolute; */
    /* bottom: 1em; */
    /* right: 13em; */
}

.modal-window-reality-check-button
{
    width: 30%;
	height: 15%;
	border-radius: 3px;
	border:0;
	font-size: 85%;
	background-image: 
  radial-gradient(circle farthest-side, #a1a2a9, #bbc);
  text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #FFF;
  font-weight: bold;
  white-space: normal;
}

.modal-window-reality-check-button:hover{
background-image: 
  radial-gradient(circle farthest-side, #ccc 70%, #a1a2a2);
}

.modal-window-reality-check-button:focus {
outline:0;
}

.modal-window-reality-check-button:active {
background-image: 
  linear-gradient(#000, #555 70%);
border-radius: 3px;
border:0;
}

.yellowButton , .yellowButton:hover,.yellowButton:active{
background-image: 
  radial-gradient(circle farthest-side, #F5A95B, #D69553);
}


.modal-window-reality-check-button-1
{
    margin-top: 25%;
margin-left: 20%;
position:absolute;
}

.modal-window-reality-check-button-2
{
  margin-top: 25%;
margin-left: 55%;
position:absolute;
}

.modal-window-reality-check-button-3 {
margin-top: 10%;
margin-left: 37%;
position:absolute;
}

.modal-window-reality-check-button-4 {	/*US28078 - RealityButtons */
margin-top: 25%;
margin-left: 37%;
position:absolute;
}

@keyframes rotate
{
    100%
    {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}
@-webkit-keyframes rotate
{
    100%
    {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}
@-moz-keyframes rotate
{
    100%
    {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}


/** reality-check popup **/
.reality-check-modal-window
{
    display:none;
    width: 100%;
    height: 100%;
    position: absolute;    
    pointer-events: auto;
}

.topbox-reality-check-modal-window {
    display:none;
    width: 100%;
    height: 100%;

    position:fixed;
    top: 0px;
    font-size: 0.8em;
    pointer-events: auto;

}

.reality-check-panel {    
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 13em;
    width: 15em;
     
}
.reality-check-content-panel
{
    display: table;
    table-layout: fixed;
    width: 100%;    
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: url(https://d3bneyhc3uesob.cloudfront.net/5.0.4.1-1745492361/resource-service-lon-pt/text/resources/_modules/lean-partner-adapter-view/img/realitycheck_assets/Data_Panel-repeat.png?appcode=lean-regular-partner-adapter&resourceversion=5.0.4.1-1745492361);
    background-position: center center;
    background-size: contain;
    border-radius: 0.2em;
   
}

.reality-check-button
{
    text-align: center;  
    background-image: url(https://d3bneyhc3uesob.cloudfront.net/5.0.4.1-1745492361/resource-service-lon-pt/text/resources/_modules/lean-partner-adapter-view/img/realitycheck_assets/Value_Button.png?appcode=lean-regular-partner-adapter&resourceversion=5.0.4.1-1745492361);
    width: 40%;
    height: 2.6em;   
    vertical-align: top;
    border-radius: 0.2em;
    min-width: 1.5em;
    border: none;
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #FFF;
    font-weight: bold;
    white-space: normal;
    font-size: 0.6em;
    cursor: pointer;
    text-transform: uppercase;
}

.reality-check-button:focus {
    outline:0;
}

  
.reality-check-button-container{
    width: 100%;    
    text-align: center;
    position: absolute;
    bottom: 0;
}

.reality-check-button-container > * {
    margin: 1em 0;
}

.rc-history-btn,.rc-history-btn:active, .rc-history-btn:hover{
    background-image: url(https://d3bneyhc3uesob.cloudfront.net/5.0.4.1-1745492361/resource-service-lon-pt/text/resources/_modules/lean-partner-adapter-view/img/realitycheck_assets/Button_Org_repeat.png?appcode=lean-regular-partner-adapter&resourceversion=5.0.4.1-1745492361);
}

.rc-other-btn:hover{
    background-image: url(https://d3bneyhc3uesob.cloudfront.net/5.0.4.1-1745492361/resource-service-lon-pt/text/resources/_modules/lean-partner-adapter-view/img/realitycheck_assets/Button_Hover_Repeat.png?appcode=lean-regular-partner-adapter&resourceversion=5.0.4.1-1745492361);
}
.rc-other-btn:active{
    background-image: url(https://d3bneyhc3uesob.cloudfront.net/5.0.4.1-1745492361/resource-service-lon-pt/text/resources/_modules/lean-partner-adapter-view/img/realitycheck_assets/Button_Down_Repeat.png?appcode=lean-regular-partner-adapter&resourceversion=5.0.4.1-1745492361);
}

 
.reality-check-title, .reality-check-body{
    width: 100%;
    text-align: center;
    color: #fff;
    text-align:center;
}

.reality-check-title{
    text-transform: uppercase; 
    height: 2em;    
    margin-top: 0.4em;
    font-size: 0.8em;
}

.reality-check-body{
    font-size: 0.7em;
    height: 2em;     
}
    