[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.cookies-alert{
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 5px;
	background-color: #777;
	color: #ccc;
	text-align: center;
	display: none;
} 

#body-area{
	padding-bottom: 40px;
}

.cookies-alert .link{
	color: white;
	margin-left: 10px;
}
.cookies-alert .link:hover{
	text-decoration: none;
	color: #96dcff;
}

.master-page .global-orientation-warning-message { 
	display: none;
	text-align: center;
	margin-top: 100px;
}
.master-page .global-orientation-warning-message .alert-info { 
	color: black;
	font-weight: bold;
	margin: 15px;
}
.master-page .global-orientation-warning-message img { 
	margin: 20px auto 5px;
	width: 80%;
	display: block;
}
@media only screen and (orientation:portrait) and (max-width: 480px){
    .master-page.inside-game-page #main-page { 
    	display:none; 
    }
    
    .master-page.inside-game-page #global-orientation-warning-message-go-landscape { 
    	display:block; 
    }
    
    .master-page.inside-game-page{
		background-color: #333;
	}
    
}
@media only screen and (orientation:landscape) and (max-width: 440px){
     .master-page.inside-game-page #main-page { 
    	display:none; 
    }
    
    .master-page.inside-game-page #global-orientation-warning-message-too-small { 
    	display:block; 
    }
    
    .master-page.inside-game-page{
		background-color: #333;
	}
}

@media screen and (max-width:600px) {
	body{
		font-size: 15px;
	}
}

@media screen and (max-width:480px) {
	body{
		font-size: 13px;
	}
}
 
.fast-login{
}
.fast-login .caret{   
	margin-top: 8px;
    margin-left: 3px;
    
    border-top-color: #999;
    border-bottom-color: #999;	
}
#fast-login-form-area{
    padding: 15px;
	width: 220px;
}
.show-results-accordion a{
	color: #333;
}
.show-results-accordion a:HOVER{
	text-decoration: none;
	color: #1d5558;
}

/* #conversejs #users .set-xmpp-status,
#conversejs #users .add-converse-contact,
#conversejs #users .roster-filter-group,
#conversejs #controlbox-tabs li,
#conversejs .remove-xmpp-contact,
#conversejs .chatbox .chatbox-btn.close-chatbox-button,
#conversejs .chat-head:nth-child(1) > a:nth-child(1),
#conversejs .chatbox .chat-toolbar
{
	display: none;
	visibility: hidden;
}
#conversejs #controlbox > div:nth-child(1) .chatbox-btn.close-chatbox-button{
	display: block;
	visibility: visible;
} */
 
.tabs.new-tabs-container {
  overflow: hidden;
  width: 100%;
  margin: 10px 0 20px 0;
  padding: 0;
  list-style: none;
}

.tabs.new-tabs-container li {
  float: left;
  margin: 0 .5em 0 0;
}

.tabs.new-tabs-container a {
	font-weight: bold;
	position: relative;
	background: #ddd;
	background-image: linear-gradient(to bottom, #F6F6F6, #ddd);  
	padding: .3em 1.5em;
	float: left;
	text-decoration: none;
	color: #666;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	border-radius: 5px 0 0 0;
	box-shadow: 0 2px 2px rgba(0,0,0,.4);
	border-top: 1px solid #ddd;
}

.tabs.new-tabs-container a:first-child{
  border-left: 1px solid #ddd;
} 

.tabs.new-tabs-container a:hover,
.tabs.new-tabs-container a:hover::after,
.tabs.new-tabs-container a:focus,
.tabs.new-tabs-container a:focus::after {
  background: #eee;
  color: #555;
}

.tabs.new-tabs-container a:focus {
  outline: 0;
}

.tabs.new-tabs-container a::after {
  content:'';
  position:absolute;
  z-index: 1;
  top: 0;
  right: -.5em;  
  bottom: 0;
  width: 1em;
  background: #ddd;
  background-image: linear-gradient(to bottom, #F6F6F6, #ddd);  
  box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  transform: skew(10deg);
  border-radius: 0 5px 0 0;  
}

.tabs.new-tabs-container .active a,
.tabs.new-tabs-container .active a::after {
  background: #F6F6F6;
  z-index: 3;
  color: #444;
}

@media (max-width: 1000px) {
	.tabs.new-tabs-container a {
	  font-size: 16px;
	}
}
@media (max-width: 900px) {
	.tabs.new-tabs-container a {
	  font-size: 15px;
	}
}
@media (max-width: 800px) {
	.tabs.new-tabs-container a {
	  font-size: 13px;
	}
}
@media (max-width: 700px) {
	.tabs.new-tabs-container a {
	  font-size: 10px;
	}
}

@media (max-width: 600px) {
	.tabs.new-tabs-container a {
  		font-size: 9px;
	}
}

@media (max-width: 550px) {
	.tabs.new-tabs-container a {
  		font-size: 14px;
	}
}

.anonymous-team.label{
	background-color: black;	
}

.page-with-light-bar .anonymous-team{
	color: white;	
}

.page-with-light-bar .label.anonymous-team{
	background-color: white;	
	color: black;	
}

.table-striped-custom tbody > tr:nth-child(odd) > td,
.table-striped-custom tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-striped-custom tbody > tr:nth-child(even) > td,
.table-striped-custom tbody > tr:nth-child(even) > th {
  background-color: #f5f5f5;
}

canvas{
	/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
	/* attention, quand on veut afficher une popin sur un canvas, il faut mettre z-index à -1 sous chrome, sinon y'a un bug                     */
	/* par contre, si on fait ça, les tooltips des charts ne marchent plus!!! donc on le fait dynamiquement au moment d'afficher la popin       */
	/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
	z-index: 0; 
}

.modal-backdrop {
    z-index: 2000000000;
    background-color: #333;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.modal{
	z-index: 2100000000;
}

.modal-admin-confirmation  .modal-footer{
	text-align: center;	
}

.modal-admin-confirmation .modal-body .description{
	font-weight: bold;
}

.modal-admin-confirmation .modal-body .danger{
	margin-top: 50px;
	margin-bottom: 50px;
	font-weight: bold;
}

.modal-admin-confirmation.modal .modal-header .title{
	color: #0A513E;
}


.modal-admin-confirmation.modal .modal-footer .operation-in-progress-message{
	margin-top: 20px;
}


.modal-admin-confirmation.modal-back-to-previous .modal-header .title{
	color: #b30e0e;
}

.modal-admin-confirmation.modal-back-to-previous .modal-header .title{
	color: #b30e0e;
}

.modal-admin-confirmation.modal-back-to-previous .modal-body .danger{
	margin-top: 50px;
	margin-bottom: 50px;
	font-weight: bold;
}

.site-logo{
	max-height: 40px;
}
 
.btn-warning{
	background-color: #f8541c;
    background-image: linear-gradient(to bottom, #f6541c, #f8541c);
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    background-color: #f8541c;
}

.form-label.required:after {
    content: "*";
    margin-left: 3px;
}


.table th.text-center, .table td.text-center{
	text-align: center;
}
text-left{
	text-align: left;
}


table.centeredcells-tables td.text-right, table.centeredcells-tables td th.text-right, table.centeredcells-tables th.text-right, table.centeredcells-tables td.price.text-right {
    text-align: right;
}
table.centeredcells-tables td.text-left, table.centeredcells-tables td th.text-left, table.centeredcells-tables th.text-left, table.centeredcells-tables td.price.text-left {
    text-align: left;
}

text-right{
	text-align: right;
}

hr.delimiter{
	height: 3px;
	color:#999; 
	background-color:#999;
} 


.screen-messages-resumes{
	margin: 10px -100px 10px -20px;
	text-align: center;
}

.page-with-light-bar .screen-messages-resumes{
	margin: 10px 0px 10px 0px;
	text-align: center;
}

.screen-messages-resumes.with-timer{
 	margin-right: 10px;
}

/* Landscape phones and down */
@media (max-width: 600px) { 
	.alert.screen-messages-resumes{
		font-size: 12px;
		padding: 5px 5px;
	}
	.alert.screen-messages-resumes .label{
		font-size: 12px;
	}
}

/* Landscape phones and down */
@media (max-width: 480px) { 
	.alert.screen-messages-resumes{
		font-size: 10px;
		padding: 5px 5px;
	}
	.alert.screen-messages-resumes .label{
		font-size: 10px;
	}
}

.page-with-light-bar .screen-messages-resumes.with-timer{
 	margin-right: 30px;
}

select, input[type=text]{
	max-width: 100%;
}

.full-width{
	width: 100%;
}
html{
	overflow-y: scroll;
}

#report-a-bug-modal input[type="text"], #report-a-bug-modal textarea{
	width: 90%;
	width: calc(100% - 15px);
}

.report-a-bug-link{
	display: block;
	position: fixed;
	bottom: 2px;
	left: 10px;
}

#reportBugForm{
	margin-bottom: 0;
}

ul.nav.pull-right{
	font-size: 17px;
}

.numeric-range-chooser input[type="number"]{
	width: 70px;
	text-align: center;
}
.numeric-range-chooser input[type="range"]{
	width: 80%;
	width: calc(100% - 100px);
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	padding: 1px 6px;
}

.tab-content {
    overflow: visible;
}

.label-complement{
	font-size: 15px;
	color: #555;
	font-style: italic;
}

.navbar-fixed-top{
	z-index: 999999999;
}

#top-bar.superadmin {
    background-color: #500000;
    background-image: linear-gradient(to bottom, #500000, #333333);
    background-repeat: repeat-x;
    border-color: #252525;
}

#top-bar.gameadmin {
    background-color: #003200;
    background-image: linear-gradient(to bottom, #003200, #333333);
    background-repeat: repeat-x;
    border-color: #252525;
}

body.toub #top-bar{
	background-color: #333;
    background-image: linear-gradient(to bottom, #333, #293C2C);
	border-bottom: 1px solid #008000;
}


.table th, .table td {
    line-height: 14px;
    padding: 6px;
}

table.centeredcells th { text-align:center; }
table.centeredcells td { text-align:center; }


#roundProgressBar {
	margin-bottom: 0px;
}

.nav-section{
	padding: 0;
	margin: 0;
	padding-top: 3em;
	margin-top: -4em;
}

h1 {
	font-size: 26px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 30px;
}

h2 {
	font-size: 22px;
	line-height: 25px;
}

h3 {
	font-size: 18px;
	line-height: 18px;
	color: #0A513E;
	margin-top: 22px;
}
h4 {
	font-size: 16px;
	line-height: 16px;
	color: #0A518E;
	margin-top: 20px;
}
h5 {
	font-size: 14px;
	line-height: 14px;
	color: #33513E;
	margin-top: 18px;
}
h6 {
	font-size: 12px;
	line-height: 12px;
	color: #0A713E;
	margin-top: 16px;
}

#betaIcon {
	position: relative;
	left: -40px;
}

.navbar .brand {
	margin-left: 0px;
    padding: 10px;
    /*
    
     modif Toub du 29/05/2015 - à faire quand Gru sera rentré et qu'on aura le temps de checker toutes les config
    
    c'est pour corriger le bug IE8
    
     width: 200px; */
}
 
.table td.price {
	text-align: right;
}

.robotIcon {
	height: 16px;
}

.actionsBar {
	text-align: center;
	margin: 20px;
}

.action-bar {
	text-align: center;
	margin: 20px;
}

.action-bar-right {
	text-align: right;
}

h3 .highPeriod,h3 .lowPeriod {
	font-size: 12px;
}

.highPeriod {
	color: green;
}

.lowPeriod {
	color: #CE3801;
}

label {
	font-weight: bold;
	color: #CE3801;
}

.maxSolt {
	color: #CE3801;
}

/* #top-bar { */
/* 	padding-left: 20px; */
/* 	padding-right: 20px; */
/* 	height: 50px; */
/* } */

/* surcharge du fichier bootstrap responsive � cause du probleme de l'enorme espace entre barre et main page pour tablettes ... */
.navbar-fixed-top, .navbar-fixed-bottom {
   position: fixed;
}

#main-page {
	position: relative;
	top: 66px;
	margin-bottom: 30px;
	padding-right: 0;
	padding-left: 0;
}

.page-section {
	padding-top: 15px;
}

.hidden {
	display: none;
}

.icon-spin[class^="icon-"].hidden, .nav .icon-spin[class^="icon-"].hidden, .btn .icon-spin[class*=" icon-"].hidden, .nav .icon-spin[class*=" icon-"].hidden {
	display: none;
}

.btn:hover, .btn:focus{
	background-position:0 0;
}

.success {
	color: green;
}

.error {
	color: red;
}

#timer-area{
	position: fixed;
	top: 70px;
	right: 60px;
	padding: 5px;
	text-align: center;
	display: none;
	z-index: 100;
}

#timer-area.active{ 
	display: block;
	border: 1px solid #aaa;
}

#timer-area .remaining-time-area.negative{
	color: red;
}
.link{
	cursor: pointer;
}
#timer-area .timer-admin-area .btn, #timer-area .timer-admin-area .btn i{
	cursor: pointer;
	min-width: 35px;
	display: block;
}

#timer-area .timer-admin-area .btn-play{
	display: none;
}
#timer-area.paused .timer-admin-area .btn-play{
	display: block;
}
#timer-area.paused .timer-admin-area .btn-pause{
	display: none;
}
.btn-blink{
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

#timer-area.paused .remaining-time-area {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.alert-waiting-validation{
	line-height: 12px;
}

.centeredcells-tables .table td, .centeredcells-tables .table td th, .centeredcells-tables .table th,
.centeredcells-tables .table td.price {
	text-align: center;
}

table.centeredcells-tables td, table.centeredcells-tables td th, table.centeredcells-tables th,
table.centeredcells-tables td.price {
	text-align: center;
}

/* terms of service */
.tos-area{
	text-align:right;
	padding-right:5em;
}	

@media (max-width: 767px) { 
	.tos-area{
		padding-right:11em;
	}	
}

.width80center{
	width :80%;
	max-width:740px;
	margin:auto;
	text-align:center;
}



@media (max-width:1200px) {
	.video-yt-container iframe,  
	.video-yt-container object,  
	.video-yt-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.video-yt-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
}










@media (min-width: 1462px) {
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
	    width: 80%;
	}
}




