<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
    margin-top:70px !important;
    margin-bottom:65px !important;
    /*background: #2b3e50 !important;*/
    -ms-overflow-style: scrollbar;
    color:  black
}

.tooltip-inner {background: #2b3e50 !important;}


td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.details td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}

.required {
    color: #ff6347;
    font-family: sans-serif;
    font-size: 12px;
}

.imp-note {
    color: red;
    font-family: sans-serif;
}

ul.ui-autocomplete {
    z-index: 1100;
}

.checkbox-ncams,.radiobtn-ncams {
    width:25px; 
    height:25px
}

.panel-ncams {
    border-color: #ddd !important;
}

.panel-ncams &gt; .panel-heading {
    color: #fff;
    background-color: #4e5d6c;
    border-color: #4e5d6c;
}

.panel-ncams &gt; .panel-body {
    background-color: #eee;
}

.navbar-ncams {
    background: #4e5d6c;
}

.nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
    background: lightslategray; /*#4e5d6c !important;*/
}

td &gt; a, td &gt; a:hover, td &gt; a:focus {
    color: lightslategray /*#274930 !important;*/
}
/*a, a:hover, a:focus {
    color: #fff !important;
    background-color: #4e5d6c;
}*/

.dropdown-menu &gt; li &gt; a {
    background: #4e5d6c;
}

.close {
    color: #fff;
}

.modal-header {
    background: #4e5d6c;
    color: #fff;
}

.modal-body {
    background: #eee;
}

.vstatus-table {
    border-collapse: separate;
    border-spacing: 5px;
    width: 100%;
}

.vstatus {
    text-align: center;
    padding-right: 0px;
    box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
}

.viscircle-table td {
    padding:2px;
}

.cstatus {
    text-align:center;
}

.c-active i {
    background: orange;
    font-size: 3em;
    padding-top: 0.5em;
}

.c-inactive i {
    background: darkgray;
    font-size: 3em;
    padding-top: 0.5em;
}

.c-done i {
    background: green;
    font-size: 3em;
    padding-top: 0.5em;
}

.c-small i {
    font-size: 1em;
}

.connector {
    margin-left:5px;
    margin-right:5px;
    height: 50%;
    min-width:30px;
}

.con-done {
    border-bottom: 5px solid green;
}

.con-undone {
    border-bottom: 5px solid darkgray;
}

.cstatus i {
    color: white;
    text-align: center;
    width:2em;
    height:2em;
    border-radius: 100%;
    box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
}

.vstatus-done {
    color: white;
    background: green;
}

.vstatus-active {
    color: white;
    background: orange;
}

.vstatus-inactive {
    color: gray;
    background: darkgray;
}

.vstatus-large {
    font-size: 3em;
}

.vstatus-small {
    font-size: 1.4em;
}

.vsarrow {
    text-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
    width:5px;
}

.arrow-done {
    color: green;
}

.arrow-active {
    color: orange;
}

.arrow-inactive {
    color: darkgray;
}

.arrow-large {
    font-size: 1.5em;
}

.arrow-small {
    font-size: 1em;
}

/* CUSTOM BUTTONS */

.btn-ncams { 
  color: #ffffff; 
  background-color: #BF5A16; 
  border-color: #BF5A16; 
} 
 
.btn-ncams:hover, 
.btn-ncams:focus, 
.btn-ncams:active, 
.btn-ncams.active, 
.open .dropdown-toggle.btn-ncams { 
  color: #ffffff; 
  background-color: #965D3A; 
  border-color: #BF5A16; 
} 
 
.btn-ncams:active, 
.btn-ncams.active, 
.open .dropdown-toggle.btn-ncams { 
  background-image: none; 
} 
 
.btn-ncams.disabled, 
.btn-ncams[disabled], 
fieldset[disabled] .btn-ncams, 
.btn-ncams.disabled:hover, 
.btn-ncams[disabled]:hover, 
fieldset[disabled] .btn-ncams:hover, 
.btn-ncams.disabled:focus, 
.btn-ncams[disabled]:focus, 
fieldset[disabled] .btn-ncams:focus, 
.btn-ncams.disabled:active, 
.btn-ncams[disabled]:active, 
fieldset[disabled] .btn-ncams:active, 
.btn-ncams.disabled.active, 
.btn-ncams[disabled].active, 
fieldset[disabled] .btn-ncams.active { 
  background-color: #BF5A16; 
  border-color: #BF5A16; 
} 
 
.btn-ncams .badge { 
  color: #BF5A16; 
  background-color: #ffffff; 
}

.linkbtn-ncams {
    color: midnightblue !important;
    text-decoration: underline;
}

.apptitle-ncams {
    color: white;
    font-size: 20px;
}

.btn-ncams-big { 
  color: white; 
  font-weight: bold !important;
    font-size: 20px !important;
  background-color: darkred; 
  -o-box-shadow: 0 1px 2px #727272;
    width: 200px;
    height: 70px;
} 
 
.btn-ncams-big:hover, 
.btn-ncams-big:focus, 
.btn-ncams-big:active, 
.btn-ncams-big.active
{ 
  color: yellow !important;
  /*background-color: black;*/ 
}  
/* END CUSTOM BUTTONS */</pre></body></html>