/*
* workStationAssessment.php specific style
*/

/*region Instruction list*/

.list-desc {
    font-size: 1.1em;
}

ul {
    list-style: none;
}

li.list-group-item {
    padding: 0;
	margin-bottom: 3px;
    text-align: center;
    font-size: 1.1em;
    color: #000;
	border:none;
}

li.list-group-item:hover, li.list-group-item:focus{
	background-color: #eeeeee;
}

.workstation-links {
	background-color: #e0e0e0;
    border: none;
    width: 100%;
    margin-bottom: 5px;
    padding: 10px 0 10px 0;
}

.workstation-links:focus, .workstation-links:hover{
    outline: none;
	cursor: pointer;
}

.list-group-item:last-child,
.list-group-item:first-child {
    border-radius: 0;
}

/*endregion*/

/*region Blurb content*/

.setup-type{
	border-radius: 5px 5px 0 0;
	margin-bottom: 0;
	text-align:center;
	font-size: 2em;
}

.blurb-content{
	margin: 10px 10px 10px 10px;
}

.options{
	margin: 0 10px 10px 0;
	border: 1px solid #CCC;
	border-radius: 5px;
}

.btn {
    width: 100%;
    margin: 10px 0;
}

.fix-row-margin {
    margin-right: 0;
    margin-left: 0;
}

h2 {
    color: #49075e;
    text-align: center;
    margin-top: 20px;
}

img {
  max-width: 100%;
  height: auto;
}


.top-border {
    margin-top: 30px;
	padding-top:10px;
    border-top: solid 1px #000;
}


/*endregion*/

/*region notice box */

.notice{
	padding: 20px;
    border: 1px solid #eee;
    border-radius: 3px;
}

/*endregion*/

/*region Button*/

.arrow-button{
	margin: 5px;
}

/* region Instruction Button */

.done{
	color: #fff;
    background-color: #5cb85c;
}

.help{
	color: #fff;
    background-color: #f0ad4e;
}

.incomplete{
	color: #fff;
    background-color: #5bc0de;
}

.operation:hover, .operation:focus{
	opacity: 0.6;
}

.done:hover, .done:focus{
	opacity: 0.6;
}

/* Override styles */
.selected{
	background-color:#acacac;
	color: #000;
}

.selected:hover, .selected:focus{
	opacity:1.0;
}

/*endregion*/

/*endregion*/