﻿/******************************
    //variables
*******************************/
/******************************
    //mixins
*******************************/
/******************************
    //typography
*******************************/
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
}

/******************************
    //globals
*******************************/
body, html {
  max-width: 2560px;
  text-size-adjust: 100%;
  font-smoothing: antialiased;
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.66em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif sans-serif;
  background: #fbfbfb;
  letter-spacing: 0.01vw;
}

#main-body {
  position: relative;
}

h1.internetexplorer {
  font-size: 28px;
  background: red;
  color: white;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 100;
  font-weight: 700;
  border: 4px solid yellow;
}

.margin-auto {
  margin: auto;
}

.img-responsive {
  max-height: 100%;
  max-width: 100%;
}

.thumbnail {
  padding: 10px;
  border: 1px solid #f7f7f7;
}

.typeahead__list {
  max-height: 400px;
  overflow: auto;
}

.js-typeahead, .no-result-msg strong {
  text-transform: capitalize;
}

.help-block {
  font-size: 13px;
  padding: 5px;
  box-shadow: 0 0 3px 0 #f2f2f2;
}

.validationerror {
  box-shadow: 0 0 50px 0 rgba(217, 83, 79, 0.2) inset;
  padding: 5px;
}

option:disabled {
  background: #cccccc;
  cursor: not-allowed;
}

.btn:disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.table-small-font th, .table-small-font td {
  font-size: 12px;
}

.gjfilename {
  padding-left: 0px;
  list-style: none;
}

/******************************
    //Login
*******************************/
.login-form {
  margin-top: 25px;
  border: 1px solid #f2f2f2;
  box-shadow: 0 0 25px 2px #f7f7f7;
  padding: 15px;
  background: #FFFFFF;
}

/******************************
    //Sidebar
*******************************/
.closed aside {
  width: 50px;
}
.closed aside i {
  font-size: calc(20px + 0.8vw);
}
.closed aside .logo {
  transform: translate(-280px);
}
.closed aside .sidebar-hide {
  transform: translate(-280px);
  position: absolute;
  z-index: -1;
}
.closed aside .sidebar-user-actions li {
  width: unset;
}
.closed aside .sidebar-recent h3, .closed aside .sidebar-unsubmitted h3, .closed aside .sidebar-app h3 {
  padding: 5px 0;
  text-align: center;
}
.closed aside .sidebar-recent h3 i, .closed aside .sidebar-unsubmitted h3 i, .closed aside .sidebar-app h3 i {
  float: unset;
  padding: 0px;
  font-size: calc(20px + 0.5vw);
}
.closed aside .sidebar-recent a, .closed aside .sidebar-unsubmitted a, .closed aside .sidebar-app a {
  padding: 5px 0px;
}
.closed aside .sidebar-recent a .label, .closed aside .sidebar-unsubmitted a .label, .closed aside .sidebar-app a .label {
  transform: scale(0.8);
}
.closed aside .header-sidebar-toggle i {
  font-size: 25px !important;
}
.closed main {
  width: calc(100% - 50px) !important;
  margin-left: 50px !important;
}
.closed main .section-title {
  padding-left: 65px;
}
.closed.mobile aside {
  z-index: 9;
  transform: translate(-50px);
  overflow: visible !important;
}
.closed.mobile aside .sidebar-wrap {
  width: 100% !important;
}
.closed.mobile aside header {
  transform: translate(50px);
  border-right: 1px solid #DDDDDD;
}
.closed.mobile main {
  width: 100% !important;
  margin-left: 0px !important;
}
.mobile:not(.closed) {
  overflow: hidden;
}
.mobile:not(.closed) main {
  width: 100% !important;
}

.sidebar-user {
  border-bottom: 1px solid #DDDDDD;
  background: #FFFFFF;
  padding-top: 15px;
}
.sidebar-user a {
  display: block;
  color: #777777;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.sidebar-user a:not(.no-hover):hover, .sidebar-user a:not(.no-hover):hover:active, .sidebar-user a:not(.no-hover):hover:focus {
  color: #D12907;
}
.sidebar-user i {
  font-size: calc(20px + 4vw);
}
.sidebar-user span {
  padding: 10px 0;
  display: block;
  font-size: 20px;
  padding: 15px;
}
.sidebar-user-actions {
  background: #f7f7f7;
  padding: 0px;
  overflow: hidden;
}
.sidebar-user-actions li {
  overflow: hidden;
  text-align: left;
  width: 49.5%;
  box-shadow: 0 0 0 1px #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.sidebar-user-actions li a {
  display: block;
  overflow: hidden;
  padding: 10px 15px;
}
.sidebar-user-actions li i {
  padding-right: 5px !important;
}
.sidebar-user-actions li span, .sidebar-user-actions li i {
  font-size: 18px;
  float: left;
  padding: 0px;
  line-height: 30px;
}
.sidebar-user-menus li {
  width: unset;
}
.sidebar-user-menus .goNavSubMenu {
  padding-left: 0px;
  background: #FFFFFF;
  box-shadow: inset 2px 0px 0px 3px #f2f2f2;
  overflow: hidden;
}
.sidebar-user-menus .goNavSubMenu li {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.sidebar-user-menus .goNavSubMenu li:before {
  content: "";
  height: 100%;
  width: 20px;
  position: absolute;
  border-left: 1px dashed #d9d9d9;
  left: 14px;
}
.sidebar-user-menus .goNavSubMenu li:after {
  content: "";
  width: 8px;
  height: 1px;
  position: absolute;
  border-top: 1px dashed #d9d9d9;
  top: 50%;
  left: 15px;
}
.sidebar-user-menus .goNavSubMenu li a {
  font-size: 14px !important;
  padding: 5px 5px 5px 25px;
}
.sidebar-recent h3, .sidebar-unsubmitted h3, .sidebar-app h3 {
  background: #D12907;
  font-size: 18px;
  color: #FFFFFF;
  padding: 15px;
  margin: 0px;
  overflow: hidden;
}
.sidebar-recent h3 i, .sidebar-unsubmitted h3 i, .sidebar-app h3 i {
  padding-right: 10px;
}
.sidebar-recent h3 i, .sidebar-recent h3 span, .sidebar-unsubmitted h3 i, .sidebar-unsubmitted h3 span, .sidebar-app h3 i, .sidebar-app h3 span {
  float: left;
}
.sidebar-recent ul, .sidebar-unsubmitted ul, .sidebar-app ul {
  background: #FFFFFF;
}
.sidebar-recent li, .sidebar-unsubmitted li, .sidebar-app li {
  border-bottom: 1px solid #DDDDDD;
  overflow: hidden;
  margin: 0px;
}
.sidebar-recent li a, .sidebar-unsubmitted li a, .sidebar-app li a {
  display: block;
  font-size: 16px;
  color: #373737;
  overflow: hidden;
}
.sidebar-recent li div .label-success, .sidebar-unsubmitted li div .label-success, .sidebar-app li div .label-success {
  height: 14px;
  margin-top: 4px;
}
.sidebar-recent li span.label, .sidebar-unsubmitted li span.label, .sidebar-app li span.label {
  float: left;
  display: block;
  margin-right: 10px;
  height: 50px;
  width: 50px;
  border-radius: 40px;
  background: #D12907;
  color: #FFFFFF;
  line-height: 45px;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}
.sidebar-recent li span.recent-date, .sidebar-unsubmitted li span.recent-date, .sidebar-app li span.recent-date {
  display: block;
  font-size: 12px;
}

/******************************
    //Sidebar
*******************************/
aside {
  width: calc(280px - 1px);
  height: 100vh;
  box-shadow: 0 0 0 1px #DDDDDD;
  float: left;
  position: fixed;
  background: #fafafa;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}
aside .no-hover {
  cursor: default !important;
}
aside .sidebar-hide {
  transition: all 0.25s ease-in-out;
}
aside .sidebar-wrap {
  width: calc(100% + 8px);
  overflow: auto;
  height: calc(100vh - 50px);
}

.header-sidebar {
  overflow: hidden;
}
.header-sidebar .logo {
  display: block;
  width: calc(280px - 52px);
  float: left;
  position: relative;
  z-index: 1;
  transition: all 0.15s ease-in-out;
}
.header-sidebar .logo img {
  max-height: 40px;
  margin-top: 4px;
}
.header-sidebar-toggle {
  display: block;
  padding: 8px;
  font-size: 25px !important;
  float: left;
  text-align: center;
  height: 50px;
  width: 50px;
  box-shadow: 0 0 1px 1px #DDDDDD;
  line-height: 35px;
  color: #D12907;
  background: #FFFFFF;
  z-index: 2;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.header-sidebar-toggle:hover, .header-sidebar-toggle:active, .header-sidebar-toggle:focus {
  color: #000000;
}

/******************************
    //header
*******************************/
header {
  height: 49px;
  position: relative;
  width: 100%;
  background: #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
}

/******************************
    //Main
*******************************/
main {
  height: 100vh;
  transition: all 0.25s ease-in-out;
}
main:not(.not-logged-in) {
  float: left;
  width: calc(100% - 280px);
  margin-left: calc(280px);
}

.gj-refresh-interval {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 10px;
  width: 95px;
}
.gj-refresh-interval input {
  height: 20px;
  width: 30px;
  font-size: 12px;
}

.glchanged {
  background-color: #f6e9e9;
}

/******************************
    //Announcements
*******************************/
.main-announcement {
  height: calc(50vh - 18px);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  display: flex;
  justify-content: center;
  /*&:after {
      content: "";
      position: absolute;
      width: 80%;
      height: 80%;
      background: $white;
      left: 10%;
      top: 10%;
      padding: 15px;
      opacity: 0.75;
      z-index: 1;
  }*/
}
.main-announcement-content {
  position: absolute;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  padding: 15px;
  z-index: 2;
  overflow: auto;
  color: #5e5e5e;
}
.main-announcement-content h1, .main-announcement-content h2, .main-announcement-content h3, .main-announcement-content h4, .main-announcement-content h5, .main-announcement-content h6, .main-announcement-content strong {
  color: #D12907;
}

.home-image-tex-wrapper-3972 {
  position: absolute;
  top: 7%;
  right: 20%;
  font-family: Open Sans;
  color: white;
  width: 60%;
  display: flex;
  /*display:flex;
  flex-direction:row;*/
}
.home-image-tex-wrapper-3972 .item1-wrapper {
  display: inline-block;
  width: 40%;
  margin-right: 20px;
}
.home-image-tex-wrapper-3972 .item1-wrapper img {
  width: 100%;
}
.home-image-tex-wrapper-3972 .item2-wrapper {
  display: inline-block;
  width: 60%;
}

.home-image-tex-wrapper-3972 p {
  font-size: 23px;
  line-height: 36px;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.home-image-tex-wrapper-3972 button.btn {
  background-color: rgba(209, 41, 7, 0.75);
  width: 150px;
  font-family: Open Sans;
  font-weight: 600;
}

.item1-wrapper {
  position: relative;
}

.mobile .main {
  /*&-announcement {
      display: none;
  }*/
}
.mobile .main-announcement-content {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
}

/******************************
    //Section
*******************************/
.section-title {
  background: #D12907;
  font-size: 20px;
  color: #FFFFFF;
  padding: 10px 15px 11px 15px;
  height: 49px;
}
.section-title i {
  padding-right: 10px;
}
.section-actions li {
  outline: none !important;
  border: 1px solid #DDDDDD;
  transition: all 0.25s ease-in-out;
}
.section-actions li:hover, .section-actions li:active, .section-actions li:focus {
  background: #e6e6e6 !important;
}
.section-actions li .action-item {
  padding: 15px 0;
}
.section-actions li .action-item i, .section-actions li .action-item span {
  display: inline-block;
  vertical-align: middle;
  color: #333333;
}
.section-actions li .action-item i {
  font-size: 35px;
  margin-right: 5%;
}
.section-actions li .action-item .btn-toolbar {
  margin-top: 15px;
}
.section-actions li:not(.guideline) a:not(.btn) {
  font-size: calc(14px + 0.12vw);
  background: none !important;
  height: 10vh;
}
.section-actions li:not(.guideline) a:not(.btn) i, .section-actions li:not(.guideline) a:not(.btn) span {
  display: inline-block;
  vertical-align: middle;
  color: #333333;
}
.section-actions li:not(.guideline) a:not(.btn) i {
  font-size: calc(14px + 0.3vw);
  margin-right: 2%;
}
.section-actions li:not(.guideline) a:not(.btn) span {
  text-align: right;
}
.section-actions li:not(.guideline) a:not(.btn) .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.section-actions li:not(.guideline) a:not(.btn):hover, .section-actions li:not(.guideline) a:not(.btn):active, .section-actions li:not(.guideline) a:not(.btn):focus {
  background: none !important;
}
.section-actions li.guideline {
  cursor: pointer;
}
.section-actions-minimal li {
  padding: 10px;
}
.section-actions-minimal li:hover, .section-actions-minimal li:active, .section-actions-minimal li:focus {
  background: none !important;
}
.section-actions-minimal span {
  font-size: 13px;
  display: inline-block;
}
.section-actions-minimal a {
  height: unset !important;
  font-size: unset !important;
  font-size: 12px !important;
  transition: all 0.25s ease-in-out;
}
.section-actions-minimal a.btn:hover, .section-actions-minimal a.btn:active, .section-actions-minimal a.btn:focus {
  background: #ccc !important;
}
.section-content {
  padding: 15px;
}

.mobile .section-title {
  font-size: 18px;
}
.mobile .section-actions li a {
  height: unset !important;
}
.mobile .section-actions li i {
  padding: 0px;
  margin-right: 10px;
}
.mobile .section-actions li a, .mobile .section-actions li i {
  font-size: 16px;
}
.mobile .section-actions li span {
  text-align: center;
}

/******************************
    //form wizard footer
*******************************/
.sw-main .sw-toolbar {
  display: none;
}
.sw-main .step-content {
  padding-top: 10px !important;
  z-index: -1;
}
.sw-main .form-group {
  margin-bottom: 10px;
}
.sw-main label {
  font-weight: normal;
  font-size: 14px;
}

.sw-toolbar {
  margin-bottom: 0px;
}

.form-wizard-content {
  height: calc(100vh - 114px);
  overflow: auto;
}
.form-wizard-content .sw-container {
  z-index: 0;
}
.form-wizard-nav {
  position: fixed;
  bottom: 0px;
  width: calc(100% - 280px);
  left: 280px;
  border: 1px solid #DDDDDD;
  padding: 9px;
  height: 84px;
  background: #fafafa;
}
.form-wizard-nav .btn {
  min-width: 150px;
}

.reviewPage label, .reviewPage strong {
  font-size: 14px;
  font-weight: normal;
}
.reviewPage label {
  font-weight: bold;
}

.mobile .form-wizard-nav {
  width: 100%;
  left: 0px;
  height: unset !important;
}
.mobile .form-wizard-nav nav {
  min-height: unset !important;
}
.mobile .step-anchor li {
  display: block;
  float: left !important;
  width: 20%;
}
.mobile .step-anchor li a {
  padding-left: 0px !important;
  font-size: 12px;
  text-align: center;
}

.jobattachments img {
  max-height: 100% !important;
  max-width: 100% !important;
}

@media screen and (min-width: 240px) and (max-width: 767px) {
  body {
    overflow: hidden;
  }
  .section-title {
    padding: 12px 5px 11px 65px;
    font-size: 16px !important;
    max-height: 49px;
  }
  .section-title i {
    display: none;
  }
  .section-title small {
    font-size: 10px !important;
  }
  .sw-btn-group-extra, .sw-btn-group {
    margin: 0px;
  }
  .sw-btn-group-extra:first-child, .sw-btn-group:first-child {
    width: 57%;
  }
  .sw-btn-group-extra:last-child, .sw-btn-group:last-child {
    width: 40%;
  }
  .sw-btn-group-extra .btn, .sw-btn-group .btn {
    min-width: 50% !important;
    font-size: 12px;
    padding: 10px;
  }
  .main-announcement {
    height: 53vh;
  }
  .home-image-tex-wrapper-3972 {
    top: 7%;
    width: 80%;
    right: 10%;
    flex-direction: column;
  }
  .home-image-tex-wrapper-3972 .item1-wrapper {
    display: block;
    margin: auto;
  }
  .home-image-tex-wrapper-3972 .item2-wrapper {
    display: block;
    width: 100%;
    text-align: center;
  }
  .home-image-tex-wrapper-3972 .item2-wrapper img {
    width: unset !important;
    max-height: 75px;
  }
  .home-image-tex-wrapper-3972 p {
    font-size: 24px;
  }
}
.popovertooltip {
  max-height: 150px;
}

.validate-error-message { /**Tip's validation error message*/
  /*this is the same as bootstrap alert alert-danger*/
  /*border-color: #eed3d7;*/
  /* font-weight: bold; */
  /*font-size: larger;*/
  box-shadow: 0 0 50px 0 rgba(217, 83, 79, 0.2) inset;
}

.secondpairlink {
  margin-left: 250px;
}

.patientnametypeahead {
  height: 34px !important;
}

.patientjobcount {
  padding-left: 3px;
  padding-top: 2px;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 30px;
  padding-top: 15%;
  z-index: 999;
}
.loader i {
  font-size: 30px;
}

.rStyleOrthotics .text-danger {
  visibility: hidden;
}
.rStyleOrthotics #lStyleOrthoticsRightId {
  margin-top: 5px;
}

.rStyleWith #lStyleWidthRightId {
  margin-top: 5px;
}

.rlabel, .llabel {
  text-align: center;
}

#step-2 {
  padding-top: 28px !important;
}
#step-2 .shellMaterialGroup {
  padding-top: 53px;
}

.rParameters2 .text-danger {
  visibility: hidden;
}
.rParameters2 select, .rParameters2 input {
  margin-top: 5px;
}

.right-align {
  text-align: right;
}

#step-3 label.checkbox-inline {
  font-weight: bold;
  font-size: 16px;
}

.updaterx .typeahead__list {
  max-height: 200px;
}
.updaterx .typeahead__list .typeahead__item {
  padding: 4px;
}

/*.container {
    max-width: 1000px;
    margin: 0 auto;
}

.row {
    margin-bottom: 1rem;
}

.col-12 {
    width: 100%;
}

.form-group {
    margin-bottom: 1rem;
}

.btn {
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }

    .col-6 {
        width: 100%;
    }
}
*/
@media only screen and (min-width: 1224px) {
  .UpdateJobwithPatientId {
    margin-top: 70px;
  }
}
/* typical phone screen resolution */
@media only screen and (max-width: 1024px) {
  #updateJobButton {
    margin-bottom: 15px;
  }
  #jobSearch {
    width: 95%;
  }
  #jobList {
    width: 95%;
  }
}
