body, html {
	margin: 0;
}

table {
	font-size: 0.9rem;
    line-height: 1;
}

mark {
	background-color: #FFFF00;
}

.vertical-align {
     align-items: center;
}

div.msgerro{
	margin-top: 20px;
	color: red;
	font-weight: bold;
}

pre {
	display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

td {
  vertical-align: middle !important;
}

.scrolltotop {
	position: fixed;
	bottom: 10px;
    right: 26px;
	z-index: 1000;
	
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ccc));
	background-image: linear-gradient(#fff, #ccc);
	padding: 8px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
	border-radius: 6px;

	text-align: center;
}

.atividades {
	padding: 10px 5px 5px 5px;
	background-color: white !important;
	box-shadow: 1px 1px 2px #b0b0b0;
	border-radius: 4px !important;
	margin-top: 25px;
}

.atividades.conteudo {
	display: inline-block;
}

.atividades-transparente {
	padding: 10px 5px 5px 5px;
	background-color: !important;
	box-shadow: 1px 1px 2px #b0b0b0;
	border-radius: 4px !important;
	margin-top: 25px;
}

.atividades-title {
    margin: -25px 10px 25px 10px;
    color: #fff;
    font-size: 17px;
    text-align: left;
    text-shadow: 1px 1px 2px #000000;

    padding: 7px 10px 7px 10px;
    border-radius: 3px;

	background: linear-gradient(60deg,#595959,#2b2b2b);
	box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(51, 51, 51,.4);
}

.atividade-bg-magenta {
    background: linear-gradient(60deg,#ab47bc,#8e24aa);
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(156,39,176,.4);
}

.atividade-bg-verde {
	background: linear-gradient(60deg,#66bb6a,#43a047);
	box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(76,175,80,.4);
}

.atividade-bg-amarelo {
	background: linear-gradient(60deg,#ffa726,#fb8c00);
	box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(255,152,0,.4);
}

.atividade-bg-vermelho {
	background: linear-gradient(60deg,#ef5350,#e53935);
	box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(244,67,54,.4);
}

.atividade-bg-azulclaro {
	background: linear-gradient(60deg,#26c6da,#00acc1);
	box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(0,188,212,.4);
}

.atividade-bg-azul {
	background: linear-gradient(60deg,#0066cc,#003366);
	box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(0,188,212,.4);
}


.destaque {
	background-color: #eee6d2;
	border-radius: 4px !important;
	padding: 5px;
}

/*
 * Alteraçoes feitas na classe Modal do Bootstrap
 */
.modal {
	text-align: center;
	padding: 0!important;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
/* 	z-index: 99999; */
}

.modal-header {
	background-color: #ffffff;
	color: #2d2d2d;
	border-bottom: 0px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	padding: 1rem 1.5rem 0rem 1.2rem;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.modal-footer {
	background: white;
	color: #b8d3eb;
	border-top: 0;
	padding: 0rem 1rem 1rem 0rem;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	color: #2d2d2d;
	text-shadow: 0 1px 0 #6a6a6a;
	margin: 0rem -0.5rem -1rem auto !important; 
	padding: 0rem .2rem .2rem .2rem !important;
}

.close:hover,
.close:focus {
  color: #970000;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #970000;
}

@media (max-width: 768px) {
	.modal-dialog {
		width: 90%;
	}

	.modal-xl {
		width: 90%;
	}
}

@media (min-width: 768px) {
	.modal-xl {
		width: 80%;
	}
}


.edt-pesquisa {
	width: calc(100% - 105px);
}

/** JQuery */
 .ui-autocomplete {
 	z-index:2147483647 !important;
}


/* * */
 .loading {
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background: rgba( 64, 64, 64, .5 );
}

.loader {
	position: fixed;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


/* * */
.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 4px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 13px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 25px;
}

.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	font-size: 24px;
	line-height: 1.33;
	border-radius: 35px;
}


.btn-base {
	margin-top: 11px;
}

/* * */
.barraRequisicao0 {
	height: 2px;
	width: 20%;
	background-color: red;

	position: fixed;
	top: 0;
	left: 0;
	z-index: 5000;
}

.barraRequisicao1 {
	height: 2px;
	width: 40%;
	background-color: red;

	position: fixed;
	top: 0;
	left: 0;
	z-index: 5000;
}

.barraRequisicao2 {
	height: 2px;
	width: 60%;
	background-color: red;

	position: fixed;
	top: 0;
	left: 0;
	z-index: 5000;
}

.barraRequisicao3 {
	height: 2px;
	width: 80%;
	background-color: red;

	position: fixed;
	top: 0;
	left: 0;
	z-index: 5000;
}

.barraRequisicao4 {
	height: 2px;
	width: 100%;
	background-color: red;

	position: fixed;
	top: 0;
	left: 0;
	z-index: 5000;
}

.avatar {
	vertical-align: middle;
	width: 39px;
	height: 39px;
	border-radius: 50%;
}

blockquote {
	padding: 20px;
    margin: 20px 0;
    border-left: 5px solid #f86466;
    background-color: #f3f3f3;
}

blockquote p {
	margin: 0 16px 16px;
}

blockquote p:last-child {
	margin-bottom: 0;
}

blockquote footer {
	font-size: 0.7em;
	text-align:right;
	font-style:italic;
	margin:12px 20px 0;
}

blockquote footer:before {
	content:"\2014 \00a0";
}


.modalImg {
	display: none;
	position: fixed;
    z-index: 1101;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    text-align: center;
    background: rgba( 20, 20, 20, .8 );

}

.modalImg.ativo {
	display: block;
}

.modalImg > .modalImgClose {
	position: absolute;
    top: 50px;
    right: 35px;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.modalImg > img {
	vertical-align: middle;
	margin: 5% auto;
	max-width: 85%;
	max-height: 85%;
}


.tabela-full {
	background: white;
	display: block;
	overflow-x: auto;
	white-space: nowrap;
}

.barraTarefas {
	background-color: white;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #cbdbf5;
}

.barraTarefas button {
	background-color: white;
	border: 1px solid white;
}

.barraTarefas button:disabled {
	border: 1px solid #dfdfdf;
	color: #dfdfdf;
	border: 1px solid white;
}

.barraTarefas button:hover:enabled,
.barraTarefas button:focus:enabled {
	color:#fff;
	border-color: #3271da;
	background-color: #3271da;
}


.fieldsetCaixa {
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    padding: 5px;
	margin-bottom: 16px;
	cursor: pointer;
}

.fieldsetCaixa legend {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0;
   
    color: #6f6f6f;
    font-weight: bold;
    font-size: 0.75em;
}
