.head-table {
	background-color: #348CD4;
	color: #fff;
	font-weight: bold;
}
table, thead, tr, td{
    padding: 6px !important;
}
.txt-white {
	color: #fff;
}

.card-header{
	/* background-color: #d6d6d6 !important; */
	background-color: #9E9E9E !important;
	color: #fff !important;
}

table > .table-mini > tr > td {
	font-size: 10px !important;
	padding: 4px !important;
}

.swal-wide{
	width: 350px !important;
	height: auto !important;
}

.bg-danger{
	background-color: #F44336 !important;
	color: #fff !important;
	border: 4px solid #D32F2F;
}
.bg-success{
	background-color: #4CAF50 !important;
	color: #fff !important;
	border: 4px solid #388E3C;
}
.bg-info{
	background-color: #03A9F4 !important;
	color: #fff !important;
	border: 4px solid #0288D1;
}
.bg-warning{
	background-color: #FFC107 !important;
	color: #fff !important;
	border: 4px solid #FFA000;
}

.bg-rounded{
	background: #9E9E9E;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    color: #fff!important;
	border: 2px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 1rem 3rem rgb(0 0 0 / 12%);
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 12%);
}