/* Default Scheme */
/*@primaryColor: #007acc;@highlightColor: #0e639c;*/
/* Pathlab Scheme */
/* Columbus Red Scheme */

/*@primaryColor: #7E1419; @highlightColor: #9F363A;*/

@font-face {
  font-family: 'Segoe UI';
  src: url("fonts/segoeui.eot");
  src: local("☺"), url("fonts/segoeui.ttf") format("woff"), url("fonts/segoeui.ttf") format("truetype"), url("fonts/segoeui.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Segoe UI Light';
  src: url("fonts/segoeuil.eot");
  src: local("☺"), url("fonts/segoeuil.woff") format("woff"), url("fonts/segoeuil.ttf") format("truetype"), url("fonts/segoeuil.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Segoe UI Semibold';
  src: url("fonts/seguisb.eot");
  src: local("☺"), url("fonts/seguisb.woff") format("woff"), url("fonts/seguisb.ttf") format("truetype"), url("fonts/seguisb.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0px;
  overflow: hidden;
}
* {
  font-family: Segoe UI, 'Segoe UI', Tahoma;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
b,
strong,
label {
  font-family: 'Segoe UI Semibold';
  font-weight: 600 !important;
}
a {
  color: #0f0a7e;
}
a:hover {
  color: #2f2c9f;
  text-decoration: none;
  cursor: pointer;
}
/* Conserve additional horiztonal space */

.container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}
/* Header styles */

#header {
  background: #0f0a7e;
  color: white;
  max-height: 30px !important;
  min-height: 30px !important;
  height: 30px !important;
  margin-bottom: 0;
}
#header * {
  max-height: 30px !important;
  font-size: 13px;
}
#logo {
  padding: 0;
  padding-left: 15px;
}
#header #logo img,
#header #logo-text {
  min-height: 24px !important;
  height: 24px !important;
  margin: 3px;
  float: left;
}
#header #logo-text {
  padding-top: 2px;
  color: white;
}
/* Breadcrumb styles */

#header .navbar-breadcrumb,
#header .navbar-breadcrumb-divider {
  padding: 4px 6px;
  min-height: 30px !important;
  margin: 3px;
  margin-top: 0;
  float: left;
  color: white;
}
#header .navbar-breadcrumb:hover {
  background: #2f2c9f;
}
#header .navbar-breadcrumb a {
  color: white;
  cursor: pointer;
  background: initial;
  padding: 0;
}
#header .navbar-breadcrumb-divider {
  padding: 4px 2px;
}
#header .nav > li > a:focus,
.nav > li > a:hover {
  background: transparent;
}
/* Fix up nav-toggle area */

#header .navbar-toggle {
  margin: 4px;
  padding: 4px;
  background: white;
  margin-right: 15px;
  z-index: 8675309;
}
#header .navbar-toggle .icon-bar {
  background: #0f0a7e;
  width: 16px;
}
#header .divider {
  width: 1px;
  margin: 9px;
  background: white;
  height: 14px;
}
.navbar {
  min-height: 28px !important;
}
/* Right-side styles */

.navbar-user {
  padding: 6px;
  color: white;
}
.navbar-icon {
  padding: 6px;
  width: 30px;
  text-align: center;
}
.navbar-icon:last-of-type {
  margin-right: 15px;
}
.navbar-user:hover,
.navbar-icon:hover {
  background: #2f2c9f;
  cursor: pointer;
}
/* Handle Grid selection */

.k-grid tr.k-state-selected *,
.k-grid tr.k-state-selected *:hover {
  background: #0f0a7e;
  color: white;
}
.k-grid tr:hover {
  background: inherit;
  color: inherit;
}
.k-grid tr.k-alt:hover {
  background: whitesmoke;
  color: inherit;
}
.k-grid-header .k-i-sort-asc-sm,
.k-grid-header .k-i-sort-desc-sm,
.k-grid-header .k-sort-order {
  color: #0f0a7e;
}
.k-pager-wrap .k-link:focus {
  box-shadow: inset 0 0 0 1px #0f0a7e;
}
/* Lists */

.k-link.k-selected {
  background: #0f0a7e !important;
}
.k-list-item .k-hover {
  background-color: #0f0a7e;
  background: #0f0a7e;
  color: #0f0a7e;
}
.k-input.k-hover,
.k-input:hover,
.k-widget.k-input.k-hover,
.k-widget.k-input:hover {
  border-color: #0f0a7e;
}
.k-hover,
.k-other-month.k-hover .k-link,
.k-other-month.k-state-hover .k-link,
.k-state-hover,
div.k-filebrowser-dropzone em {
  background-image: none, linear-gradient(to bottom, #0f0a7e 0, #0f0a7e 100%);
}
.k-input,
.k-picker {
  height: 100%;
}
/* Lower navigation menus (navigation and action) */

#navigation,
#actions {
  background: #f1f1f1;
  border: 0;
  max-height: 28px !important;
  min-height: 28px !important;
  height: 28px !important;
  margin-bottom: 0;
}
#navigation *,
#actions * {
  font-size: 12px;
}
#navigation ul.nav li a,
#actions ul.nav li a {
  color: #666666;
  text-transform: uppercase;
  padding: 4px;
  padding-bottom: 0;
  margin-right: 14px;
}
#navigation ul.nav li:last-of-type a,
#actions ul.nav li:last-of-type a {
  margin-right: 0;
}
#navigation ul.nav li:hover a,
#navigation ul.nav li.current a,
#actions ul.nav li:hover a,
#actions ul.nav li.current a {
  color: #0f0a7e;
}
#navigation ul.nav li.current a,
#actions ul.nav li.current a {
  border-bottom: 3px solid #0f0a7e;
  font-weight: 500;
}
/* Action Menu specifics */

#actions {
  background: white;
}
#actions ul.nav li a {
  padding: 2px;
}
#actions .action-icon {
  display: inline-block;
  font-size: 24px !important;
}
#actions .action-text {
  display: inline-block;
  vertical-align: middle;
}
#actions #search-form {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 0;
}
#actions #search-form #search {
  height: 24px;
  border: 1px solid #cccccc !important;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 230px;
}
#actions #search-form .btn.btn-default {
  padding: 2px 7px;
  border-top: 1px solid #cccccc !important;
  background-color: #0f0a7e;
  color: white;
  border-color: #2f2c9f;
}
#actions #search-form .btn.btn-default:hover {
  background-color: #2f2c9f;
}
#actions #search-form .glyphicon-search {
  border-top: 2px solid transparent !important;
}
#actions .fa.fa-stack {
  height: 24px;
  width: 24px;
  vertical-align: top;
}
#actions .fa.fa-stack .fa-stack-2x {
  font-size: 24px;
}
#actions .fa.fa-stack .fa-stack-1x {
  line-height: 25px;
  height: 24px;
  font-size: 14px;
}
#actions ul.nav li a {
  margin-right: 0;
}
#actions ul.nav li a.disabled {
  color: #aaaaaa;
  cursor: default;
  pointer-events: none;
}
/* Search filter */

#search-filters {
  height: 24px;
  border-right: 0;
  color: white;
}
#search-filters .caret {
  border-top: 4px solid !important;
}
#filters-dropdown {
  max-height: none !important;
  right: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
  background: #0f0a7e;
}
#filters-dropdown > li > a {
  padding-left: 4px;
  color: white;
}
#filters-dropdown > li.current,
#filters-dropdown > li > a:hover {
  color: white;
  text-decoration: none;
  background-color: #2f2c9f;
}
/* Main content areas*/

#content {
  padding: 0;
  margin: 0;
  width: 100%;
}
#layout {
  width: 100%;
}
#layout .divider {
  width: 0;
}
#layout #grid {
  vertical-align: top;
}
#layout #grid td {
  white-space: nowrap;
}
#layout #active-content {
  vertical-align: top;
  display: block;
}
#layout.condensed #grid {
  width: 50%;
  vertical-align: top;
}
#layout.condensed .w850,
#layout.condensed .w700 {
  display: none !important;
}
#layout.condensed .divider {
  width: 10px;
  min-width: 10px;
  vertical-align: top;
}
/* Content Areas */

.container-fluid:before {
  clear: both;
}
/* Grid specific styling */

.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-list > .k-state-selected,
.k-list > .k-state-highlight,
.k-panel > .k-state-selected,
.k-ghost-splitbar-vertical,
.k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-marquee-color {
  background-color: #0f0a7e;
  border-color: #0f0a7e;
}
.k-state-hover,
.k-state-hover:hover,
.k-splitbar-horizontal-hover:hover,
.k-splitbar-vertical-hover:hover,
.k-list > .k-state-hover,
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,
.k-pager-wrap .k-link:hover,
.k-dropdown .k-state-focused,
.k-filebrowser-dropzone,
.k-mobile-list .k-item > .k-link:active,
.k-mobile-list .k-item > .k-label:active,
.k-mobile-list .k-edit-label.k-check:active,
.k-mobile-list .k-recur-view .k-check:active {
  background-color: #0f0a7e;
  border-color: #0f0a7e;
}
.k-button:hover,
.k-button.k-state-hover,
.k-button:focus,
.k-button.k-state-focused,
.k-textbox:hover,
.k-state-hover,
.k-state-hover:hover,
.k-pager-wrap .k-link:hover,
.k-other-month.k-state-hover .k-link,
div.k-filebrowser-dropzone em,
.k-draghandle:hover {
  background-image: url('textures/highlight.png');
  background-image: none, -webkit-linear-gradient(top, #0f0a7e 0, #0f0a7e 100%);
  background-image: none, -moz-linear-gradient(top, #0f0a7e 0, #0f0a7e 100%);
  background-image: none, -o-linear-gradient(top, #0f0a7e 0, #0f0a7e 100%);
  background-image: none, linear-gradient(to bottom, #0f0a7e 0, #0f0a7e 100%);
}
/*.k-pager-wrap .k-link:hover { background: transparent !important; }*/

.k-link.k-pager-nav span {
  margin-top: -4px;
}
.k-grid tr.unread {
  font-family: 'Segoe UI Semibold';
  font-weight: 600 !important;
}
.k-pager-refresh.k-link {
  display: none;
}
.k-grid td {
  padding: 0.2em 0.6em;
}
/* CSS to enable truncation of columns */

.k-grid-header {
  padding-right: 0 !important;
}
.k-grid-content {
  overflow: hidden !important;
}
/* Custom Checkboxes */

.k-grid input[type='checkbox'] {
  display: none;
}
.fa.fa-square-o,
.fa.fa-check-square-o {
  font-size: 20px;
  vertical-align: sub;
  width: 24px;
  color: #0f0a7e;
}
.fa.fa-square-o:hover,
.fa.fa-check-square-o:hover {
  color: #2f2c9f;
  cursor: pointer;
}
.fa.fa-file,
.fa.fa-clipboard,
.glyphicon.glyphicon-film {
  font-size: 18px;
  vertical-align: text-bottom;
  margin-right: 6px;
  color: #0f0a7e;
}
.glyphicon.glyphicon-film {
  vertical-align: top;
}
.fa.fa-file:hover,
.fa.fa-clipboard:hover,
.glyphicon.glyphicon-film:hover {
  color: #2f2c9f;
  cursor: pointer;
}
.fa.fa-file.disabled {
  color: #aaaaaa;
  cursor: initial;
}
/* Override Bootstrap primary styles */

.btn-default:hover {
  color: white;
  background-color: #0f0a7e;
  border-color: #2f2c9f;
}
/* Form-specific Styles */

h4.form-name {
  color: #0f0a7e;
  margin-top: 5px;
}
.form-heading {
  color: #0f0a7e;
}
/* Notifications update */

.growl.growl-medium {
  width: auto;
}
/* Fix up issues with Kendo Multiselect */

.k-multiselect.k-header {
  height: auto;
  padding-bottom: 3px;
  background: transparent !important;
  border-radius: 4px !important;
}
.k-multiselect.k-header.k-state-focused,
.k-multiselect.k-header.k-state-hover {
  background: transparent !important;
  border-radius: 4px !important;
  height: auto;
}
.k-multiselect-wrap {
  padding: 0 6px;
  padding-top: 4px;
  color: #555555 !important;
}
.k-multiselect-wrap .k-icon.k-delete {
  margin-top: -3px;
}
.k-input,
input.k-textbox,
textarea.k-textbox,
input.k-textbox:hover,
textarea.k-textbox:hover,
.k-textbox > input,
.k-multiselect-wrap {
  color: #555555;
}
.k-item.k-state-focused {
  border: none !important;
  background: #0f0a7e;
  color: white;
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
}
/* Privacy Area Settings */

#privacy {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: url('Images/Login/background.jpg') top center;
  display: none;
  z-index: 999999998;
}
#privacy .alert {
  margin: 20px auto;
  width: 70%;
}
#privacy #login-block {
  padding-top: 50px;
  padding-bottom: 25px;
}
#privacy #login-block h3 {
  color: white;
  text-align: center;
  font-size: 1.5em;
  opacity: 0.8;
  text-shadow: 2px 2px 2px black;
  font-weight: normal;
}
#privacy .login-box {
  position: relative;
  max-width: 480px;
  background: white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding-bottom: 20px;
  -webkit-box-shadow: 2px 2px 5px #333333;
  -moz-box-shadow: 2px 2px 5px #333333;
  box-shadow: 2px 2px 5px #333333;
  margin-top: 80px;
}
#privacy .login-logo {
  text-align: center;
  padding: 15px 0 10px;
}
#privacy .login-logo img {
  border: 0;
  display: inline-block;
}
#privacy .login-form form p {
  width: 80%;
  margin: 5px auto 10px;
  text-align: center;
}
#privacy .login-box hr {
  margin: 10px auto 20px;
  width: 70%;
  border-top: 1px solid #dddbda;
  border-bottom: 1px solid white;
}
#privacy .page-icon {
  width: 125px;
  height: 125px;
  -webkit-border-radius: 125px;
  -moz-border-radius: 125px;
  border-radius: 125px;
  background: transparent url('Images/Login/background.jpg') repeat;
  border: 8px solid #f9f9fa;
  text-align: center;
  -webkit-box-shadow: inset 1px 3px 8px #999999;
  -moz-box-shadow: inset 1px 3px 8px #999999;
  box-shadow: inset 1px 3px 8px #999999;
  margin: -80px auto 0;
}
#privacy .page-icon img {
  vertical-align: middle;
  margin: 6px 0 0 3px;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -ms-interpolation-mode: bicubic;
}
#privacy .rotate-icon {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#privacy .login-box .page-icon {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#privacy .login-form input {
  display: block;
  margin: 0 auto 15px;
  width: 70%;
  border: 1px solid #bfbfbf;
  padding: 8px;
}
#privacy .btn.btn-login {
  width: 120px;
  display: block;
  margin: 20px auto 20px;
  color: white;
  text-transform: uppercase;
  text-shadow: 1px 2px 2px #c44c4c;
  background: #48c7d5;
  border: 1px solid #42a3ae;
  -webkit-box-shadow: inset 0 1px 2px #73e2ed;
  -moz-box-shadow: inset 0 1px 2px #73e2ed;
  box-shadow: inset 0 1px 2px #73e2ed;
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}
#privacy .btn.btn-login:hover {
  background: #21aebd;
}
#privacy .btn.btn-reset {
  width: 180px;
}
#privacy .login-links {
  text-align: center;
}
#privacy .login-links a {
  color: #6c6c6c;
  display: inline-block;
  padding: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#privacy .login-links a:hover {
  text-decoration: none;
  color: #0f0a7e;
}
#privacy label.checkbox {
  width: 70%;
  display: block;
  margin: 0 auto;
}
#privacy label.checkbox input {
  width: 25px;
  margin: 4px 0 0;
  padding: 0;
  background: none;
  border: 0;
}
#privacy #footer-text,
#footer-text a {
  text-align: center;
  color: white;
  opacity: 1;
  text-shadow: 1px 1px 1px black;
}
#privacy label {
  margin-left: 15%;
  margin-right: 15%;
  color: #6c6c6c;
}
#privacy label.center {
  text-align: center;
}
#privacy #clock {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px;
  color: white;
  font-size: xx-large;
  text-shadow: 1px 2px 3px #2f2c7b;
  font-family: Segoe UI Light, 'Segoe UI Light', Tahoma;
}
#profile {
  border-bottom: 1px solid #dddddd;
  margin-top: 10px;
  margin-bottom: 0;
}
#profile small {
  color: #cccccc;
}
#profile .section {
  float: left;
  margin-right: 5px;
}
#profile .section div {
  color: #0f0a7e;
}
#profile .section.profile-name div {
  cursor: pointer;
  color: #0f0a7e;
}
#profile #patient-first,
#profile #patient-last {
  font-size: 24px;
  line-height: 20px;
}
#profile .name .caret {
  border-width: 5px 5px 0;
  color: #0f0a7e;
}
#profile .name .caret:hover {
  color: #2f2c9f;
  cursor: pointer;
}
#profile #patient-id,
#profile #patient-dob {
  font-size: 18px;
  line-height: 20px;
}
#profile #patient-email {
  font-size: 18px;
  line-height: 20px;
  color: #0f0a7e;
}
.clear {
  clear: both;
}
.profile-line {
  width: 20px;
  height: 25px;
  float: left;
  border-left: 1px solid #dddddd;
  margin-top: 20px;
  margin-left: 20px;
}
.dropdown-menu > li > a.selected {
  color: #262626;
  text-decoration: none;
  background-color: whitesmoke;
}
@media only screen and (max-width: 479px) {
  #privacy #login-block {
    padding-top: 10px;
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #privacy #login-block {
    margin: 0 auto;
    width: 420px;
  }
}
@media only screen and (max-width: 520px) {
  #privacy #clock {
    font-size: large;
    text-align: center;
    padding: 15px;
  }
}
@media only screen and (max-height: 520px) {
  #privacy #clock {
    display: none;
  }
}
/* Styles for the first major responsive breakpoint */

@media (max-width: 990px) {
  form .form-group .name {
    margin-bottom: 5px !important;
  }
}
/* Mobile header with hamburger menu */

@media (max-width: 767px) {
  /* If the active content is shown, hide the grid */
  
  #layout.condensed #grid,
  #layout.condensed .divider {
    display: none;
  }
  /* Also hide any print options for small resolutions */
  
  #print-lab-reports {
    display: none;
  }
  /* Allow additional space for smaller resolutions */
  
  #content.form {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }
  #header .navbar {
    border: none !important;
  }
  #header .navbar-nav {
    margin: 0 -10px;
    max-height: none !important;
    min-height: initial;
  }
  #header ul.nav.navbar.navbar-right {
    max-height: none !important;
  }
  #header .navbar-user,
  #header .navbar-icon {
    padding-left: 15px;
    width: 100% !important;
    text-align: left;
  }
  #header .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: normal;
  }
  #header .navbar.visible-xs {
    max-height: none !important;
  }
  #header .navbar-collapse {
    border: none !important;
    -webkit-box-shadow: none !important;
  }
  #header .navbar-collapse.collapse.in {
    background: #0f0a7e;
    color: white;
    overflow: hidden;
    position: absolute;
    width: 105%;
    max-height: none !important;
  }
  #header .navbar-collapse.collapse.in ul li a {
    color: white;
  }
  #header .navbar-collapse.collapse .nav > li > a:hover,
  #header .navbar-collapse.collapse .nav > li.current > a {
    background: #2f2c9f;
  }
  #header .nav .nav-divider {
    margin: 2.5px 0;
  }
  /* Hide breadcrumb in really small resolutions */
  
  #header .navbar-breadcrumb,
  #header .navbar-breadcrumb-divider {
    display: none;
  }
  #log-out-text,
  #lock-text {
    display: inline-block !important;
  }
  #actions ul.nav.navbar-nav.navbar {
    margin: 0;
    float: left;
  }
  #actions ul.nav.navbar-nav.navbar li {
    float: left;
  }
  #actions #search-form {
    float: right;
    margin: 0;
    padding: 0px;
    text-align: right;
    width: 50%;
    border: 0;
  }
  #actions #search-form #search {
    width: 100%;
  }
  #active-filter-text {
    display: none;
  }
  #actions .action-text {
    display: none;
  }
  .button-text {
    display: none;
  }
  /* Smaller Grid Styles */
  
  /*.k-grid-pager a, .k-grid-pager ul { display: none !important; } */
  
  /* Fixup Buttons in small forms */
  
  .col-md-10 .btn-default,
  .col-md-2 a .btn-default {
    width: 100%;
    margin-top: 5px;
  }
  .form-group {
    margin-bottom: 10px;
  }
  #profile {
    border-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
/* Grid specific "breaks" to handle resizing Grids */

@media (max-width: 850px) {
  .w850 {
    display: none !important;
  }
}
@media (max-width: 700px) {
  .w700 {
    display: none !important;
  }
}
@media (max-width: 530px) {
  .w530 {
    display: none !important;
  }
}
