
.badge.bg-primary, .badge-primary {
 background-color:#3c8dbc
}
.badge.bg-success, .badge-success {
 background-color:#00a65a
}
.badge.bg-info, .badge-info {
 background-color:#00c0ef
}
.badge.bg-warning, .badge-warning {
 background-color:#f39c12
}
.badge.bg-danger, .badge-danger {
 background-color:#dd4b39
}

	.numericInputButtons{ /* fix for buttons inline*/
		position: absolute;
		top: 0;
	}
	
	.numericInput{
		padding-left: 70px;
	}
	
	.select2-dropdown {z-index: 9999 !important}

	.bootstrap-timepicker-minute,.bootstrap-timepicker-hour,.bootstrap-timepicker-meridian,.bootstrap-timepicker-second {
		width:50px !important;
	}

	::-webkit-scrollbar {
	    width: 7px;
	}

	::-webkit-scrollbar-track {
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	    border-radius: 10px;
	}
	::-webkit-scrollbar-thumb {
	    border-radius: 10px;
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	}	

	.datepicker{z-index:1151 !important;}

	.sidebar-menu .treeview-menu>li>a {
		padding:5px 5px 5px 25px;
	}
	.form-tab li a:hover {
		background: #eeeeee !important;
	}
	.form-tab li a.selected {
		background: #3c8dbc !important;
		color:#ffffff !important;
	}
	.alert_floating {
		bottom:10px;
		right:10px;
		position: fixed;
		z-index:1001;
		background: rgba(255, 140, 127, 0.7);
		color:#222222;
		font-weight: bold;
		padding:20px 50px 20px 50px;
		border-radius: 10px;
		box-shadow: 0px 0px 5px #aaaaaa;
	}

	#table_dashboard {
		font-size: 12px;
	}

	

	.login-box-body {
      box-shadow: 0px 0px 25px #999999;
    }
    

.table-header-fixed{
}
.table-header-fixed th.col{
	position: sticky;
	top: 0;
}

.table-firstcol-fixed{
}
.table-firstcol-fixed th.row {/*td:first-child*/
	position: sticky;
	left: 0;
}

.modal-dialog{
	margin: 0 auto;	
}
.modal-dialog, .modal-content, .modal-body{
	height: 100%;
}
.modal-body iframe{
	height: calc(100% - 40px);
}
/* in datamodal/browser
.modal-body iframe html{
	height: calc(100% - 92px);
}
#table_dashboard{
	height: calc(100% - 30px);	
}*/