/* Light Theme CSS Document */

	/* Colors */

body {
	background-color: rgba(255,255,255,1.00);
	background-image: none;
}

.theme-tab-bg{
	background-color: #DBDBDB !important; /* Light Grey */
}

.theme-bg{
	background-color: #f8f9fa !important; /* Off White */
}

.theme-navbar .navbar-toggler {
	color: rgba(0,0,0,.9); /* Dark Black */
	border-color: rgba(0,0,0,.1);
}

.theme-navbar .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.theme-header-bg {
	background-color: #17a2b8!important;	
}

.theme-menu-btn {
	color: #212529;
	background-color: #f8f9fa;
	border-colord: #f8f9fa;	
}

.dropdown-item:hover {
	background-color: rgba(245,245,245,1.0);
}

.theme-font-color, h1,h2,h3,h4,h5,h6, label {
	color: rgba(24,24,24,1.00);
}

.theme-font-purple {
    color: #8b51fe;
}
	/* Formatting */
