.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;
}

.labe-telca-atalho {
	color: #b1b1cd;
	font-size: 11px;
}

.ativa {
	background-color: #e6faff !important;
	color: #333;
}
.ativa:hover {
	background-color: #fdf59a !important;
	color: #333;
}

/* Vue-select ajustes */
.v-select > .dropdown-toggle {
	border-radius: 0px !important;
	padding: 0px !important;
	line-height: 1.5 !important;
}

.vs__selected-options > .selected-tag {
	margin: 0 2px 0 !important;
}

.vs__selected-options > input {
	margin: -1px 0 -1px 0 !important;
	border: none !important;
	height: 32px !important;
}

.v-select.single.open .selected-tag {
	margin: 4px 2px 0 !important;
}

.has-error .v-select > .dropdown-toggle {
	border-color: #dd4b39;
}

.v-select > .dropdown-toggle:focus-within {
	border-color: #3c8dbc;
	box-shadow: none;
}

.has-error .input-group-btn > .btn {
	color: #fff;
	background-color: #dd4b39;
	border-color: #d73925;
}
::-webkit-scrollbar-button {
	display: none;
	height: 13px;
	border-radius: 0px;
	background-color: #f9f9f9;
}
::-webkit-scrollbar-button:hover {
	background-color: #f9f9f9;
}
::-webkit-scrollbar-thumb {
	background-color: #22487b;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #22487b;
}
::-webkit-scrollbar-track {
	background-color: #f9f9f9;
}
::-webkit-scrollbar-track:hover {
	background-color: #f9f9f9;
}
::-webkit-scrollbar {
	width: 6px;
}

.v-select .dropdown-menu > li > a {
	text-transform: uppercase !important;
}

.marcada,
.confirmada,
.realizada {
	color: #04b404;
}
.em_analise,
.em_pericia,
.em_supervisao,
.em_extrapolacao,
.regulacao {
	color: #0000ff;
}
.aprovada,
.supervisionado,
.regulada {
	color: #FF8800;
}
.cancelada {
	color: #000000;
}
.negada,
.negativada {
	color: #df0101;
}
