.navbar-vertical.navbar-expand-xs .navbar-collapse {
    height: 100vh !important;
}

.table> :not(caption)>*>* {
	padding: 0.1rem 0.5rem !important;
}

.table .m-2 {
    margin: 0.2rem 0.5rem !important;
}

i.fa {
    font-size: 1.3em;
    color: rgb(68, 65, 65) !important;
}

.active i.fa {
    color: rgb(218, 213, 213) !important;
}

.aside li i.fa {
    color: rgb(241, 77, 77) !important;
}

.first-app-row i.fa {
    color: rgb(255, 255, 255) !important;
}

.delete-modal .modal-confirm {		
	color: #636363;
	width: 400px;
}
.delete-modal .modal-confirm .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
	text-align: center;
	font-size: 14px;
}
.delete-modal .modal-confirm .modal-header {
	border-bottom: none;   
	position: relative;
}
.delete-modal .modal-confirm h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -10px;
}
.delete-modal .modal-confirm .close {
	position: absolute;
	top: -5px;
	right: -2px;
}
.delete-modal .modal-confirm .modal-body {
	color: #999;
}
.delete-modal .modal-confirm .modal-footer {
	border: none;
	text-align: center;		
	border-radius: 5px;
	font-size: 13px;
	padding: 10px 15px 25px;
}
.delete-modal .modal-confirm .modal-footer a {
	color: #999;
}		
.delete-modal .modal-confirm .icon-box {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	border-radius: 50%;
	z-index: 9;
	text-align: center;
	border: 3px solid #f15e5e;
}
.delete-modal .modal-confirm .icon-box i {
	color: #f15e5e !important;
	font-size: 30px;
	display: inline-block;
	margin-top: 10px;
    text-align: center;
}
.delete-modal .modal-confirm .btn, .modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #60c7c1;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	min-width: 120px;
	border: none;
	min-height: 40px;
	border-radius: 3px;
	margin: 0 5px;
}
.delete-modal .modal-confirm .btn-secondary {
	background: #c1c1c1;
}
.delete-modal .modal-confirm .btn-secondary:hover, .modal-confirm .btn-secondary:focus {
	background: #a8a8a8;
}
.delete-modal .modal-confirm .btn-danger {
	background: #f15e5e;
}
.delete-modal .modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
	background: #ee3535;
}

.sidenav {
	background: #fff;
}

.dropdown-toggle::after {
	display: none;
}