/* Start of user code "Copyright"
*/
/*******************************************************************************
 Copyright (c) 2017 KTH Royal Institute of Technology.

  All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
and Eclipse Distribution License v. 1.0 which accompanies this distribution.

  The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
  and the Eclipse Distribution License is available at
http://www.eclipse.org/org/documents/edl-v10.php.

  Contributors:

    Fr�d�ric Loiret     - Switch the template to Bootstrap (519699)
    Andrii Berezovskyi  - Support for UI Preview (494303)

This file is generated by org.eclipse.lyo.oslc4j.codegenerator
 *******************************************************************************/
/* End of user code */

/* Sticky footer
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom adaptor CSS
-------------------------------------------------- */

body > .container {
  padding-top: 20px;
  padding-bottom: 10px;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.popover {
  max-width: 520px;
  max-height: 270px;
}

.popover .popover-body {
  max-width: 515px;
  max-height: 215px;
  overflow: hidden;
}

#delegatedUI {
  width: 523px;
  height: 320px; /*this is selection; creation has 480px*/
}
