

/* base */


body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0;
}

.main-window {
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: scroll;
}

.logo { margin-bottom: 20px; }
.login h1 { margin-bottom: 20px; }

.navigation hr { margin-left: 0; width: 120px; border: none; border-top: 1px solid #AAA; border-bottom: 1px solid #FFF; height: 0px; max-height: 0px }
.navigation ul { list-style: none; }
.navigation ul { font-weight: bolder; }
.navigation a { font-weight: normal; }

.alert ul { margin-bottom: 0; }
.content { width: 100% }

/* for delete buttons */
table form { margin-bottom: 0px; }

select.studies { height: 100px; width: 350px; }

section.permissions{
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    margin: 5px;
    margin-bottom: 10px;
    padding: 3px;
}

.navbar {
    position: relative;
}
.navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#content_area {
    margin-top: 30px;
}

a.block-link{
  display: block;
}

.staff.table td{
  vertical-align: middle;
}

.table .secondary-info{
  font-size: 10px;
  color: #808080;
}

.table .toggle-column{
  cursor: pointer;
}

.user-avatar{
  height: 50px;
  border-radius: 50px;
}

.notifications.table th, .notifications.table td{
  text-align: center;
}

.notifications.table th.align-left, .notifications.table td.align-left {
  text-align: left;
}

.user-profile .profile-button{
  margin-top: 10px;
  display: block;
}

.edit-user-form  .select2-search-choice img, .edit-user-form .select2-result img {
  height: 20px;
  width: 20px;
  border-radius: 20px;
  margin-right: 5px;
}

.edit-user-form .select2-container-multi .select2-search-choice-close {
  left: 3px;
  top: 6px;
}

.edit-user-form input[type='radio']{
  display: block;
  float: left;
  margin-right: 5px;
  margin-top: 1px;
}

.edit-user-form  table{
  width: 100%;
  vertical-align: top;
}

.edit-user-form .bold {
  font-weight: bold;
}

.edit-user-form .center {
  text-align: center;
}

.edit-user-form .left {
  text-align: center;
}

.dimmed{
  font-size: 10px;
  color: gray;
}

.aligncenter {
    text-align: center;
}

.user-avatar.medium{
  height: 100px;
  border-radius: 100px;
  width: 100px;
}

.upload-image-label{
  margin-left: 20px;
}


.edit-user-form section{
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
}

.edit-user-form h4 {
  margin-bottom: 10px;
}

.hltooltip{
  position: relative;
}
.hltooltip::before {
  content: attr(data-tip);

  font-size: 10px;
  position: absolute;
  z-index: 999;
  white-space: nowrap;
  bottom: 9999px;
  left: 50%;
  background: #000;
  color: #e0e0e0;
  padding: 0px 7px;
  line-height: 24px;
  height: 24px;

  opacity: 0;
  transition: opacity 0.4s ease-out;
}

.hltooltip:hover::before {
  opacity: 1;
  top: -30px;
}

.form-header{
  margin-bottom: 20px;
}

#show-container .select2-choices{
  border: none;
  box-shadow: none;
  background: none;
}

#show-container select{
  border: none;
  background-color: white;
  cursor: auto;
  -webkit-appearance: none;
}

#show-container input{
  cursor: auto;
  background-color: white;
  border: none;
  box-shadow: none;
  color: black;
}

#practice-index-header .select2-choice a {
  display: block;
}

#practice-index-header .select2-choice {
  overflow: visible;
}

#practice-index-header .select2-choice h5 {
  padding-top: 5px;
  padding-bottom: 7px;
}

.provider-assignment-matrix div {
  overflow: scroll;
}

#main_row{
    margin-left: 0 !important;
}

.edit-user-form .practice-alert-checked, .edit-user-form .patient-alert-checked,.edit-user-form .blue-alerts-on, .edit-user-form .blue-alerts-off{
    display: none;
}

.edit-user-form #alert-responsibility-practice:checked ~ .practice-alert-checked{
    display: block;
}
.edit-user-form #alert-responsibility-patient:checked ~ .patient-alert-checked{
    display: block;
}
.edit-user-form #blue-alerts-on:checked ~ .blue-alerts-on{
    display: block;
}
.edit-user-form #blue-alerts-off:checked ~ .blue-alerts-off{
    display: block;
}

.edit-user-form .comments-enabled-info{
    display: none;
}

.edit-user-form #patient-comments-on:checked ~ .comments-enabled{
    display: block;
}

.edit-user-form #patient-comments-off:checked ~ .comments-disabled{
    display: block;
}

ol.enrollment-stats-calendar {
    width: 52em;
    margin:0 auto;
    display: block;
    min-height: 200px;
    padding: 12px 0 0 20px;
}
ol.enrollment-stats-calendar li {
    list-style: none;
}

ol.enrollment-stats-calendar p {
    text-align: center;
    display: block;
}

ol.enrollment-stats-calendar li li {
    width: 6em;
    height: 6em;
    float: left;
    marging .2em;
    padding: .2em;
    overflow: auto;
    background-color: #ccc;
}

ol.enrollment-stats-calendar li li p {
    font-size: 1.1em;
    display: block;
}

ol.enrollment-stats-calendar li li ul li,
ol.enrollment-stats-calendar li li ol li {
    font-size: .7em;
    display: block;
    height: auto;
    width: auto;
    background: none;
    margin: 0;
    padding: .2em;
    float: none;
}

.admin-login input {
  width: 100%;
}

#autologout-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5555555;
  display: none;
}
#autologout-overlay .autologout.banner {
  padding: 20px 60px;
  padding-bottom: 30px;
  top: 0;
  width: 40%;
  margin: 0 auto;
  margin-top: 30px;
  background-color: #f4f4f4;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
#autologout-overlay .autologout.banner p {
  text-align: center;
  margin-bottom: 15px;
}
#autologout-overlay .autologout.banner h3 {
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
}
#autologout-overlay .autologout.banner button {
  width: 40%;
  margin: 0 auto;
  padding: 10px 0;
  margin-top: 30px;
}
#autologout-overlay .autologout.banner span {
  font-weight: bold;
  color: #000;
}
@media (max-width: 760px) {
  #autologout-overlay {
    position: fixed;
  }
  #autologout-overlay .autologout.banner {
    padding: 20px 30px;
    width: 70%;
    margin-top: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  #autologout-overlay .autologout.banner p {
    text-align: center;
    margin-bottom: 10px;
  }
  #autologout-overlay .autologout.banner h3 {
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  #autologout-overlay .autologout.banner button {
    width: 90%;
    margin-top: 20px;
  }
}
div.configuration-section {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid gray;
    border-radius: 5px;
}
