﻿.environment {
    font-size: 24px;
    font-weight:900;
    padding:0 30px;
}

input.count-box {
    width: 50px;
    display:inline;
}
i.likebutton {
    color:grey;
    cursor:pointer;
}

.consolas {
    font-family: Consolas,"Courier New", Courier, monospace !important
}

.left-border {
    border-right: 1px dashed silver
}


.text-warn {
    color: #8b1bac;
}
.white {
    color: white !important;
}
.bold {
    font-weight: bold;
}

pre {
    background-color: #a4e5ef

}
.host-name {
    font-size: 32px;
    font-weight: 800;
    font-family: Consolas;
    margin-bottom: -2px;
    padding-top: 3px;
    padding-left: 10px;
    opacity: 0.45;
    color: white;
}

.proc-status-btn {
    font-weight: bold;
    font-size: 24px;
}

.user-name {
    font-size: 18px !important;
    font-weight: 600;
    font-family: 'Consolas';
    padding: 5px 15px 5px 0;
    opacity: 0.6;
    color: black;
}

.nav-bar-flo {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%
}

.xnavbar {
    margin-bottom: -5px !important;
}

.transp {
    opacity: 0.8 !important;
}

.tabledata {
    font-size: 10px;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0;
    margin-right: 0;
}

.small-box .inner {
    cursor: pointer;
    color: white;
}

    .small-box .inner h2 {
        opacity: 0.95;
        font-weight: 800;
        font-size: 23px;
        padding-right: -10px;
        margin: 8px -10px 0 0;
    }

    .small-box .inner h6 {
        opacity: 0.65;
        font-weight: 200;
        font-size: 16px;
        color: white;
        margin: 0 5px 5px 0;
        display: block;
    }

.dumpprocess {
    text-align: right
}

.killprocess {
    margin: -8px -5px 0 0;
}

    .dumpprocess a,
    .killprocess a {
        color: white;
        opacity: 0.65
    }

        .dumpprocess a:hover,
        .killprocess a:hover {
            color: white;
            opacity: 1
        }

.spinicon {
    color: white;
    opacity: 0.25
}

.widgeticon {
    margin-top: -43px;
    margin-right: -5px;
    vertical-align: top;
    text-align: right;
}

.widgetbody {
    margin-top: -5px;
    /*border-top: 1px dotted #ddd*/
}

.exitedprocess {
    background-color: rgba(136, 136, 136, 0.70);
    color: #eee;
    padding: 4px 6px 4px 5px !important;
    border-radius: 7px;
    margin-bottom: 5px !important;
    width: 100%;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

    .exitedprocess:hover {
        color: white;
    }

.loading-msg {
    position: fixed;
    top: 0;
    left: 100%;
    width: 12em;
    height: 4em;
    margin-top: 5em;
    margin-left: -13em;
    padding-top: 20px;
    border: 2px solid #ccc;
    background-color: rgba(39, 39, 39, 0.35);
    font-size: 22px;
    font-weight: 600;
    color: white;
    z-index: 10000;
    text-align: center;
}

.error-msg {
    position: fixed;
    top: 0;
    left: 100%;
    width: 14em;
    height: 4em;
    margin-left: -15em;
    margin-top: 5em;
    padding-top: 20px;
    border: 2px solid #ccc;
    background-color: rgba(199, 39, 39, 0.85);
    font-size: 22px;
    font-weight: 600;
    color: white;
    z-index: 10000;
    text-align: center;
}

.navbar-nav > li > a.tab {
    font-weight: 700;
    font-size: large;
}

.table-schedule tr td {
    border-bottom: 1px dotted #aaa
}


.small-box .progress {
    background: rgba(0, 0, 0, 0.2);
    margin: 0px -15px 0px -15px;
    height: 2px;
}

    .small-box .progress,
    .small-box .progress .progress-bar {
        border-radius: 0;
    }

        .small-box .progress .progress-bar {
            background: #eee;
        }


.table-queues {
    width: auto !important;
    margin-top: 5px  ;
}
    .table-queues > tr > td {
        border-top: 0 !important;
    }

.toggle-body {
    cursor: pointer;
}

    .toggle-body h4 {
        font-weight: 900 !important;
    }

.nav-bar-cfghist {
    background-color: #999 !important;
    max-height: 80px !important;
    min-height: 80px !important;
}

.nav-bar-cfgsch {
    background-color: #999 !important;
    max-height: 50px !important;
    min-height: 50px !important;
}

.nav-bar-cfg {
    background-color: #999 !important;
    max-height: 42px !important;
    min-height: 42px !important;
}

.cfgHeader ul[dnd-list] {
    min-height: 26px;
    padding: 5px;
    margin-right: 20px;
}

    .cfgHeader ul[dnd-list] input {
        margin: 0 !important;
    }

    .cfgHeader ul[dnd-list] .dndDraggingSource {
        display: none;
    }

    .cfgHeader ul[dnd-list] .dndPlaceholder {
        background-color: #ddd;
        /*display: block;*/
        min-height: 26px;
        min-width: 62px;
    }

    .cfgHeader ul[dnd-list] li {
        /*background-color: #fff;*/
        border: 1px solid #777;
        border-top-right-radius: 6px;
        padding: 5px 7px;
        cursor: pointer;
        font-family: 'Arial Narrow'
    }


.cfgHeader2 ul {
    padding: 5px;
    min-height: 36px;
    /*padding-left: 10px;
    margin-left: 10px;*/
}

    .cfgHeader2 ul li {
        border: 1px solid #ddd;
        border-top-right-radius: 5px;
        /*border-top-left-radius: 4px;*/
        /*display: block;*/
        padding: 5px 7px;
        /*margin-bottom: -1px;*/
        cursor: pointer;
    }

.cfgHeader2 .header-tools {
    background-color: #ddd;
}

    .cfgHeader2 .header-tools a {
        color: #444;
        padding-left: 5px;
        padding-right: 5px;
    }



/*.btn-important {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #444;
    background-color: #eee;
    border: 1px solid #ccc !important;
    padding: 4px 6px !important;
}*/
.btn-important {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: white;
    background-color: #666;
    border: 1px solid #333 !important;
    padding: 4px 6px !important;
}

.btn-important-danger {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: white; /*#e0dada;*/
    background-color: #Ad5d5d;
    border: 1px solid #714141 !important;
    padding: 4px 6px !important;
}

.btn-important-ok {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: white; /*#e0dada;*/
    background-color: #338932;
    border: 1px solid #2d5527 !important;
    padding: 4px 6px !important;
}

.btn-important-danger:hover {
    color: white !important;
}

.selectedCommand {
    background-color: #fff4dd !important;
}

.notSelectedCommand {
    background-color: #ddd !important;
}


.schedule-enabled {
    background-color: #dfd !important;
    color: black;
}

.schedule-disabled {
    background-color: #faebe6 !important;
    color: #777;
}

.history-container {
    max-height: 350px;
    width: 100%;
    padding: 3px;
}

.history-content {
    max-height: 324px;
    overflow: auto;
    background: #fff;
}

.navbar-inverse ul > li > a {
    font-weight: 700;
    font-size: 20px;
    color: #ccc !important;
}

    .navbar-inverse ul > li > a:hover {
        color: white !important;
    }
/* ngIf animation */
.animationIf.ng-enter,
.animationIf.ng-leave {
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

    .animationIf.ng-enter,
    .animationIf.ng-leave.ng-leave-active {
        opacity: 0;
    }

        .animationIf.ng-leave,
        .animationIf.ng-enter.ng-enter-active {
            opacity: 1;
        }


table.cases-table th {
    cursor: pointer;
}

table.cases-table td.case-number {
    font-family: 'Consolas';
    font-weight: 600;
    color: #0c2f55;
    white-space: nowrap;
}

table.cases-table td.position {
    font-family: 'Consolas';
    font-weight: 100;
    font-size: 11px;
    color: #999;
}

table.cases-table td.court {
    font-family: 'Consolas';
    font-weight: 600;
    color: #661919;
}

table.cases-table td.case-name {
    font-family: 'Arial';
    font-weight: 100;
    max-width: 60%
}

.st-selected {
    background: #9cb6e8 !important;
    color: white !important;
}

.st-sort-ascent:before {
    content: '\25B2';
}

.st-sort-descent:before {
    content: '\25BC';
}

.small-nav {
    display: inline-block;
    margin: 3px;
    max-height: 40px;
    min-height: 40px;
    padding-top: -25px;
}

    .small-nav ul > li > a {
        padding: 10px 12px 8px 12px;
    }

.bars {
    margin-top: -7px;
    margin-bottom: 5px;
}

.gauge {
    text-align: center;
}

.gauge .caption {
    font-size: 11px;
    font-style: italic;
    margin-top: -46px;
}

.gauge span {
    margin-top: -10px;
}

.sparkline-holder {
    text-align:center;
    padding:0 !important;
    display:inline-block;
}

    .sparkline-holder .caption {
        font-size: 12px;
        font-style: italic;
        margin-top: 0px;
    }



.schedu td {
    border-bottom:3px solid white;
}

.enviro {
    margin-left: 30px;
}
.enviro .buttonbar {
    margin-bottom: 5px;
}

textarea {
    overflow:auto;
    font-family:Consolas,'Courier New'
}

pre {
    background-color: #a4e5ef
}


label {
    padding-top: 10px;
}

.chkbx {
    border: 4px solid #367fa9 !important;
    margin: 4px 0;
    min-height: 30px;
    min-width: 36px;
}



.hlp {
    font-style: italic;
    font-size: 12px;
}