@charset "utf-8";
/* CSS Document */


/*  Section 1  */
.question-bank {
    min-height: 60px;
    font-size: large;
    border-bottom: 1px dotted#ccc;
    margin-top: 30px;
}

p.question {
    min-height: 60px;
    font-size: large;
    border-bottom: 1px dotted#ccc;
    margin-top: 15px;
}

.img-controls {
    position: relative;
    right: 10%;
	top: -15px;
}

.btn-border-concept, .btn-border-performance {
    font-size: xx-large;
    margin-left: 10px;
    padding: 10px 25px;
}

.fa-check, .fa-times  {
    position: absolute;
    right: 10%;
}

.fa-check{color:#5cb85c}

.fa-times{color:#d9534f}

.btn-select {
  background-color: #333333;
  border-color: #AD1457;
  color: #FFF;
  margin-bottom: 3px;
}

.btn-select:hover, .btn-select.active, .btn-select:active, .btn-select.focus, .btn-select:focus, .btn-select.active.focus, .btn-select.active:focus, .btn-select.active:hover, .btn-select:active.focus, .btn-select:active:focus, .btn-select:active:hover {
  background-color: transparent;
  border-color: #AD1457;
  color: #AD1457;
}


/*  Section 2  */

th, td {
    border: 1px solid #ccc;
    padding: 7px;
    height: 5em;
}

th{
	text-align: center;
	font-size: medium;
}

td{
	vertical-align: top;
}

td.blank {
    border: 0px;
}

.table-entry {
    padding: 7px 3px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #ddd;
	font-size: 1.2em;
	    line-height: 28px;
}

.collapse .in p{
	font-size: 1em;
}

.eye {
    float: right;
}

@media print{
	.well{
		display: none;
	}
}
