/* line 1, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
body {
  color: #666;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  margin: 0 0 50px 0;
}

/* line 7, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
#content {
  max-width: 970px;
  /* width to match bootstrap container width */
  margin: 0 auto;
  padding: 15px 0;
  /* spacing top and bottom */
}

/* line 13, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.intro-text {
  font-size: 18px;
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 10px;
}

/* line 20, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.navbar-title {
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  padding: 20px 0;
  color: #555555;
  line-height: 20px;
}

/* line 29, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
#logo {
  margin-left: 20px;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* line 35, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
#nav {
  background-color: #ffffff;
  border-bottom: 1px solid #cbd0d3;
}

/* line 40, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
#nav ul {
  list-style: none;
  margin: 0;
  padding: 20px 30px 0 0;
  float: right;
}

/* line 47, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
#nav ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

/* line 53, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
#nav ul li a {
  text-decoration: none;
  color: #555555;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: background-color 0.5s, color 0.5s;
  -moz-transition: background-color 0.5s, color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s;
  -ms-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}

/* line 70, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
#nav ul li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 74, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
#nav ul li a.active {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 78, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
#nav ul li a.active:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 82, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
#nav .active > a, #nav > .active > a:hover, #nav > .active > a:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 87, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
img {
  margin: 0;
}

/* line 96, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
h1, h2, h3, h4 {
  color: #406677;
}

/* line 102, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
a, .phone {
  color: #0092d7;
}

/* line 106, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.partners a img {
  /*filter: grayscale(100%); !* Standard *!*/
  /*-webkit-filter: grayscale(100%); !* Webkit *!*/
  /*filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); !* Firefox4-34*!*/
  /*filter: gray;  !* IE6-9 *!*/
  /*-webkit-filter: grayscale(1); !* Old WebKit *!*/
  opacity: 0.75;
  /* Opacity for Modern Browsers */
  filter: alpha(opacity=75);
  /* Opacity for IE8 and lower */
}

/* line 118, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.partners img:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  /* Opacity for Modern Browsers */
}

/*-------- Index Welcome Page-----*/
/*Dashboard*/
/* line 130, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.chart-panel {
  padding: 0px;
  margin-bottom: 10px;
  background-color: #f6fbfc;
  border: none;
  border-radius: 0px;
}

/* line 139, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.dashboard-box {
  display: block;
  height: 58px;
  width: 100%;
  padding: 16px 16px 16px 16px;
  margin: 0 0 10px 0;
  background-color: #ebf0f1;
}

/* line 147, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.dashboard-box span:last-child {
  position: absolute;
  right: 40px;
}

/* line 151, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.dashboard-box-number {
  line-height: 24px;
  font-size: 24px;
  font-weight: 500;
}

/* line 156, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.dashboard-box-label {
  line-height: 24px;
  font-size: 20px;
  font-weight: 400;
}

/* line 161, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.dashboard-box-label-lighter {
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
}

/* line 166, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.completed-box {
  color: #58ac3a;
}

/* line 169, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.remain-box {
  color: #cc5268;
}

/* end */
/* partners footer */
/* line 178, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.partners {
  padding: 20px;
}

/* end */
/* footer with Glossary */
/* line 187, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
#hug_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  border-top: 5px solid #e7ecef;
  padding: 0;
  color: #555555;
}

/* line 198, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
#hug_footer a {
  color: #555555;
}

/* line 202, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
#hug_footer a:hover {
  opacity: 0.9;
}

/* line 206, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
#hug_footer .x {
  max-width: 900px;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
}

/* end */
/*input[type=text],*/
/*input[type=password],*/
/*textarea {*/
/*border: 1px solid #0092d7;*/
/*font-size: 100%;*/
/*padding: 7px 15px;*/
/*-webkit-border-radius: 4px;*/
/*-moz-border-radius: 4px;*/
/*-o-border-radius: 4px;*/
/*-ms-border-radius: 4px;*/
/*border-radius: 4px;*/
/*width: 90%;*/
/*}*/
/*form control
-------------------------------------------------- */
/* line 238, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
select {
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  font-size: 15px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  /*font: 400 14px system-ui;*/
  color: #555555;
  background-color: #fff;
  border: 1px solid #4c6272;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 6px 24px 6px 12px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: .6em;
  background-position: calc(100% - 0.7em) center;
  background-repeat: no-repeat;
  max-width: 380px;
}

/* line 260, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
select#curr_action {
  font: 400 14px sans-serif;
}

/* line 264, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
select#assigned_to {
  font: 400 12px sans-serif;
  border: 1px solid #668198;
  border-radius: 1px;
}

/* --------------------------------- BUTTONS now using bootstrap theme buttons -------------------------------- */
/* line 273, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.btn-secondary {
  color: #fff;
  background-color: #4C6171;
  border-color: #4C6171;
  border-radius: 1px;
}

/* line 279, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #4c6272;
  border-color: #122b40;
}

/* line 285, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #3e5464;
  border-color: #204d74;
}

/* line 290, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #4c6272;
  background-image: none;
  border-color: #122b40;
}

/* line 298, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary.focus:active,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 311, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary.focus[disabled],
fieldset[disabled] .btn-secondary.focus {
  background-color: #aeb7bd;
  border-color: #8f989e;
}

/* ----------------------- WARNINGS AND ALERTS ------------------------*/
/* line 328, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.second_panel {
  float: right;
  width: 300px;
  padding-top: 10px;
  padding-right: 80px;
}

/* line 339, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.disclaimer {
  padding-top: 30px;
  color: #999;
  font-size: 80%;
}

/* line 345, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.warning {
  color: #c00;
}

/* line 349, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
#warning.warning {
  border: 1px dotted #c00;
  padding: 15px;
  background-color: #d3dbdd;
  margin: 10px 0 20px 0;
}

/* line 356, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.disclaimer h2, .disclaimer h3 {
  color: #999;
  font-size: 100%;
  font-weight: normal;
  text-transform: uppercase;
}

/* IMPORTANT: The below bypass any bootstrap-whatever values. */
/* The below will give a more minimal dismiss-button for alerts
 * and color different types of alerts with different color.
*/
/* line 369, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.alert button {
  background-color: transparent;
  box-shadow: none;
  margin-left: 5px !important;
}

/* line 374, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.alert button:hover {
  background-color: transparent;
  box-shadow: none;
  color: black;
}

/* line 382, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.alert-success {
  background-color: #b2e373 !important;
}

/* line 385, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.alert-info {
  background-color: #bfdcf4 !important;
}

/* line 388, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.alert-dismissible {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* ----------------------------- PATIENT FORM --------------------------------*/
/* line 397, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
div.inlineError {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  padding: 7.5px 17.5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 4px;
  border: 1px solid #ffac67;
  max-width: 150px;
}

/* ---------------------------- GLOSSARY LISTING ------------------------------*/
/* line 420, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
table#glossary-list {
  margin: 20px 0;
}

/* line 423, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
table#glossary-list > thead > tr.header > th {
  color: #555;
  background-color: #d8dde0;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 10px 7px;
}

/* ---------------------------- PATIENT LISTING ------------------------------*/
/* line 438, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
table#patients-list {
  min-width: 100%;
  font-size: 95%;
  margin-bottom: 15px;
  padding-top: 15px;
}

/* line 444, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
table#patients-list label {
  display: inline-block;
  font-weight: normal;
  padding: 5px;
}

/* line 449, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
table#patients-list input {
  float: left;
  margin: 6px 0 0;
}

/* line 455, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
table#patients-list th {
  color: #555;
  background-color: #d8dde0;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 10px 7px;
  cursor: pointer;
  cursor: hand;
  overflow: hidden;
  white-space: nowrap;
}

/* line 467, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
#patients-list tr {
  white-space: nowrap;
}

/* Avoid last td text going beyond the table */
/* line 472, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
#table-wrapper.flag_on #patients-list td:last-child {
  padding-right: 35px;
}

/* line 476, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
table#patients-list td {
  padding: 5px 7px;
}

/* line 480, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
table#patients-list.hide_complete tbody tr.complete {
  display: none;
}

/* line 484, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
table#patients-list tbody tr:nth-child(odd) {
  background-color: #fefefe;
}

/* line 488, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
table#patients-list tbody tr:nth-child(even) {
  background-color: #f2f7f8;
}

/* line 492, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
table#patients-list tbody tr:hover {
  background-color: #eff4f5;
}

/* line 498, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
table#patients-list td.status_col {
  padding-left: 22px;
  position: relative;
  font-size: 95%;
}

/*Patient Queries table*/
/* line 508, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
table#patients-queries {
  min-width: 100%;
  font-size: 95%;
  margin-bottom: 15px;
}

/* line 514, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
table#patients-queries th {
  color: #0092d8;
  text-align: left;
  padding: 1px 5px;
  overflow: hidden;
  white-space: nowrap;
}

/* line 522, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
table#patients-queries td {
  padding: 5px 7px;
}

/* line 526, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
table#patients-queries tbody tr:nth-child(odd) {
  background-color: #f9fdfe;
}

/* line 530, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
table#patients-queries tbody tr:nth-child(even) {
  background-color: #e9f9f9;
}

/**************************/
/* line 536, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.status_col.incomplete {
  color: #fff;
  font-size: 16px;
  display: block;
  width: 16px;
  height: 16px;
  color: #cc5268;
  position: absolute;
  top: 10px;
  left: 0px;
}

/* line 548, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.status_col.complete {
  color: #fff;
  font-size: 16px;
  display: block;
  width: 16px;
  height: 16px;
  color: #8bc53f;
  position: absolute;
  top: 10px;
  left: 0px;
}

/* line 560, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.flag_button, .flag_record {
  display: none;
}

/* line 564, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.flag_on .review_record {
  display: none !important;
}

/* line 568, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.flag_on .flag_button {
  display: block;
}

/* line 572, app/assets/stylesheets/clinicalaudit/pccrc_other_pages.scss */
.flag_on .flag_record {
  display: inline;
}
