*{
    outline: none;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
  }
  ::-webkit-scrollbar-track {
    background-color: #ddd;
  }


html, body{
  height: 100%;
    margin:0;
    font-size: 0;
}
.panel{
    display: inline-block;
    width:50%;
    height:100%;
    box-sizing: border-box;
}

.left{
    left:0;
    background: #111B58;
}

.right{
    right: 50%;
    background: #FFFFFF;
}

.logoContainer{
    top: 45px;
    left: 45px;
    position: absolute;
    width: CALC(50% - 45px);
    height: 32px;
    font-family: "Metric-Regular", serif;
}
.logoImage{
    height: 100%
}

.logoText{
    vertical-align: baseline;
    margin-left: 16px;
    color:#fff;
    position: relative;
    bottom: 8px;
}

.logoProductName {
  font-size: 24px;
  line-height: 30px;
}

.logoProductVersion {
  font-size: 18px;
  line-height: 22px;
}

.AdminbuttomImg{
    background-image: url("./Assets/images/Admin_Illus.svg");
}

div .MyPCbuttomImg{
    height:220px;
    background-image: url("./Assets/images/LRE_App_Illus.svg");
}
.bottom{
    position: absolute;
    bottom:0;
    width: 50%;
     height: 142px;
     background-repeat: no-repeat;
     background-size: cover;
}
.company-logo {
  position: absolute;
  bottom: 24px;
  left: 32px;
}

.whatsNewContainer{
  top: 45px;
  right: 60px;
  position: absolute;
  height: 32px;
  font-family: "Metric-SemiBold", serif;
  border: none;
  background: none;
}

.whatsNewContainer:hover{
    cursor: pointer;
}

.whatsNewContainer:focus{
  background: #e1e2e3;
}

.whatsNewText{
	font-size: 16px;
    line-height: 32px;
    vertical-align: text-bottom;
    color:#000;
}

.whatsNewImage{
    height: 100%;
    transform : rotate(-90deg) scale(0.3);
	position:absolute;
}

.myPcContainer{
    display: inline-block;
    z-index: 1;
    min-width: 375px;
  position: absolute;
  font-size: 16px;
  width: 25%;
  top: 35%;
  color: #fff;
  left:60px;
}

.myPCHeader{
    font-size: 40px;
    font-family: "Metric-semiBold", serif;;
}

.myPcText{
	line-height:22px;
    font-size: 16px;
    font-family: "Metric-Regular", serif;;
    margin: 16px 0 18px;
    min-height: 80px;
    max-height: 105px;
    overflow-y: auto;
}

.myPcButton, .adminButton {
    padding: 0;
    border: none;
    width: 100%;
    height: 42px;
    border-radius: 1px;
    background-color: #0073E7;
    font-size: 16px;
    color: #fff;
    font-family: "Metric-semiBold", serif;;
    text-transform: uppercase;
}

.myPcButton:hover, .adminButton:hover{
  background-color: #0066CC;
}
.adminButton:focus, .myPcButton:focus {
  background-color: #1668c1;
  box-shadow: 0 0 0 1px #fff,0 0 0 3px #0073e780;
}


.button:hover{
    cursor: pointer;
}

.adminContainer{
    right: 20%;
    transform: translateX(50%);
    display: inline-block;
    z-index: 1;
    min-width: 375px;
  position: absolute;
  font-size: 16px;
  width: 25%;
  top: 35%;
  color: #000;
}


.wheelImg{
    position: fixed;
    height: 270px;
    top: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    transform-origin: 0 0;
}
.wheelArrow{
    position: fixed;
    height: 200px;
    top: 52%;
    transform: translateY(-100%);
}

.plantArrow{
	z-index: 9;
    left: 50%;
    height: 105px;
    top: 55%;
    position: fixed;
    transform: translate(-100%,-100%);
}

.right:hover  .wheelImg {
    animation: rotation 10s infinite linear;
    -webkit-animation: rotation 10s infinite linear;
    -moz-animation: rotation 10s infinite linear;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.plantImg{
    position: fixed;
    height: 270px;
    top: 50%;
    transform: translate(-99%,-50%);
    z-index: 5;
    left: 50%;
}

.rightSideHider{
    background: #111B58;
    width: 155px;
    height: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-100%,-50%);
    z-index: 2;
}

.earth{
  width: 135px;
  height: 270px;
  background-image: url('./Assets/images/mapa.png');
  background-size: cover;
   border-radius: 150px 0 0 150px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
 transform: translateX(-50%);
 z-index: 8;
  margin: auto;
  box-shadow: 0 -20px 0 0 rgba(0,0,0,.15) inset, 0 -30px 0 0 rgba(0,0,0,.1) inset, 5px 5px 0 0 rgba(255,255,255,.2) inset;

}

.left:hover .earth{
	-webkit-animation: rotationEarth 10s infinite linear;
	-moz-animation: rotationEarth 10s infinite linear;
	animation: rotationEarth 10s infinite linear;
}

@-webkit-keyframes rotationEarth {
   from {
       background-position:left center;
   }
   to {
       background-position: -396px center;
   }
}

@keyframes rotationEarth {
   from {
       background-position:-396px center;
   }
   to {
       background-position: left center;
   }

}

@keyframes rotation {
    from {
        transform: rotate(0deg) translate(-50%,-50%);
    }
    to {
        transform: rotate(359deg) translate(-50%,-50%);
    }
  }

@media only screen and (max-width: 1050px) {
    .adminContainer {
      right:20px;
    }
    .myPcContainer{
        width: 25%;
    }

    .myPCHeader{
        font-size: 35px;
    }
  }
