.test-icon {
    margin-top: 25px;
	text-align: center;
}

.test-icon a{
    /*color: #2c5a9e;*/
}

.test-icon a.doctitle:hover{
    color: #f35958;
}

 
#savepopup {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
	padding: 20px 50px;		
}
.popup_visible #savepopup {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.well {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	display:none;
	margin:1em;
}

.grid-title h3{ width: 70%; float:left;}

.front-login.grey {
    background-color: #e9ecee;
}

.Negative{ color: #FF4500 }
.Positive{ color: #32CD32}

#sortable { padding: 0}

#sortable li
{
	padding:16px;
	background-color:#f9f9f9;
	border:1px dotted #ccc;
	cursor:move;
	margin-top:12px;
	list-style: none;
}
#sortable li.ui-state-highlight
{
	padding:24px;
	background-color:#ffffcc;
	border:1px dotted #ccc;
	cursor:move;
	margin-top:12px;
	list-style: none;
}

/* Remove Border from table */

/* .table > tbody > tr > th { border: 0px; } */
.table > tbody > tr > td, .table > tfoot > tr > td { border: 0px; }

.table-outer table{ margin-bottom: 10px;}
/* .table-outer table tr:hover{ background: #ccc;} */
.table-outer .table td{padding: 0 5px !important;}

/* End Remove  Border from table */

.foo {
	
	width: 10px;
	height: 10px;
	margin: 5px;
	border: 1px solid rgba(0, 0, 0, .2);
	display: inline-block;
	vertical-align: middle;
  }
  
  .red {
	background: firebrick;
	
  }
  
  .green {
	background: forestgreen;
  }
  
  .yellow {
	background: gold;
  }

.form-group.slots {
    padding: 20px 0;
}
.form-group.slots span {
    padding-left: 5px;
	vertical-align: top;
	
}
.form-group.slots input[type="checkbox"]{
	margin-top: 0px;
}

.table td day_value{
	border: 1px solid;	
}
.row.opt .col-md-2 .resultchoice {
	position: relative;
	padding-left: 16px;
	min-height: 90px;}

.row.opt .col-md-2 .resultchoice input[type="radio"] {
	vertical-align: baseline;
	position: absolute;
	left: 0;
	top: 2px;}

.flagstatus {
	float: left;
	width: 100%;
	text-align: right;
}
.flagstatus label {
	display: inline-block;
	margin-right: 10px;
}

.q-list span{ float: left; display: block; margin-bottom: 10px; width: 100%; }