﻿.containerbox {
    padding:0px !important;
}
.activity-btn[disabled] {
    padding: 2px;
    background: #ababab;
}
.activity-btn{
    padding: 2px;
    background:#20ca0d;
}
.activity-btn img {
    height:74px;
}
.form_createlist {
    width: 100%;
    border: 0px solid black;
    height: 100%;
    min-height: 548px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    padding: 10px;
    background:white;
    margin-top: 10px;
    margin-bottom: 10px;
}

#spelling .form_createlist, #writing .form_createlist, #vocabulary .form_createlist {
    min-height: 548px ;
}
.no {
    background: #67dfd5;
    padding: 5px;
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    margin: 5px;
}

.form_createlist h3{line-height:36px;}
.form_createlist label{padding-top:18px;}

.form_createlist input[type="text"]{
    border: 0px;
    box-shadow: 0px 0px 0px 0;
    font-size: 18px;
    margin: 7px 0px;
}
.form_createlist input[type="text"]:focus {
    border:0px !important;
}

.form_createlist input[type="text"]:read-only {
    background:transparent;
}


.form_createlist .line {
  position: absolute;
    left: 29px;
    bottom: 5px;
    background: #b9b9b9;
    width: 97%;
    height: 1px;
}

.form_createlist .line:before, .form_createlist .line:after {
  content: '';
  position: absolute;
  background: #ed2553;
  width: 0;
  height: 3px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.form_createlist .line:before {
  left: 50%;
}
.form_createlist .line:after {
  right: 50%;
}

.form_createlist input:hover ~ .line:before,.form_createlist input:hover ~ .line:after,
.form_createlist input:focus ~ .line:before,.form_createlist input:focus ~ .line:after 
{
    width:50%
}
.close-btn {
    float: right;
    width: 33px;
    padding: 5px;
}
.select-activity .btn-warning {
    margin-bottom:15px;
    overflow:hidden
}
.pagination {
        margin: 0 !important;
        text-align:center
}
.pagination_blank {
    width: 15px;
    height: 15px;
    border: 1px solid #ffe0f8;
    border-radius: 50%;
    background: #fff2fc;
    float:left;
    margin:2px;
}

.pagination_fill {
    width: 15px;
    height: 15px;
    border: 1px solid #75d85a;
    border-radius: 50%;
    background: #8aea6c;
    float: left;
    margin: 2px;
}


@-webkit-keyframes attemptgame {
    0% {
        left: 95px;
    }
    30% {
        left: 25px;
    }
    50% {
        left: 110px;
    }
    75% {
        left: 47px;
    }
    100% {
        left: 95px;
    }
}

.attemptGame {
    position: relative;
    top: 0px;
    left: 65px;
    height: 90px;
    width: 200px;
    -webkit-animation:attemptgame 2s infinite;
    -moz-animation:attemptgame 2s infinite;
    -o-animation:attemptgame 2s infinite;
}

#txtbox1, #txtbox2, #txtbox3, #txtbox4, #txtbox5, #txtbox6, #txtbox
{
    width:100%;
    text-align: center;
    color: black;
    font-size: 28px;
    border-radius: 5px;
    box-shadow: 0 0 10px #7d7d7d;
    padding:25px;
}
    #txtbox1::-webkit-input-placeholder, #txtbox::-webkit-input-placeholder {
        color:#b5b5b5;  
    }

/*=================================== WRITING =================================*/

.form_createlist .form .txtHint{
    color: #343132;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}



.chip {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    box-sizing: border-box;
    display: inline-block;
    margin-right: 8px;
    overflow: hidden;
    padding: 7px 16px;
}

/*Pink*/
.optionBtn {
    border: 2px solid #79d2d2;
    color: black;
    background-color: paleturquoise;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    box-sizing: border-box;
    display: inline-block;
    margin-right: 8px;
    overflow: hidden;
    padding: 7px 16px;
    width:100%;
}
    .optionBtn:hover {
        border: 2px solid #24a99b;
        background-color: turquoise;
    }
    .optionBtn[disabled] {
        background: #e4e4e4;
    border-color: #b1b1b1;
    color: #636363;
    }


/*Pink*/
.chip.TVnL3 {background-color: #e91e63;border-color: #e91e63;border-radius:50px;}
button.TVnL3[disabled] {opacity: .40;}

/*Dark Blue*/
.chip.darkblue {background-color: #1f5dca;border-color: #0d429e;border-radius:50px; color:white}
button.darkblue[disabled] {opacity: .40;}

/*blue*/
.chip.blue {background-color: #1f5dca;border-color: #0d429e;border-radius:50px;}
button.blue[disabled] {opacity: .40;}


/*Green*/
.chip.green {background-color: #6cb307;border-color: #487706;border-radius:50px; color:white}
button.green[disabled] {opacity: .40;}

/*PURPLE*/
.chip.purple {background-color: #ad76d8;border-color: #8951b5;border-radius:50px;}
button.purple[disabled] {opacity: .40;}

button.blue[disabled],button.red[disabled],button.green[disabled],button.yellow[disabled],button.parrot_green[disabled]
{opacity: .40;}

.chip span.sq {
    color: rgba(255,255,255,.8);
    display: inline-block;
    font-family: arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 49px !important;
    text-decoration: none;
    white-space: nowrap;
}





.vocabulary {
    background:url('../images/q_bg.png')
}




.shade1 {background: -webkit-radial-gradient(bottom center,#46aeff, #0064b2 50%);}
.shade2{background: -webkit-radial-gradient(bottom center,#AA71FF, #64DBFD);}


.shade1 h5{color:white;
            font-size:18px;
            line-height:27px;
}
.shade-bg1 {
    background:url('../images/background/bg5.png');
}

#spelling .cancelbtn {
    float:right;
}
.modal{overflow:hidden !important;
       z-index:9999;
       background-color: rgba(0,0,0,0.7) !important;
}
.modal-content {
    width:90% !important;
    height: 90% !important;
    margin: -1% auto 0% auto !important;
}




/*=================================== STEP BOX =================================*/
.step-box {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    box-sizing: border-box;
    margin: 20px 10px;
    overflow: hidden;
    padding: 15px 16px;
    background-color: #FFEB3B;
    border-color: #e8d422;
}
    .step-box h4 {
        margin-left:10px;
    }
    











    /*=================================== FLASH CARD =================================*/
.btn_flip {
    background: #6cb307;
    color: white;
    border-radius: 50px;
    padding: 8px 0px;
    text-transform: uppercase;
    border: 1px solid #487706;
    box-shadow: 0px 0px 3px #487706;
}
    .card {
    width: 97%;
    height: 358px;
    position: absolute;
    transition: transform 1s;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 1s;
    -ms-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.card .front, .card .back {
    border-radius:7px;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 200px;
    text-align: center;
    font-weight: bold;
    font-size: 100px;
    position: absolute;
    /* -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; */
}
.card .front {
  /*background: url('../images/background/flashCard_1.jpg');*/
  background:#fffde8;
  
}
.card .back {
    /*background: url('../images/background/flashCard_2.jpg');*/
    background: #ebf6ff;
    /* -webkit-transform: rotateY( 180deg );
    -ms-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg ); */
}
.flipped {
    -webkit-transform: rotateY( 180deg );
    -ms-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}
.flipped .back{
    z-index: 99999999 !important;
}
        
        /* Front */
        .card .front h1 {
            font-size: 75px;
            line-height: 100px;
            margin-bottom:40px;
            color:#0d314a;
        }
        .card .front h3 {
            color:#ff003b;
            font-size:36px;
        }
        .card .front p {
            color:#16445a;
            font-size:25px;
        }
        

        /* Back */
        .card .back h1 {
            font-size: 60px;
            line-height: 65px;
            margin-bottom:10px;
            color: #221477;
        }
        .card .back h3 {
            color:#ff003b;
            font-size:25px;
        }
        .card .back p {
            color:#16445a;
            font-size: 14px;
            line-height: 17px;
        }

        .card sup.btn {
            padding: 5px;
            font-family: arial;
            font-size: 12px;
        }
        .sm-game
        {
            padding:0;
            float: left;
            width: 100%;
        }
        .step-bg
        {
            background-size: cover !important;
            background-position: 50% !important;
        }
        
        .modelCloseBtn-xs {display:none}
        .modelCloseBtn-sm {display:block}
        .gstep-h3
        {
           color:white; 
           text-align:center; 
           margin-top:15px;
        }
        @media (max-width: 1200px) 
        {
            .step-bg
            {
            background-position: 5% !important;
            }
            
        }
        @media (min-width: 768px) and (max-width: 991px) 
        {
            .col-pd-25:first-child
            {
                padding-left:25px;
                padding-right:10px;
            }
            .col-pd-25:last-child
            {
                padding-left:0px;
                padding-right:25px;
            }
        }


         @media (max-width: 767px) 
         {
             .col-pd-25
             {
                 padding-left:25px;
                 padding-right:25px;
             }
         }
        @media only screen and (min-width: 768px) {
            .modelCloseBtn-xs {display:none !important}
            .modelCloseBtn-sm {display:block !important}
        }

@media only screen and (min-width: 1024px) {
    .card .back p {
            color:#16445a;
            font-size: 24px;
            line-height: 30px;
        }
}
        @media only screen and (max-width: 991px) {
            /*.voice {
                line-height: 40px;
                font-size: 28px;
            }*/
            .btn_next_vocabulary span, .btnText{display:none;}
            .attemptGame {
                visibility:hidden;
            }
            .close-btn {
                float: right;
                width: 25px;
                padding: 2px;
            }
            .modelCloseBtn-xs {display:block}
            .modelCloseBtn-sm {display:none}
            .card{
                
                width:89%; height: 360px;}

            .card .front h1 {
                font-size: 33px;
                line-height: 46px;
                margin-bottom: 18px;
                color: #0d314a;
            }
                
            .card .front h3 {
                color: #ff003b;
                font-size: 20px;
            }
            .card-panel {min-height:320px !important;}
            #txtbox1, #txtbox2, #txtbox3, #txtbox4, #txtbox5, #txtbox6 {font-size:20px;}

            .card .back hr {
                margin-top: 7px;
                margin-bottom: 7px;
            }
            .card .back h1 {
            font-size: 33px;
            line-height: 46px;
            margin-bottom:10px;
            color: #221477;
            }
            .card .back h3 {
                color:#ff003b;
                font-size:17px;
                line-height: 29px;
            }
            .card .back p {
                color:#16445a;
                font-size:15px;
            }

            .card sup.btn {
                padding: 3px;
                font-family: arial;
                font-size: 10px;
                margin-top: 10px;
            }
        }
        
        
@media only screen and (max-width: 768px) {        
.btnText
{display:none}        
}



@keyframes blink {  
  0% {background-color:#E91E63;border: 2px solid #b7124a; color:white}
  100% { background-color:paleturquoise;border: 2px solid #79d2d2;color: black; }
}
@-webkit-keyframes blink {
  0% {background-color:#E91E63;border: 2px solid #b7124a; color:white}
  100% { background-color:paleturquoise;border: 2px solid #79d2d2;color: black; }
}
.blink {
  -webkit-animation: blink .5s linear infinite;
  -moz-animation: blink .5s linear infinite;
  animation: blink .5s linear infinite;
  animation-iteration-count: 3;
} 



.correctBtn {  
  background: #4CAF50 !important; border-color: #1f7722 !important; color: #ffffff !important;
}

@keyframes nextBtnActive {  
  0% {background-color:#FF9800;}
  100% { background-color:#1f5dca}
}
@-webkit-keyframes nextBtnActive {
  0% {background-color:#FF9800;}
  100% { background-color:#1f5dca;}
}
.nextBtnActive {
  -webkit-animation: nextBtnActive .5s linear infinite;
  -moz-animation: nextBtnActive .5s linear infinite;
  animation: nextBtnActive .5s linear infinite;
  animation-iteration-count: 3;
} 


.validMsg {
    height: 39px;
    background: #f9aeae;
    padding: 5px 20px;
    border-radius: 3px;
    display: none;
}