@charset "utf-8";
/* CSS Document */
.worklog_alert{
	display: inline;  
	position: absolute; 
	right: -71.5%; 
	bottom: 24%;
	min-width: 70%;
}
.worklog_alert_main_forms{
	display: inline;  
	position: absolute; 
	right: -102%; 
	bottom: 24%;
	min-width: 100%;
}
.submission_alert{
	display:none;
	background:linear-gradient(#C90000,#AA0002);
    padding: 6px;
    border-radius: 2px;
	border:2px solid #B90003;
    width:100%;
	font-family:Tahoma;
	font-size: 13px;
	color: #F5F5F5;
	text-shadow: 0px 1px #171717;
	z-index:1;
	position: absolute;
	margin-top:-20px;

}
.submission_alert:before
{
	content: "";
	position: absolute;
    margin-left: -18px;
	margin-top:2px;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid #AA0002;
	border-bottom: 5px solid #AA0002;
	z-index:1;
}
input[type=text], .txtarea{
margin-bottom: 0px;

 }
@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	.general_listing table, 
	.general_listing thead, 
	.general_listing tbody, 
	.general_listing th, 
	.general_listing tbody td{ 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.general_listing thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.general_listing tbody tr { border: 1px solid rgba(0,0,0,.125); 
		border-radius: 3px;
		padding: 20px 20px 20px 20px;
		margin: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
 
	.general_listing td { 
		/* Behave  like a "row" */
		cursor: pointer;
		display: block;
		width: 100%;
		text-align:left;
	}
 
	.general_listing tbody tr td:nth-child(odd){
			
		}
.general_listing tbody tr td:nth-child(even) {
			background-color:transparent;
		}
	
	.general_listing tbody tr td:before { 
		/* Now like a table header */
		
		/* Top/left values mimic padding */
		
		background: #007bff;
		color: white;
		display: block;
		text-align:left;
		padding-left: 5px;
	}
	.general_listing span{
		top:0%;
		padding-left: 5px;
	}
	/*
	Label the data
	*/
	.general_listing tbody tr td:before { content: attr(data-title); }
	.resizer_grip{
		display: none;
	}
}


#navbarSupportedContent li:hover{
    background-color: #f8f9fa;
}

#navbarSupportedContent li.active{
    background-color: #f8f9fa !important;
}
						