﻿.clsMainTop { padding-top: 60px ;}
.badge-notification { font-size: 1rem; padding: 5px 5px; }
.aspan { cursor: pointer; font-size: 1rem; padding: 5px 5px; color: white; }

@media screen and (max-width:767px) {
    .navbar-brand { font-size: 1rem; }
    .mob-hidden-element { display: none; }
    .f-text-center { text-align: center; }
}

@media screen and (max-width:1024px) {
    .navbar-brand { font-size: 1rem; }
    .tbl-hidden-element { display: none; }
}


.grd-FocusedRow { background-color: aqua; }
.grd-CommandColumnItem { padding: 5px; }
.grd-WrapText { word-wrap: break-word; }
.grd-Row { color: navy; font-size: 13px; }
.grd-HeaderRow a { color: firebrick; font-size: 14px; }
.grd-CommandColumn { }
.grd-DataCell-wrap{overflow-wrap:break-word;}
.grd-Header-NoBorder-Left {border-left-style: none !important;}
.grd-Header-NoBorder-Right {border-right-style: none !important;}
.grd-DataCell-NoBorder-Left {border-left-style: none !important;}
.grd-DataCell-NoBorder-Right {border-right-style: none !important;}
.grd-GroupRow {background-color: steelblue;font-weight:500;font-size: 1rem; color:white;}

.bfl-Item-Vertical-Align {
    vertical-align: bottom !important;
}

.centerHeaderText { text-align: center; }

.shoutBoxContainer { max-height: 250px; overflow: auto; padding-right:0px; }
/*.borderless table { border-top-style: none; border-left-style: none; border-right-style: none; border-bottom-style: none; }*/

.bfl-NoMargin {margin-left: -15px !important; margin-right: -15px !important; }