﻿
@font-face {
    font-family: 'robotoregular';
    src: url('/fonts/roboto-regular-webfont.woff2') format('woff2'), url('/fonts/roboto-regular-webfont.woff') format('woff'), url('/fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin-top: 0.5cm;
}

/*.ui, h1, h2, h3, h4, h5, h6, body, .button {
    font-family: 'robotoregular' !important;
}

.ui i.outline.icon{
    font-family: outline-icons !important;
}

.ui i.bordered.icon {
    font-family: Icons !important;
}

.ui .icon {
    font-family: Icons !important;
}*/


#deviceTable td {
    /*position:relative;*/
    /*padding-top: 0.6em;
    padding-bottom: 0.6em;*/
}

#deviceTable td button {
    padding: 0.4em;
}

#endpointTable td button {
    padding: 0.4em;
}

td.cp-ui-options {
    white-space:nowrap;
}

#mod_autoQueue {
    margin-top: 0;
}

#mod_requireKey {
    margin-top: 0;
}

code {
    font-weight:bold;
}

code.block{
    display: block;
    margin-left: 1cm;
    margin-bottom: 0.2cm;
    border-style: solid;
    border-width: 1px;
    border-radius: 0.1cm;
    border-color: darkgrey;
    padding: 0.1cm;
    background-color: aliceblue;
    
}

.clickable  {
    cursor: pointer;
}

.hidden {
    display: none !important;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overflow {
    white-space: nowrap;
    overflow: visible;
}