/* ==========================================================================
   INFRASTRUCTURE
========================================================================== */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type="number"] {
    -moz-appearance: textfield;
} 

body {
	color : #fff;
	background-color: #17212e;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: normal;
	line-height: 1.6;

}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.trow {
  margin-right: 15px;
  margin-left: 15px;
}

.action-row {
	padding:10px 0px 10px 0px;
    border-color: #263544;
	border-style: ridge;
	border-width: 0px 0px 1px 0px;

}
.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: 0px;

}

.center-div {
  margin: auto;
}

.margbtm {
	margin-bottom: 25px;
}

.reads-navbar  {
	background-color: #0099f1;
}
.navbar-left {
    float: right !important;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-inverse .btn-link {
    color: #ffffff;
}
.navbar-inverse .navbar-brand {
    color: #ffffff;
}

.navbar-inverse .navbar-toggle {
	border-color: #0099f1;
	border-top-color: #0099f1;
	border-right-color: #0099f1;
	border-bottom-color: #0099f1;
	border-left-color: #0099f1;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #0099f1;
}

.site-login {
	background-color: #304256;
	padding-bottom: 50px;
	padding-left:20px;
}

.ui-widget-content {
	border: 0px solid #aaaaaa;
	background: #304256;
	color: #fff;
}

.ui-accordion-header{
	text-align: center;
}

.ui-widget.ui-widget-content {
	border: 0px solid #aaa;
}

.reads-logo-row {
	padding-top: 30px;
	padding-bottom: 30px;
}


.reads-logo-front {
	margin: auto;
    width: 60%;
    border: 1px solid #fff;
    padding: 10px;
}

.footer-gutter {
    position:fixed;
    bottom: 0px;
    background-color: #0099f1;
    height: 1px;
    width: 100%;
    z-index:5; //stupid iOS Safari fix for footer menu
}

/* ======================================
 well
 ======================*/
 .well {
 color: #555;
 }
 
/* ==========================================================================
   BUTTONS
========================================================================== */
.button_ext {
  background-color: #fff;
  border-color: #ccc;
  color: black;
}


.btn {
	color: #0099f1;
	white-space: pre-wrap;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}

.btn-assessment {
  background-color: #fff;
  border-color: #ccc;
}
.btn-assessment:focus,
.btn-assessment.focus, .btn-assessment:hover  {
  color: #fff;
  background-color: #0099f1;
  border-color: #0099f1;
}

.btn-assessment:active,
.btn-assessment.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0099f1;
  border-color: #0099f1;
}

.selected-button {
    color: #fff;
    background: #0099f1;
	border-color: #0099f1;
}

.btn-primary {
  color: #fff;
  background-color: #0099f1;
  border-color: #0ba1f7;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #006AA9;
  border-color: #005383;
}
.btn-primary:hover {
  color: #fff;
  background-color: #006AA9;
  border-color: #005383;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #006AA9;
  border-color: #005383;
}

.btn-success {
  color: #fff;
  background-color: #16a085;
  border-color: #00aa88;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #007e65;
  border-color: #006753;
}
.btn-success:hover {
  color: #fff;
  background-color: #007e65;
  border-color: #006753;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #007e65;
  border-color: #006753;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #007e65;
  border-color: #006753;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #e05853;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #b94545;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #b94545;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #b94545;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #b94545;
  border-color: #ac2925;
}

.btn-dcpurple {
  color: #fff;
  background-color: #712b95;
  border-color: #784095;
}

.btn-dclime {
  color: #fff;
  background-color: #14ebc5;
  border-color: #36ebcb;
}

.btn-dcpink {
  color: #fff;
  background-color: #f0aa4e;
  border-color: #f0b261;
}

.btn-cleared {
	background-color: #304256;
	color: #0099f1;
	font-weight: bold;
}

.btn-cleared:focus,
.btn-cleared.focus {
 	background-color: #304256;
	color: #0099f1;	
	font-weight: bold;
}
.btn-cleared:hover {
 	background-color: #304256;
	color: #0099f1;
	font-weight: bold;
	
}
.btn-cleared:active,
.btn-cleared.active,
.open > .dropdown-toggle.btn-cleared {
  	background-color: #304256;
	color: #0099f1;
	font-weight: bold;
}


.bootstrap-switch {
	  border-radius: 3px;
      border: 0px solid;
	  margin-left: 15px;
	}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #0099f1;
} 

a {
    color: #0099f1;
    text-decoration: none;
}

a.listactive {
    color:#fff;
	
}

.btn-clear {
 margin-left: 5px;
}

.btn-space {
 padding: 5px 10px;
}

.glyphicon-remove-circle {
font-size:2.5em;
top: -20px;
margin-right: -20px;
z-index: 1;
}

.glyphicon-time {
margin: 2px 5px 0 0;
}

.reads-assess-next {
margin-top: 30px;
margin-right: -5px;
	
}

.reads-complete-assess {
margin-top: 30px;
margin-right: -5px;
	
}




/* ==========================================================================
   PANELS - Widget Bodies
========================================================================== */
.panel {
  margin-bottom: 15px;
  background-color: #304256;
  border: 0px solid transparent;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-body {
 	background: #304256;
	color: #fff;
  padding: 15px;
    border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading {
  padding: 10px 0px;
  border-bottom: 0px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-align: center;
  }

.panel-assess{
  padding: 5px 0px;
  margin-left: -33px;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #354761;
  border-color: #354761;
}
  .panel-footer {
  padding: 10px 4px;
  background-color: #f5f5f5;
  border-top: 0px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-default > .panel-footer {
  color: #fff;
  background-color: #354761;
  border-color: #354761;
}
.reads-page-header{
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-size: 115%;
	padding: 0px 0px 10px 0px;
}

.panel-title {
	text-align: center;
}

.panel-primary {
  border-color: #0099f1;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0099f1;
  border-color: #0099f1;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0099f1;
}
.panel-primary > .panel-heading .badge {
  color: #0099f1;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0099f1;
}

.fixed-panel {
  min-height: 275px;
}

.obs-panel {
	text-align: center;
	margin-left: -10px;
	margin-right: -10px; 
}

.dashbtm {
    margin-bottom: 15px;
}
.dashbtm1 {
    margin-bottom: 5px;
}

.log-entry-header {
	 padding: 2px 0px;
	 height: auto;
  	border-bottom: 0px solid transparent;
  	border-top-left-radius: 3px;
 	 border-top-right-radius: 3px;
  	text-align: center;
  	background-color: #354761;
  	color: #fcfcfc;
}
.log-entry-details {
	background-color: #304256;
	color:#fcfcfc;
	padding: 10px 0px;
	margin-bottom: 5px;
}

.action-container {
	color: #fff;
}
/* ==========================================================================
   JQUERY-UI
========================================================================== */
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 0px solid #d3d3d3;
	background: #354761;
	font-weight: normal;
	color: #ffffff;

}
.ui-widget {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 1em;
    font-weight: normal;
    color: #0099f1;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 120%;
}

#assessment-tabs .ui-tabs-nav {
	display: none;
}
/* ==========================================================================
   JQUERY-UI
========================================================================== */

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

div.ui-datepicker {
    width: 100%;
    padding-right: 20px;
    margin-right: -20%;
}

div.ui-datepicker .ui-widget-header {
    background: #fcfcfc;
    border: 0;
}


div.ui-widget-content .ui-state-default {
    text-align: center;
}

div.ui-datepicker ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    color: #fcfcfc;
    background: #0099f1;
    font-weight: bold;
    text-align: center;
}

/* ==========================================================================
   TABLES
========================================================================== */

.table > thead > tr > th {
  padding: 5px;
  line-height: 2.3857143;
  vertical-align: middle;
  background-color: #374761;
  border-spacing: 0; 
  vertical-align: bottom;
  border-bottom: 0px;
  text-align: left;
}

.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 0px solid #ddd;
  text-align: left;
}

th:first-child {
    border-radius: 3px 0 0 0;
}

th:last-child {
    border-radius: 0 3px 0 0;
}

th:only-child{
    border-radius: 3px 3px 0 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table-bordered {
  border: 2px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 2px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #314256;
  min-height: .01%;
  overflow-x: auto;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

#readsclinicalnote-note_added {
	 color: #555;
}

/* ====================================
Grouped columns
======================================= */
.reads-grp-odd {
	 background-color: #314256;
  min-height: .01%;
  overflow-x: auto;
}

.reads-grp-even {
	 background-color: #374761;
  min-height: .01%;
  overflow-x: auto;
}
/* ==========================================================================
   ListView
========================================================================== */

.listbtn {
  display: block;
  position: relative;
  padding: .75em 5em .75em 1em;
  border-radius: 0em;
  margin-bottom: .5em;
  background: #fff;
  box-shadow:
    /* regular bottom */
    0 .0625em .125em rgba(0, 0, 0, .125),
    /* inset bottom */
    inset 0 -.15em 0 -.125em rgba(0, 0, 0, .125),
    /* category color (left) */
    inset 1em 0 0 -.7em rgba(0, 153, 241, 1),
    /* arrow background (right) */
    inset -0.1em 0 0 -.1em rgba(0, 0, 0, .05);
}

.listdrop {
  display: block;
  color: #fff;
  position: relative;
  margin-bottom: .5em;
  background: #0099f1;
  padding: 5px 0 10px 10px;
  text-align: center;

}


.list-group {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 2px;
  color: #fff;
  border-radius: 0em;

}
.list-group-item {
  position: relative;
  border-radius: 0em;
  display: block;
  color: #fff;
  padding: 10px 15px 10px 15px;
  margin-bottom: -1px;
  background-color: #374761;
  border: 0px solid #ddd;
  overflow:hidden;  
}

a.list-group-item,
button.list-group-item {
  color: #fff;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #fff;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #304256
}

.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.pagination {
  display: inline-block;
  margin: 15px -15px;
  border-radius: 4px;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #0099f1;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #0099f1;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #0099f1;
  border-color: #0099f1;
}

.label {
  display: inline;
  padding: .2em .3em .3em;
  font-size: 75%;
  font-weight: normal;
  line-height: 1.4;
  min-width: 75px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: super;
  border-radius: .25em;
}

.badge.top-right {
    position: absolute;
    right: -20px;
    top: -6px;
    pointer-events: none;
}

.alarm-none {
	background-color: white;
    color: #0099f1;
}

.alarm-none:hover{
    color: #000;
}

.alarm-one {
	border-color: #0099f1;
	background-color: #0099f1;
	color: #fff;
	
}

.badge.alarm-one {
    border: white 2px solid;
	font-size: 10px;
	background-color: transparent;
	color: #fff;
	
}

.alarm-two {
	border-color: #16a085;
	background-color: #16a085;
	color: #fff;
}

.alarm-three {
	border-color: #efc41e;
	background-color: #efc41e;
	color: #fff;
}

.alarm-four {
	border-color: #f0aa4e;
	background-color: #f0aa4e;
	color: #fff;
}

.alarm-five {
	border-color: #d9534f;
	background-color: #d9534f;
	color: #fff;
}

/* ==========================================================================
   ADD NOTE
========================================================================== */

.note-editor {
    display: block;
}

.note-editor > .note-header, .note-editor .note-footer {
    display: block;
    background: transparent;
    padding: 6px 4px;
	font-weight: bold;
}

.note-editor > .note-preview {
    background: #fff;
    border-top: 0;
    border-bottom: 0;
    min-height: 10px;
    overflow: auto;
    padding: 8px;
}

.note-editor textarea {
    font-size: 14px;
    display: block;
    width: 100%;
    border-radius: 0.25em;
    box-shadow: none;
    background: #fefefe;
    margin: 5px;
    padding: 8px;
}

/* ==========================================================================
   Patient Dashboard
========================================================================== */
.c3-axis-x path, .c3-axis-x line, .c3-axis-y path, .c3 .c3-axis-y line {
    stroke: white;
}

.c3-axis-y text, .c3-axis-x text {
    fill:white;
}

.c3-legend-item text {
    fill: white;
}

.c3-line {
    stroke-width: 2px;
    z-index:-1;
    stroke: #fff;
}

.c3 line, .c3 path {
    stroke:#fff;
}

.chart1 {
    margin: -10px -5px -5px -25px;

}

.dash1 {
    margin-right: -30px;
    margin-left: -30px;
}

.dash2 {
   margin-right: -15px;
   margin-left: 15px;
}

.col {
  padding-right:8px;
  padding-left:8px;
}

.dashvitals {
    display: inline;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    vertical-align: super;
    margin-bottom: -5px;
}

.score-button {
    font-weight: bold;
    line-height: 2.5;
    pointer-events:none;
    margin-top: 10px;
    margin: 10px -1px 0px 1px;
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-color: #17212e
}

.key-observation {
    background-color: #354761;
    border-style: solid;
    border-width: 6px 0px 0px 0px;
    margin: 5px -1px 5px -1px;
}
.key-observation.left-key {
    border-radius: 5px 0px 0px 5px;
    margin-right: 2px;
}

.key-observation.right-key {
    border-radius: 0px 5px 5px 0px;
    margin-left: 2px;

}

/* ==========================================================================
   NAV PILLS / TABS - Active Sessions & Actions/Dash tabs
========================================================================== */


.nav-justified > li {
    display: table-cell;
    width: 100%;
}

.nav-tabs.nav-justified {
    display: table;
    table-layout: fixed;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 0;
}

.nav-tabs.nav-justified > li > a {
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    background-color: #f3f3f3;
    border: 0px solid #ddd;

}

.nav-justified-fix {
    table-layout: fixed;
}
.nav-justified-fix:before { display: none; }
.nav-justified-fix:after { display: none; }


.nav-tabs {
    border-bottom: 0px solid #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #f3f3f3;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #0099f1;
}

#patient-last-status .nav-tabs.nav-justified > li > a {
    background-color: #354761;
}

#patient-last-status .nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #304256;
}

#patient-last-status .tab-content {
    padding: 0px 2px 0px 2px;
}

/* ==========================================================================
   MEDIA QUERIES - Mobile Responsive Overrides
========================================================================== */
@media (max-width: 330px) {
	.mrow1 {
      margin-right: -15px;
      margin-left: -10px;
    }
	
	.fixed-panel {
  min-height: 0;
}
	
}

@media (max-width: 500px) {
    .container-fluid {
      padding:10px;
      margin:-20px -15px -0px -15px;
	  border-radius: 0em;
    }
	
		.fixed-panel {
  min-height: 0;
}
	
	 .row {
      margin-right: -15px;
      margin-left: -15px;
    }


	.mrow {
      margin-right: -25px;
      margin-left: -25px;
    }
	
	.mrow2 {
      padding:10px;
      margin:-10px -50px -10px -20px;
    }
	
	.mrow3 {
      margin-left: 10px;
	  padding-right: 57px;
    }
	
	 .dash1 {
    margin-right: 0;
    margin-left: 0;
 }
 
 .dash2 {
    margin-right: 0;
    margin-left: 0;
 }
	
	.reads-inner1 {
	  margin: 10px -20px 0 -20px;
    }

    .body {
      padding:0;
	  margin: 0;
    }
	
	.list-group {
  padding-left: 0;
  padding-right:0;
  margin: -15px -30px 16px -30px;

}

.panel {
  margin-bottom: 15px;
  background-color: #304256;

}
.panel-body {
 	background: #304256;
	color: #fff;
  padding: 15px;

}
.panel-heading {
  padding: 10px 0px;
  border-bottom: 0px solid transparent;
}

.navbar-nav  > .dropdown-menu { 
background-color: #304256 !important; 
}


}

@media (min-width: 768px) {

    .nav-tabs.nav-justified {
        display: block;
        table-layout: fixed;
    }

}