﻿@-webkit-keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to { 
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
  }
  to { 
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to { 
    -moz-transform: rotate(360deg);
  }
}

html {
    height: 100%;
}
body{
    margin: 0;
    font-family: Verdana;
    background-color: #FFFFFF;
    /*height: 100%;*/
}
*{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.sprite {
    display:inline-block;
    overflow:hidden; 
    background-repeat: no-repeat;
}
.zoomState{
  transition: transform 0.5s ease-in-out;
}
.zoomIn{
    transform: scale(1);
}
.zoomOut{
    transform: scale(0);
}
.rotateStarRays {
    -ms-animation: rotate 4.5s infinite linear; 
    -moz-animation: rotate 4.5s infinite linear; 
    animation: rotate 4.5s infinite linear; 
}
.rotateBadgeRays {
    -ms-animation: rotate 30s infinite linear; 
    -moz-animation: rotate 30s infinite linear; 
    animation: rotate 30s infinite linear; 
}
.AnswerStoneA:active, .AnswerStoneB:active, .AnswerStoneC:active, .AnswerStoneD:active{
 margin: 2px auto -2px;
 opacity: 0.8;
}

.errorPopUp, .processStatPop{
    position: absolute;
    font-size: 12px;
    color: #000000;
    font-family: Verdana;
    padding: 10px;
    background: white;
    top: 50%;
    left: 50%;
    width: 200px;
    z-index: 1101;
    border: 1px solid #3B6A5D;
    display: none;
    transform: translate(-50%, -50%);
}
#processStat img{
    float: left;
}
#processStat span
{
    display: table-cell;
    vertical-align: middle;
    height: 46px;
    padding-left: 10px;
}
.errorPopUp img{
    margin: -10px;
    float: right;
    cursor: pointer;
}

.mask {
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
}
#errorMask, #processingMask
{
    z-index: 1100;
}
.roundtopleft5, .round5, .roundtop5
{
    border-top-left-radius: 5px;
    -moz-border-radius-top-left: 5px;
    -webkit-border-top-left-radius: 5px;
}
.roundtopright5, .round5, .roundtop5
{
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}
.roundbottomright5, .round5, .roundbottom5
{
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
.roundbottomleft5, .round5, .roundbottom5
{
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}
.roundtopleft10, .round10, .roundtop10
{
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
}
.roundtopright10, .round10, .roundtop10
{
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
}
.roundbottomright10, .round10, .roundbottom10
{
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
.roundbottomleft10, .round10, .roundbottom10
{
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
}
.button, .button1, .buttondis, .purchaseButton
{
    border: 2px solid #6dc6fe;
    font-family: Helvetica,sans-serif;
    font-size: 16px;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px auto;
    cursor: pointer;
    color: white; /*background-image: -webkit-gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(109,198,254,0.7) )); 	background-image: -moz-radial-gradient(top, ellipse cover, rgba(255,255,255,0.7) 0%, rgba(109,198,254,0) 100%); 	background-image: gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(109,198,254,0.7) ));*/
    background: -moz-linear-gradient(#6dc6fe,#43a8fa); /* FF 3.6+ */
    background: -ms-linear-gradient(#6dc6fe, #43a8fa); /* IE10 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6dc6fe), color-stop(100%, #43a8fa)); /* Safari 4+, Chrome 2+ */
    background: -webkit-linear-gradient(#6dc6fe, #43a8fa); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#6dc6fe, #43a8fa); /* Opera 11.10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6dc6fe', endColorstr='#43a8fa'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6dc6fe', endColorstr='#43a8fa')"; /* IE8+ */
    background: linear-gradient(#6dc6fe, #43a8fa); /* the standard */
    -webkit-box-shadow: rgba(0,0,0,0.2) 0 .3em 5px; /* drop shadow */
    -moz-box-shadow: rgba(0,0,0,0.2) 0 .3em 5px; /* drop shadow */
    box-shadow: rgba(0,0,0,0.2) 0 .3em 5px; /* drop shadow */
}
.buttondis
{
    border: 2px solid #a39ac7;
    cursor: default;
    background: #a39ac7;
    -webkit-box-shadow: none; /* drop shadow */
    -moz-box-shadow: none; /* drop shadow */
    box-shadow: none; /* drop shadow */
}
.button.disabled
{
    color: Gray;
    background: -moz-linear-gradient(#EEE,#AAA); /* FF 3.6+ */
    background: -ms-linear-gradient(#EEE, #AAA); /* IE10 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEE), color-stop(100%, #AAA)); /* Safari 4+, Chrome 2+ */
    background: -webkit-linear-gradient(#EEE, #AAA); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#EEE, #AAA); /* Opera 11.10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEE', endColorstr='#AAA'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEE', endColorstr='#AAA')"; /* IE8+ */
    background: linear-gradient(#EEE, #AAA); /* the standard */
}
.purchaseButton
{
    color: #BD5B27;
    border: 2px solid #F8CC25;
    background: linear-gradient(to bottom, #FED826 0%, #F8CC25 50%, #F3BC00 51%, #ECB100 100%) repeat scroll 0 0 transparent; /* FF 3.6+ */
    background: -ms-linear-gradient(#FED826, #ECB100); /* IE10 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FED826), color-stop(50%, #F8CC25), color-stop(100%, #ECB100)); /* Safari 4+, Chrome 2+ */
    background: -webkit-linear-gradient(#FED826, #ECB100); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#FED826, #ECB100); /* Opera 11.10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FED826', endColorstr='#ECB100'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FED826', endColorstr='#ECB100')"; /* IE8+ */
    background: linear-gradient(to bottom, #FED826 0%, #F8CC25 50%, #F3BC00 51%, #ECB100 100%) repeat scroll 0 0 transparent; /* the standard */
}
.shadow
{
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
}
.iframeDiv
{
    display: none;
    overflow: hidden;
    width: 920px;
    height: 600px;
    margin: 0px auto;
    position: absolute;
    z-index: 1111;
}
.iframeFrame {
    width: 900px;
    height: 512px;
    margin: 20px auto 0px;
}

/*NEW MATHALY UI*/
.fontFaceBold {
    font-weight: bold;
}
.fontFaceExtraBold {
    font-weight: 800;
}

.fontSizeExtraSmall {
    font-size: 50%;
}

.fontSizeSmall {
    font-size: 75%;
}

.fontSizeMedium {
    font-size: 16.6px;
}

.fontSizeLarge {
    font-size: 125%;
}

.fontSizeExtraLarge {
    font-size: 175%;
}

.HomeScreenBG {width:1366px; height:768px;background-image:url(../Images/HomeScreenBG.png);}
.SubmitFeedbackButtonUnpressed {width:365px; height:68px;background-image:url(../Images/SubmitFeedbackButtonUnpressed.png);}
.SubmitFeedbackButtonPressed {width:329px; height:60px;background-image:url(../Images/SubmitFeedbackButtonPressed.png);}

.clearFix:after, .clearFix:before {
  display: table;
  content: " ";
}
.clearFix:after {
  clear: both;
}
