/**
 * @author Ikaros Kappler
 * @date 2013-12-12
 *
 * @author Ikaros Kappler
 * @date 2020-01-20
 **/

body {
   background-color: #f8f8f8;
   font-family: Monospace;
   font-size: 10pt;
}
html,body{
    height:100%;
    margin:0;
    position:absolute;
    width:100%;
}
button {
   font-family: Monospace;
   font-size: 10pt;
}

.tooltip {
    Ldisplay: inline;
    position: relative;
    font-size: 10pt;
 }

.tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    font-size: 10pt;
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    width: 220px;
    z-index: 98;
}

tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    font-size: 10pt;
    left: 50%;
    position: absolute;
    z-index: 99;
}

br{
    float: clear;
}
#container{
    height:100%;
    left:0;
    margin:0;
    padding:0;
    position:relative;
    top:0;
    width:100%;
}
/* changing the canvas size affects polygon proportions
#girih_canvas {
    height:100%;
    padding:0;
    margin:0;
    width:80%;
}
*/
#canvasPane {
    bottom:0;
    left:0;
    position: absolute;
    right:22em;
    top:0;
}
#controlPane {
    height:100%;
    margin-right:00pt;
    overflow:scroll;
    position: absolute;
    right: 0;
    top: 0;
    width:22em;
}
#panAndZoom{
    height: 90pt;
    position:relative;
    width: 100%;
}
#directionKeys{
    position:relative;
    float: left;
    height: 70pt;
    width: 60pt;
}
#zoomKeys{
    float: left;
    height: 70pt;
    margin-left:10pt;
    position:relative;
    width: 50pt;
}
#rotationKeys{
    float: left;
    height: 70pt;
    margin-left:10pt;
    position:relative;
    width: 70pt;
}
.navLabel{
    font-size: 1.2em;
    font-weight: bold;
}
button {
    font-family:Arial, sans-serif;
    font-size:1.2em;
    font-weight:bold;
    margin: 3pt;
    text-align:center;
}
#moreStrapGapButton, #moreStrapWidthButton, #moreStrapStrokeWidthButton, #morePixelFactorButton {
    margin-right:0;
    margin-top:0;
    margin-bottom:0;
}
#lessStrapGapButton, #lessStrapWidthButton, #lessStrapStrokeWidthButton, #lessPixelFactorButton {
    margin-left:0;
    margin-top:0;
    margin-bottom:0;
}
#lessStrapGapButton, #lessStrapWidthButton,
#lessStrapStrokeWidthButton, #lessPixelFactorButton,
#moreStrapGapButton, #moreStrapWidthButton,
#moreStrapStrokeWidthButton, #morePixelFactorButton,
#strapGap, #strapWidth, #strapStrokeWidth, #pixelFactor {
    font-size:.8em;
}
.buttonGroup {
    display:block;
    float:left;
    position:relative;
    width:100%;
}
.buttonGroup::after {
    content: "";
    clear: both;
    display:table;
}
.floatRight {
    display:inline;
    right:0;
    position:relative;
    float:right;
}
.floatRight::after {
    content: "";
    clear: both;
    display:table;
}
#strapGap, #strapWidth, #strapStrokeWidth, #pixelFactor {
    width: 30px;
    margin-right:0;
    margin-left:0;
}
.fileInput{
    font-family:Arial, sans-serif;
    font-size:1.2em;
    font-weight:bold;
    margin-right:6pt;
}
#upKey{
    margin-left: 35%;
    margin-right: 35%;
    position:absolute;
    top:0;
    width: 30%;
}
#downKey{
    margin-left: 35%;
    margin-right: 35%;
    bottom:0;
    position:absolute;
    width: 30%;
}
#rightKey{
    position:absolute;
    right:0;
    top:30px;
}
#leftKey{
    left:0;
    position:absolute;
    top:30px;
}
#rotateRightKey,
#rotateLeftKey{
    height: 20pt;
    margin:5pt;
    width: 20pt;
}
#rotateAll{
}
#exportSVGKey {
    float:left;
}
#exportTilesKey {
    float:left;
}
