/* 
Basic Styles
Company: Nurse Passport
Author: Vivian Clark (vclark@i2rd.com)
*/
html {
  font-size: 100%;
}

body {
  color: #555;
  font-size: 1em;
  font-family: 'SourceSansProRegular', Arial, sans-serif;
  background: #efefef;
}

#header,
#navigation,
#footer {
  width: 100%;
}

#admin #header-wc-0,
#admin #e_column_0,
#admin #navigation-wc-0,
#admin #footer-wc-0 {
  width: 90%;
}

#header-wc-0,
#e_column_0,
#navigation-wc-0,
#footer-wc-0 {
  width: 960px;
  margin: 0 auto;
}

/* general text styles ----------------*/
h1 {
  font-family: 'SourceSansProLight', Arial, sans-serif;
  font-size: 2.75em;
  line-height: 1.6;
  font-weight: normal;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.1em;
}

p {
  line-height: 2;
  margin-bottom: 1em;
  font-size: 1.1em;
}

a {
  color: #478bbc;
}

/* header --------------------------*/
#header {
  padding: 10px 0;
  background: white;
  border-bottom: 1px solid #666;
  height: auto;
}

#header-wc-0 {
  position: relative;
  *zoom: 1;
}

#header-wc-0:before,
#header-wc-0:after {
  content: " ";
  display: table;
}

#header-wc-0:after {
  clear: both;
}

#logo {
  float: left;
  margin-top: 10px;
}

.facility_selectors {
  float: right;
  white-space: nowrap;
  padding-top: 5px;
  padding-bottom: 40px;
}

.facility_selectors .selector {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.facility_selectors .selector select {
  max-width: 200px;
  display: none;
}

.facility_selectors .selector + .selector {
  margin-left: 5px;
}

.help_center {
  font-family: 'SourceSansProSemibold', Arial, sans-serif;
  position: absolute;
  right: 0;
  bottom: 2px;
  color: #0A449F;
  font-size: 14px;
}

/* logout component ----------------------*/
.user_nav {
  position: absolute;
  right: 82px;
  bottom: 0;
  z-index: 100;
}

.user_nav .trigger {
  padding: 8px 12px;
  cursor: pointer;
}

.user_nav .trigger:hover {
  background: #f9f9f9;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
}

.user_nav.shown .trigger {
  background: #eaeaea;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
}

.user_nav .trigger .name,
.user_nav .trigger .login_name,
.user_nav .trigger .status {
  display: inline-block;
  vertical-align: middle;
}

.user_nav .trigger .status {
  width: 0;
  height: 0;
  margin-left: 10px;
  border-bottom: 0px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
}

.user_nav .trigger .name {
  font-weight: bold;
}

.user_nav .trigger .login_name {
  font-style: italic;
  margin-left: 5px;
  font-size: 12px;
}

.user_nav .collapsible-shown {
  background-color: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 180px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #d0d0d0;
  margin-top: 5px;
}

.user_nav .collapsible-shown:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  bottom: 100%;
  right: 30px;
}

.user_nav .collapsible-shown .menuitemlabel {
  display: block;
  padding: 12px 10px;
  text-decoration: none;
  color: #555;
}

.user_nav .collapsible-shown .menuitemlabel .mil:before {
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 1em;
  width: 1em;
  margin-right: 10px;
}

.user_nav .collapsible-shown .mi.helpdesk .menuitemlabel .mil:before {
  content: "\f1cd";
}

.user_nav .collapsible-shown .mi.account .menuitemlabel .mil:before {
  content: "\f007";
}

.user_nav .collapsible-shown .mi.logout_url .menuitemlabel .mil:before {
  content: "\f08b";
}

.user_nav .collapsible-shown .mi.corpdash .menuitemlabel .mil:before {
  content: "\f0f7";
}

.user_nav .collapsible-shown .mi .menuitemlabel:hover {
  background-color: #478bbc;
  color: #fff;
}

/* ecolumn -----*/
#e_column_0 {
  padding-bottom: 4em;
}

#e_column_0-wc-0 {
  margin: 1em auto;
  padding: 25px 25px 40px;
  background: white;
  border-radius: 8px;
  border: 1px solid #aaa;
  border-top: 8px solid #3399ff;
  -webkit-box-shadow: 1px 3px 3px #aaa;
  box-shadow: 1px 3px 3px #aaa;
  position: relative;
}

/* page heading -----------------------*/
#page_heading, .help_heading {
  padding: .75em;
  text-align: center;
}

/* column 2 sencondary nav -----------------------------*/
#column2 .secondary_nav li a {
  background: url("/_resources/e30d:kxmrku/files/167387z379502ba/_fn/box_bg.png") repeat-x scroll left top transparent;
  border: 1px #ddd solid;
  font-size: 12px;
  line-height: 2;
  font-weight: normal;
  margin: 0px 0 4px;
  text-decoration: none;
  color: #555;
  padding: 0 15px;
  border-radius: 4px;
  display: block;
}

#column2 .secondary_nav li a:hover {
  font-weight: bold;
}

/* popups -------------------------------*/
.windowcontent input.miwt_calendar,
.windowcontent button.miwt_calendar_open,
.windowcontent input {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* tables --------------------------*/
table.miwt-table p {
  line-height: 1em;
  margin-bottom: 0;
  font-size: 1em;
}

/* footer -------------------------------*/
#footer p {
  margin: 0;
  font-size: .9em;
}

/* "chartbeat" --------------------------*/
/* copyright Heart "beat" styles */

@-webkit-keyframes hover {
  0%, 100% {
    -webkit-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  25%, 75% {
    -webkit-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
}

@keyframes hover {
  0%, 100% {
    -webkit-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  25%, 75% {
    -webkit-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(8px, -12px);
    transform: translate(8px, -12px);
  }
  100% {
    -webkit-transform: translate(12px, 5px);
    transform: translate(12px, 5px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(8px, -12px);
    transform: translate(8px, -12px);
  }
  100% {
    -webkit-transform: translate(12px, 5px);
    transform: translate(12px, 5px);
  }
}

@-webkit-keyframes pulse {
  0%, 15% {
    height: 12px;
    width: 12px;
  }
  100% {
    height: 5px;
    width: 5px;
  }
}

@keyframes pulse {
  0%, 15% {
    height: 12px;
    width: 12px;
  }
  100% {
    height: 5px;
    width: 5px;
  }
}

.heartbeat {
  position: relative;
  display: inline-block;
}

.heartbeat:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 10px;
  width: 10px;
  background: url(/_resources/e30d:oiaukl/files/314529990zefd1732e/_fn/musicnote.png) no-repeat;
  background-size: contain;
  opacity: 0;
}

.heartbeat:hover:after {
  -webkit-animation: hover 2s ease infinite, float 2s linear infinite, pulse 2s ease infinite;
  animation: hover 2s ease infinite, float 2s linear infinite, pulse 2s ease infinite;
}

/* MIWT Tables ============================== */
table.miwt-table .action-column {
  width: 1%;
  white-space: nowrap;
}

table.miwt-table td.action-column {
  text-align: right;
}

table.miwt-table .no_data td {
  padding: 10px;
  color: #aaa;
  font-style: italic;
}

table.miwt-table thead td,
table.miwt-table th,
table.article_table_pager table.miwt-table th,
table.article_container_table_pager table.miwt-table th {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  background: url("/_resources/e30d:kxmrku/files/167387z379502ba/_fn/box_bg.png") repeat-x scroll left top #f7f7f7;
  color: #555;
}

table.miwt-table th.first-column,
table.article_table_pager table.miwt-table th.first-column,
table.article_container_table_pager table.miwt-table th.first-column {
  border-left: 1px solid #ddd;
  border-radius-topleft: 8px;
  padding-left: 5px;
}

table.miwt-table th.last-column,
table.article_table_pager table.miwt-table th.last-column,
table.article_container_table_pager table.miwt-table th.last-column {
  border-right: 1px solid #ddd;
  border-radius-topright: 8px;
  padding-right: 5px;
}

table.miwt-table td,
table.article_table_pager table.miwt-table td {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-top: none;
  border-right: none;
  padding: 3px 2px;
  font-size: 12px;
}

table.miwt-table td.first-column,
table.article_table_pager table.miwt-table td.first-column {
  border-left: 1px solid #ddd;
}

table.miwt-table td.last-column,
table.article_table_pager table.miwt-table td.last-column {
  border-right: 1px solid #ddd;
}

table.miwt-table table td,
table.miwt-table table th,
table.article_table_pager table.miwt-table .post_time td {
  border: none;
}

.miwt-table tbody td {
  border-bottom: 1px dotted #ddd;
  background-color: #fff;
}

.miwt-table tbody .odd td {
  background-color: #F9F9F7;
}

.miwt-table tbody tr:hover td {
  background-color: #feffdd;
}

table.miwt-table td.action-column {
  padding: 3px 5px;
}

table.miwt-table th,
table.miwt-table th a {
  padding: 5px 3px;
  font-weight: normal;
  text-decoration: none;
}

table.miwt-table th a {
  color: #330000;
}

table.miwt-table th a:hover {
  text-decoration: underline;
}

.miwt-table .column-visibility .btn.trigger {
  background-color: transparent;
  outline: none;
}

/* MIWT Trees. */
table.miwt-table td.parent_sibling_following,
table.miwt-table td.sibling_following {
  background: transparent url(/_resources/e30d:t3rdkc/docroot/cms/icons/tree/vline.gif) 50%;
  border: none;
  width: 19px;
}

table.miwt-table td.parent_last_sibling {
  border: none;
  background: transparent;
}

table.miwt-table td.sibling_following.leaf {
  background: transparent url(/_resources/e30d:t3rdkc/docroot/cms/icons/tree/tn.gif) no-repeat 50% 0%;
  border: none;
  width: 19px;
}

table.miwt-table td.last_sibling {
  background: transparent url(/_resources/e30d:t3rdkc/docroot/cms/icons/tree/ln.gif) no-repeat 50% 0%;
  border: none;
  width: 19px;
}

.miwt-table div.column_visibility {
  padding-left: 0px;
}

#ie6only .miwt-table div.column_visibility {
  position: static;
}

div.message .miwt-collapsable-content,
.truncating-renderer .miwt-collapsable-content {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.45);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.45);
  padding: 10px;
  overflow-y: auto;
  max-height: 500px;
  z-index: 10000;
}

/* Login Redirect Chooser Styles - may want to retarget these with a better classname */
#caregiver.text {
  text-align: center;
}

#caregiver.text h2 {
  color: #3399ff;
  font-size: 30px;
}

#caregiver.text h3 {
  font-size: 16px;
  margin-bottom: 20px;
}

#caregiver.text div {
  display: inline-block;
  padding: 5px;
  vertical-align: top;
}

#caregiver.text div a {
  display: block;
  width: 150px;
  padding: 15px;
  color: #fff;
  background-color: #478bbc;
  -webkit-box-shadow: 0 3px 8px #aaa;
  box-shadow: 0 3px 8px #aaa;
  text-decoration: none;
}

#caregiver.text div a:before {
  content: "\f0f1";
  font-family: 'FontAwesome';
  font-size: 80px;
  color: #fff;
  display: block;
  padding-bottom: 10px;
}

#caregiver.text div:last-child a:before {
  content: "\f1ad";
}

/* resetting action buttons to be action icons */
/*button.alias_add,
button.add,
button.alias_add[data-features~="submit"],
button.add[data-features~="submit"]{
  background: none transparent;
  display: inline-block;
  vertical-align: middle;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 0 0;
  width: 32px;
  height: 24px;
  padding: 3px 0;
  overflow: hidden;
}

button.alias_add:before, button.add:before {
  display: block;
  height: 22px;
  width: 22px;
  content: "\f067";
  font-family: 'FontAwesome';
  font-size: 22px;
  color: #32CD32;
}
*/
table.miwt-table .btn.action-up, table.miwt-table .btn.action-down {
  background: transparent;
  display: inline-block;
  vertical-align: top;
  border: 0 none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  margin: 0;
  padding: 0;
  line-height: 18px;
  width: 24px;
  height: 18px;
  overflow: hidden;
}

table.miwt-table .btn.action-up:before {
  display: block;
  height: 18px;
  width: 18px;
  content: "\f139";
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #999;
}

table.miwt-table .btn.action-down:before {
  display: block;
  height: 18px;
  width: 18px;
  content: "\f13a";
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #999;
}

.pager .page, .pager .control {
  margin-left: 3px;
}

button.miwt_button,
a.miwt_button,
input[type=submit],
button[type=submit],
button[data-features~="submit"] {
  display: inline-block;
  *display: inline;
  padding: 2px 10px;
  margin: 0 3px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 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);
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
