/***************************
				  THEME
Grey Background - #f5f5f5; (no change)
Slate Header - #37474f;
Blue Button - #2196f3;
Blue Link - #1e88e5;
Red text - Red;
Grey text - #999;
Grey table - #bbb;
Slate Navigation - #455a64;
****************************/

.navbar-inverse{
	background-color: #C62828;
  border-color: #C62828;
}

.btn-primary {
		background-color: #C62828;
	  border-color: #C62828;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover{
	background-color: #C62828;
	border-color: #C62828;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
	background-color: #C62828;
}

.navbar-default {
  background-color: #37474f;
  border-color: #37474f;
}

.navbar-default .navbar-nav>li>a{
	color:#fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color:#fff;
	background-color: #455A64;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color:#fff;
	background-color: #455A64;
}

.bg-danger {
    background-color: #C62828;
    border-color: #C62828;
}
/*************************/


.red_caption{
	color:red;
	font-size: 12px;
}

.notification_icon{
	font-size: 14px;
	/* color:#90a4ae; */
}

.breadcrumb-line[class*=bg-] .breadcrumb>.active a{
	background-color: #C62828;
  border-color: #C62828;
	color: #ffffff;
	text-transform: uppercase;
  border-radius: 2px;
	padding:2px 5px;
}

.position-left{
		margin-right: 2px;
}

/* .nav>li>a{
	padding: 9px 8px;
} */

.navbar{
	min-height: 0;
}

.navbar-default .navbar-nav>.active>a {
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (min-width: 769px){
	.navbar-default .navbar-nav>.active>a {
	  -webkit-box-shadow: none;
	  box-shadow: none;
	}
}

.footer {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
}


.checkbox-inline, .radio-inline{
	/* padding-left: 18px; */
}

.select2Expansion {
  width: 400px !important;
}

.navbar-brand{
	padding:13px 10px;
	text-transform: uppercase;
}


.entitlementLeave{
	display: none;
	color: red;
	font-size: 12px;
}

.d-flex {
	display: flex;
}

.justify-content-between {
	justify-content: space-between;
}

.d-inline-block {
	display: inline-block;
}

.flex-column {
	flex-direction: column;
}

.float-left {
	float: left;
}

.ml-2 {
	margin-left: 15px;
}

.position-relative {
	position: relative;
}

.filter-icon {
	position: absolute;
	right: 10px;
	top: 10px;
	color: grey;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.m-0 {
	margin: 0;
}

.color-light {
	color: #fff;
}

#realtime-checkbox {
	background-color: #C62828;
	border-radius: 5px;
	width: 120px;
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 600;
	margin-top: 25px;
}

#realtime-checkbox label {
	margin-bottom: 0;
}

#realtime-checkbox span {
	margin-left: 10px;
}

#employee-details-section {
	padding: 15px 20px;
}

#employee-details-section h2 {
	margin-bottom: 40px;
}

#tracking-summery {
	max-width: 400px;
	margin: auto;
}

#tracking-summery h4 {
	margin-bottom: 30px;
}

#tracking-summery .status-boxes {
	margin-bottom: 30px;
}

#tracking-summery .alert {
	padding: 10px 15px;
}

#tracking-summery .status {
	margin-left: 10px;
}

#tracking-summery .item {
	margin-right: 20px;
	margin-bottom: 10px;
}

#tracking-summery .status-box {
	font-size: 14px;
	padding: 10px 15px;
	border-radius: 5px;
}

#tracking-summery .status-box:hover {
	cursor: pointer;
	box-shadow: 1px 1px 5px rgb(255, 192, 192);
}

#tracking-summery .status-box-success {
	background-color: #E5FBF2;
	border: 1px solid #E5FBF2;
	color: #00C37C;
}

#tracking-summery .status-box-danger {
	background-color: #FFE7E7;
	border: 1px solid #FFE7E7;
	color: #C62828;
}

#tracking-summery .user-row {
	padding: 10px;
	border-bottom: 1px solid #dbdbdb;
	list-style-type: none;
	font-size: 16px;
	cursor: pointer;
}

#tracking-summery .user-row.active {
	background-color: rgb(237, 237, 237);
}

#tracking-summery .user-row:hover {
	background-color: rgb(237, 237, 237);
}

#tracking-summery .fa-user {
	color: grey;
	margin-right: 10px;
}

#tracking-summery ul {
	padding-left: 0;
}

#tracking-summery .fa-circle {
	margin-top: 5px;
}

#event-log {
	max-width: 400px;
	margin: auto;
	box-shadow: 1px 1px 10px #ececec;
	border-radius: 10px;
}

#event-log .panel{
	border-radius: 10px;
	min-height: 600px;
}

#event-log #avatar{
	margin-bottom: 40px;
	text-align: center;
}

#event-log #avatar img{
	margin-top: -20px;
	margin-right: 20px;
	width: 64px;
	height: 64px;
}

.img-circle.cover {
  object-fit: cover;
}

#avatar div{
	height: 64px;
	display: inline-block;
	text-align: center;
}

#avatar div span {
  display: block;
  vertical-align: middle;
	line-height: 20px;
	font-weight: bold;
}


#event-list {
	padding-left: 0;
}

#event-list li{
	list-style-type: none;
	display: flex;
	margin-bottom: 10px;
}

#event-log .status-box {
	font-size: 14px;
	padding: 8px 12px;
	border-radius: 5px;
	background-color: #F1F5F8;
	border: 1px solid #0068FF;
	color: #0068FF;
	display: inline-block;
	margin-right: 10px;
}

#event-log .status-box .fa-clock-o {
	font-size: 20px;
	margin-top: 2px;
}

#event-log .event-time,
#event-log .event-title {
	font-size: 300;
	color: grey;
}

.d-none {
	display: none;
}

.breadcrumb {
	padding-bottom: 0;
}

.breadcrumb > li > a {
	font-weight: 500;
}

.nav-tabs {
	margin-bottom: 0px;
}

.panel-title {
	position: relative;
	font-size: 17px;
	letter-spacing: 1px;
}

.table th {
	text-align: center;
}
