body{
	padding-bottom: 30px;

}
a:hover, a:active, a:focus {
	outline: 0;

}
input.form-control {
	margin-bottom: 5px;
}

pre {
    white-space: pre-wrap;  
    word-break: keep-all;     /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
}

div#contLogin {
	width: 450px;

}

[class*="col-"] {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
    padding-bottom: 4px;
    padding-top: 4px;
}



div#containerAddButton {
	text-align: right;
	margin-bottom: 10px;
}

div#containerAddProblem {
	margin-bottom: 30px;
}
div.input-group {
	margin-bottom: 5px;

}

tr.trSel{
	background-color: #FFEAAB;
}

div.separator {
	height: 2px;
	background-color: #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
div#containerWelcome {
	border-left: solid 1px #ccc; padding: 10px;
	border-right: solid 1px #ccc; padding: 10px;
	border-bottom: solid 1px #ccc; padding: 10px;
}

.aDecorrer {
	animation-name: rotateThis;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.imgLoader {
	animation-name: rotateThis;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes rotateThis {
	from { transform: scale( 1 ) rotate( 0deg );   }
	to   { transform: scale( 1 ) rotate( 360deg ); }
}
.noPointer {
	cursor: default;
}

div#holderProblemas {
	border-left: solid 1px #ccc; padding: 10px;
	border-right: solid 1px #ccc; padding: 10px;
	border-bottom: solid 1px #ccc; padding: 10px;
}
div.cm-s-default{
	border: solid 1px #CCC;

}
.green {
    color: green;
}
.red {
    color: red;
}
.tam-gr {
	font-size: 2em;
}
.right {
	text-align: right;
}
.holderOutputCompleto {
	border: solid 1px #ccc;
	padding: 15px;
	/*display: none;*/
	margin-top:5px;
}
.hide {
	display:none;
}
#footer {
	margin-bottom: 10px;
	margin-top: 10px;
}
div.outErro {


}
div.outErro div.tit, div.outSuc div.tit {
	font-weight: bold;
	font-size: 13px;
	margin-bottom:10px;
}

div.outErro div.content{
	color: red;
	padding-left: 30px;

}
.pad-r-10 {
	padding-right: 10px;
}

div.outSuc div.contentS{
	color: green;
	padding-left: 30px;

}
div.outSuc div.contentE{
	color: green;
	padding-left: 30px;

}
div.m-l-50{
	margin-left: 50px;

}
div.sep {
	height:1px;
	background-color: #ccc;
	margin-top: 25px;
	margin-bottom: 25px;
}
.white {
	color: white;
}
div#fundoLoader{
	opacity:0.7;
	filter:alpha(opacity=70);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background-color: black;
}
div#loader{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999;
	margin-left: -15px;
	margin-top: -15px;
}
.munto-grande {
	font-size: 31px;

}
.m-t-40 {
	margin-top: 40px;
}
.m-b-20{
	margin-top: 20px;
}
.pointer {
	cursor: pointer;
	cursor: hand;
}
div#alert {
	position: fixed;
	z-index: 9997;
	top: 5px;
	right: 5px;
}

div#barraT{
	position: fixed;
	bottom: 2px;
	width:100%;
	z-index: 9980;
	opacity:0.7;
	filter:alpha(opacity=70);
}

div#detalheProva {
  display: block;
  padding: 9.5px;
  font-size: 15px;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-top: 20px;
  clear: both;
}

pre.err {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #FF0000;
  background-color: #f5f5f5;
  border: 1px solid #FF0000;
  border-radius: 4px;
}
div.probInd {
	margin-top: 20px;
}

.m-b-21{
	margin-bottom: 20px;
}
.p-t-10{
	padding-top: 10px;
}
.holderBotaoValidar{
	position: fixed;
	bottom: 65px;
	width:100%;
	z-index: 9997;
	left: 0;
}
#avisosJS{
	margin-top: -7px;
}
span.fontSizeMenos{
	font-size: 12px;
	display: block;
}
ul.align_right li{
	text-align: right;

}
span.linhaBaixo{
	font-size: 12px;
	color: #000000;
}
.block{
	display: block;	
}
#holderError {
	display: none;
}

div.barraJ {
	float: left;
	height: 25px;
	text-align: right;
}

div.barraJ div.enchJ{
	width: 100%;
	height: 80px;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
}
div.barraJ div.verde {
	color: black;
	background-color: #ABD4B9;
}
div.barraJ div.grey {
	color: black;
	background-color: #cccccc;
}

div.barraJ img {
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
}


span.fs-1{
	font-size: 15px;

}
.barraJ {
	clear: both;
	margin-bottom: 10px;

}
.center {
	text-align: center;
}
.txtRkg {
	font-size: 36px;
	color: #666666;

}
.txtRkg2 {
	font-size: 36px;

}

.titComp {
	text-align: center;
	font-size: 76px;
	padding-left: 0px; border-left-width: 0px; padding-left: 35px;

}
.countDown {
	font-size: 96px;
	text-align: center;
	position: fixed;
	bottom: 0;
	right: 0px;
	background-color: rgba(255, 255, 255, 0.8);	
	z-index: 99;
	padding: 0 40px;
}

.form-signin {
	min-height: 200px;
}

.loginContainer {
	position: fixed;
    top:20%;
}

.buttonloginform{
	margin-top: 30px;
}

.logintextmargins{
	margin-bottom: 30px;
}

.loginLogo{
	width:600px;
	float:left;
	margin-top:100px;
	margin-left:110px;
}

.loginPage {
    max-width: 1400px;
    margin: 0px auto;
    overflow: hidden;
}


table tr td.mid, table thead tr th.mid {
	vertical-align: middle;
	text-align: center;

}
div.fixoTopo {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;

}


.holderRanking {
	padding-top: 500px;

}
.mar-top-rk {
	margin-top: 120px;

}

.mar-top-rk tbody {
	margin-top: 330px;

}


table.topHeaderRanking thead {
	background-color: #FFFFFF;
	position: fixed;
	width: 100%;
}
table.topHeaderRanking tbody {
	padding-top: 150px;
}

table.topHeaderRanking tr:first-child td {
	/*
	background-color: #FFFFFF;
	position: fixed;
	width: 100%;
	*/
	padding-top: 80px;
}



.hdNN {
	border: none;
	box-shadow: none;
}
.txNN {
	border: none;
	box-shadow: none;

}
.txNN2 {
	border: none;
	box-shadow: none;
}

.hdRR {
	border: none;
	box-shadow: none;
}
.txRR {
	border: none;
	background-color: #ABD4B9;
	box-shadow: none;
}
.txRR2[disabled] {
	border: none;
	background-color: #ABD4B9;
	box-shadow: none;

}
.bold {
	font-weight: bold;
}

.noRegRK {
	padding-top: 180px;
	font-size: 46px;
	text-align: center;
	color: #cccccc;
}

.headeravatar{
	margin-right: 10px;
	margin-left: 10px;
	max-height: 45px;
	max-width: 40px;
}

.popupalert{
	position: fixed;
    top: 45%;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    z-index: 9999;
    	background-color: black;
    
}


.detalheProva {
  display: block;
  padding: 9.5px;
  font-size: 15px;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-top: 20px;
  clear: both;
}

.server-action-menu {
color: #333333;
  background-color: #f5f5f5;
  border-radius: 4px;
    border-radius:10px;
    padding: 10px 5px 10px 5px;
}

.rankingAvatar {
	padding: 2px 0 2px 0;
	max-width: 35px;
	max-height: 35px;
}

.languageName{
	background-color: rgb(160, 160, 160);
	padding: 7px 0 7px 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: white;
    font-weight: bold;
}