body {
    font-weight: normal!important;
    font-family: padrao!important;
    font-size: 16px;
    color: #1D1D1D!important;
    background-color: rgb(237,240,245);
}

.internal-section-public {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 25px;
}

.avatar {
	margin-right: 10px; 
	font-size: 12px;
	font-weight: bold
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

input.fieldError {
    border-bottom: 1px solid rgb(184, 66, 62) !important;
}

select.fieldError {
    border-bottom: 1px solid rgb(184, 66, 62) !important;
}

span.fieldError {
    color: rgb(184, 66, 62) !important;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
}

span.italic {
	font-style: italic;
}

a.hover-menu {
	background: #eee;
	text-decoration: none;
}

.color-white {
	color: white;
}

span.titulo {
    font-weight: bold;
    color: white;
    font-size: 1.4em;
    float: right;
    margin: 13px;
}

.borda-arredondada {
	border-radius: 24px;
}

@media (max-width : 767px) {
	span.titulo {
		font-size: 0.9em;
	}
}

label.break-line {
	display: block;
}

label.label-comentario {
	display: inline-block !important;
    max-width: 50% !important;
}

span.ch-restantes {
	float: right;
}

input.invalido {
	border: 1px solid red;
}

thead.aw-table-header-solid  > tr > th {
	vertical-align: middle;
}

.pointer {
	cursor: pointer;
}

.vertical-middle {
	vertical-align: middle !important;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-top-200 {
	margin-top: 200px;
}

.margin-left-15 {
	margin-left: 15px !important;
}

.margin-sides-15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.margin-sides-1 {
	margin-left: 1px !important;
	margin-right: 1px !important;
}

.mark, mark {
	background-color: yellow;
	padding: 0;
}

.modal-title {
	text-align: center;
}

.centralize {
	text-align: center;
}

.accordion-toggle:after {
	font-family: 'FontAwesome';
	content: "\f078";
	float: left;
    margin-right: 10px;
	color: inherit;
}

.panel-heading {
	font-weight: bold;
}

.accordion-toggle:hover {
	cursor: pointer;
}

.page-header > .container-fluid h1 {
	font-weight: bold;
}

div.alert-danger > div:first-of-type i.fa-exclamation-circle {
	display: none;
}

.has-error textarea {
	border: 1px solid;
	border-color: #a94442;
}

div.alert-danger div:first-of-type {
	margin-bottom: 15px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.status-aceito {
	color: green;
}

.status-pendente {
	color: yellow;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.subtitle {
	color: rgba(61, 61, 61, 0.7);
	margin-bottom: 20px;
	font-size: 13px;
}

.status-recusado {
	color: red;
}

.blink {
	animation: blinker 1.4s linear infinite;
	color: yellow;
	font-weight: bold;
}

.carregando-loading {
	font-weight: bold;
    font-size: 30px;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.inline-block {
	display: inline-block;
}

.form-group-closer {
	margin-bottom: 8px;
}

.book-filters,
.book-tag-filters {
	display: flex;
	flex-wrap: nowrap;
	gap: 4px;
	align-items: center;
}

.book-filters .form-control-inline,
.book-tag-filters .form-control-inline {
	flex: 1 1 0% !important;
	width: auto !important;
	min-width: 0;
}

.form-control-inline {
	width: 33% !important;
	display: inline !important;
}

@keyframes blinker { 
	50% { opacity: 0; }
}

.clickable-row {
	cursor: pointer;
}

.clickable-row:hover {
	background-color: lightgray;
}

.border-bottom {
    border-bottom: black;
    border-bottom-color: gray;
    border-bottom-style: double;
}

span.panelCentralizar {
	display: block;
	width: 98%;
	height: 100%;
	font-weight: bold;
	color: white;
	font-size: 1.4em;
	float: right;
	margin: 13px;
}

.negrito {
	font-weight: bold;
}

.group-config {
	float: right;
    color: black;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.detalhe-atividade {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.fundo-cinza {
	background-color: #ddd;
}

.detalhe-bordas {
	border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.sem-borda-embaixo {
	margin-bottom: 0px !important;
}

.break-word {
    -ms-word-break: break-word;
    word-wrap: break-word;
	white-space: normal;
}

.toLeft {
	float: left;
}

span.nome-relatorio {
	margin-bottom: 50px;
    font-weight: bold;
    font-size: 2em;
}

img.pdf {
	float: right;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

img.excel {
	float: right;
	width: 20px;
    height: 20px;
    cursor: pointer;
}

.my-footer {
	display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-left: 0px !important;
    width: 100%;
    z-index: 10;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: rgba(0, 0, 0, 0.1) 0px -1px;
}

.definedinput {
	border: 0px solid #e0e0e0;
    border-bottom: 1px solid #b9b9b9;
}

.table-action-icon {
	padding: 0px 7px 0px 7px;
}

.font-red {
	color: red;
}

@media(min-width:768px) {
	.img-festa {
		max-width: 15%;
	}
}

span.menu-text-orange {
	color: #F20063;
}

.padding-top-20px {
	padding-top: 20px;
}

.padding-bottom-20px {
	padding-bottom: 20px;
}

div.internal-section {
	padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
}

.brand-name {
	font-size: 2.25rem;
	font-weight: 500;
	color: #188ae2;
}

.sorting {
    padding-left: 5px;
}

.sortable {
	opacity: 0.2;
	padding-left: 5px;
}


img.img-rede-social {
	max-width: 50px;
    max-height: 50px;
    border-radius: 25px;
    margin-left: 10px;
    margin-top: 10px;
}

img.img-rede-social-comentario {
	max-width: 25px;
    max-height: 25px;
    border-radius: 25px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(../../../fonts/glyphicons-halflings-regular.eot);
	src:
		url(../../../fonts/glyphicons-halflings-regular.eot?#iefix)
		format('embedded-opentype'),
		url(../../../fonts/glyphicons-halflings-regular.woff2)
		format('woff2'),
		url(../../../fonts/glyphicons-halflings-regular.woff)
		format('woff'),
		url(../../../fonts/glyphicons-halflings-regular.ttf)
		format('truetype'),
		url(../../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
		format('svg')
}

@keyframes highlight-panel {
	0% {
		background-color: white;
	}
	50% {
		background-color: #f7ff9c;
	}
	100% {
		background-color: white;
	}
}

.panel-highlight {
	animation: highlight-panel 3s ease-in-out;
}
.input-group .password-toggle {
    background-color: #fff;
    border-left: none;
    color: #555;
}
