img
{
position:absolute;
top: 0px;
left: 0px;
}

#cbResults{
  display: none;
}
#radioResults{
  display: none;
}

#navbar-image{
  position: relative;
  top: auto;
  left: none;
}
#left-side{
  position: fixed;
}
#layer1
{
   z-index: 20;
}
#layer2
{
z-index: 20;
}

#layer3
{
z-index: 18;
}
#layer4
{
z-index: 15;
}
#layer5
{
z-index: 15;
}
#layer6
{
z-index: 15;
}
#layer7
{
z-index: 15;
}
#layer8
{
z-index: 15;
}
.form-group{
  margin-left: 15px;
  font-weight: bold;
}
.form-control.workbench{
  width: 70%;
  font-weight: bold;
}
.images.images{
  position: fixed;
  display: block;
  /*background-color: red;*/
}
.btn.print{
  width: 250px;
  background-color: #008CBA;
  color: white;
  font-size: 18px;

  padding-left: 15px;
}
.btn.print:hover{
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);

}

/*switch*/
.switch-field {
  font-family: "sans-serif", Tahoma, Verdana, sans-serif;
  padding: 1px;
    overflow: hidden;
    margin-left: 15px;
}

.switch-title {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 14px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  width: 30%;
  background-color: #e4e4e4;
  color: black;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #07d5fa;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: bold;
  color: black;
  font-style: oblique;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

/*End of || switch*/
.tooltip{
  margin-right: 8px;
}
.tooltip > .tooltip-inner {
      background-color: #e8e8e8;
      color: #000000;
      border: 1px solid green;
      padding: 8px;
      font-size: 14px;
      text-align: left;
  }

.tool-tip [disabled] {
  pointer-events: none;
}

@media screen and (max-width: 768px) and (min-width: 240px) {

.images.images{
      position: relative;
      /*background-color: blue;*/
    }
    #space-one{
      margin-top: 130%;
    }
}
