﻿footer {
  margin-top: 40px;
  background-color: teal;
  color: white;
}
footer .text-muted {
  color: white !important;
}
.k-grid tr {
  cursor: pointer !important;
}
/* Ajax Spinner */
#progress-backgroundfilter {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 1000;
}
#progress-message {
  position: fixed;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 100;
  font-size: 20px;
  top: 40%;
  left: 40%;
  width: 260px;
  padding: 10px 10px 10px 10px;
  z-index: 11001;
  background-color: whitesmoke;
  border: solid 1px #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
}
.navbar {
  background-color: midnightblue !important;
}
.navbar .navbar-brand {
  color: white;
  font-size: 1.75rem;
  padding-right: 50px;
}
.navbar .navbar-brand .app-icon {
  padding-right: 15px;
}
.navbar .nav-link {
  color: white;
  font-size: 1.2rem;
}
.navbar .navbar-toggler-icon {
  color: white;
  position: relative;
  top: 5px;
}
#home .jumbotron {
  /*background-image: url("Images/patient recruitment.jpg");
        background-size: cover;
            */
  height: 350px;
}
#home .jumbotron .jumbo-title {
  margin-top: 1rem;
  text-shadow: 2px 2px #000;
  font-size: 4rem;
  line-height: 4rem;
  color: white;
}
#home .bg-cover {
  background-image: url("Images/patient recruitment.jpg");
  background-size: cover;
  color: white;
  background-position: center center;
  position: relative;
  z-index: -2;
}
#home .overlay {
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#study-detail .jumbotron {
  background-color: midnightblue;
  background-image: url("Images/Boot_back2.png");
  background-size: cover;
  background-position: center center;
}
#study-detail .jumbotron .details-panel {
  position: relative;
  top: 35px;
  margin: auto;
  width: 600px;
  border: solid 1px silver;
  border-radius: 0.57em;
  padding: 15px;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
}
#study-detail .jumbotron .details-panel .row {
  margin-bottom: 5px;
}
#study-detail .jumbotron .details-panel .detail-label {
  margin-top: 10px;
  font-family: 'Segoe UI Light';
  font-size: 1.2rem;
}
#study-detail .jumbotron .details-panel input {
  width: 80px;
  text-indent: 0.571em;
  border-radius: 0.25rem;
  height: 36px;
  border: solid 1px white;
}
#study-detail .jumbotron .details-panel .study-input {
  height: 37px;
}
#study-detail .jumbotron .details-panel #study-name {
  width: 100%;
}
#study-detail .jumbotron .details-panel .k-picker-wrap .k-input {
  padding: 0;
}
#study-detail #sheet-tabs .grid-tab.active {
  font-weight: bold;
  color: black;
}
#study-detail #sheet-tabs .grid-tab {
  font-size: 1.2rem;
  font-family: 'Segoe UI Light', sans-serif;
  color: darkgray;
}
#study-detail #add-tab span {
  position: relative;
  top: 5px;
  font-size: 2rem !important;
  color: midnightblue;
  margin-left: 10px;
}
#study-detail #delete-tab span {
  position: relative;
  top: 5px;
  font-size: 2rem !important;
  color: red;
}
#study-detail #edit-tab span {
  position: relative;
  top: 5px;
  font-size: 2rem !important;
  color: midnightblue;
}
#study-detail main table {
  width: 100%;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  text-align: center;
}
#study-detail main thead tr th {
  background-color: whitesmoke;
  font-weight: bold;
}
#study-detail main thead tr th:nth-child(1) {
  width: 200px;
}
#study-detail main thead tr th:nth-child(2) {
  width: 200px;
}
#study-detail main tbody tr td {
  border: solid 1px whitesmoke;
}
#study-detail main tbody tr td .data-box {
  width: 100%;
  border: solid 1px lightgray;
  text-align: right;
}
#study-detail main tbody tr:nth-child(even) {
  background: whitesmoke;
}
#study-detail main tbody tr:nth-child(even) td .data-box {
  background-color: whitesmoke;
  border: solid 1px lightgray;
  text-align: right;
}
#study-detail main .action-panel {
  margin-top: 15px;
  background-color: whitesmoke;
  border-radius: 0.7rem;
  padding: 10px;
  text-align: center;
}
#study-detail main .action-panel .btn-lg {
  padding: 0.2rem 0.2rem 0.4rem 0.2rem;
  width: 95px;
  text-align: center;
}
#study-detail main .action-panel .btn-lg .btn-icon {
  font-size: 2.2rem;
}
#study-detail main .action-panel .btn-lg .btn-text {
  font-size: 0.7rem;
}
#study-detail main .action-panel > .btn-lg:first-child {
  margin-left: 0px;
}
#study-detail main .action-panel > .btn-lg {
  margin-left: 20px;
}
#study-detail .chart-panel {
  margin-top: 15px;
  background-color: whitesmoke;
  border-radius: 0.7rem;
  padding: 10px;
  text-align: center;
}
#study-detail .site-cell {
  cursor: pointer;
}
#study-detail ul.pagination {
  margin-top: 15px;
}
.k-window {
  border: solid 1px midnightblue !important;
}
.k-window-titlebar {
  background-color: midnightblue !important;
  color: white !important;
}
.dialog-instructions {
  font-family: Verdana;
  font-size: 0.8rem;
}
.dialog-label {
  font-family: Verdana;
  font-size: 0.9rem;
  float: left;
  width: 230px;
}
.dialog-button-panel {
  margin-top: 0.3rem;
  text-align: right;
}
.dialog-textbox {
  width: 100%;
  text-indent: 0.7rem;
  padding-top: 4px;
  padding-bottom: 4px;
  border: solid 1px midnightblue;
  border-radius: 0.2rem;
}
#site-dialog-delete span {
  font-size: 1rem;
}