/*
	NOTE: If you define a background-color make sure you define a color for the same Selector
*/

/*
    ---- ## BODY ELEMENT SELECTORS ----
*/


BODY {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 10pt;
}

/* ALL ELEMENTS INHERIT THE font-family color and background from body */

*:lang(en) {
    font-family: inherit;
    font-size: inherit;
    color: inherit !important;
    background: transparent;
}

/* Page Stuff */
.title
{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.nav > td > a {
    display: block;
}
.nav > td > a:hover,
.nav > td > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

/* Text Inputs */
textarea,
input[type="text"],
input[type="password"],
input[type="tel"] {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}


textarea,
input[type="text"],
input[type="password"],
input[type="tel"] {
    display: inline-block;
    /*height: 20px;*/
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-size: 12px;
}

input:required:invalid, input:focus:invalid { 
    background-position: right top; 
    background-repeat: no-repeat; 
    -moz-box-shadow: none; 
    background-color: #FFE6E6;
}

input:required:valid { 
    background-position: right top; 
    background-repeat: no-repeat; 
    background-color: #E0FFE0;
}

input:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}
input:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}

select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}

select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

/* Page Header */
.navbar
{
    border: 0;
    width: 100%;
}

.nav table
{
    border-spacing: 10px 0px;
    border-collapse: separate;
}

.navbar td
{
    white-space: nowrap;
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    color: darkblue;
    vertical-align: middle;
}

.navbar {
    overflow: visible;
    *position: relative;
    *z-index: 2;
}

.navbar-inner {
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    *zoom: 1;
}

.navbar-inner:before,
.navbar-inner:after {
    display: table;
    content: "";
    line-height: 0;
}

.navbar-inner:after {
    clear: both;
}

.navbar .container {
    width: auto;
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
    display: table;
    content: "";
    line-height: 0;
}
.container-fluid:after {
    clear: both;
}

.navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #ffffff;
}

.navbar .btn,
.navbar .btn-group {
    margin-top: 5px;
}

.navbar .btn-group .btn {
    margin-top: 0;
}

.navbar-fixed-top {
    position: relative;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner {
    border-width: 0 0 1px;
}

.navbar-fixed-top .navbar-inner {
    padding-left: 0;
    padding-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar-fixed-top {
    top: 0;
}

.navbar-fixed-top .navbar-inner {
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    box-shadow: 0 1px 10px rgba(0,0,0,.1);
}

.navbar .container {
    width: auto;
}

.nav {
    margin-left: 0;
}

.breadcrumb {
    padding: 4px 4px;
    margin: 0px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Page Footer */
.footer
{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
}

.showred
{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: red;
}

.showerror
{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: red;
}

.boxheader
{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
  color: white;
  background: #00457B;
}

/* Non Form data and prompt displays*/
.prompt
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: black;
}

.prompt_small
{
  background: #EE9A00;
  background-image: linear-gradient(#ffb41a 0%, #EE9A00 100%);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: black;

  height: auto;
  margin-bottom: 2px;
  margin-top: 2px;
  width: auto;
}

.prompt_small_no_background
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: black;

  height: auto;
  margin-bottom: 2px;
  margin-top: 2px;
  width: auto;
}

.datadisplay
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: black;
}

.datadisplay_small
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: black;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}
.table th,
.table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
.table th {
    font-weight: bold;
}
.table thead th {
    vertical-align: bottom;
}
.table thead:first-child tr:first-child th {
    border-top: 0;
}
.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}
.table-striped tbody > tr:nth-child(odd) > td {
    background-color: #f9f9f9;
}

TD.labels {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    color: white;
    background-color: #00457B;
    /*background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);*/
    background-image: linear-gradient(to bottom, #025594 0%, #00457B 100%);
    background-repeat: repeat-x;
    /*border: 1px solid #d4d4d4;
    border-radius: 4px;*/
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    /*min-height: 40px; causing IE double headers*/
    height: 28.4px;
    padding-left: 20px;
    padding-right: 20px;
}

TD.data
{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

TD.inactivedata
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #0000FF;
}

/*Image Stuff*/
img {
    vertical-align: middle;
    border: 0;
}

#searchButton{
    display: inline;
}

/* Standard Form Stuff */
/* form entery */

B.entry
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

B.entryrequired
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
	color: red;
}

LABEL.entry
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

/* SELECT */

select.filter {
    height: auto;
    margin-bottom: 5px;
    padding: 1px 1px;
    width: auto;
}

select.filter_medium {
    height: auto;
    margin-bottom: 5px;
    padding: 1px 1px;
    width: auto;
}

select.filter_small {
    height: auto;
    margin-bottom: 5px;
    padding: 1px 1px;
    width: auto;
}

select.filter_big {
    height: auto;
    margin-bottom: 5px;
    padding: 1px 1px;
    width: auto;
}

select.filter_status {
    height: auto;
    margin-bottom: 5px;
    padding: 1px 1px;
    width: auto;
}

SELECT.entry {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 215px;
    height: auto;
    margin-bottom: 5px;
    padding: 1px 1px;    
}

SELECT.entry_small
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 60px;
    height: auto;
    margin-bottom: 5px;
    padding: 1px 1px;
}

SELECT.entry_medium
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 130px;
    height: auto;
    margin-bottom: 5px;
    padding: 1px 1px;
}


SELECT.entry_big
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 290px;
    height: auto;
    margin-bottom: 5px;
    padding: 1px 1px;

}


SELECT.entry_huge
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 440px;
    height: auto;
    margin-bottom: 5px;
    padding: 1px 1px;

}

select[name=MonthSelector] {    
    height: auto;
    margin-bottom: 5px;
    padding: 1px 1px;
    width: auto;
}

select[name=YearSelector] {    
    height: auto;
    margin-bottom: 5px;
    padding: 1px 1px;
    width: auto;
}

select.datetimepicker {    
    height: auto;
    margin-bottom: 10px;
    padding: 1px 1px;
    width: auto;
    font-size: 11px;
}

select {
    cursor: pointer;
}

select {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

select {
    display: inline-block;
    /*height: 20px;*/
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}

select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}

select.form-horizontal {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    margin-bottom: 0;
    vertical-align: middle;
}

select.uneditable-input {
    font-size: 12px;
}

select.filter[name="filterFacility"] {
    max-width: 150px;
}

select.filter_medium[name="filterFacilityRegion"] {
    max-width: 150px;
}

select.filter[name="filterFacilityRegion"] {
    max-width: 150px;
}

select.filter_status[name="filterTech"] {
    max-width: 150px;
}

select.filter[name="filterTech"] {
    max-width: 150px;
}

select.filter_medium[name="filterProcedureName"] {
    max-width: 150px;
}

select.filter_status[name="key"] {
    max-width: 150px;
}


OPTION.entry
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}


INPUT.entry
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-bottom: 5px;
    width: auto;
    margin: 1px 4px 0px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
    height: 25px;
}

INPUT.entry[type="image"] {
    padding: 0px;
    height: auto;
    margin: 0px;
    border: 0px;
    border-radius: 0px;
}

BUTTON.entry
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

TEXTAREA.entry
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 11pt;
    width: 85%;
}


TD.entry
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

/* form filters */


.filter
{
  font-family: Arial, Helvetica, sans-serif;
/*  font-size: 8pt;*/
}


SPAN.filter
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
color: red;
}

FORM.filter
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

LABEL.filter
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

OPTION.filter
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

input.filter {
    height: auto;
    margin-bottom: 5px;
    padding: 1px 1px;
    width: auto;
}

.nav A:link, .nav A:visited
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
	color: gray;
        text-decoration: none;
        font-weight: normal;
}

.nav A:hover
{
	color: black;
	text-decoration: none;
}


/* Anchors */
A.picklist:link
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
	font-weight:bold;
	color: blue;
	text-decoration: underline;
}

A.picklist:visited
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
	font-weight:bold;
	color: blue;
	text-decoration: underline;
}


A.picklist:hover
{
	color: magenta;
	text-decoration: underline;
}

/* menus */

A.submenuselected:visited, A.submenuselected:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #0088CC;
    text-decoration: none;
}

A.submenuselected:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #005580;
    text-decoration: underline;
}


A.submenu:visited, A.submenu:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #0088CC;
    text-decoration: none;
}

A.submenu:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #005580;
    text-decoration: underline;
}

/* Table Links */
td a.link:link, td a.link:visited
{
    text-decoration:none; 
    color: #0088CC;
}

td a.link:hover
{
    text-decoration:none; 
    color: #005580;
}


/* Buttons! */
.btn {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}
.btn:active {
    background-color: #cccccc \9;
}
.btn:first-child {
    *margin-left: 0;
}
.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}
.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn-small [class^="icon-"]{
    margin-top: 0;
}

/* Webi-Table */

.webi-table-header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    color: white;
    background-color: #00457B;
    /*background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);*/
    background-image: linear-gradient(to bottom, #025594 0%, #00457B 100%);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    /*min-height: 40px; causing IE double headers*/
    height: 28.4px;
    padding-left: 20px;
    padding-right: 20px;
}

tr.webi-table-tr {
    border: 1px dotted #f5f5f5;
}

tr.webi-table-tr:hover {
    border: 1px solid black;
    background-color: #ffffde;
}

.webi-right {
    text-align: right;
    vertical-align: top!important;
}

.hidden {
    display: none!important;
    opacity: 0!important
  }
  
.hide {
    display: none;
}