/* Custom styles for ITOS Resources module */
#itos-resources .card {
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
#itos-resources .badge {
    font-size: 0.75rem;
}
.mt-4{
display: block !important;
float: none !important;
clear:both !important;
width: 100% !important;
}
#itos-resources-contents{
	background:#fff;
	padding:40px;
    border: 1px solid #dddddd;
	margin-bottom:50px;
}
#itos-resources-tabs{
	padding-bottom:0px;
}
.card-body{
	padding:40px 10px;
	height: 260px;
    display: table-cell;
    vertical-align: middle;
}
#resource-search{
    margin: 30px 10px 0;
    border: 1px solid #093a52;
    background: #fff;
    width: calc(100% - 20px);
}