* {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

@media ( min-width : 768px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right;
	}
}

::-webkit-scrollbar-track {
	-box-shadow: inset 0 0 6px rgba(0, 0, 255, 1);
	border-radius: 15px;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 600;
}

.required {
	color: red;
	font-weight: bold;
}

table, thead, th, td, tbody {
	border: 1px solid #aeadad;
}
.completeDiv {
	margin-top:2px;
	margin-bottom:2px
}

/* To Dropdown navbar dropdown on hover */
.navbar-nav>li:hover>.dropdown-menu {
	display: block;
}

.complete {
	background: #27ae60;
	margin: 2px;
	color: white;
	font-weight: bold;
	display: inline-block;
	width: 70%;
	padding-top:5px;
	padding-bottom:5px;
	border-radius:16px;
	text-align:center;
}

 .incomplete {
	background: #c0392b;
	margin: 2px;
	pointer-events: none;
  	cursor: none;
	color: white;
	font-weight: bold;
	display: inline-block;
	width: 70%;
	padding-top:5px;
	padding-bottom:5px;
	border-radius:16px;
	text-align:center;
}

 .inprogress {
	background: #FF4500;
	margin: 2px;
	color: white;
	font-weight: bold;
	display: inline-block;
	width: 70%;
	padding-top:5px;
	padding-bottom:5px;
	border-radius:16px;
	text-align:center;
}

 .manualReporting {
	background: #9da4aa;
	margin: 2px;
	color: white;
	font-weight: bold;
	display: inline-block;
	width: 70%;
	padding-top:5px;
	padding-bottom:5px;
	border-radius:16px;
	text-align:center;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.navbar-default .navbar-nav>li>a {
	color: white;
	font-weight: bold;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #eae4e4
}

.popover {
	max-width: 100%;
	width: 300px;
}

.btn-grey {
	background-color: #adababb3 !important;
	color: #fff !important;
}

.btn-grey i {
	color: #fff !important;
}

body {
	padding-right: 0 !important
}

.xdsoft_today, .xdsoft_current {
	background-color: #ff8000 !important;
	box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_today {
	color:#fff !important;
    background-color:#1b6ef3 !important;
	font-weight:600 !important
}

.activeBtnSwitch {
	color: #fff !important;
	background-color: #f0ad4e;
	border-color: #8c8c8c;
	outline: none !important;
	box-shadow: none !important;
}

.snoozeIcon {
	width:20px !important;
	height:20px !important;	
}

.inActiveClass {
	background-color: red;
	color: yellow;
}

.onBtnSwitch {
	color: #fff !important;
	background-color: #5cb85c;
	border-color: #8c8c8c;
	outline: none !important;
	box-shadow: none !important;
}

.offBtnSwitch {
	color: #fff !important;
	background-color: #d9534f;
	border-color: #8c8c8c;
	outline: none !important;
	box-shadow: none !important;
}

.greyBtnSwitch {
	background-color: #eee;
	border-color: #8c8c8c;
	outline: none !important;
	box-shadow: none !important;
}