﻿
@font-face {
    font-family: 'cargomon';
    src: url('/css/fonts/cargomon.eot'); /* IE9 Compat Modes */
    src: url('/css/fonts/cargomon.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/css/fonts/cargomon.woff') format('woff'), /* Modern Browsers */
    url('/css/fonts/cargomon.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/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;
}


.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;
}



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;
}


.urla.full-height {
    height: 100%;
}

.urla.full-width {
    width: 100%;
}

.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;
}


.urla.x-scrollable {
    min-height: 25vh !important;
    max-height: 65vh !important;
    overflow-x: auto;
    overflow-y: hidden;
}

.urla.y-scrollable {
    min-height: 25vh !important;
    max-height: 65vh !important;
    overflow-x: hidden;
    overflow-y: auto;
}

    .urla.y-scrollable.sidebar {
        min-height: 100vh !important;
        max-height: 100vh !important;
        overflow-x: hidden;
        overflow-y: auto;
    }

/*
.modal .scrollable {
    max-height: 500px;
    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;
        }



/* TABLES */

.ui.table.urla td {
    padding: 1px;
}



/* TABLES ROW */

table.urla tr.orange {
    background-color: orange;
}


/* TABLES CELL */

table.urla td.nowrap {
    white-space: nowrap;
}

.table.urla.tiny th {
    padding: 2px !important;
    font-size: 14px;
}

.table.urla.tiny td {
    padding: 2px !important;
    font-size: 14px;
}

.table.urla.mini td {
    padding: 2px !important;
    font-size: 12px;
}

.table.urla.mini th {
    padding: 2px !important;
    font-size: 12px;
}


/*  WEEKLY HOUR PLAN TABLE */

table.urla-weekly-plan {
    /*    border-spacing: 0;
*/ table-layout: fixed;
    border-collapse: collapse;
}

    table.urla-weekly-plan td { /* cell */
        min-width: 40px !important;
        max-width: 40px !important;
    }

    table.urla-weekly-plan th { /* cell */
        min-width: 40px !important;
        max-width: 40px !important;
    }


    table.urla-weekly-plan td.work-hour { /* cell */
    }

    table.urla-weekly-plan th { /* header cell */
        font-weight: 700;
        text-align: center;
        color: #272838;
        border-bottom: 2px solid black;
        background-color: #F9F8F8;
        height: 50px;
    }

    table.urla-weekly-plan tr.urla-weekly-plan {
        border-bottom: 2px solid black;
    }


    table.urla-weekly-plan div.work-hour {
        -webkit-print-color-adjust: exact;
        height: 25px;
        background-color: red !important;
        color: white;
        padding: 5px;
        border-radius: 4px;
        box-sizing: border-box;
        text-align: center;
    }

        table.urla-weekly-plan div.work-hour:hover {
            background-color: #ddd;
        }



.urla-page-container {
    min-height: 100vh !important;
    overflow: auto;
}


.urla-loader {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

/* Columns  */
.column.compact {
    padding: 5px !important;
}



.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;
}



.ui.dropdown .menu.tag > .item {
    display: inline-block;
    margin: 1px;
}


.ui.selection.dropdown .menu.tag > .item {
    padding: 5px !important;
}


.tag-label {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: white !important;
    margin: 2px !important;
}

.urla-tag.ui.label {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: white !important;
    margin: 2px !important;
}




/* MAIN PAGE MENU  */
.urla-menu.selected {
    background-color: orange !important;
}

.urla-menu {
    background-color: transparent !important;
}

.item.active .urla-menu.active {
    background-color: orange !important;
}

.item .urla-menu.active {
    background-color: transparent !important;
}


.urla.fixed.sidebar {
    position: fixed;
    z-index: 1;
    background-color: #1b1c1d;
    width: 255px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 100vh;
}



/* SEMANTIC FROM */
.ui.form.urla {
    background-color: #f8f8f9
}

.resource-name {
    display: inline-block;
    width: 100px;
    word-wrap: break-word;
    height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.urla.bottom-bordered {
    border-bottom: 2px solid black !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}


.urla.warning {
    background-color: #fffaf3 !important;
}

.urla.successful {
    background-color: #a3c293 !important;
}


.urla.error {
    background-color: #fff6f6 !important;
}



/* LINKS */
.urla-link {
    cursor: pointer;
}


.urla-space::before {
    content: "\00a0"; /* Unicode character for non-breaking space */
}

.field .button {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}



/* FONTS */
.urla.mini-font {
    font-size: 12px !important;
}

.urla.tiny-font {
    font-size: 14px !important;
}

.urla.micro-font {
    font-size: 9px !important;
}

.urla.small-font {
    font-size: 16px !important;
}

.urla.normal-font {
    font-size: 18px !important;
}

.urla.large-font {
    font-size: 20px !important;
}

.urla .extra-large-font {
    font-size: 22px !important;
}

.urla.big-font {
    font-size: 24px !important;
}
/* Using "big" class */
/* Add more styles as needed */

.urla.fixed-u {
    position: fixed !important;
}

    .urla.fixed-u.right-u {
        right: 10px !important;
    }

/*COLORS*/
div.gold-u {
    background-color: #daa520 !important;
}

button.gold-u {
    background-color: #daa520 !important;
}

i.gold-u {
    color: #daa520 !important;
}
