@font-face {
  font-family: "Vera";
  src: url("/fonts/Vera.ttf");
}

@font-face {
  font-family: "VeraMono";
  src: url("/fonts/VeraMono.ttf");
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    scrollbar-color: #fff rgba(0,0,0,0);
    font-size: 12px;
}


body { 
    margin:0px;
    background-color:#111; 
    font-family: Vera, Arial;
    overflow: hidden;
}

::placeholder { 
        
    /* Firefox, Chrome, Opera */ 
    color: #000;
    opacity: 0.5; 
} 
  
:-ms-input-placeholder { 
    
    /* Internet Explorer 10-11 */ 
    color: #000;
    opacity: 0.5; 
} 
  
::-ms-input-placeholder { 
    
    /* Microsoft Edge */ 
    color: #000;
    opacity: 0.5; 
} 

/*input { width: 100px; border: 2px solid #ccc }*/

.toolbar {
    position: absolute;
    width: 300px;
    height: 40px;
}

.expandButton {
    display: inline-block;
    margin: 2px;
    padding: 4px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color:#444;
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.3));
    color:#fff;
    font-size: 0.7rem;
    text-align: center;
    cursor: pointer;
}

.modbus-props {
}

.coap-options {
    color: #c0c;
}

.coapSenML {
    color: #0c0;
}


@keyframes fadeIn {
  0% { opacity: 0; scale:0% }
  100% { opacity: 1; scale:100% }
}

@keyframes fadeOut {
  0% { opacity: 1; scale:100% }
  100% { opacity: 0; scale:0% }
}


.page {
    float: left;
    display: flex; 
    flex-flow: column; 
    height: 100vh;
}


.coap-view {
    position: absolute;
    background-color: #222;
    border: 4px solid #444;
    border-radius: 8px; 
    overflow-x: hidden;
    overflow-y: scroll; 
    font-family: VeraMono;
    white-space: nowrap; 
    z-index: 10;
}

.coap-view::-webkit-scrollbar {
    display: none;
}

.coap-entry {
    margin-top: 1px;
    margin-left: 2px;
    font-size: 12px;
}

.coap-entry:hover {
    opacity: 1.0;
    background-color: #111;
    cursor: default;
}

.dtls-entry {
    opacity: 0.4;
    margin-top: 1px;
    margin-left: 2px;
}

.dtls-entry:hover {
    opacity: 1.0;
    background-color: #282828;
    cursor: default;
}

.uart-entry {
    margin-left: 2px;
    cursor: default;
}

.iccid-view {
    position: absolute;
    padding: 0px; 
    /*border: 2px solid #444; */
    border-radius: 8px; 
    overflow-x: hidden;
    overflow-y: scroll; 
    font-family: VeraMono; 
    z-index: 10;
}

.iccid-view::-webkit-scrollbar {
    display: none;
}


.iccid-list {
    cursor: pointer;
    /*flex-grow: 1;*/
    border: 0px solid #000;
    border-radius: 4px;
    font-family: VeraMono; 
    color: #ccc;
}

.iccid-list-item {
    background-color: #222;
    padding: 4px 4px 4px 8px;
    border-radius: 8px;
    color: rgba(255,255,255,0.3);
    font-size: 12px;
    margin: 2px;
}

.iccid-list-item-name {
    color: #ccc;
    font-size: inherit;
    display: inline;
    max-width: 100px;
    pointer-events: none;
}


.iccid-list-item-heading {
    display: inline-block;
    font-size: inherit;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 220px;
    color: rgba(255,255,255,0.9);
    pointer-events: none;
}

.iccid-list-item-prop {
    display: inline;
    font-size: inherit;
    color: rgba(255,255,255,0.2);
    white-space: nowrap;
    text-overflow: clip;
    pointer-events: none;
}

.iccid-list-item-value {
    display: inline;
    font-size: inherit;
    white-space: nowrap;
    color: rgba(255,255,255,0.5);
    pointer-events: none;
}


.view-tab {
    position: absolute;
    background-color: #444;
    border-radius: 8px 8px 0px 0px;
    text-align: center;
    height: 30px;
    padding: 4px;
    color:#000;
    /*filter: drop-shadow(2px 2px 4px #000);*/
    cursor: pointer;
    font-family: VeraMono;
    text-align: center;
}

.input-field {
    border: 4px solid #444;
    padding: 4px;
    border-radius: 12px;
    color: #000; 
    font-family: VeraMono;
    outline: none; 
    width:100%;
}

.header {
    position: absolute;
    left: 0px;
    top: 0px;
    height:30px;
}

a {
    color: #FFF;
}


.ql-command-entry {
    display: inline-block;
    background-color: #808;
    color: #fff;
    border-radius: 8px;
    padding: 2px 8px 2px 8px;
    margin: 4px;
    font-family: VeraMono;
}

.gcx-protocol-descriptor {
    color: #ff0;
    border-spacing: 0px;
    padding: 8px;
    border: 2px solid rgba(136, 136, 0, 0.5);
    border-radius: 8px;
    margin: 8px;
}

.gcx-protocol-descriptor td {
    padding-right: 20px;
    padding-bottom: 5px;
    vertical-align: top;
    font-size: 11px;
}

.gcx-protocol-descriptor td:first-child {
    font-weight: normal;
    color: #aa0;
}

.gcx-protocol-descriptor td:nth-child(3) {
    color: #664;
}

.gcx-protocol-descriptor tr:nth-child(odd) {
    background-color: rgba(128,128,0,0.0);
}


.optionBlockwizeInfo
{
    border: 1px solid #808;
    border-radius: 8px;
    padding: 8px;
    color: #f0f;
    margin-top: 4px;
    margin-bottom: 4px;
}

.optionProgressBar
{
    border: 1px solid #f0f;
    border-radius: 4px;
    height: 8px;
    width: 100px;
    display: table-cell;
    vertical-align: middle;
    
}

.optionProgressBarNeedle
{
    border: 1px solid #f0f;
    border-radius: 2px;
    margin: 1px;
    background-color: #f0f;
    height: 4px;
    float: left;
}


.pulsing-progress-bar-color 
{
    animation-name: pulsing-progress-bar-color;
    animation-duration: 1.0s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-timing-function: ease;
}


@keyframes pulsing-progress-bar-color 
{
  0% { background-color: rgba(255,255,255,0.2) }
  100% { background-color: rgba(255,255,255,1.0) }
}


.fade-in-element 
{
    animation-name: fade-in-element-kf;
    animation-duration: 1.0s;
    animation-timing-function: ease-out;
    filter: drop-shadow(4px 4px 3px rgba(0,0,0,0.3));
}


@keyframes fade-in-element-kf 
{
  0% { opacity: 0 }
  100% { opacity: 100 }
}


.iccidListProgressBar
{
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 6px;
    height: 10px;
    width: 300px;
    margin: 4px;
    display: table-cell;
    vertical-align: middle;
    
}

.iccidListBarNeedle
{
    border-radius: 2px;
    margin: 2px;
    background-color: rgba(255,255,255,0.5);
    height: 4px;
    float: left;
}



.xruipanel-default
{
    border: 0px solid #ff0;
    border-radius: 8px;
    background-color: #000;
    box-sizing: border-box;
    overflow: hidden;
}

.xruibutton {
    filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.3));
}

.window-history-header
{
    background-color: #cc0;
    padding: 0px 0px 0px 4px;
}
.window-history-body
{
    /*padding: 2px 0px 0px 8px;*/   
}


.dtls-extension 
{
    border: 1px solid #808;
    border-radius: 8px;
    padding: 8px;
    display: inline-block;
    margin-bottom: 4px;
}

.pcap-summary
{
    font-family: Arial;
    margin: 8px;
    border: 1px solid #bbb;
    color: #000;
    background-color: #ccc;
    background: linear-gradient(to bottom, #f88 0%, #ccc 8%, #bfbfbf 100%);
}

.pcap-summary td { 
    padding: 8px;
    border: 1px solid rgba(0,0,0,0.1)
}

.pcap-summary th { /* table cells */
    font-weight: normal;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 8px;
}

.uart-fragment-table {
    border: 0px;
    border-spacing: 0px;
    padding: 0px;
    margin: 0px;
    font-size: inherit;
}

.uart-fragment-table td {
    vertical-align: top;
    padding: 0px 4px 0px 0px;
    border: 0px;
}

.flaglet {
    /* 26x19 */
    width: 20px;
    height: 15px;
    margin: 4px;
    display: inline-block;
    filter: drop-shadow(0px 2px 1.5px rgba(0,0,0,0.4));
    flex-basis: 21px;
	flex-grow: 0;
	flex-shrink: 0;
}
