/* Card styling */

.card{

}

.card-header{
	/*padding: 7px 7px 7px 7px;*/
	font-weight: bold;
	color:	#555;
	/* Gradiated fill for backgroud */
	background-color: #f2f2f2;
    background-image: -moz-linear-gradient(top, #fdfdfd, #f2f2f2);
    background-image: -ms-linear-gradient(top, #fdfdfd, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#ff2f2f2));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #f2f2f2);
    background-image: -o-linear-gradient(top, #fdfdfd, #f2f2f2);
    background-image: linear-gradient(top, #fdfdfd, #f2f2f2);
}

.card-body{
	
}


.card-footer{

}

.navbar-right{
	color: #eee;
	text-align: right;

}

.navbar-brand{
	color: #fff;
	text-align: left;
}

.dropdown-item a:link {    
    color: #222;
}

.table-left-header,
.table-left-header > th,
.table-left-header > td {
  	background-color: #eee; 
	font-weight: bold;
	text-align: right;		
}

.table-top-header,
.table-top-header > th,
.table-top-header > td {
	padding: .2rem !important;
	margin: .1rem !important;
    vertical-align: center;
    text-align: center;
    background-color: #ddd; 
    font-weight: bold;

	}

.card-drop-shadow{	
	border: 2px solid #d6d6d6;
  box-shadow: 0 5px 10px rgba(100,100,100,0.8);    
  border-radius: 5px 5px 0 0;
}

/* btn xs no longer in bs4*/
.btn-group-xs > .btn, .btn-xs {
  padding  : .25rem .4rem;
  font-size  : .875rem;
  line-height  : .5;
  border-radius : .2rem;
}

	
.answer-content-block{
   line-height: 1.2;
}

.modal-dialog{
  max-width: 700px;
}

.table thead th {
    /* background: #3689a44a; */
    background:#dee2e6;
}

.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-error hr {
    border-top-color: #f1b0b7; }
  .alert-error .alert-link {
    color: #491217; }

.small-margin {
    margin-top: 2px;
    margin-bottom: 2px;
  }

.small-padding {
    padding-top: 2px;
    padding-bottom: 2px;
  }

.small-side-padding {
    padding-right: 5px;
    padding-left: 5px;
  }

.medium-row-margins{
  margin-top: 15px;
  margin-bottom: 12px;
  margin-left: 7px;
  margin-right: 7px;

}


/*v2.3
*/

/*using the following colour scheme https://www.color-hex.com/color/555555*/
/* Buttons */
button {
  /*this makes the button text go onto next line if the screen isnt wide enough*/
  white-space:normal !important;
}

.card{
  border:none !important;
}

.sc_accordion_button {
  color:#555555 !important;

}

.sc_accordion_button:hover,
.sc_accordion_button:focus {
  color:black !important;
}
.accordion-card{
  border-bottom:1px solid #888888;
  padding-top:15px;
  padding-bottom:15px;
}