﻿.loading-dialog {
	display: none; 
	position: fixed; 
	top: 45%; 
	left: 45%; 
	z-index: 2999; 
	border: 1px solid #0066C0; 
	background-color: azure	
}

.display-block { 
	display: block;
}
.title {
  color: #337ab7;
}
.boldered {
	font-weight: bold;
}

.no-padding-left {
  padding-left: 0;
}
a:hover {
  cursor: pointer;
}
.margin-right-10 {
  margin-right: 1em;
}
.margin-top-10 {
	margin-top: 1em;
}
.margin-top-20 {
	margin-top: 2em;
}
.margin-left-20 {
	margin-left: 20px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}

.modelo-email-box {
  padding: 20px 10px 20px 10px;
  border: 1px solid #ccc;
}
.modelo-email-box:after {
  clear: both;
  display: block;
  content: "";
}

.centered {
	margin: 0 auto;
	text-align: center;
}

.rightered {
	margin: right;
	text-align: right;
}

.mensagem-item {
	font-size: 10px;
}

.common-cloak {
  display: none !important;
}

.cleared-div:before,
.cleared-div:after {
	clear: both;
	content: "";
	display: block;
}

.pointer-on-hover:hover {
	cursor: pointer;
}

.shadow-on-hover:hover {
    box-shadow: 2px 1px #888888;
}

.without-border {
	border: none;
}
.without-background {
	background: none;
	background-color: transparent;
}

.table > tbody > tr:nth-child(odd) { background: #F5F5F5 }
.quantidade-item {
	width: 70px;
}

.evento-imagem-grande {
	width: 128px;
	height: 128px;
}

.evento-imagem-pequena {
	width: 64px;
	height: 64px;
}

.evento-imagem-extra-pequena {
	width: 32px;
	height: 32px;
}
.evento-imagem-grande:hover,
.evento-imagem-pequena:hover,
.evento-imagem-extra-pequena:hover {
	cursor: pointer;
}

/*!
.evento-imagem-boleto {
  border: 0;
}
*/

.justified {
	text-align: justify;
}

#modal-informacoes-evento > .modal-dialog > .modal-content {
	height: 500px;
	overflow-y: scroll;
}

.icon-big {
	font-size: 150% !important
}

.imagem-opaca {
	opacity: .2;
}

.modal-dialog-without-borders > .modal-header { border-bottom: 0 }
.modal-dialog-without-borders > .modal-footer { border-top: 0 }