.button {
	border-radius: 6px;
	border-width: 2px;
	font-weight: normal;
	text-transform: uppercase;
}

.button.is-outlined {
	color: #8B8D90 !important;
}

.button.is-outlined:hover {
	color: #FFF !important;
}


.vue-wrapper a {
	color: #33A4E1;
}

a.delete {
	margin-top: 20px;
}



input.input {
	font-size: 18px;
}

input.input:focus {
	border-color: #27AAE1;
    box-shadow: 0px 0px 40px 0px rgba(39,169,225,0.6);
    -moz-box-shadow: 0px 0px 40px 0px rgba(39,169,225,0.6);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(39,169,225,0.6);
}

input.input.is-danger:focus {
	border-color: #ED1C26;
    box-shadow: 0px 0px 40px 0px rgba(237,38,26,0.6);
    -moz-box-shadow: 0px 0px 40px 0px rgba(237,38,26,0.6);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(237,38,26,0.6);
}

p.help {
	margin-bottom: 5px;
	font-weight: normal;
}

.modal-card-head {
	border-bottom: none;
	background-color: #FFF;
	height: 0;
}

.modal-card-body {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media screen and (min-width: 769px) {
	.modal-content, .modal-card {
	    margin: 0;
	     max-height: calc(100vh - 40px); 
	    width: 520px !important;
	}
}


.select, .select select {
	width:100% !important;
}

td.title {
	font-size: 16px;
}