.swal2-popup {
	font-size: 1.6rem !important;
}

textarea {
	resize: none;
}

.icon-ordenacao,
.icon-link {
	color: #3c8dbc;
	background-color: transparent;
}
.icon-ordenacao {
	float: right;
}

.icon-ordenacao:hover,
.icon-ordenacao:active,
.icon-ordenacao:focus,
.icon-link:hover,
.icon-link:active,
.icon-link:focus {
	color: #72afd2;
}

td.clique {
	height: 100% !important;
	overflow: hidden;
	padding: 0px !important;
}
td.clique a {
	color: inherit;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	padding: 10px 10px 500px 10px;
	margin-bottom: -490px;
}

.hand {
	cursor: pointer;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
}

.modal-container {
  width: 80%;
  margin: 40px auto 0;
  padding: 10px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #333;
}

.modal-body {
	margin: 10px 0;
	max-height: 70vh;
	overflow-y: auto;
}

/*
  * The following styles are auto-applied to elements with
  * transition="modal" when their visibility is toggled
  * by Vue.js.
  *
  * You can easily play with the modal transition by editing
  * these styles.
  */

	.modal-enter {
		opacity: 0;
	}

	.modal-leave-active {
		opacity: 0;
	}

	.modal-enter .modal-container,
	.modal-leave-active .modal-container {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	.modal {
		display: block !important; /* I added this to see the modal, you don't need this */
	}

	/* Important part */
	.modal-dialog {
		overflow-y: initial !important;
	}

.text-right {
  text-align: right;
}

.form-label {
  display: block;
  margin-bottom: 1em;
}

.form-label > .form-control {
  margin-top: 0.5em;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  line-height: 1.5 !important;
  border: 1px solid #ddd;
}

.quadro-cinza {
  background-color: #eee;
  margin-bottom: 15px;
}

.quadro-cinza hr {
  margin-top: 0px;
  border-color: #ccc;
}
