.body{
	font-size:11px;
}

.navbar, .main-bg {
  background-color: #fff !important;
}

.form-label {
    font-size: 12px;
	font-weight:bold;
}

p {
    font-size: 12px;
}

.sidebar-nav i{
	font-size:20px;
}

.bi{
font-size:20px;	
}


.table{
	font-size:12px;
}

.table-row-btn{
	cursor:pointer;
}

button.dt-button {
    padding: 1px 13px;
}

.table-row-btn {
    margin-right: 5px;
}

.form-row  .col-12,
.form-row  .col-3,
.form-row  .col-4{
	margin-bottom:20px;
	font-size:12px;
}

.form-row .form-select,
.form-row .form-control{
	font-size:12px;
}


.modal-header h5 {
    font-size: 18px;
}


button.dt-button, div.dt-button, a.dt-button {
font-size: 12px;

}


.dt-button.new-item-button {
    background: #2980b9 !important;
    color: #fff;
    border:2px solid #2980b9;
}

.dt-button.new-item-button:hover{
	opacity:0.6;
}


.for-tiny{
	height:580px;
}

.thumbnail-preview {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.sidebar-link, a.sidebar-link {
    font-size: 13px;
}

.sidebar-link i {
    font-size: 16px;
    position: relative;
    top: 3px;
}