/* fix */
[ng\:cloak], [ng-cloak], .ng-cloak {
	display: none !important;
}
html, body{
  height:100%;
}
/* Geral */
.coluna {
	background:#ccc;
}
.coluna:hover {
	background:yellow;
}

.hover { background-color: #eee; }

.input-group-addon {
	border-radius: 0px;
	background-color: #FFF;
}
.input-group .glyphicon {
	position:static !important;
}

.nav>li>a:hover {
    background-color: #F9F9F9;
}
.panel-title{
	/*font-weight: bold;*/
}


table .header-fixed {
  position: fixed;
  top: 70px;
  z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
  border-bottom: 1px solid #d5d5d5;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
     -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e4f1f7;
}
.table-hover>tbody>tr:hover {
    background-color: #cce3ef;
}

.border-cinza {
	border-color:#D8D8D8;
}
.primary-color {
	background-color:#337ab7;
}
.tamanho-60 {
	width: 60px;
}
.largura-45perc {
	width:45%;
}
.text-azul {
	color:blue;
}
.text-red {
	color:red;
}
.text-preto {
	color:#000;
}
.text-verde {
	color:#00AB00;
}
.text-cinza {
	color:#B7B7B7;
}
.text-laranja {
	color:orange;
}
.text-roxo {
	color:purple;
}
.text-cor-link {
	color:#337ab7;
}
.text-cor-link-invert {
	color:#FFF;
}
.divisor {
	border-bottom:#eee solid 1px;
	margin-bottom:15px;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.font-size-14 {
	font-size:14px;
}
.font-16 {
	font-size: 16px;
}
.form-control {
	border-radius: 0px; 
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
	box-shadow: inset 0 0px 0px rgba(0,0,0,0); 
}
.btn {
	border-radius: 0px;
}
@media (min-width: 992px){
	.fundo-md-center {
		background-position: center;
	}
}
.panel-primary{	
	border-color: #4BC083;
}
.panel-padrao>.panel-heading {
    color: #fff;
    background-color: #36B674 !important; 
	border-color: #4BC083 !important; 
}
.panel-primary>.panel-heading{
	color: #fff;
    background-color: #36B674 !important; 
	border-color: #4BC083 !important; 
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body{
	border-color: #4BC083;
}
.btn-primary {
	background-color: #36B674;
	border-color: #4BC083;
	
}
.btn-primary:hover {
	background-color: #19904F;
	border-color: #259F5E;
}

.btn-primary:focus {
	background-color: #19904F;
	border-color: #259F5E;
}
.btn-primary:active {
	background-color: #117748 !important;
    border-color: #117748 !important;
}
.AnimarRotacaoVolta{-webkit-animation:cssAnimationVolta 0.2s 1 ease;-moz-animation:cssAnimationVolta 0.2s 1 ease;-o-animation:cssAnimationVolta 0.2s 1 ease;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;}
@-webkit-keyframes cssAnimationVolta{from{-webkit-transform:rotate(90deg) scale(1) skew(1deg) translate(0px);}
to{-webkit-transform:rotate(0deg) scale(1) skew(1deg) translate(0px);}
}
@-moz-keyframes cssAnimationVolta{from{-moz-transform:rotate(90deg) scale(1) skew(1deg) translate(0px);}
to{-moz-transform:rotate(0deg) scale(1) skew(1deg) translate(0px);}
}
@-o-keyframes cssAnimationVolta{from{-o-transform:rotate(90deg) scale(1) skew(1deg) translate(0px);}
to{-o-transform:rotate(0deg) scale(1) skew(1deg) translate(0px);}
}
.AnimarRotacao{-webkit-animation:cssAnimation 0.2s 1 ease;-moz-animation:cssAnimation 0.2s 1 ease;-o-animation:cssAnimation 0.2s 1 ease;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;}
@-webkit-keyframes cssAnimation{from{-webkit-transform:rotate(0deg) scale(1) skew(1deg) translate(0px);}
to{-webkit-transform:rotate(90deg) scale(1) skew(1deg) translate(0px);}
}
@-moz-keyframes cssAnimation{from{-moz-transform:rotate(0deg) scale(1) skew(1deg) translate(0px);}
to{-moz-transform:rotate(90deg) scale(1) skew(1deg) translate(0px);}
}
@-o-keyframes cssAnimation{from{-o-transform:rotate(0deg) scale(1) skew(1deg) translate(0px);}
to{-o-transform:rotate(90deg) scale(1) skew(1deg) translate(0px);}
}

.cursor-bloqueado{
    cursor: not-allowed;
}

.cursor-link{
    cursor: pointer;
}

/* Avaliacao Institu */
.icone-certo {
	width: 40px; 	
	margin-left: 30px;
}


.icone-certo-p {
	width: 35px; 	
	margin-left: 20px;
}


@media (min-width: 992px){
	.icone-certo{
		margin-top: 21px;
		float: left;
	}
}

@media (max-width: 991px) {
	.icone-certo {
		float: right; 
	}	
}

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);

body {
	padding-top: 90px;
	font-family: 'Roboto', sans-serif;
	background-color: rgb(251, 251, 251);
}
section {
	margin-bottom:20px;
}
.space-right-5 {
	padding-right:5px;
}
.space-right-10 {
	padding-right:10px;
}
.space-right-20 {
	padding-right:20px;
}
.space-left-5 {
	padding-left:5px;
}
.space-margin-left-5 {
	margin-left:5px;
}
.space-margin-bottom-10 {
	margin-bottom:10px;
}
.space-margin-top-4 {
	margin-top:4px;
}
.box-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


/* Panel */
.panel-shadow {
    -webkit-box-shadow: 2px 4px 8px rgba(0,0,0,0.08);
    box-shadow: 2px 4px 8px rgba(0,0,0,0.08);
}

/* Navbar */
.navbar-branco {
    background-color: #FFFFFF;
    border-color: #EAEAEA;
}
.navbar {
	height: 80px;
}
.navbar-toggle {
    margin-top: 16px;
}
.navbar .badge {
	background-color:#3392D2;
}
.navbar .badge-danger{
	background-color:#a94442;
}
@media (min-width: 768px){
	.navbar-nav {
		margin-top: 8px;
	}
}
.navbar-collapse {
	background-color:#fff
}



/* Brand */

.navbar-brand {
    padding: 5px 10px;
}

/* Loadings */

.faltou {
	color: #FF6C6C;
	font-size: 21px;
	margin-right: 12px;
}
.faltou:hover{
	color: #e74c3c;
	text-decoration: none;
}
.presente {
	font-size: 21px;
	color: #00B825;
	margin-right: 12px;
}
.presente:hover{
	color: #2ecc71;
	text-decoration: none;
}
.tituloLegenda {
	color: #FFF !important;
	font-weight: bold !important;
	background-color: #67C2FF !important;
 }
.espera {
	font-size: 21px;
	color: blue;
}
.espera:hover {
	color: blue;
	text-decoration: none;
}
.scrollToTop{
	width:100px; 
	height:130px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	top:100%;
	right:1px;
	display:none;
	/*background: url('arrow_up.png') no-repeat 0px 20px;*/
	margin-top:-85px
}
.scrollToTop:hover{
	text-decoration:none;
}
.backgroundVerde{
background:  #4BC083;
border-color:  #4BC083
}
.buttonVerde{
background:  #4BC083;
padding: 8px;
border-color:  #f9fffb;
border-style: none;
border-radius: 5px;
color: #ffffff;
height: 32px;
 /*color: inherit;  blue colors for links too */
text-decoration: none;  
}
.clickable
{
    cursor: pointer;
}

.clickable .glyphicon
{
    display: inline-block;
    padding: 6px 12px;
}

.panel-heading span
{
    margin-top: -23px;
    font-size: 15px;
    margin-right: -9px;
}
a.clickable { color: inherit; }
a.clickable:hover { text-decoration:none; }

.panel-chat-green {
    background-color: #e2ffc9;
    border-color: #d2f1b9;
}

.panel-chat-footer {
    padding: 0px 12px;
}

/* navbar azul */
.navbar-info {
    background-color:#d9edf7;    
}



	.icone-certo{
		margin-top: 21px;
	}
}


.fixed-right {	
	position: fixed;
	top: 90px;
	right: 15px;
}

.respondaaqui {
		background-color: #bf0d0d;
		background-image: none;
		background-origin: padding-box;
		background-size: auto;
		border-bottom-left-radius: 16px;
		border-bottom-right-radius: 16px;
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
		box-sizing: border-box;
		color: white;
		display: inline-block;
		font-family: 'Open Sans', sans-serif;
		font-size: 15px;
		font-stretch: normal;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		height: 53px;
		line-height: normal;
		padding-top: 10px;
		position: relative;
		text-align: center;
		text-transform: none;
	width: 80px;
	z-index: 0;
	-webkit-user-select: none;
} 

@media (min-width: 992px){
	.fixed-right {	
		position: fixed;
		top: 90px;
		right: 50px;
	} 
}
