
.navrow {
  background-color: #FFFBBE;
}

.navcol {
  background-color: #FFFBBE;
  text-align: center;

  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
}

.navcol.navselect {
  background-color: #E7E292;
}


.navlink {
  text-decoration: none;
  color: #222;
}

span {
  display: inline-block;
  vertical-align: middle;
  line-height:normal;
}

/* ----- */

/* The Modal (background) */
.rc-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.rc-modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.rc-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  background-image: url('images/close-outline.svg');
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 15px;
}

.rc-close:hover,
.rc-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.rc-options {
  background-image: url('images/options.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
  width: 35px;
  height: 35px;
}

.rc-camera {
  background-image: url('images/camera.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
  width: 35px;
  height: 35px;
  float:left;
}

.rc-fullscreen {
  background-image: url('images/expand.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
  width: 35px;
  height: 35px;
  float:right;
}


/*
 * Disable 'text select', specifically for determinat graph (`detgraph`) when dragging
 *   ths slider around.
 *
 * see  https://stackoverflow.com/questions/826782/how-to-disable-text-selection-highlighting
 *
 */
.noselect {
  -webkit-touch-callout: none;  /* iOS Safari */
  -webkit-user-select: none;    /* Safari */
  -khtml-user-select: none;     /* Konqueror HTML */
  -moz-user-select: none;       /* Old versions of Firefox */
  -ms-user-select: none;        /* Internet Explorer/Edge */
  user-select: none;            /* Non-prefixed version, currently
                                   supported by Chrome, Edge, Opera and Firefox */
}
