/*
    Document   : play
    Created on : 07.10.2013, 10:51:37
    Author     : jeck
    Description:
        Purpose of the stylesheet follows.
*/
#game .active{
    border: 1px solid #cc0000 !important;
    box-shadow: 3px 3px 0 0 #630808 !important;
    height: 30px !important;
    width: 30px !important;
    box-sizing: content-box;
}
.numbers{
      display: inline-block;
    width: 30px;
    background-color: transparent;
    background-image: linear-gradient(to bottom, #243d6e, #132a55);
    border: 1px solid #213b6a;
    outline: none;
    font-family: "AgoraReg";
    font-size: 20px;
    color: #ffb432;
    border-radius: 3px;
    transition: box-shadow 0.3s ease;
    height: 30px;
    margin-right: 4px;
    line-height: 28px;
    cursor: pointer;
}
.delete:hover,
.numbers-mini:hover,
.numbers:hover{
  box-shadow: 0px 0px 10px 3px rgba(56, 197, 236, 0.25); 
  color: #fff;
}
.numbers-mini{
    display: inline-block;
    background-color: transparent;
    background-image: linear-gradient(to bottom, #243d6e, #132a55);
    border: 1px solid #213b6a;
    outline: none;
    font-family: "AgoraReg";
    font-size: 16px;
    color: #ffb432;
    border-radius: 3px;
    transition: box-shadow 0.3s ease;
    line-height: 22px;
    cursor: pointer;
    height: 20px;
    margin-left: 5px;
    margin-right: 9px;
    width: 20px;
}
.delete{
    display: inline-block;
    background-color: transparent;
    background-image: linear-gradient(to bottom, #243d6e, #132a55);
    border: 1px solid #213b6a;
    outline: none;
    font-family: "AgoraReg";
    font-size: 19px;
    color: #ffb432;
    border-radius: 3px;
    transition: box-shadow 0.3s ease;
    line-height: 22px;
    cursor: pointer;
    height: 25px;
    margin: 0 auto 15px;
    text-align: center;
    width: 140px;
}
.numbersBlock{
    width: 100%;
    padding-bottom: 7px;
    height: 32px;
    display: block;
}
.size9{
    margin: 0 auto;
    width: 326px;
    display: inline-block;
    text-align: center;
}
.size8{
    margin: 0 auto;
    width: 290px;
}
.size6{
    margin: 0 auto;
    width: 220px;
}
.enteredFalseNumber{
    color: #CC0000 !important;
}
.enteredTrueNumber{
    color: #000 !important;
}
.miniTable{
    width: 30px;
    height: 30px;
}
.miniTable tr{
    height: 10px !important;
}
.miniTable td{
    font-size: 10px;
    line-height: 9px;
}
.sudoku p{
    margin: 0;
    padding: 0;
}
.miniChecked{
    color: #000000;
}
.miniUnchecked{
    color: #EEEEEE;
}
.miniDisabled{
    color: #FFFFFF;
}
.sudoku {
    background-color: #071029 !important;
    border-radius: 5px;
    color: #000;
    float: left;
    margin: 0 auto;
    text-align: center;
}
table, td, tr {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
.sudoku tr {
    height: 33px;
}
.td {
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 3px;
    padding-right: 2px;
    width: 33px;
}
.div-inside {
    border: 1px solid #333;
    border-radius: 7px;
    box-shadow: 3px 3px 0 0 #444;
    cursor: default;
    height: 32px;
    width: 32px;
    opacity: 1 !important;
    line-height: 30px !important;
      outline: none;
}
.congratulations{
    color: #000;
    font-size: 30px;
    margin: 100px auto 0;
    width: 400px;
}

.gradient {
    background: -moz-linear-gradient(top, #fff, #495994); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom,
                color-stop(0%,#fff), color-stop(100%,#495994));
    /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #fff, #495994);
    background: -o-linear-gradient(top, #fff, #495994); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff, #495994); /* IE10 */
    background: linear-gradient(top, #fff, #495994); /* CSS3 */
    /*padding: 10px;*/
    /*border: 1px solid #333;*/
}
.child1 { 
    background: -moz-linear-gradient(top, #fff, #ffaadc); /* Firefox 3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ffaadc));
    background: -webkit-linear-gradient(top, #fff, #ffaadc);
    background: -o-linear-gradient(top, #fff, #ffaadc); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff, #ffaadc); /* IE10 */
    background: linear-gradient(top, #fff, #ffaadc); /* CSS3 */
}
.child2 { 
    background: -moz-linear-gradient(top, #fff, #aaaadc); /* Firefox 3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#aaaadc));
    background: -webkit-linear-gradient(top, #fff, #aaaadc);
    background: -o-linear-gradient(top, #fff, #aaaadc); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff, #aaaadc); /* IE10 */
    background: linear-gradient(top, #fff, #aaaadc); /* CSS3 */
}
.child3 { 
    background: -moz-linear-gradient(top, #fff, #16aadc); /* Firefox 3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#16aadc));
    background: -webkit-linear-gradient(top, #fff, #16aadc);
    background: -o-linear-gradient(top, #fff, #16aadc); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff, #16aadc); /* IE10 */
    background: linear-gradient(top, #fff, #16aadc); /* CSS3 */
}
.child4 { 
    background: -moz-linear-gradient(top, #fff, #16dedc); /* Firefox 3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#16dedc));
    background: -webkit-linear-gradient(top, #fff, #16dedc);
    background: -o-linear-gradient(top, #fff, #16dedc); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff, #16dedc); /* IE10 */
    background: linear-gradient(top, #fff, #16dedc); /* CSS3 */
}
.child5 { 
    background: -moz-linear-gradient(top, #fff, #ffff96); /* Firefox 3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ffff96));
    background: -webkit-linear-gradient(top, #fff, #ffff96);
    background: -o-linear-gradient(top, #fff, #ffff96); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff, #ffff96); /* IE10 */
    background: linear-gradient(top, #fff, #ffff96); /* CSS3 */
}
.child6 { 
    background: -moz-linear-gradient(top, #fff, #FF4F3B); /* Firefox 3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#FF4F3B));
    background: -webkit-linear-gradient(top, #fff, #FF4F3B);
    background: -o-linear-gradient(top, #fff, #FF4F3B); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff, #FF4F3B); /* IE10 */
    background: linear-gradient(top, #fff, #FF4F3B); /* CSS3 */
}
.child7 { 
    background: -moz-linear-gradient(top, #fff, #ffb0ff); /* Firefox 3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ffb0ff));
    background: -webkit-linear-gradient(top, #fff, #ffb0ff);
    background: -o-linear-gradient(top, #fff, #ffb0ff); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff, #ffb0ff); /* IE10 */
    background: linear-gradient(top, #fff, #ffb0ff); /* CSS3 */
}