body .form-control, body .input-group [type="text"].form-control {
    height: 40px;
}
body .form-control.form-control-sm {
	height: 30px;;
}
body textarea.form-control{
    height: auto;
}
.form-control:focus {
    border-color: #f1847e;
    box-shadow: 0 0 0 0.2rem #f1847e1c;
}

.table-filter .table-filter-item{
	margin-left:10px;
}
.table-filter .table-filter-item .form-control{
	/* margin-left: 0.5em; */
	display: inline-block;
	width: auto;
}
.table-filter .table-filter-item:first-child{
	margin-left:0px;
}
.table-filter .btn-sm{
	height:30px;
}

.btn-outline-default:hover, .btn-default:hover {
    background: #e6e6e6;
    box-shadow: 0 8px 25px -8px rgba(0, 0, 0, 0.3);
    border-color: #e6e6e6;
}

.pagination-nav nav{
	display: inline-block;
}
.pagination-nav nav .page-link{
	padding: 7px 12px;
	font-size: 14px;
}
.alert-info {
    color: #f1847e;
    border-color: rgba(246, 89, 4, 0.25);
    background-color: rgba(246, 89, 4, 0.15);
	border-radius: 5px;
	font-weight: 600;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold{
	background: #f1847e;
	color: #ffffff;
}
.layout-sidebar-large .sidebar-left .navigation-left .nav-item{
	border-bottom: 1px solid #fbbdba;
}
.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active,
.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .nav-item-hold{
	background: #ffffff;
	color: #f1847e;
}

.adm-imagebox{
	display: inline-block;
    max-width: 250px;
	position:relative;
	margin-top: 20px;
}
.adm-imagebox .adm-img-trash{
	position: absolute;
    right: -5px;
    top: -5px;
	cursor:pointer;
}
.adm-imagebox .adm-img-trash i {
    font-size: 28px;
    color: #fff;
    background: red;
    border-radius: 100px;
    font-weight: 600;
}
