  /* Set the default text color */
        /* body, .nav-link, .nav-item, .nav-title, .app-sidebar, .app-sidebar a { */
            /* color: #4e545c !important; */
        /* } */

        p, h1, h2, h3, h4, h5, h6, .content-wrapper {
            color: #4e545c !important;
        }
.btn-default{
	background-color:#F0F0F0 !important;
}

.loginLogout {
	cursor:pointer;
}

.customH{
			color: #fff;
			margin-left: 20px;
			border-bottom: 0 !important;
		}
		.navbar-brand {
			text-align:center;
		}
		.customHeader {
			width:25%;
			color:#fff;
		}
		.customHeader p, .customHeader a {
			display:inline;
		}
		.customHeader a {
			cursor : pointer;
		}
		
		.recordPerPage {
			width:50%;
			display:inline-block;
		}
		
		.totalRecords {
			width:50%;
			display:inline-block;
			float:right;
			text-align:right;
		}
		.scheduleDiv, .jackpotDiv{
			<!-- min-height: 290px; -->
		}
		
		.scheduleDiv{
			padding: 5px;
			border: 1px solid;
		}
		.scheduleDiv table {
			width: 100%;
			text-align: center;
		}
		
		.p-2 {
			border:1px solid #000 !important;
		}
		
		.input-sm{
			width: 60%;
			display: inline-block !important;
			margin-left: 10px; 
			padding:0px 0px 0px 5px !important;
		}
		.jackpotTable tr td {
			padding:5px !Important;
			min-width:4em;
		}
		.input-xs {
			width:30% !Important;
			display:inline-block !important;
		}
		.modal-dialog{
			max-width:600px !important;
		}
		
		.dayTimeTable tr td {
			min-width: 35%;
			padding: 5px 0px;
			width: 35%;
		}
		.submenu {
            padding-left: 20px;
            list-style-type: none;
        }
        .submenu .nav-link {
            padding-left: 15px;
            display: flex;
            align-items: center;
        }
        .submenu .nav-link .feather {
            margin-right: 8px;
        }
		/* Add this to your stylesheet */
		.nav-link.active {
			background-color: #007bff;
			color: #fff; 
		}

		.nav-link.active span {
			color: #fff;
		}
		/* .nav-link.active, .nav-link.active span { */
			/* background-color: #ebeff3!important;  */
			/* color: #000 !important;  */
			/* border:1px solid #f8f9fa; */
		/* } */
		.cursor-pointer {
			cursor:pointer;
		}
		
		.bg-primary {
				background-color: #337ab7;
				color: white;
			}

			.bg-success {
				background-color: #5cb85c;
				color: white;
			}

			.bg-warning {
				background-color: #f0ad4e;
				color: white;
			}

			.bg-danger {
				background-color: #d9534f;
				color: white;
			}

			.panel-heading {
				padding: 20px;
			}

			.glyphicon {
				font-size: 3em;
			}
		.different {
			  font-weight: bold;
			  background-color: yellow;
			  padding: 3px 5px; 
			}
			
			.select2-search__field {
    display: block !important;
}