.vert-line-top{
   padding-top: 10px; 
   border-top: solid thin #eee;
}
.rpt_btn{
   /*width:200px; */
   margin: 0px 25px 20px 0px;
}
.fhr_blue_link{
   color:#999;
   /*color:#40a4e9;*/
   font-weight: normal;
   cursor:pointer;
   display:table;
}
.fhr_blue_link:hover{
   color:#0063d3;
   font-weight: bold;
   text-decoration: none;
   cursor:pointer;
}
.fhr_blue_link:focus{
   color:#acf;
   /*color:#40a4e9;*/
   text-decoration: none;
   cursor:pointer;
}

.question-in-dialog{
    width:100%;
    text-align:center;
    padding-left:15px;
    padding-right:15px;
    padding-top:20px;
}
.circles-in-dialog{
    display: inline-block;
    padding-top: 10px
}

.question-section{
    padding-left:15px;
    padding-right:15px;
    border:1px solid #ccc;
}

.question-row{
    padding-top: 10px;
    padding-bottom: 10px;
}
.question-odd{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color:rgb(255,255,255);
}
.question-even{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color:rgb(245,245,245);
}
.comment-odd{
    background-color:rgb(255,255,255);
}
.comment-even{
    background-color:rgb(245,245,245);
}

.numberCircle {
    box-sizing: content-box;
    border-radius: 50%;
    text-align: center;

    margin-left: 10px;
    margin-right: 10px;
    float:left;
    
    width: 28px;
    height: 28px;
    padding: 2px;
    border: 2px solid;
    font: 24px Arial, sans-serif;
}

.letterCircle {
    box-sizing: content-box;
    border-radius: 50%;
    text-align: center;

    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    float:left;
    
    width: 28px;
    height: 28px;
    padding: 2px;
    border: 2px solid;
    font: 24px Arial, sans-serif;
}

/*
.numCircOn {
    background: #27f;
    border-color: #16e;
    color: #ddd;
}

.numCircOff {
    background: #fff;
    border-color: #16e;
    color: #27f;
}
*/

/* -------------------------------------- */

.pager li {
    margin-left: 5px;
    margin-right: 5px;
}
.pager li > a:focus {
    background-color: #ffffff;
}

.left-pager
{
    text-align: left;
}

.banner-alert {
    width:100%;
    text-align: center;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    border: 1px solid transparent;
    border-radius: 4px;
    padding:15px;
    margin-bottom:20px;
}
.banner-blank {
    width:100%;
    text-align: center;
    padding:12px;
    margin-bottom:15px;
}

.button-section{
    margin-top:15px;
    margin-bottom:15px;
}

table.dataTable thead {
    color: #fff;
    background-color: rgb(3, 60, 115);
}

.non-link {
    color: rgb(255, 255, 255);
    line-height: 20px;
    padding: 15px;
}

.lsi-panel {
  margin-bottom: 20px;
  padding: 15px;
  background-color: rgb(250, 250, 255);
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  
}

.lsi_details {
    color: rgb(85, 85, 85);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 7px;
}

.lsi_detail_title{
    color: rgb(55, 75, 145);
    font-size: 140%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 7px;
}

.order-table{
    color: rgb(85, 85, 85);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding: 15px;
    
    border-top-color: rgb(238, 238, 238);
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: rgb(238, 238, 238);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.order-table-font{
    color: rgb(85, 85, 85);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding: 15px;
}
.order-title{
    color: rgb(49, 126, 172);
    font-size: 24px;
}
.order-row{
    padding-top: 10px;
    padding-bottom: 10px;
}
.order-start-section{
    padding-top: 30px;
    border-top-color: rgb(238, 238, 238);
    border-top-style: solid;
    border-top-width: 1px;
}

.lsi_required-mark{
    color: rgb(255, 25, 25);
    font-weight: bold;
    font-size: 140%;
}

.lsi-noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer and Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.dropdownPointer{
   cursor:pointer;
}
/* -------------------------- */
/* The container */
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  /*margin-bottom: 12px;*/
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*:not(:last-child)*/

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #dde;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .radio-mark {
  background-color: #bbb;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .radio-mark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-mark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .radio-mark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .radio-mark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

input[type=checkbox].fhr-check-2-0   {
-ms-transform: scale(2.0);
-moz-transform: scale(2.0);
-webkit-transform: scale(2.0);
-o-transform: scale(2.0);
transform: scale(2.0);
}
input[type=checkbox].fhr-check-1-5   {
-ms-transform: scale(1.5);
-moz-transform: scale(1.5);
-webkit-transform: scale(1.5);
-o-transform: scale(1.5);
transform: scale(1.5);
}

.pseudo-link{
  color:#2fa4e7;
  cursor:pointer;
}
.pseudo-link:hover{
  color:#157ab5;
  text-decoration: underline
}
