


body {
    background: #022a42;
    font-family: KG_Primary_Penmanship_2
}

body {
    width: 100%;
    display: table;
    margin: 0;
    vertical-align: middle;
    padding: 0
}

* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
@media  screen and (max-width: 1366px) {
    .mainActivityConatainer{
        transform: scale(0.832974) ;
    }
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {


    .mainActivityConatainer{
        transform: scale(0.872974) !important;
    }

}
@media (min-width:320px)  {

    transform: scale(0.872974) !important;

}


@media only screen
and (max-device-width: 640px),
only screen and (max-device-width: 667px),
only screen and (max-width: 480px)
{
    .mainActivityConatainer{
        transform: scale(0.452974) !important;
    }

}
/* imac */
@media screen and (min-width: 1900px) {
    .mainActivityConatainer{
        transform: scale(1.152974) !important;
    }
}



.mainActivityConatainer {
    position: absolute;
    right: 0;
    left: 0;
    width: 886px;
    text-align: center;
    margin: auto;
    margin-top: 19px;
    transform-origin: 50% 0%;
    /* border: 2px solid white; */
}


.boardContainer {
    position: relative;
    width: 884px;
    /* border: 4px solid white; */
    display: inline-block;
    font-family: Myriad Pro;
}
.countingbox {
    /* border: 1px solid white; */
    padding: 9px 0 0 0;
    /* margin: auto; */
    left: 30px;
    position: absolute;
    box-sizing: border-box;
    top: 22px;
    left: 69px;
    /* visibility:  hidden; */
}

.tool {
    border: 2px solid #86a3b3;
    position: relative;
    width: 46px;
    display: inline-block;
}

img {
    width: 100%;
    display: inline-block
}
.active {
    opacity: 1!important
}


.blankbackground {
    background-color: " "
}



.borderClass {
    border: 2px solid #e23535!important
}

.didaxtext {
    position: absolute;
    color: #737387;
    bottom: 0;
    left: 12%;
    font-family: 'MyriadPro-Regular';
}

.activityControlContainer {
    height: 55px;
    border-radius: 12px;
    background: #315265;
}

.countingbox.box11 {
    letter-spacing: 5px;
}
.countingbox.box111 {
    letter-spacing: 4px;
}
untingbox.box119 {    letter-spacing: 3.5px;}



.rotated {
    -webkit-transform: rotate(45deg);  /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(45deg);  /* Firefox 3.5-15 */
    -ms-transform: rotate(45deg);  /* IE 9 */
    -o-transform: rotate(45deg);  /* Opera 10.50-12.00 */
    transform: rotate(45deg);  /* Firefox 16+, IE 10+, Opera 12.10+ */
}

.spinnerContainer {
    position: relative;
    /* border:  2px solid; */
    height: 613px;
    /* text-align:  center; */
    margin:  auto;
    width: 78%;
    margin-top: 25px;
}

.toolBoxConatainer {
    display: none;
}

div#rotate {
    position:  absolute;
    z-index:  1;
    top: 47%;
    /* margin:  auto; */
    width: 100%;
    padding-left: 3px;
}
.spin {
    background-image: url("images/spin.png");
    position:  relative;
    width: 68px;
    height: 32px;
    z-index: 1;
    display:  inline-block;
    top: 22%;
}
.revert {
    background-image: url("images/revert.png");
    position:  relative;
    width: 68px;
    height: 57px;
    z-index: 1;
    display:  inline-block;
    /* top: -6%; */
    top: -7px;
}
.reset {
    background-image: url("images/reset.png");
    position:  relative;
    width: 68px;
    height: 59px;
    z-index: 1;
    top: -10px;
    display:  inline-block;
}
.submit {
    background-image: url("images/submit.png");
    position:  relative;
    width: 74px;
    height: 73px;
    z-index: 1;
    display:  inline-block;
    top: 22%;
}

.inputarea {
    position:  relative;
    outline:none;
    width: 32px;
    border:  none;
    padding-left: 2px;
    top: 35%;
}

span.numbertext {
    position:  relative;
    color: white;
    top: 33%;
}

.button {
    position:  relative;
    display: inline-block;
    /* border:1px solid white; */
    height: 49px;
    float:  left;
    margin: 2px 30px 0px 8px;
    /* margin-left: 6px; */
    left: 36px;
}
.submit{

    height: 30px;
}
.button.button6 {
    margin-left: 43px;
    margin-right: 0px;
    display:  none;
}
input#myCheck {
    position:  relative;
    top: 18px;
}

input#myCheck2 {
    position: relative;
    top: 18px;
}

.content {
    position: relative;
    display: inline-block;
    width: 28px;
    border: 2px solid black;
    top: 18px;
    height: 17px;
    overflow:  hidden;
    background: white;
}
 input, input:before, input:after {
      -webkit-user-select: initial;
      -khtml-user-select: initial;
      -moz-user-select: initial;
      -ms-user-select: initial;
      user-select: initial;
     } 

#logo {
    position: fixed;
    color: white;
    font-size: 15px;
    margin-left: 2%;
    bottom: 3%;
}


body {
    background: #022a42;
    font-family: KG_Primary_Penmanship_2
}

body {
    width: 100%;
    display: table;
    margin: 0;
    vertical-align: middle;
    padding: 0
}

* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
@media  screen and (max-width: 1366px) {
    .mainActivityConatainer{
        transform: scale(0.832974) ;
    }
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {


    .mainActivityConatainer{
        transform: scale(0.872974) !important;
    }

}
@media (min-width:320px)  {

    transform: scale(0.872974) !important;

}


@media only screen
and (max-device-width: 640px),
only screen and (max-device-width: 667px),
only screen and (max-width: 480px)
{
    .mainActivityConatainer{
        transform: scale(0.452974) !important;
    }

}
/* imac */
@media screen and (min-width: 1900px) {
    .mainActivityConatainer{
        transform: scale(1.152974) !important;
    }
}



.mainActivityConatainer {
    position: absolute;
    right: 0;
    left: 0;
    width: 886px;
    text-align: center;
    margin: auto;
    margin-top: 19px;
    transform-origin: 50% 0%;
    /* border: 2px solid white; */
}


.boardContainer {
    position: relative;
    width: 884px;
    /* border: 4px solid white; */
    display: inline-block;
    font-family: MyriadPro-Regular;
}
.countingbox {
    /* border: 1px solid white; */
    padding: 9px 0 0 0;
    /* margin: auto; */
    left: 30px;
    position: absolute;
    box-sizing: border-box;
    top: 22px;
    left: 69px;
    /* visibility:  hidden; */
}

.tool {
    border: 2px solid #86a3b3;
    position: relative;
    width: 46px;
    display: inline-block;
}

img {
    width: 100%;
    display: inline-block
}
.active {
    opacity: 1!important
}


.blankbackground {
    background-color: " "
}



.borderClass {
    border: 2px solid #e23535!important
}

.didaxtext {
    position: absolute;
    color: #737387;
    bottom: 0;
    left: 12%;
    font-family: 'MyriadPro-Regular';
}

.activityControlContainer {
    height: 55px;
    border-radius: 12px;
    background: #315265;
}

.countingbox.box11 {
    letter-spacing: 5px;
}
.countingbox.box111 {
    letter-spacing: 4px;
}
untingbox.box119 {    letter-spacing: 3.5px;}



.rotated {
    -webkit-transform: rotate(45deg);  /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(45deg);  /* Firefox 3.5-15 */
    -ms-transform: rotate(45deg);  /* IE 9 */
    -o-transform: rotate(45deg);  /* Opera 10.50-12.00 */
    transform: rotate(45deg);  /* Firefox 16+, IE 10+, Opera 12.10+ */
}

.spinnerContainer {
    position: relative;
    /* border:  2px solid; */
    height: 613px;
    /* text-align:  center; */
    margin:  auto;
    width: 78%;
    margin-top: 25px;
}

.toolBoxConatainer {
    display: none;
}
.rotate img{

/* width: 37%; */
}
div#rotate {
    position:  absolute;
    z-index:  1;
    top: 47%;
    left: 134px;
    /* margin:  auto; */
    width: 61%;
    /* padding-left: 3px; */
}
.spin {
    background-image: url("images/spin.png");
    position:  relative;
    width: 70px;
    height: 32px;
    z-index: 1;
    display:  inline-block;
    top: 22%;
}
.revert {
    background-image: url("images/revert.png");
    position:  relative;
    width: 68px;
    height: 57px;
    z-index: 1;
    display:  inline-block;
    /* top: -6%; */
    top: -7px;
}
.reset {
    background-image: url("images/reset.png");
    position:  relative;
    width: 68px;
    height: 59px;
    z-index: 1;
    top: -10px;
    display:  inline-block;
}
.submit {
    background-image: url("images/submit.png");
    position:  relative;
    width: 74px;
    height: 73px;
    z-index: 1;
    display:  inline-block;
    top: 22%;
}

.inputarea {
    position:  relative;
    outline:none;
    width: 32px;
    border:  none;
    padding-left: 2px;
    top: 35%;
}

span.numbertext {
    position:  relative;
    color: white;
    top: 33%;
}

.button {
    position:  relative;
    display: inline-block;
    /* border:1px solid white; */
    height: 49px;
    float:  left;
    margin: 2px 43px 0px 8px;
    /* margin-left: 6px; */
    left: 36px;
}
.submit{

    height: 30px;
}
.button.button6 {
    margin-left: 43px;
    margin-right: 0px;
    display:  none;
}
input#myCheck {
    position:  relative;
    top: 18px;
}

input#myCheck2 {
    position: relative;
    top: 18px;
}
div#rcircle {
    position:  absolute;
}
.content {
    position: relative;
    display: inline-block;
    width: 28px;
    border: 2px solid black;
    top: 18px;
    height: 17px;
    overflow:  hidden;
    background: white;
}
.button.button7 {
    display:  none;
}
 input, input:before, input:after {
      -webkit-user-select: initial;
      -khtml-user-select: initial;
      -moz-user-select: initial;
      -ms-user-select: initial;
      user-select: initial;
     } 

#logo {
    position: fixed;
    color: white;
    font-size: 15px;
    margin-left: 2%;
    bottom: 3%;
}