.body{
	font-size:12px;
}

.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;
}


.nav-item .indicator {
    background-color: #1c87c9;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 10px;
    padding: 2px 3px;
    text-align: center;
    text-decoration: none;
}
      @keyframes glowing {
        0% {
          background-color: #2ba805;
          box-shadow: 0 0 5px #2ba805;
        }
        50% {
          background-color: #49e819;
          box-shadow: 0 0 20px #49e819;
        }
        100% {
          background-color: #2ba805;
          box-shadow: 0 0 5px #2ba805;
        }
      }
      .nav-item .indicator {
        animation: glowing 1300ms infinite;
      }





.nodatatable tbody {
    display: block;
    height: 700px;
    overflow: auto;
}
.nodatatable thead, .nodatatable tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;/* even columns width , fix width of table too*/
}
.nodatatable thead {
    width: calc( 100% - 1em )/* scrollbar is average 1em/16px width, remove it from thead width */
}
.nodatatable table {
    width: 400px;
}


span.ordered-link a {
    text-decoration: none;
}
span.ordered-link i {
    font-size:13px;
}


span#chat-top-cnt {
    font-size: 10px !important;
    top: 9px !important;
}










