﻿
@media print
{
.noprint {display:none;}
.container{font-size:10pt;}
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

body {
    font-size: 1em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
    height:100%;
    z-index:20;
}

html{
    height:100%;
}

header, footer, nav, section {
    display: block;
}

hr{
    color: darkslategray; 
    background-color: darkslategray;    
    height: 2px;
}

.verthr{
    border-right:2px solid darkslategray;
    position:relative;
    height:80%;
}

.link{
    cursor:pointer;
    text-decoration:underline;
    color:blue;
}

.links1 {
    height:130px;
}

.links2 {
    height:150px;
}

.links3 {
    height:175px;
}

.homelinks ul li
{
    text-decoration:underline;
}

/*.calSect{
    height:450px;
}*/

.SymptomPanel{
    height: 750px;
    overflow:hidden;
    font-size:10pt;
}

.NewSymptomPanel {
    height: 1000px;
    overflow: hidden;
    font-size: 10pt;
}

.noClose .ui-dialog-titlebar-close {
  display: none;
}

.coversection
{
    position:absolute;
    display:block;
    opacity:.08;
    left:0;
    background: #000;
    z-index:5;   
}

.btnStartTriage
{
    /*position:absolute;
    height:50px;
    width:300px;
    text-align:center;*/
    z-index:10;
    stop-opacity:1;
    vertical-align:middle;
    /*line-height:35px;
    font-size:25pt;*/
    
}

.btnStartTriage a{
    color:white;
    text-decoration:underline;
}


div.vertical_scrollerA, div.vertical_scrollerB, div.scrollingStars
{
    float:left;
    position:relative;
    overflow: hidden;
    width: 100%;
    display: block;
    /*margin-bottom: 25px;*/
    
    height:100%;
}

div.horizontal_scrollerA
{
    float:left;
    position: relative;    
    width: 100%;
    display: block;
    overflow: hidden;
    border-bottom:1px solid black;
    border-top:1px solid black;
    /*margin-bottom: 25px;*/
}

div.horizontal_scrollerB
{
    float:left;
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    /*margin-bottom: 25px;*/
}

div.scrollingtext
{
    font-size:9pt;
    position: absolute;
    font-weight: bold;
    color: #000000;  
    overflow:hidden;
}

div.scrollingAlert
{
    position: absolute;
    font-weight: bold;
    color: #000000;
}

.scenario{
    border-bottom:1px solid black;    
    font-size:10pt;
    width:100%;
    float:left;
}

.scenarioItmL{
    width:40%;
    border-right:1px solid black;
    float:left;
}

.scenarioItmR{
    float:left;
    padding-left:3px;
    word-break: break-word;
}
.scenario div:hover{
    cursor:pointer;
}

.FEILabel{
    font-weight:normal;
    /*padding-left: 5px;*/
    /*margin-left: 5px;*/

}

/*  CUSTOM Button  Colors */

.btn-plain {
  color: black;
  background-color: Menu;
  border-color: ActiveBorder;
}

.btn-plain:hover,
.btn-plain:focus,
.btn-plain:active,
.btn-plain.active,
.open .dropdown-toggle.btn-plain {
  color: black;
  background-color: #ffffff;
  border-color: ActiveBorder;
}

.btn-plain:active,
.btn-plain.active,
.open .dropdown-toggle.btn-plain {
  background-image: none;
}

.btn-plain.disabled,
.btn-plain[disabled],
fieldset[disabled] .btn-plain,
.btn-plain.disabled:hover,
.btn-plain[disabled]:hover,
fieldset[disabled] .btn-plain:hover,
.btn-plain.disabled:focus,
.btn-plain[disabled]:focus,
fieldset[disabled] .btn-plain:focus,
.btn-plain.disabled:active,
.btn-plain[disabled]:active,
fieldset[disabled] .btn-plain:active,
.btn-plain.disabled.active,
.btn-plain[disabled].active,
fieldset[disabled] .btn-plain.active {
  background-color: Menu;
  border-color: ActiveBorder;
}


.btn-pretty {
  color: #ffffff;
  background-color: Highlight;
  border-color: blue ;
}

.btn-pretty:hover,
.btn-pretty:focus,
.btn-pretty:active,
.btn-pretty.active,
.open .dropdown-toggle.btn-pretty {
  color: #ffffff;
  background-color: deepskyblue;
  border-color: blue;
}

.btn-pretty:active,
.btn-pretty.active,
.open .dropdown-toggle.btn-pretty {
  background-image: none;
}

.btn-pretty.disabled,
.btn-pretty[disabled],
fieldset[disabled] .btn-pretty,
.btn-pretty.disabled:hover,
.btn-pretty[disabled]:hover,
fieldset[disabled] .btn-pretty:hover,
.btn-pretty.disabled:focus,
.btn-pretty[disabled]:focus,
fieldset[disabled] .btn-pretty:focus,
.btn-pretty.disabled:active,
.btn-pretty[disabled]:active,
fieldset[disabled] .btn-pretty:active,
.btn-pretty.disabled.active,
.btn-pretty[disabled].active,
fieldset[disabled] .btn-pretty.active {
  background-color: Highlight;
  border-color: blue;
}


.btn-simple {
  color: black;
  background-color: white;
  border-color: GrayText ;
}

.btn-simple:hover,
.btn-simple:focus,
.btn-simple:active,
.btn-simple.active,
.open .dropdown-toggle.btn-simple {
  color: white;
  background-color: GrayText;
  border-color: black;
}

.btn-simple:active,
.btn-simple.active,
.open .dropdown-toggle.btn-simple {
  background-image: none;
}

.btn-simple.disabled,
.btn-simple[disabled],
fieldset[disabled] .btn-simple,
.btn-simple.disabled:hover,
.btn-simple[disabled]:hover,
fieldset[disabled] .btn-simple:hover,
.btn-simple.disabled:focus,
.btn-simple[disabled]:focus,
fieldset[disabled] .btn-simple:focus,
.btn-simple.disabled:active,
.btn-simple[disabled]:active,
fieldset[disabled] .btn-simple:active,
.btn-simple.disabled.active,
.btn-simple[disabled].active,
fieldset[disabled] .btn-simple.active {
  background-color: white;
  border-color: GrayText;
}
/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

.sortable li {
	list-style: none;
	height: 25px;
}

.handle {
	cursor: pointer;
}

li.sortable-placeholder {
	border: 1px dashed #e40b0b;
	background: none;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}


.CommentIndent{
    margin-left:1%;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.overlay2 {
    position: absolute;
    left: 0;
    top: 0;/*
    bottom: 0;
    right: 0;*/
    height:100%;
    width:100%;
    background: #000;
    opacity: 0.3;
    z-index:1000;

}
.loading2 {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
    opacity: 0.9;
    z-index: 2000;
}
.overlay {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 200;
    display: none;
}

.loading {
   /* width: auto;
    height: auto;*/
    position: fixed;
    /*top: 50%;*/
    left: 48%;
    margin: auto;
    z-index: 2000;
    display: none;
    /*background-color: rgba(255,255,255,1);*/
}

.table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important
}


.btn-xs, .btn-group-xs > .btn {
    --bs-btn-padding-y: 0.15rem;
    --bs-btn-padding-x: 0.3rem;
    --bs-btn-font-size: 0.60rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}