 html,
 body {
     height: 100%;
 }

 body {
     padding: 8px;
     background-color: #F6F6F6;
     box-sizing: border-box;
 }

 .split {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     overflow-y: auto;
     overflow-x: hidden;
 }

 .content {
     border: 1px solid #C0C0C0;
     box-shadow: inset 0 1px 2px #e4e4e4;
     background-color: #fff;
 }

 .gutter {
     background-color: transparent;
     background-repeat: no-repeat;
     background-position: 50%;
 }

 .gutter.gutter-horizontal {
     cursor: col-resize;
     //background-image: url('../grips/vertical.png');
 }

 .gutter.gutter-vertical {
     cursor: row-resize;
     //background-image: url('../grips/horizontal.png');
 }

 .split.split-horizontal,
 .gutter.gutter-horizontal {
     height: 100%;
     float: left;
 }

.hidden{display:none;visibility:hidden;}

#the-canvas {
  border: 1px solid black;
  direction: ltr;
    width: 100%;
}

.checkbox-inline {
    margin-bottom: 0px;
}

.responseCharLabel {
    margin-right : 3px;
    margin-left: -1px;
}

.markCircle {
    margin-top: -3px;
}

.finePrint {
    line-height: 0.9;
    font-size: small;
    margin-bottom: 5px;
}

.bg-header {
    width: 100%;
    background-color:#fff;
    color:#000;
    left: 0;
    top: 0;}
.bg-primary {background-color:#007aeb;color:#fff;}
.bg-gray {background-color:#cccccc;}

.footer h2 {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 12px;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #48525e;
  color: #a2abb7;
  text-align: center;
}

.footer a {
    color: #5b9bd1;
}

.landingLabel {
    margin-top: 6px;
}

.extraTopMargin {
    margin-top: 10px
}

.card-header {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff;
    font-size: 1.3rem;
}

.inactiveTimer {
    color: #ff0000;
}

