body{
	background-color: #ffffff;
}
#login{
	padding-top: 80px;
}
#login h1{
	font-size: 30px;
	font-weight: 300;
	border-left: 5px solid #000;
}
#login h2{
	font-size: 26px;
	text-align: center;
	font-weight: 300;
}
#login h3{
	text-align: center;
	font-weight: 600;
	color: #422c6f;
}
#pg-home .home-title {
	border-left: 5px solid #000;
	font-size: 5em;
	line-height: 72px;
	padding-left: 20px;
	font-weight: 300;
	width: 470px;
}
#pg-home .home-subtitle{
	font-size: 42px;
	line-height: 42px;
	width: 100%;
	color: #1b1b1b;
	font-weight: 100;
}
#pg-home .img-team{
	width: 90px;
	height: 90px;
	float: left;
	margin: 0px 15px;
}
#pg-home label{
	font-size: 22px;
	font-weight: bold;
	float: left;
}
#pg-home .card-icon{
	font-size: 62px;
	padding: 10px 20px;
	float: right;
}
#pg-home .card{
	border: 0;
}
#pg-home .card-body{
	border-radius: 20px;
	cursor: pointer
}
#pg-home .card.active{
	box-shadow: 2px 2px 3px 3px #000000;
	border-radius: 25px;
}
#pg-home .form-check-input{
	display: none;
}
#pg-checklist h1, #pg-manutencao h1, #pg-estoque h1{
	font-weight: bold;
}
#pg-estoque .produto-name{
	font-size: 38px;
	font-weight: bold;
}
#pg-estoque .produto-image{
	width: 60px;
}

.bg-purple{
	background-color: #422c6f;
}

.btn-app-primary{
	color: #fff;
	border-color: #252b71;
	background-color: #252b71;
	font-weight: 600;
	font-size: 22px;
	padding: 10px 80px;
	border-radius: 50px;
}
.btn-app-primary:hover{
	color: #fff;
}

.btn-app-danger{
	color: #fff;
	border-color: #ff4343;
	background-color: #ff4343;
	font-weight: 600;
	font-size: 22px;
	padding: 10px 40px;
	border-radius: 50px;
}
.btn-app-danger:hover{
	color: #fff;
}


.card-custom h3{
	font-weight: bold;
}
.card-custom h4{
	font-weight: 400;
}
.card-custom-primary{
	background-color: #d6dce3;
}
.card-custom-info{
	color: #0e5489;
	background-color: #4484be7a;
}
.text-custom-info{
	color: #0e5489;
}

/* CARD EVENTO DETALHES */
.card-event, .card-event .card-header, .card-event .card-body{
	border-radius: 10px;
}
.card-event .card-header{
	padding: 20px 40px;
}
.card-event .img-team{
	width: 65px;
	border: 5px solid #fff;
	margin: 0px -10px;
}
.card-event .view-all{
	font-size: 22px;
	font-weight: bold;
	padding: 25px 0px;
}
.card-event .event-progress{
	font-weight: 400;
	font-size: 32px;
}
.btn-gradient{
	font-size: 32px;
	width: 100%;
	padding: 30px;
	color: #fff;
	font-weight: bold;
	border: 0;
	border-radius: 10px;
}
.btn-gradient:hover{
	color: #dadada;
}
.btn-gradient-warning{
	background: rgb(237,187,129);
	background: linear-gradient(90deg, #eeaa4e 0%, #de975e 30%, #e5544c 95%);
}

.spinner{
	margin: 9px 0px;
}
.spinner *{
	text-align: center;
}
.spinner input::-webkit-outer-spin-button,
.spinner input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}
.spinner input:disabled {
	background-color: white;
}
.form-check-label{
	cursor: pointer
}
.box-purple{
	width: 100%;
	background: #482e70;
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	padding: 20px;
	text-transform: uppercase;
	border-radius: 5px;
}
/* PLAYLIST */
#listMusic{
	background: #f2f2f2;
	border: 1px dashed #bdbdbd;
	padding: 20px;
}
#listMusic .capa{
	cursor: pointer;
	margin-right: 20px;
}
#listMusic .capa .blur{
	display: none;
}
#listMusic .capa:hover .blur{
	display: inline-block;
	width: 100px;
	background: #171b388a;
	height: 100px;
	position: absolute;
}
#listMusic .capa .artWork{
	width: 100px;
	margin-bottom: 15px;
}
#listMusic .capa .blur .fas{
	font-size: 40px;
	color: #ffffffd1;
	padding: 30px;
}
#listMusic .remover {
	position: absolute;
	color: #fff;
	padding: 2px 5px;
	margin: -6px 87px;
	background: #F44336;
	border-radius: 1000%;
	font-size: 12px;
	z-index: 2;
	cursor: pointer
}
#audio{
	display: none;
}
@media (max-width: 425px){
	#pg-home .img-team {
		width: 40px;
		height: 40px;
		float: left;
		margin: 0px ;
	}
}
@media (min-width: 425px) and (max-width: 768px){
	#pg-home .img-team {
		width: 70px;
		height: 70px;
		float: left;
		margin: 0px ;
	}
}
@media (max-width: 575.98px) {
	#login {
		padding: 20px;
	}
	#login h1 {
		text-align: center;
		border: 0;
	}

	#pg-home .home-title {
		border-left: 5px solid #000;
		font-size: 3em;
		line-height: 30px;
		padding-left: 10px;
		font-weight: 300;
		width: 100%;
	}
	#pg-home .home-subtitle {
		font-size: 24px;
		line-height: 30px;
	}
	.navbar{
		margin-bottom: 10px !important;
	}
	.navbar .navbar-toggler{
		border: 0;
		padding: 0;
	}
	.navbar .form-inline{
		margin: 7px 57px;
	}
	#welcome h1{
		font-size: 0.8rem;
	}
	#welcome h2{
		font-size: 1rem;
	}
	#welcome .card-event .card-header {
		padding: 20px;
		border-radius: 10px 10px 0px 0px;
		border: 0;
	}
	#welcome .card-event .fa-4x {
		font-size: 2em;
	}
	#welcome .card-event .view-all {
		font-size: 14px;
		font-weight: bold;
		padding: 15px 0px;
	}
}

.btn-app-one{
	color: #fff;
	background-color: #4e82bb;
	border-color: #4e82bb;
}
.btn-app-secondary{
	color: #fff;
	background-color: #4e82bb;
	border-color: #4e82bb;
}