.scrollable{
    height:300px;
    overflow-x: auto;
}
.m-t-25
{
    margin-top:25px!important
}
.custom-counter-label {
    font-size: 10px;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    font-weight: 500;
    letter-spacing: .05em;
    display: inline;
    line-height: 1;
    padding-top: 8px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    outline: 0!important;
    box-sizing: border-box;
}


tr.strikeout {
     opacity: 0.6;
     filter: alpha(opacity = 60);
}
._21{
    font-size: 21px;
}



#side-menu::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	border-radius: 7px;
	background-color: #F5F5F5;
}

#side-menu::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

#side-menu::-webkit-scrollbar-thumb
{
	border-radius: 7px;
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.3);
	background-color: #555;
}
.blackened{
    color: #000000;
}

.boldened{
    font-weight: bolder;
}
.table-row-reordered{
    background-color:red;
}
.form-control-important
{
    background-color: #fff !important;
    border: 1px solid #e4e7ea !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    color: #565656 !important;
    height: 38px !important;
    max-width: 100% !important;
    padding: 7px 12px !important;
    transition: all 300ms linear 0s !important;
}

.export-table-div-style
{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.force-wrap{
    overflow-wrap: break-word !important;
}