﻿
@font-face {
    font-family: 'cargomon';
    src: url('/management/css/fonts/cargomon.eot'); /* IE9 Compat Modes */
    src: url('/management/css/fonts/cargomon.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/management/css/fonts/cargomon.woff') format('woff'), /* Modern Browsers */
    url('/management/css/fonts/cargomon.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/management/css/fonts/cargomon.svg#svgFontName') format('svg'); /* Legacy iOS */
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'cargomon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon.cgmon-rssi:before {
    font-family: cargomon;
    content: "\f0897";
}

i.icon.cgmon-icon:before {
    font-family: cargomon;
    content: '\e900';
}



i.icon.cgmon-trackxxl:before {
    font-family: cargomon;
    content: '\f0818';
}


i.icon.cgmon-trackxxl-group:before {
    font-family: cargomon;
    content: '\f0812';
}

i.icon.cgmon-trackxxl-nfc:before {
    font-family: cargomon;
    content: '\f0820';
}

i.icon.cgmon-trackxxl-connect:before {
    font-family: cargomon;
    content: '\f0813';
}

i.icon.cgmon-trackxxl-settings:before {
    font-family: cargomon;
    content: '\f0814';
}

i.icon.cgmon-trackxlsolar-nfc:before {
    font-family: cargomon;
    content: '\f0819';
}


i.icon.cgmon-trackxlsolar:before {
    font-family: cargomon;
    content: '\f0817';
}


i.icon.cgmon-sensor:before {
    font-family: cargomon;
    content: '\f0816';
}

i.icon.cgmon-sensor-settings:before {
    font-family: cargomon;
    content: '\f0815';
}



.cgmon.hidden {
    display: none;
}

.ui.grid.dashboard {
    height: 90vh;
}

    .ui.grid.dashboard .map {
        height: 70%;
    }

    .ui.grid.dashboard .full-map {
        height: 90%;
    }

    .ui.grid.dashboard .events {
        height: 20%;
    }

.content {
    padding-top: 1.1rem;
}


.full-height {
    height: 90vh;
}


div.fileinputs {
    position: relative;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
}

input.file {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}

.toc {
    position: fixed;
    z-index: 1;
    background-color: #1b1c1d;
    width: 250px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.article {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0px;
    margin-left: 250px;
}

.scrollable {
    /*    min-height: 100vh;
*/ max-height: 90vh;
    overflow: auto;
}


.resizable {
    resize: both;
    overflow: auto;
    position: absolute;
    z-index: 5;
}

.ui.message.raised {
    position: fixed;
    top: 50px;
    z-index: 9998;
}

.inverted.icon.header {
    position: fixed;
    top: 50px;
    z-index: 9999;
}

/* Analysis Dashboard Chart Segment */
.analysis-dashboard.row {
    min-height: 250px;
}

    .analysis-dashboard.row .scrollable {
        height: 200px;
    }

    .analysis-dashboard.row .chart {
        height: 200px;
    }

    .analysis-dashboard.row .segment {
        min-height: 200px;
    }

/* OPERATION STATUS BAR */
ul.cgmon.operation-status {
    width: 100%;
    display: table;
    table-layout: fixed;
    background-color: white;
    border-collapse: collapse;
    margin: 2px;
    color: white;
    box-shadow: 2px 2px 4px grey;
    text-shadow: 2px 2px 4px grey;
}

    ul.cgmon.operation-status li {
        display: table-cell;
        text-align: left;
        /*border: 1px solid black;*/
        vertical-align: middle;
        word-wrap: break-word;
        border-color: lightgray;
        padding-top: 2px;
        padding-bottom: 2px;
    }

        ul.cgmon.operation-status li.executing {
            background-color: #fbbd08;
        }

        ul.cgmon.operation-status li.failed {
            background-color: #db2828;
        }

        ul.cgmon.operation-status li.successful {
            background-color: #21ba45;
        }

        ul.cgmon.operation-status li.pending {
            background-color: #f2711c;
        }




.ui.table td {
    padding: 1px;
}

table td.nowrap {
    white-space: nowrap;
}


table tr.orange {
    background-color: orange;
}


.ui.accordion .title:not(.ui) {
    padding: 0px;
}

.ui.accordion:not(.styled) .accordion .title ~ .content:not(.ui), .ui.accordion:not(.styled) .title ~ .content:not(.ui) {
    padding: 0px 0px 0px 5px;
}

.ui.list .list, ol.ui.list ol, ul.ui.list ul {
    padding: 0px;
}

    .ui.list .list > .item, ol.ui.list ol li, ul.ui.list ul li {
        padding: 0px;
    }


#tooltip:empty {
    display: none;
}




#tooltip {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    position: absolute;
    padding: 4px;
    margin: 8px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    max-width: 300px;
    font-size: 10px;
    z-index: 9;
    pointer-events: none;
}
