label { 
	padding-left: 0px; 
	color:#337ab7; 
	font-size: 11px;
	margin-right: 5px;
	font-family: Verdana, Arial, sans-serif;
}

.mousechange:hover {
	cursor: hand; 
	cursor: pointer;
}

input.form-control {
	font-size: 11px;
	height: 25px
}

.form-control, .form-inline {
	border-radius: 0px;
	padding: 0px;
	margin: 0px;
}

.rf-tab-hdr-tabline-top.rf-tab-hdr-tabline-vis {
    border-bottom-width: 0px;
    padding-top: 2px;
    overflow: hidden;
    height: 25px;
    white-space: nowrap;
    position: relative;
}
.rf-tab-hdr-tabline-top.rf-tab-hdr-tabline-vis {
    background: none;
    background-color: none;
    border-color: none;
    border-style: none;
    border-width: none;
    border-bottom-width: none;
    padding-top: none;
    overflow: hidden;
    height: 25px;
    white-space: nowrap;
    position: relative;
}

.rf-tab-hdr-top.rf-tab-hdr-inact {
    vertical-align: top;
    padding: 0px 5px 3px 5px;
    background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
    background-color: #C6DEFF;
    font-size: 1em;
    color: #31708f;
}

.rf-tab-hdr-top.rf-tab-hdr-act{
    background-color: #FFF;
    font-weight: bold;
    font-size: 1em;
    color: #31708f;
}

.rf-tab-cnt {
    border: 1px solid rgba(205, 231, 244, 1);
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    padding: 10px;
    background: #FFFFFF;
}

.rf-tab-hdr-brd {
    border: 0px;
    border-top: 0px;
    height: 2px;
    background: none;
}

.rf-tab-hdr-spcr {
	padding: 0 0 0 0 !important;
}

.noscroll {
    -ms-overflow-style: none;  // IE 10+
    overflow: -moz-scrollbars-none;  // Firefox
}

.noscroll::-webkit-scrollbar { 
    display: none;  // Safari and Chrome
}

.clickable:hover {
	cursor: pointer;
}

.label_style_b_fancy { 
	font-weight: bold; 
	font-size: 11px; 
	line-height: 18px; 
	margin: 0; 
	color:#31708f; 
	font-family: Verdana, Arial, sans-serif;
}

.label_style_fancy { 
	font-weight: normal; 
	font-size: 12px; 
	line-height: 18px; 
	margin: 0; 
	color:black; 
	font-family: Verdana, Arial, sans-serif;
}

.rf-dt-hdr-c {
	font-weight: bold; 
	font-size: 11px; 
	line-height: 18px; 
	margin: 0; 
	color:#31708f; 
	font-family: Verdana, Arial, sans-serif;	
}

.tableFixHead { overflow-y: auto;  max-height: calc(80vh - 250px); height: auto;}

.likedisabled
{ 
	height: 18px; 		
	background-color: whitesmoke; 
	border: 1px dotted #7BD0FB; 
	cursor: default; 
	color: #5B5C56;
	width:100%;
	margin: 0 0 0 0;
	pointer-events: none;
}