.panel-body{
	font-weight:bold;
	font-size: medium;
}



.panel-body:hover{
	background-color:#f5f2f2;
	color:white;
}

.panel{
	box-shadow: rgba(0, 0, 0, 0.3) 7px 7px 7px;
}

#commit_overview > tbody > tr:hover{
	background-color: #f5f2f2;
}

.commit_msg{
	background: #b5daf2; 
	border: 1px #31629C solid;
	float:left;
	border-radius: 10px;
	padding:8px;
}

.zendesk_link{
	clear:left;
}

.test_status_view{
	font-size: 20px;
	visibility: hidden;
}

/*Comment CSS*/
.cmUser{
	width: 160px; 
	float:left; 
	height:40px;
	font-weight:bold;
	font-size:large;
}

.cmDate{
	width: 150px; 
	float:left; 
	height:30px;
	font-size:small;
	font-style: italic;
	color:#A9A9A9;
}

.cmNote{
	clear:both;
	font-size: medium;
	font-family:Arial;

}

#commit_notes > tbody > tr:nth-child(even) {
    background-color: #F5F5F5;
}

#commit_history{
	table-layout: fixed;
}

#commit_history > tbody > tr > td {
    background-color:#b5daf2;
    border: 1px dotted rgba(0,0,0,0.1);
}

#commit_history > thead {
    background-color: #31629C;
    color: white;
}

#commit_history > tbody > tr:nth-child(even) {
    background-color: #417DB7;
}

.commit_history{
	display: none;
}

/*Login Page*/
.wrapper {    
	margin-top: 80px;
	margin-bottom: 20px;
}

.form-signin {
  max-width: 420px;
  padding: 30px 38px 66px;
  margin: 0 auto;
  background-color: #eee;
  }

.form-signin-heading {
  text-align:center;
  margin-bottom: 30px;
}

.form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
}

input[type="text"] {
  margin-bottom: 0px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.graph_report{
	max-width: 925px; 
	margin:auto;
}

/*Registration*/
.centered-form{
	margin-top: 60px;
}

.centered-form .panel{
	background: rgba(255, 255, 255, 0.8);
	box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px;
}

.flashes{
	text-align: center;
}

.navbar-custom {
    color: black;
    background-color: #31629C;

}

.dropdown-toggle, .navbar-brand, .log_out{
	color:white;
}

.navbar-brand:hover{
	color:#b5daf2;
}

.modal-title-commits{
	background-color: #31629C;
	color:white;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
	margin: 0px 20px 0px 20px;
}

.panel > .panel-heading {
    background-image: none;
    background-color: #364775;
    color: white;
}

.rpt_date{
	color: white;
}

.attach > a:hover{
	background-color:#AED1EC;
	border-radius: 10px;
	font-weight:bold;
	color:black;
	padding:5px;
}

.attach{
	padding-top: 15px;
}

#test_status{
	-webkit-appearance: none;
}

#file_upload{
	padding: 5px;
}

.user-name-input{
	display: none;
}

.user_email_form{
	display: none;
}



.dt-buttons,#commit_overview_filter{
	padding-top: 15px;
}

#commit_overview_filter{
	float: right;
}

#commit_overview{
	padding-top: 5px;
}


#commit_overview > tbody > tr:hover{
	background-color: #87BBFF;
}
.row{
	margin-top: 35px;
	margin-bottom: 35px;
}



#filter_paths {
     padding: 5px;
     font-size: 16px;
     border-width: 1px;
     border-color: #CCCCCC;
     background-color: #FFFFFF;
     color: #000000;
     border-style: solid;
     border-radius: 22px;
     box-shadow: 0px 0px 5px rgba(66,66,66,.13);
}
 #filter_paths:focus {
     outline:none;
}

