*, *:before, *:after {
  -webkit-box-sizing: border-box;
  /* Needed for mobile WebKit */
  -moz-box-sizing: border-box;
  /* Needed for Firefox */
  box-sizing: border-box; }

html, body, .container-fluid, .row {
  height: 100%; }

.hidden-input {
  visibility: hidden;
  width: 0;
  height: 0; }

body {
  background-color: #222; }

.main-panel {
  background-color: #fff;
  height: 100%; }

.svg-container {
  display: block;
  height: 100%; }
  .svg-container input {
    width: 100px;
    padding: 10px;
    margin-left: 30px; }
  .svg-container svg {
    width: 100%;
    height: 99%; }
    .svg-container svg text {
      d7: 14px; }

.sidebar {
  background-color: #888;
  height: 100%;
  padding: 15px; }

.control-panel {
  background-color: #dde;
  padding: 5px; }

.form-group {
  display: block;
  padding: 5px;
  width: 100%;
  margin-bottom: 5px;
  background-color: #eef;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .form-group input {
    width: 80%;
    display: block;
    margin-left: 10%;
    text-align: center; }
  .form-group label {
    text-align: center;
    width: 100%; }
  .form-group span {
    vertical-align: top;
    margin: 0 5px 0 5px; }
  .form-group .color-square {
    display: inline-block;
    height: 1.2em;
    width: 1.2em; }
  .form-group .color-square:hover {
    cursor: pointer; }

.button-group {
  display: inline-block;
  padding: 5px;
  background-color: #ccc;
  width: 100%;
  margin-bottom: 15px; }
  .button-group .btn {
    width: 100%;
    margin-bottom: 5px; }
