/******Style table pagination******/
.pagination>li {
    display: inline;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pull-right {
    float: right!important;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.bills a {
    color: #337ab7;
    text-decoration: none;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
table {
    background-color: transparent;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    /* vertical-align: top; */
    border-top: 1px solid #ddd;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
    z-index: 2;
}
.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: left;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.ng-table th.filter .input-filter {
    border: 1px solid lightgray !important;
}
/*****Style forms*****/
input, select{
    font-family: raleway-light;
}
/**Pending Tests**/
.pending-tests{
    margin-top: 17%;
}
.pending-tests .ttl{
    font-size: 2em;
    color: darkgray;
}
.pending-tests .tst{
    margin-top: 23px;
}
.pending-tests .tst span{
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(164,164,164,.5);
    clear: both;
    margin: 10px 0;
    cursor: pointer;
    display: inline-block;
    padding: 20px 5px;
    color: #323c47;
    font-size: 1.5em;
    border-radius: 3px;
    padding: 12px 29px;
    font-weight: bold;
}
.pending-tests .tst span:hover{
    opacity: 0.8;
}
/*******display none, basicaly this is for game4 last option*****/
.hide{
    display: none;
}
/***mouse test button style***/
.mouse-test-label{
    background-color: #e6b500 !important;
}
.skip-btn{
    border-color: white !important;
    background-color: transparent !important;
    margin-left: 22px;
}
/**Popup style**/
.popup{
    font-size: x-large;
    min-width: 1000px;
}
.popup-head{
    background: black;
    border-bottom: 3px;
    border-style: solid;
    border-color: #e6b501;
}
.popup-title{
    font-size: x-large;
    color: white;
}
.popup-title h3{
    font-weight: lighter;
}
.popup-body{
    margin: 10px;
}
.popup-body span{
    background: #e6b500;
    padding: 5px;
    /*color: white;*/
    border-radius: 5px;
    line-height: 46px;
}
.popup-buttons button{
    background: black !important;
    font-weight: lighter;
}
.form-wrap{
    max-width: 500px;
    padding: 30px;
    background: #f1f1f1;
    margin: 20px auto;
    border-radius: 4px;
	text-align: center;
}
.form-wrap form{
	border-bottom: 1px dotted #ddd;
	padding: 10px;
}
.form-wrap #output{
    margin: 10px 0;
}
.form-wrap .error{
    color: #d60000;
}
.form-wrap .images {
    width: 100%;
    display: block;
    border: 1px solid #e8e8e8;
    padding: 5px;
    margin: 5px 0;
}
.form-wrap .thumbnails {
    width: 32%;
    display: inline-block;
    margin: 3px;
}
.mouse-container{
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 202, 3);
    min-height: 600px;
}
.game4-container, .game5-container, .game6-container{
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 202, 3);
    min-height: 600px;
    text-align: center;
}
.game4-container, .game5-container{
    padding: 100px;
}
.game4-container span{
    background: whitesmoke;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}
.game6-table img{
    width: 180px;
}
/* progress bar */
#progress-wrp {
    border: 1px solid #0099CC;
    padding: 1px;
    position: relative;
    border-radius: 3px;
    margin: 10px;
    text-align: left;
    background: #fff;
    box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
}
#progress-wrp .progress-bar{
	height: 20px;
    border-radius: 3px;
    background-color: #f39ac7;
    width: 0;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}
#progress-wrp .status{
	top:3px;
	left:50%;
	position:absolute;
	display:inline-block;
	color: #000000;
}












/*Style Bugs Fix*/
.title-center.header-item{
    right: 0px !important;
}
/* Global Body Styling*/
body{
    font-family: raleway-light;
}
/* enregized buttons style */
.button.button-energized{
    background-color: black !important;
}
/*tab header styling*/
.bar-energized{
    border-bottom: 3px !important;
    border-bottom-style: inset !important;
    border-bottom-color: #e6b500 !important;
    background-color: black !important;
}
.bar-energized h1{
    font-family: raleway-light;
}
/*Instructions Styling*/
.container-insts{
    margin: 1%;
    border-width: 3px;
    border-style: solid;
    padding: 2%;
    color: white;
    font-size: larger;
    line-height: initial;
}
.container-inst{
    margin-bottom: 10px;
}
.test6-num-label{
    text-align: center;
    font-size: 57px;
    margin-top: 5px;
    color: black;
    font-family: fantasy;
}
.counter-inst{
    display: inline-block;
    background: black;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding-left: 9px;
    padding-top: 3px;
    vertical-align: top;
}
.text-inst{
    display: inline-block;
    background: black; /*#e6b500*/
    padding: 9px;
    border-radius: 4px;
    width: 90%;
    font-size: 18px;
}
.g2-img{
    width: 127px;
    height: 80px;
    margin-top: 10px;
    border-radius: 15px;
    border-style: solid;
    border-color: moccasin;
    border-width: 5px;
}
.g2-res{
    font-size: 42px;
    color: white;
}
.force-height{
    height: 100% !important;
}
.state-label-small{
    margin-top: 29px;
}
/* Empty. Add your own CSS if you like */
.state-div{
	display: inline-block;
    padding: 30px;
    width: 20%;
    color: white;
	vertical-align: text-top;
    height: 150px;
	margin-right: 10px;
    margin-left: 10px;
}
.state-div-3{
	display: inline-block;
    padding: 30px;
    width: 20%;
    color: white;
    vertical-align: text-top;
    height: 150px;
    margin-left: 10px;
    margin-bottom: 10px;
    height: 100px;
    width: 15%;
}
.state-score{
	font-size: xx-large;
}
.state-score-3{
	font-size: x-large;
}
.state-second-score{
	font-size: xx-large;
    margin-top: 25px;
}
.state-lable-small{
	font-size: larger;
	margin-top: 10px;
}
.state-label{
	font-size: larger;
    margin-top: 27px;
}
.state-label-3{
	font-size: larger;
    margin-top: 17px;
}
.seconde{
	 font-size: xx-large;
}
.game1-st{
	background: slategray;
}
.game1-st-ok{
    background: #e6b500;
}
.game2-st{
    height: 237px;
    margin-top: 10px;
}
.game2-st-ok{
    background: slategray;
}
.game2-st-fail{
    background: crimson;
}
.game3-st{
	background: slategray;
}
.game2-score{
    font-weight: bold;
}
.s-button{
	width: 40%;
    font-size: larger;
}
/*Font*/
@font-face {
  font-family: 'raleway-light';
  src: url('Raleway-Light.ttf'); /* IE9 Compat Modes */
}


/*****mouse******/
b.cercle:hover{
    -ms-transform: scale(1.2, 1.2);
     -webkit-transform: scale(1.2, 1.2); 
    transform: scale(1.2, 1.2);
    border-color: #9eda50;
}
b.cercle {
	position:absolute;
    transition: color 0.25s;
    border-color: #9eda50;
    border-style: solid;
    border-width: 2px;
  /*display: block;*/
  width: 120px;
  height: 120px;
  background-color: #6effb5;
  border-radius: 50%;
  box-shadow: inset -25px -25px 40px rgb(56, 165, 0);
  background-image: -webkit-linear-gradient(-45deg, rgba(255,255,220,.2) 0%, transparent 100%);

}

div.cercle2 {
	position:absolute;
	width: 0px;
    height: 0px;
	border-radius: 50%;
	border: "0px";

	}
#divC001, #divC002, #divC003, #divC004, #div001, #div002, #div003, #div004{
    background: WHITE;
    BORDER-STYLE: dotted;
}
.g5case	{
    position: relative;
	width: 60px;
    height: 60px;
    background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAADElEQVQI12NgYGAAAAAEAAEnNCcKAAAAAElFTkSuQmCC");
	background-repeat:repeat-y;
	background-position:50%;
    border-style: dashed;
    border-width: 3px;
    border-radius: 50%;
    border-color: thistle;
}
.g5-table td{
    width: 89px;
}
.sheme-label{
    width: 247px;
    display: inline-block;
    font-size: xx-large;
    padding-bottom: 9px;
    border-bottom-style: solid;
    border-bottom-color: #e6b500;
    border-bottom-width: 2px;
    margin-bottom: 16px;
    background: whitesmoke;
    padding-top: 11px;
}
.sheme-label.right{
    margin-right: 41px;
    margin-left: -16px;
}
.sheme-label.left{
    margin-left: 99px;
}
b.boule {
	position:absolute;
	display: block;
	width: 55px;
    height: 55px;
    z-index: 9999;
	border-radius: 50%;
	box-shadow: inset -5px -5px 40px rgba(0,0,0,.5);
	background-image: -webkit-linear-gradient(-45deg, rgba(255,255,220,.2) 0%, transparent 100%);
	background-image: -moz-linear-gradient(-45deg, rgba(255,255,220,.2) 0%, transparent 100%);  
	background-image: -o-linear-gradient(-45deg, rgba(255,255,220,.2) 0%, transparent 100%);
	background-image: -ms-linear-gradient(-45deg, rgba(255,255,220,.2) 0%, transparent 100%);  
}
#boule1, #bouleC1{
	background-color : red;
}
#boule2, #bouleC2{
	background-color : green;
}
#boule3, #bouleC3{
	background-color : blue;
}
#boule4, #bouleC4{
	background-color : white;
	border:  2px solid black;
}
#div0, #divC0{
	display: none;
}
.imgG6{
	margin-top: 15px;
    margin-bottom: 15px;
	display:inline-block;
    border:0;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   
}
.imgG6:hover{
	box-shadow: 0px 0px 40px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}
.cadre{
	margin-top: 15%;
}



  /******/
  


  