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

.user-panel .image, .user-panel .info{
	display: none;
}

.user-panel{
	height: 85px;
}

.company_environement{
	width: 100%;
    display: block;
    margin: 0px auto 10px;
    height: 30px;
}

.dataTables_wrapper{
	padding: 15px;
}

.total-row{
	background-color: #ffffe3;
	color: #ec1414;
	font-size: 14px;
}