@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/open300.woff) format("woff"); }

@font-face {
  font-family: Open Sans;
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/OpenSans-LightItalic.woff) format("woff"); }

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/open400.woff) format("woff"); }

@font-face {
  font-family: Open Sans;
  font-style: italic;
  font-weight: normal;
  src: url(../fonts/OpenSans-Italic.woff) format("woff"); }

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/open600.woff) format("woff"); }

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/open700.woff) format("woff"); }

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/open800.woff) format("woff"); }

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/roboto-regular-webfont.woff) format("woff"); }

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/roboto-thin-webfont.woff) format("woff"); }

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/roboto-black-webfont.woff) format("woff"); }

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/roboto-light-webfont.woff) format("woff"); }

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/roboto-medium-webfont.woff) format("woff"); }

html {
  height: 100%; }

body {
  font-family: Open Sans;
  height: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: normal;
  margin: 0; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 12px; }

p, li, input, select, td, th, textarea, button, label {
  font-size: 14px;
  line-height: normal;
  font-weight: 400; }

ol, ul {
  list-style: none;
  padding: 0; }

a {
  color: inherit;
  outline: none; }

a:hover {
  text-decoration: none; }

a:visited {
  outline: none; }

button:hover, button:active, button:focus {
  outline: none; }

textarea {
  resize: none; }

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

.table {
  margin-bottom: 0; }

.form-control {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

.rmv-mar {
  margin: 0 !important; }

.rmv-bdr {
  border: 0 !important; }

.margin-null {
  margin: 0px !important; }

.mar-l10 {
  margin-left: 10px; }

.mar-l5 {
  margin-left: 5px; }

.mar-l2 {
  margin-left: 2px; }

.mar-l20 {
  margin-left: 20px; }

.mar-b10 {
  margin-bottom: 10px; }

.marg-t5 {
  margin-top: 5px; }

.marg-t8 {
  margin-top: 8px; }

.marg-t10 {
  margin-top: 10px; }

.marg-t30 {
  margin-top: 30px !important; }

.mar-t25 {
  margin-top: 25px; }

.mar-b15 {
  margin-bottom: 15px; }

.mar-t10 {
  margin-top: 10px !important; }

.btn {
  padding: 4px 12px;
  min-width: 100px; }

.btn {
  outline: none; }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none; }

.container {
  /* min-width: 1330px; */
  width: 100%;
  max-width: 1660px; }

p, label, li {
  font-size: 12px;
  font-weight: 600; }

.header {
  position: relative;
  padding: 0;
  height: 69px;
  z-index: 1040; }
  .header .logo {
    float: left;
    margin: 9px 20px; }
    .header .logo img {
      height: 52px; }
  .header .user-info {
    position: relative;
    float: right;
    padding-right: 16px; }
    .header .user-info a {
      outline: none;
      text-decoration: none;
      font-size: 12px;
      cursor: pointer;
      background-color: transparent; }
      .header .user-info a:hover, .header .user-info a:focus {
        outline: none;
        text-decoration: none; }
      .header .user-info a .logouts {
        display: inline-block;
        width: 17px;
        height: 15px;
        margin-right: 12px;
        background-repeat: no-repeat;
        background-position: -65px 0px;
        vertical-align: top; }
      .header .user-info a .userlog {
        display: inline-block;
        width: 20px;
        height: 18px;
        margin-right: 8px;
        margin-top: -6px;
        background-repeat: no-repeat;
        background-position: 0 0px;
        vertical-align: middle; }
      .header .user-info a .assign-patient {
        display: inline-block;
        width: 20px;
        height: 18px;
        margin-right: 8px;
        margin-top: -6px;
        background-repeat: no-repeat;
        background-position: 0px 0px;
        vertical-align: middle; }
      .header .user-info a .recycle {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 8px;
        margin-top: -6px;
        background-repeat: no-repeat;
        background-position: 0px 0px;
        vertical-align: middle; }
      .header .user-info a .my-profile {
        display: inline-block;
        width: 20px;
        height: 18px;
        margin-right: 8px;
        background-repeat: no-repeat;
        vertical-align: middle; }
      .header .user-info a .userpass {
        display: inline-block;
        width: 16px;
        height: 15px;
        margin-right: 12px;
        background-repeat: no-repeat;
        background-position: -35px 0px;
        cursor: pointer; }
    .header .user-info .dropdown-menu {
      padding: 0;
      right: 0px;
      top: 66px; }
      .header .user-info .dropdown-menu a {
        width: 100%;
        padding: 10px 10px;
        display: inline-block;
        vertical-align: middle; }
  .header .drop-toggle {
    position: absolute;
    right: 16px;
    top: 68px;
    z-index: 99;
    width: 207px;
    height: 104px;
    border: 1px solid;
    list-style: none; }
    .header .drop-toggle ul li {
      border-bottom: 1px solid; }
      .header .drop-toggle ul li:last-child {
        border-bottom: none; }
      .header .drop-toggle ul li a {
        display: block;
        padding: 15px 0 15px 10px; }
        .header .drop-toggle ul li a:hover .chg-pass {
          background-position: 0px -20px; }
        .header .drop-toggle ul li a:hover .log {
          background-position: -20px -20px; }
        .header .drop-toggle ul li a .chg-pass {
          display: block;
          float: left;
          margin-right: 10px;
          width: 20px;
          height: 20px;
          background-repeat: no-repeat;
          background-position: 0px 0px;
          text-align: center;
          vertical-align: top; }
        .header .drop-toggle ul li a .log {
          display: block;
          float: left;
          margin-right: 10px;
          width: 20px;
          height: 20px;
          background-repeat: no-repeat;
          background-position: -20px 0px;
          text-align: center;
          vertical-align: top; }
  .header .user-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 14px 15px;
    font-size: 14px; }
    .header .user-name .user-icon {
      display: inline-block;
      width: 42px;
      height: 40px;
      margin: 0 10px;
      border: solid 1px;
      text-align: center;
      overflow: hidden;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background-position: 0 0;
      background-repeat: no-repeat; }
    .header .user-name .caret {
      margin-left: 5px; }
    .header .user-name:hover .user-icon {
      background-position: 0 -39px; }
  .header .nav li a .sample {
    display: block;
    width: 30px;
    height: 27px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 0 0; }
  .header .nav li a .patient {
    display: block;
    width: 30px;
    height: 27px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 0 0; }
     .header .nav li a .configurations {
    display: block;
    width: 30px;
    height: 27px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 0 0; }

  .header .nav li a .disease, .header .nav li a .subdisease {
    display: block;
    width: 30px;
    height: 27px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 0 0; }
  .header .nav li a:hover .disease, .header .nav li a:hover .subdisease, .header .nav li a.active .disease, .header .nav li a.active .subdisease, .header .nav li a:visited .disease, .header .nav li a:visited .subdisease, .header .nav li a:focus .disease, .header .nav li a:focus .subdisease {
    background-position: 0 -27px; }
  .header .nav li a:hover .sample, .header .nav li a.active .sample, .header .nav li a:visited .sample, .header .nav li a:focus .sample {
    background-position: 0 -27px; }
  .header .nav li a:hover .patient, .header .nav li a.active .patient, .header .nav li a:visited .patient, .header .nav li a:focus .patient {
    background-position: 0 -28px; }
    .header .nav li a:hover .configurations, .header .nav li a.active .configurations, .header .nav li a:visited .configurations, .header .nav li a:focus .configurations {
    background-position: 0 -29px; }
  .header .nav li a p {
    padding-top: 3px;
    margin-bottom: 5px;
    font-size: 12px; }
  .header .nav li a:visited, .header .nav li a:focus {
    background-color: #13394b; }
    .header .nav li a:visited p, .header .nav li a:focus p {
      color: #fff; }
  .header .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px; }

.login-body {
  background-repeat: no-repeat;
  background-position: left bottom; }

.login-wrp {
  float: right;
  width: 520px;
  height: 100%; }
  .login-wrp .logo {
    position: absolute;
    right: 650px;
    top: 50%;
    margin-top: -40px;
    width: 366px;
    height: 80px; }
    .login-wrp .logo img {
      width: 100%; }

.login-area {
  position: relative;
  margin: -125px auto 0 auto;
  top: 50%;
  width: 320px; }
  .login-area .form-control {
    height: 37px; }
  .login-area label {
    margin-bottom: 6px;
    font-size: 13px; }
  .login-area .errorn {
    margin-top: 10px; }
  .login-area .btn {
    width: 100%;
    height: 40px;
    font-size: 18px;
    text-transform: uppercase; }
  .login-area .forgot-lbl {
    display: block;
    margin-top: 15px;
    font-size: 13px;
    text-align: center;
    cursor: pointer; }
    .login-area .forgot-lbl:hover {
      text-decoration: underline; }
  .login-area .remember {
    margin-bottom: 10px; }
    .login-area .remember label {
      font-weight: 400; }
    .login-area .remember input[type="checkbox"] {
      margin-top: -2px;
      margin-right: 6px;
      vertical-align: middle; }

.ulist {
  float: right;
  padding-right: 20px; }

.modal-header {
  padding: 10px 15px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0; }

.modal-header .close {
  position: absolute;
  top: 12px;
  right: 15px;
  opacity: 1;
  font-weight: 400;
  font-size: 26px; }

.modal-title {
  font-weight: 700;
  font-size: 18px; }

.modal-body {
  padding-bottom: 0px; }

.modal-footer {
  border-top: 1px solid;
  padding: 10px;
  margin-top: 10px; }

.modal-content .form-control {
  height: 30px;
  padding: 4px 8px;
  font-size: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

.main-wrp {
  height: 100%; }

.multi-select {
  height: auto !important; }

.span1 {
  padding-left: 10px; }

.pad-top {
  padding-top: 10px; }

.pad-left-10 {
  padding-left: 10px !important; }

.line {
  border-bottom: 1px solid;
  margin: 10px 0; }

.form-profile {
  width: 40%;
  margin: 4% auto;
  border: 1px solid;
  padding: 35px; }
  .form-profile label {
    margin-bottom: 15px; }
  .form-profile .col-xs-10 {
    word-break: break-word; }

.loader {
  position: fixed;
  display: block;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1030; }
  .loader span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.content-wrp {
  position: relative;
  top: -69px;
  padding: 69px 0 0 0;
  margin: 0 auto;
  width: 100%;
  height: 100%; }

.menu-sec {
  display: none;
  float: left;
  width: 6.79%;
  min-height: 100%; }
  .menu-sec li {
    position: relative;
    width: 100%;
    height: 80px;
    padding-top: 13px;
    border: 1px solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer; }
    .menu-sec li a {
      outline: none; }
    .menu-sec li span {
      display: block;
      margin: 0 auto 2px auto;
      width: 35px;
      height: 35px;
      background-repeat: no-repeat; }
      .menu-sec li span.dashboard {
        background-position: 0 0; }
      .menu-sec li span.report {
        background-position: -278px 0; }
      .menu-sec li span.settings {
        background-position: -70px 0; }
      .menu-sec li span.notification {
        background-position: -105px 0; }
      .menu-sec li span.status {
        background-position: -246px 0; }
      .menu-sec li span.stati {
        background-position: -35px 0; }
    .menu-sec li.active {
      border-left: solid 4px; }
    .menu-sec li .n-alert {
      position: absolute;
      top: 15px;
      left: 60%;
      width: 21px;
      height: 21px;
      text-align: center;
      line-height: 21px;
      font-size: 11px;
      font-weight: 600;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
    .menu-sec li.active .dashboard, .menu-sec li:hover .dashboard {
      background-position: 0 -35px; }
    .menu-sec li.active .report, .menu-sec li:hover .report {
      background-position: -278px -35px; }
    .menu-sec li.active .settings, .menu-sec li:hover .settings {
      background-position: -70px -35px; }
    .menu-sec li.active .notification, .menu-sec li:hover .notification {
      background-position: -105px -35px; }
    .menu-sec li.active .status, .menu-sec li:hover .status {
      background-position: -246px -35px; }
    .menu-sec li.active .stati, .menu-sec li:hover .stati {
      background-position: -35px -35px; }

.content-sec {
  float: right;
  width: 100%;
  min-height: 100%; }
  .content-sec .content-top {
    padding-left: 20px;
    width: 100%;
    height: 31px;
    border-bottom: solid 1px; }
  .content-sec .breadcrumb {
    margin-bottom: 0;
    padding: 2px 0px; }
    .content-sec .breadcrumb li {
      font-family: Open Sans;
      font-size: 12px; }
    .content-sec .breadcrumb a {
      font-family: Open Sans;
      font-size: 12px; }
  .content-sec .pad-lr {
    padding: 2px 10px; }
  .content-sec .tool {
    background-color: transparent;
    border: 0px solid;
    padding: 0px; }
  .content-sec .grid-wrapper {
    margin-top: 0px;
    padding: 16px;
    padding-top: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0px 0 #bdbdbd;
    -moz-box-shadow: 0 0px 0 #bdbdbd;
    -ms-box-shadow: 0 0px 0 #bdbdbd;
    box-shadow: 0 0px 0 #bdbdbd; }
    .content-sec .grid-wrapper .tagit {
      padding: 0 5px;
      min-height: 30px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      border: 1px solid; }
      .content-sec .grid-wrapper .tagit li.ui-state-default {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
      .content-sec .grid-wrapper .tagit .tagit-close {
        right: 2px;
        background-color: transparent; }
    .content-sec .grid-wrapper .tab-wrap {
      border: 1px solid;
      border-top: 0; }
    .content-sec .grid-wrapper .rmv-pad {
      padding: 0 !important; }
    .content-sec .grid-wrapper .mar-b0 {
      margin-bottom: 0 !important; }
    .content-sec .grid-wrapper .top-section {
      padding: 5px;
      border: 1px solid; }
      .content-sec .grid-wrapper .top-section .count, .content-sec .grid-wrapper .top-section .top-wrap .assign, .content-sec .grid-wrapper .top-wrap .top-section .assign, .content-sec .grid-wrapper .top-section .top-wrap .assigned, .content-sec .grid-wrapper .top-wrap .top-section .assigned, .content-sec .grid-wrapper .top-section .top-wrap .assign-samp, .content-sec .grid-wrapper .top-wrap .top-section .assign-samp {
        display: inline-block;
        float: left;
        margin-right: 2px;
        margin-left: 5px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        font-weight: 600; }
    .content-sec .grid-wrapper .top-wrap {
      display: block;
      width: 100%;
      min-height: 40px;
      border: 1px solid; }
      .content-sec .grid-wrapper .top-wrap select option {
        padding: 5px;
        font-weight: 600; }
      .content-sec .grid-wrapper .top-wrap .head {
        display: inline-block;
        padding: 8px;
        font-size: 16px;
        font-weight: bold; }
      .content-sec .grid-wrapper .top-wrap .count, .content-sec .grid-wrapper .top-wrap .assign, .content-sec .grid-wrapper .top-wrap .assigned, .content-sec .grid-wrapper .top-wrap .assign-samp {
        display: inline-block;
        float: left;
        padding: 10px 20px;
        font-size: 13px;
        font-weight: 600; }
      .content-sec .grid-wrapper .top-wrap .assign {
        width: 120px;
        padding: 10px 0 10px 10px;
        font-weight: 400; }
      .content-sec .grid-wrapper .top-wrap .assigned {
        width: 145px;
        padding: 10px 0 10px 10px;
        font-weight: 400; }
      .content-sec .grid-wrapper .top-wrap .assign-samp {
        width: 160px;
        padding: 10px 0 10px 10px;
        font-weight: 400; }
      .content-sec .grid-wrapper .top-wrap .form-control {
        display: inline-block;
        width: auto;
        margin: 6px 0px;
        height: 26px;
        padding: 2px 12px;
        font-size: 12px;
        color: #000; }
      .content-sec .grid-wrapper .top-wrap .btn-primary {
        padding: 2px 20px; }
      .content-sec .grid-wrapper .top-wrap .icon-wrap {
        float: right;
        text-align: right;
        font-size: 0; }
      .content-sec .grid-wrapper .top-wrap .dropdown-download {
        display: inline-block;
        padding-top: 5px;
        vertical-align: top; }
        .content-sec .grid-wrapper .top-wrap .dropdown-download .dropdown-menu {
          left: inherit;
          right: 0; }
        .content-sec .grid-wrapper .top-wrap .dropdown-download ul {
          margin: 0;
          padding: 0;
          text-align: left;
          border-radius: 0; }
          .content-sec .grid-wrapper .top-wrap .dropdown-download ul a, .content-sec .grid-wrapper .top-wrap .dropdown-download ul span {
            display: inline-block;
            width: 100%;
            padding: 6px 15px;
            font-weight: 600;
            cursor: pointer; }
            .content-sec .grid-wrapper .top-wrap .dropdown-download ul a:hover, .content-sec .grid-wrapper .top-wrap .dropdown-download ul span:hover {
              background-color: #d3ecff; }
          .content-sec .grid-wrapper .top-wrap .dropdown-download ul li:not(:last-child) {
            border-bottom: 1px solid #ccc; }
        .content-sec .grid-wrapper .top-wrap .dropdown-download .caret {
          margin-left: 22px;
          margin-top: 12px;
          color: #82b7c7; }
        .content-sec .grid-wrapper .top-wrap .dropdown-download:hover .caret, .content-sec .grid-wrapper .top-wrap .dropdown-download.open .caret {
          color: #e72225; }
        .content-sec .grid-wrapper .top-wrap .dropdown-download:hover .cp-download, .content-sec .grid-wrapper .top-wrap .dropdown-download.open .cp-download {
          background-position: 0px -25px; }
      .content-sec .grid-wrapper .top-wrap .cp-download, .content-sec .grid-wrapper .top-wrap .add-patient {
        margin-right: 10px; }
      .content-sec .grid-wrapper .top-wrap .search-wrap {
        display: inline-block;
        padding: 10px 10px 8px;
        text-align: center;
        border-left: 1px solid transparent; }
        .content-sec .grid-wrapper .top-wrap .search-wrap:hover, .content-sec .grid-wrapper .top-wrap .search-wrap.active {
          border-left: 1px solid; }
          .content-sec .grid-wrapper .top-wrap .search-wrap:hover .search, .content-sec .grid-wrapper .top-wrap .search-wrap.active .search {
            background-position: 0 -20px; }
      .content-sec .grid-wrapper .top-wrap .search-bx {
        display: inline-block;
        padding: 10px 10px 8px;
        border-left: 1px solid transparent; }
        .content-sec .grid-wrapper .top-wrap .search-bx:hover, .content-sec .grid-wrapper .top-wrap .search-bx.active {
          border-left: 1px solid; }
          .content-sec .grid-wrapper .top-wrap .search-bx:hover .search-icon, .content-sec .grid-wrapper .top-wrap .search-bx.active .search-icon {
            background-position: 0 -20px; }
      .content-sec .grid-wrapper .top-wrap .full-width {
        width: 100% !important; }
      .content-sec .grid-wrapper .top-wrap .chosen-container-single .chosen-single, .content-sec .grid-wrapper .top-wrap .chosen-container-single .chosen-choices, .content-sec .grid-wrapper .top-wrap .chosen-container-multi .chosen-single, .content-sec .grid-wrapper .top-wrap .chosen-container-multi .chosen-choices {
        height: 26px;
        min-height: 26px;
        margin: 6px 0px 0px;
        font-size: 12px;
        border-radius: 3px; }
        .content-sec .grid-wrapper .top-wrap .chosen-container-single .chosen-single span, .content-sec .grid-wrapper .top-wrap .chosen-container-single .chosen-choices span, .content-sec .grid-wrapper .top-wrap .chosen-container-multi .chosen-single span, .content-sec .grid-wrapper .top-wrap .chosen-container-multi .chosen-choices span {
          padding: 0; }
      .content-sec .grid-wrapper .top-wrap .chosen-container-single input[type="text"], .content-sec .grid-wrapper .top-wrap .chosen-container-multi input[type="text"] {
        height: 22px; }
    .content-sec .grid-wrapper .advance-search, .content-sec .grid-wrapper .simple-search {
      position: relative;
      top: -1px;
      width: 100%;
      padding: 10px;
      border: 1px solid; }
      .content-sec .grid-wrapper .advance-search [class*="col-xs-"], .content-sec .grid-wrapper .simple-search [class*="col-xs-"] {
        padding-left: 12px;
        padding-right: 12px; }
      .content-sec .grid-wrapper .advance-search hr, .content-sec .grid-wrapper .simple-search hr {
        margin-top: 0px;
        margin-bottom: 10px; }
      .content-sec .grid-wrapper .advance-search .top-cut, .content-sec .grid-wrapper .simple-search .top-cut {
        position: absolute;
        top: -3px;
        right: -1px;
        width: 44px;
        height: 3px;
        border-left: 1px solid;
        border-right: 1px solid; }
      .content-sec .grid-wrapper .advance-search .form-group, .content-sec .grid-wrapper .simple-search .form-group {
        margin-bottom: 10px; }
      .content-sec .grid-wrapper .advance-search .form-control, .content-sec .grid-wrapper .simple-search .form-control {
        width: 100%;
        height: 26px;
        padding: 2px 10px;
        font-size: 12px;
        font-weight: 600;
        border: 1px solid; }
      .content-sec .grid-wrapper .advance-search .chosen-container-multi .chosen-choices, .content-sec .grid-wrapper .simple-search .chosen-container-multi .chosen-choices {
        border: 1px solid;
        min-height: 26px; }
        .content-sec .grid-wrapper .advance-search .chosen-container-multi .chosen-choices .search-choice, .content-sec .grid-wrapper .simple-search .chosen-container-multi .chosen-choices .search-choice {
          margin: 2px 5px 2px 0;
          padding: 2px 20px 3px 5px; }
        .content-sec .grid-wrapper .advance-search .chosen-container-multi .chosen-choices li.search-field input[type="text"], .content-sec .grid-wrapper .simple-search .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
          height: 22px; }
      .content-sec .grid-wrapper .advance-search .brdr, .content-sec .grid-wrapper .simple-search .brdr {
        width: 100%;
        padding: 0 0 5px;
        margin-bottom: 0;
        border-bottom: 1px solid; }
      .content-sec .grid-wrapper .advance-search .rmv-bdr, .content-sec .grid-wrapper .simple-search .rmv-bdr {
        border: 0 !important; }
      .content-sec .grid-wrapper .advance-search .rmv-rmar, .content-sec .grid-wrapper .simple-search .rmv-rmar {
        margin-right: 0 !important; }
      .content-sec .grid-wrapper .advance-search .mar-t6, .content-sec .grid-wrapper .simple-search .mar-t6 {
        margin-top: 6px; }
      .content-sec .grid-wrapper .advance-search .mar-b10, .content-sec .grid-wrapper .simple-search .mar-b10 {
        margin-bottom: 10px; }
      .content-sec .grid-wrapper .advance-search .mar-b15, .content-sec .grid-wrapper .simple-search .mar-b15 {
        margin-bottom: 20px !important; }
      .content-sec .grid-wrapper .advance-search .checkbox-wrap, .content-sec .grid-wrapper .simple-search .checkbox-wrap {
        padding-top: 10px;
        border-top: 1px solid; }
        .content-sec .grid-wrapper .advance-search .checkbox-wrap label, .content-sec .grid-wrapper .simple-search .checkbox-wrap label {
          margin-bottom: 10px;
          font-size: 12px;
          font-weight: 400; }
        .content-sec .grid-wrapper .advance-search .checkbox-wrap .checkbox, .content-sec .grid-wrapper .simple-search .checkbox-wrap .checkbox {
          margin-top: 0; }
        .content-sec .grid-wrapper .advance-search .checkbox-wrap .checkbox-inline, .content-sec .grid-wrapper .advance-search .checkbox-wrap .checkbox, .content-sec .grid-wrapper .simple-search .checkbox-wrap .checkbox-inline, .content-sec .grid-wrapper .simple-search .checkbox-wrap .checkbox {
          margin-right: 10px;
          padding-left: 0; }
          .content-sec .grid-wrapper .advance-search .checkbox-wrap .checkbox-inline + .checkbox-inline, .content-sec .grid-wrapper .advance-search .checkbox-wrap .checkbox + .checkbox-inline, .content-sec .grid-wrapper .simple-search .checkbox-wrap .checkbox-inline + .checkbox-inline, .content-sec .grid-wrapper .simple-search .checkbox-wrap .checkbox + .checkbox-inline {
            margin-left: 0; }
          .content-sec .grid-wrapper .advance-search .checkbox-wrap .checkbox-inline input[type="checkbox"], .content-sec .grid-wrapper .advance-search .checkbox-wrap .checkbox input[type="checkbox"], .content-sec .grid-wrapper .simple-search .checkbox-wrap .checkbox-inline input[type="checkbox"], .content-sec .grid-wrapper .simple-search .checkbox-wrap .checkbox input[type="checkbox"] {
            opacity: 0;
            z-index: 9; }
          .content-sec .grid-wrapper .advance-search .checkbox-wrap .checkbox-inline input[type="checkbox"] + span, .content-sec .grid-wrapper .advance-search .checkbox-wrap .checkbox input[type="checkbox"] + span, .content-sec .grid-wrapper .simple-search .checkbox-wrap .checkbox-inline input[type="checkbox"] + span, .content-sec .grid-wrapper .simple-search .checkbox-wrap .checkbox input[type="checkbox"] + span {
            display: inline-block;
            width: 15px;
            height: 15px;
            margin-right: 5px;
            background-repeat: no-repeat;
            background-position: 0 0;
            vertical-align: middle; }
          .content-sec .grid-wrapper .advance-search .checkbox-wrap .checkbox-inline input[type="checkbox"]:checked + span, .content-sec .grid-wrapper .advance-search .checkbox-wrap .checkbox input[type="checkbox"]:checked + span, .content-sec .grid-wrapper .simple-search .checkbox-wrap .checkbox-inline input[type="checkbox"]:checked + span, .content-sec .grid-wrapper .simple-search .checkbox-wrap .checkbox input[type="checkbox"]:checked + span {
            background-position: 0 -15px; }
          .content-sec .grid-wrapper .advance-search .checkbox-wrap .checkbox-inline b, .content-sec .grid-wrapper .advance-search .checkbox-wrap .checkbox b, .content-sec .grid-wrapper .simple-search .checkbox-wrap .checkbox-inline b, .content-sec .grid-wrapper .simple-search .checkbox-wrap .checkbox b {
            font-weight: 400;
            float: left;
            width: 90%; }
        .content-sec .grid-wrapper .advance-search .checkbox-wrap small, .content-sec .grid-wrapper .simple-search .checkbox-wrap small {
          display: block;
          padding-left: 20px;
          font-size: 11px; }
      .content-sec .grid-wrapper .advance-search .date, .content-sec .grid-wrapper .simple-search .date {
        display: inline-block;
        padding-right: 25px;
        background-repeat: no-repeat;
        background-position: center right; }
      .content-sec .grid-wrapper .advance-search .radio-wrap, .content-sec .grid-wrapper .simple-search .radio-wrap {
        padding-top: 10px;
        border-top: 1px solid; }
        .content-sec .grid-wrapper .advance-search .radio-wrap label, .content-sec .grid-wrapper .simple-search .radio-wrap label {
          font-size: 12px;
          font-weight: 400; }
        .content-sec .grid-wrapper .advance-search .radio-wrap .radio-inline, .content-sec .grid-wrapper .advance-search .radio-wrap .radio, .content-sec .grid-wrapper .simple-search .radio-wrap .radio-inline, .content-sec .grid-wrapper .simple-search .radio-wrap .radio {
          margin-right: 20px;
          padding-left: 0; }
          .content-sec .grid-wrapper .advance-search .radio-wrap .radio-inline + .radio-inline, .content-sec .grid-wrapper .advance-search .radio-wrap .radio + .radio-inline, .content-sec .grid-wrapper .simple-search .radio-wrap .radio-inline + .radio-inline, .content-sec .grid-wrapper .simple-search .radio-wrap .radio + .radio-inline {
            margin-left: 0; }
          .content-sec .grid-wrapper .advance-search .radio-wrap .radio-inline input[type="radio"], .content-sec .grid-wrapper .advance-search .radio-wrap .radio input[type="radio"], .content-sec .grid-wrapper .simple-search .radio-wrap .radio-inline input[type="radio"], .content-sec .grid-wrapper .simple-search .radio-wrap .radio input[type="radio"] {
            opacity: 0;
            z-index: 9; }
          .content-sec .grid-wrapper .advance-search .radio-wrap .radio-inline input[type="radio"] + span, .content-sec .grid-wrapper .advance-search .radio-wrap .radio input[type="radio"] + span, .content-sec .grid-wrapper .simple-search .radio-wrap .radio-inline input[type="radio"] + span, .content-sec .grid-wrapper .simple-search .radio-wrap .radio input[type="radio"] + span {
            display: inline-block;
            width: 17px;
            height: 17px;
            margin-right: 5px;
            background-repeat: no-repeat;
            background-position: 0 0;
            vertical-align: middle; }
          .content-sec .grid-wrapper .advance-search .radio-wrap .radio-inline input[type="radio"]:checked + span, .content-sec .grid-wrapper .advance-search .radio-wrap .radio input[type="radio"]:checked + span, .content-sec .grid-wrapper .simple-search .radio-wrap .radio-inline input[type="radio"]:checked + span, .content-sec .grid-wrapper .simple-search .radio-wrap .radio input[type="radio"]:checked + span {
            background-position: 0 -18px; }
      .content-sec .grid-wrapper .advance-search .btn-footer, .content-sec .grid-wrapper .simple-search .btn-footer {
        text-align: right; }
        .content-sec .grid-wrapper .advance-search .btn-footer .btn, .content-sec .grid-wrapper .simple-search .btn-footer .btn {
          width: 100px;
          padding: 4px 12px;
          margin-bottom: 0;
          text-align: center; }
        .content-sec .grid-wrapper .advance-search .btn-footer .link, .content-sec .grid-wrapper .simple-search .btn-footer .link {
          display: inline-block;
          padding: 0 10px 0;
          font-size: 13px;
          font-weight: 600;
          vertical-align: middle;
          text-decoration: none;
          cursor: pointer; }
      .content-sec .grid-wrapper .advance-search .tagit, .content-sec .grid-wrapper .simple-search .tagit {
        min-height: 26px;
        margin-bottom: 0;
        border: 1px solid; }
        .content-sec .grid-wrapper .advance-search .tagit .tagit-new, .content-sec .grid-wrapper .simple-search .tagit .tagit-new {
          padding: 1px 4px 1px 0; }
        .content-sec .grid-wrapper .advance-search .tagit .tagit-choice-editable, .content-sec .grid-wrapper .simple-search .tagit .tagit-choice-editable {
          padding: 1px 18px 1px .5em; }
    .content-sec .grid-wrapper .advance-search {
      padding: 0;
      margin-bottom: 8px;
      border: 0;
      border-bottom: 1px solid; }
    .content-sec .grid-wrapper .filter-section {
      width: 100%;
      padding: 10px;
      border: 1px solid;
      border-top: 0; }
      .content-sec .grid-wrapper .filter-section h2 {
        margin-bottom: 10px;
        font-size: 13px;
        font-weight: 600; }
      .content-sec .grid-wrapper .filter-section li {
        display: inline-block;
        padding: 4px 10px;
        margin-right: 10px;
        margin-bottom: 5px;
        border: 1px solid;
        font-size: 12px;
        border-radius: 3px; }
        .content-sec .grid-wrapper .filter-section li .close-data {
          display: inline-block;
          width: 13px;
          height: 13px;
          margin-left: 10px;
          background-repeat: no-repeat;
          background-position: 0 0;
          vertical-align: middle;
          cursor: pointer; }
      .content-sec .grid-wrapper .filter-section hr {
        margin-top: 10px;
        margin-bottom: 10px; }
      .content-sec .grid-wrapper .filter-section .btn-footer {
        text-align: right; }
    .content-sec .grid-wrapper .search-icon {
      display: inline-block;
      width: 22px;
      height: 20px;
      background-repeat: no-repeat;
      background-position: 0 0;
      cursor: pointer; }
      .content-sec .grid-wrapper .search-icon:hover {
        background-position: 0 -20px; }
    .content-sec .grid-wrapper .search {
      display: inline-block;
      width: 22px;
      height: 20px;
      background-repeat: no-repeat;
      background-position: 0 0;
      cursor: pointer; }
      .content-sec .grid-wrapper .search:hover {
        background-position: 0 -20px; }
    .content-sec .grid-wrapper .project-head {
      float: left;
      padding: 0 10px;
      padding-top: 4px;
      min-width: 50px;
      font-size: 16px;
      font-weight: 600; }
    .content-sec .grid-wrapper .received-sample {
      float: left; }
      .content-sec .grid-wrapper .received-sample .form-group {
        margin-top: 5px;
        margin-bottom: 0; }
        .content-sec .grid-wrapper .received-sample .form-group label {
          vertical-align: middle; }
    .content-sec .grid-wrapper .btn-top .form-control {
      display: inline-block;
      width: 180px;
      margin: 0 5px;
      height: 30px; }
    .content-sec .grid-wrapper .btn-top .btn {
      padding: 4px 12px; }
    .content-sec .grid-wrapper .export-icn {
      display: inline-block;
      width: 25px;
      height: 25px;
      background-repeat: no-repeat;
      background-position: 0 0;
      margin-left: 10px;
      margin-right: 5px;
      cursor: pointer; }
      .content-sec .grid-wrapper .export-icn:hover {
        background-position: 0 -31px; }
    .content-sec .grid-wrapper .grid-hd {
      float: left;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 5px;
      margin-right: 10px; }
    .content-sec .grid-wrapper .pjct-hed {
      display: inline-block;
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 5px;
      margin-left: 8px;
      margin-top: 2px; }
    .content-sec .grid-wrapper .edit2 {
      margin-right: 5px;
      cursor: pointer;
      background-color: transparent;
      border: none; }
    .content-sec .grid-wrapper .delete2 {
      margin-right: 5px; }
    .content-sec .grid-wrapper .t2 {
      padding: 0px 15px; }
      .content-sec .grid-wrapper .t2 .tbl {
        padding-left: 10px !important; }
    .content-sec .grid-wrapper .hed {
      text-align: center; }
    .content-sec .grid-wrapper table {
      border-bottom: 1px solid #ddd;
      overflow-x: auto; }
      .content-sec .grid-wrapper table tr {
        height: 20px; }
        .content-sec .grid-wrapper table tr:before {
          content: "";
          position: absolute;
          width: 3px;
          height: 29px; }
        .content-sec .grid-wrapper table tr:nth-child(1) {
          border-left: none; }
        .content-sec .grid-wrapper table tr:first-child:hover {
          background-color: transparent; }
          .content-sec .grid-wrapper table tr:first-child:hover:before {
            width: 0; }
      .content-sec .grid-wrapper table th {
        padding: 6px;
        vertical-align: middle;
        font-size: 13px;
        font-weight: 600;
        border: 1px solid;
        white-space: nowrap;
        text-align: left; }
        .content-sec .grid-wrapper table th:first-child {
          border-left: 0; }
        .content-sec .grid-wrapper table th.aln-center {
          text-align: center; }
      .content-sec .grid-wrapper table td {
        vertical-align: top;
        position: relative; }
        .content-sec .grid-wrapper table td:first-child {
          border-left: 0; }
        .content-sec .grid-wrapper table td:last-child {
          padding-top: 5px;
          padding-bottom: 0; }
        .content-sec .grid-wrapper table td .phenomes {
          position: relative;
          float: right;
          margin-left: 5px; }
          .content-sec .grid-wrapper table td .phenomes .popover {
            display: none; }
          .content-sec .grid-wrapper table td .phenomes:hover {
            text-decoration: underline;
            cursor: pointer; }
            .content-sec .grid-wrapper table td .phenomes:hover .popover {
              display: block;
              position: absolute;
              top: 22px;
              left: -10px;
              width: 500px;
              max-width: 500px;
              font-size: 12px;
              font-weight: normal;
              z-index: 5;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              -ms-border-radius: 4px;
              border-radius: 4px;
              border: 1px solid; }
              .content-sec .grid-wrapper table td .phenomes:hover .popover .arrow-icon {
                position: absolute;
                top: -10px;
                left: 8px;
                width: 20px;
                height: 10px;
                background-repeat: no-repeat;
                background-position: center center; }
              .content-sec .grid-wrapper table td .phenomes:hover .popover .tab-wrap {
                margin: 10px;
                min-height: 100px;
                max-height: 200px;
                overflow: auto; }
              .content-sec .grid-wrapper table td .phenomes:hover .popover .loader-pop {
                position: absolute;
                width: 100%;
                height: 100%;
                background-position: center;
                background-repeat: no-repeat; }
              .content-sec .grid-wrapper table td .phenomes:hover .popover table {
                border: 1px solid; }
                .content-sec .grid-wrapper table td .phenomes:hover .popover table td:last-child {
                  text-align: left; }
                .content-sec .grid-wrapper table td .phenomes:hover .popover table thead th {
                  border: 1px solid;
                  white-space: nowrap; }
          .content-sec .grid-wrapper table td .phenomes .popoverbtm {
            display: none; }
          .content-sec .grid-wrapper table td .phenomes:hover {
            text-decoration: underline;
            cursor: pointer; }
            .content-sec .grid-wrapper table td .phenomes:hover .popoverbtm {
              display: block;
              position: absolute;
              bottom: 20px;
              left: -10px;
              width: 500px;
              max-width: 500px;
              font-size: 12px;
              font-weight: normal;
              z-index: 5;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              -ms-border-radius: 4px;
              border-radius: 4px;
              border: 1px solid; }
              .content-sec .grid-wrapper table td .phenomes:hover .popoverbtm .arrow-icon {
                position: absolute;
                bottom: -8px;
                left: 8px;
                width: 20px;
                height: 10px;
                background-repeat: no-repeat;
                background-position: center center; }
              .content-sec .grid-wrapper table td .phenomes:hover .popoverbtm .tab-wrap {
                margin: 10px;
                min-height: 100px;
                max-height: 200px;
                overflow: auto; }
              .content-sec .grid-wrapper table td .phenomes:hover .popoverbtm .loader-pop {
                position: absolute;
                width: 100%;
                height: 100%;
                background-position: center;
                background-repeat: no-repeat; }
              .content-sec .grid-wrapper table td .phenomes:hover .popoverbtm table {
                border: 1px solid; }
                .content-sec .grid-wrapper table td .phenomes:hover .popoverbtm table td:last-child {
                  text-align: left; }
                .content-sec .grid-wrapper table td .phenomes:hover .popoverbtm table thead th {
                  border: 1px solid;
                  white-space: nowrap; }
      .content-sec .grid-wrapper table .pad-rgt-20 {
        padding-right: 20px; }
      .content-sec .grid-wrapper table .sort-wrap {
        position: relative;
        display: block;
        float: right;
        margin-right: -16px;
        cursor: pointer; }
        .content-sec .grid-wrapper table .sort-wrap .sort-up {
          position: absolute;
          display: inline-block;
          top: 2px;
          right: 1.5px;
          width: 10px;
          height: 7px;
          background-repeat: no-repeat;
          background-position: 0 0; }
        .content-sec .grid-wrapper table .sort-wrap .sort-down {
          position: absolute;
          display: inline-block;
          top: 11px;
          right: 1.5px;
          width: 10px;
          height: 7px;
          background-repeat: no-repeat;
          background-position: 0 0; }
      .content-sec .grid-wrapper table .wrap-content {
        white-space: normal;
        width: 300px;
        word-wrap: break-word;
        display: inline-block;
        min-height: 35px; }
      .content-sec .grid-wrapper table .collabe {
        padding-right: 30px; }
        .content-sec .grid-wrapper table .collabe .plus-sign {
          margin-left: 5px;
          float: right;
          display: inline-block;
          width: 25px;
          height: 15px;
          margin-right: -30px;
          cursor: pointer;
          font-size: 13px;
          position: relative; }
          .content-sec .grid-wrapper table .collabe .plus-sign .pjtno {
            padding-left: 2px;
            position: absolute;
            top: -2px;
            right: 2px; }
      .content-sec .grid-wrapper table .spcls {
        padding: 1px 10px; }
      .content-sec .grid-wrapper table .pjt-id span {
        margin-left: 5px;
        float: right;
        display: inline-block;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        width: 20px;
        height: 19px;
        background-repeat: no-repeat;
        background-position: 0px 0px; }
        .content-sec .grid-wrapper table .pjt-id span:hover {
          background-position: 0px -21px; }
      .content-sec .grid-wrapper table .pas-id span {
        margin-left: 5px;
        float: right;
        display: inline-block;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        width: 20px;
        height: 19px;
        background-repeat: no-repeat;
        background-position: 0px 0px; }
        .content-sec .grid-wrapper table .pas-id span:hover {
          background-position: 0px -21px; }
      .content-sec .grid-wrapper table td {
        padding: 6px;
        font-size: 12px;
        font-weight: 600;
        vertical-align: top;
        border: 0px solid;
        border-left: 1px solid;
        white-space: nowrap; }
        .content-sec .grid-wrapper table td.td-width-dots{
          padding: 6px;
          font-size: 12px;
          font-weight: 600;
          vertical-align: top;
          border: 0px solid;
          border-left: 0px solid;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          max-width: 202px; }
        .content-sec .grid-wrapper table td a {
          cursor: pointer; }
        .content-sec .grid-wrapper table td table {
          padding: 0px 0px;
          width: 100%;
          border: none; }
          .content-sec .grid-wrapper table td table tr {
            padding: 0 0;
            height: 20px; }
            .content-sec .grid-wrapper table td table tr:last-child {
              border-bottom: 0px solid; }
          .content-sec .grid-wrapper table td table td {
            padding: 6px 12px;
            border: none; }
            .content-sec .grid-wrapper table td table td:nth-child(1) {
              width: 200px;
              border-right: 1px solid; }
            .content-sec .grid-wrapper table td table td:nth-child(2) {
              width: 100px;
              border-right: 1px solid; }
            .content-sec .grid-wrapper table td table td:nth-child(3) {
              padding: 6px 12px; }
            .content-sec .grid-wrapper table td table td:last-child {
              border-right: 0px solid; }
        .content-sec .grid-wrapper table td:last-child:last-child(7) {
          padding: 0 8px;
          border-right: 0px solid; }
      .content-sec .grid-wrapper table tr:last-child {
        border-bottom: 0px solid; }
      .content-sec .grid-wrapper table tr.active {
        border-bottom: 1px solid; }
    .content-sec .grid-wrapper .sample-table tr:hover {
      border-left: 0 solid !important; }
    .content-sec .grid-wrapper .sample-table td {
      position: relative;
      white-space: nowrap; }
      .content-sec .grid-wrapper .sample-table td.white-normal {
        white-space: normal !important;
        min-width: 250px;
        word-wrap: break-word; }
      .content-sec .grid-wrapper .sample-table td .bands {
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        background-position: -14px 0;
        background-repeat: no-repeat; }
    .content-sec .grid-wrapper .sample-table .chkSample {
      vertical-align: top; }
  .content-sec .nav-right {
    width: auto;
    padding: 0 10px;
    text-align: center; }
    .content-sec .nav-right .pagination {
      margin: 10px 0px;
      border: 1px solid;
      -webkit-border-radius: 34px;
      -moz-border-radius: 34px;
      -ms-border-radius: 34px;
      border-radius: 34px;
      overflow: hidden; }
      .content-sec .nav-right .pagination li {
        border-right: 0px solid;
        cursor: pointer; }
        .content-sec .nav-right .pagination li a {
          padding: 6px 8px;
          border: 0px solid; }
  .content-sec .stats {
    margin-left: 4%; }
  .content-sec .icon {
    padding: 5px; }
  .content-sec .tab-wrapper {
    position: relative; }
    .content-sec .tab-wrapper .add-n {
      float: right;
      padding: 2px 14px;
      margin-right: 15px;
      margin-top: 3px;
      height: 26px;
      font-size: 13px; }
    .content-sec .tab-wrapper .nav-tabs ul li {
      margin-bottom: -1px;
      font-family: Open Sans;
      font-weight: normal;
      font-size: 14px; }
    .content-sec .tab-wrapper .nav-tabs ul .active a {
      margin: 0;
      height: 34px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px;
      border-top: 4px solid;
      border-bottom: 0px solid;
      border-left: 1px solid;
      border-right: 1px solid; }
    .content-sec .tab-wrapper .nav-tabs ul a {
      margin: 0px 3px;
      padding: 6px 30px;
      border-right: 0px solid;
      border-left: 0px solid;
      border-bottom: 1px solid;
      border-radius: 0px; }
  .content-sec .content-tit-div {
    padding-left: 20px;
    width: 100%;
    height: 56px;
    border-bottom: solid 1px; }
    .content-sec .content-tit-div h1 {
      float: left;
      font-size: 21px;
      font-weight: 600;
      line-height: 56px; }
    .content-sec .content-tit-div h2 {
      float: right;
      padding-right: 20px;
      font-size: 15px;
      font-weight: 600;
      line-height: 56px; }
  .content-sec .project-info-wrp {
    float: left;
    padding: 15px 1.4%;
    width: 78.20%; }
    .content-sec .project-info-wrp .add-btn {
      float: left;
      font-weight: 600; }
    .content-sec .project-info-wrp .pages-info-wrp {
      float: right;
      width: 72px;
      height: 36px;
      border: solid 1px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      border-radius: 25px; }
      .content-sec .project-info-wrp .pages-info-wrp a {
        float: left;
        display: block;
        width: 35px;
        height: 34px;
        background-repeat: no-repeat; }
        .content-sec .project-info-wrp .pages-info-wrp a:nth-child(1) {
          border-right: solid 1px;
          background-position: -140px 0; }
          .content-sec .project-info-wrp .pages-info-wrp a:nth-child(1).active {
            background-position: -140px -35px; }
        .content-sec .project-info-wrp .pages-info-wrp a:nth-child(2) {
          background-position: -175px 0; }
          .content-sec .project-info-wrp .pages-info-wrp a:nth-child(2).active {
            background-position: -175px -35px; }
    .content-sec .project-info-wrp .grid-wrp {
      min-height: 450px;
      padding: 16px;
      margin-top: 12px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      -webkit-box-shadow: 0 3px 0 #bdbdbd;
      -moz-box-shadow: 0 3px 0 #bdbdbd;
      -ms-box-shadow: 0 3px 0 #bdbdbd;
      box-shadow: 0 3px 0 #bdbdbd; }
      .content-sec .project-info-wrp .grid-wrp th {
        padding: 8px 10px;
        height: 38px;
        vertical-align: middle;
        font-size: 13px;
        font-weight: 600; }
      .content-sec .project-info-wrp .grid-wrp td {
        padding: 8px 10px;
        height: 44px;
        font-size: 12px;
        font-weight: 600;
        vertical-align: middle; }
        .content-sec .project-info-wrp .grid-wrp td .action {
          float: right;
          margin-left: 10px;
          text-align: center; }
          .content-sec .project-info-wrp .grid-wrp td .action.last {
            margin-left: 0; }
      .content-sec .project-info-wrp .grid-wrp tr:hover td .basic-div {
        opacity: 1;
        z-index: 1;
        top: -205px; }
  .content-sec .noti-wrp {
    float: right;
    padding: 15px 1.2% 15px 0;
    width: 21.80%; }
  .content-sec .notification-div {
    min-height: 498px;
    padding: 15px 5% 35px 5%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 0 #bdbdbd;
    -moz-box-shadow: 0 3px 0 #bdbdbd;
    -ms-box-shadow: 0 3px 0 #bdbdbd;
    box-shadow: 0 3px 0 #bdbdbd; }
  .content-sec .noti-tit {
    float: left;
    padding-left: 8px;
    width: auto;
    font-size: 17px;
    font-weight: 600;
    line-height: 34px; }
  .content-sec .noti-icon {
    float: left;
    margin-bottom: 7px;
    width: 34px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: -210px 0; }
  .content-sec .view-all {
    float: right;
    font-size: 12px;
    line-height: 34px;
    font-weight: 600; }
    .content-sec .view-all:hover {
      text-decoration: underline; }
  .content-sec .noti-row {
    padding: 19px 0 22px 0;
    border-top: solid 1px; }
    .content-sec .noti-row .calander {
      float: left;
      margin-right: 3.5%;
      width: 62px;
      height: 60px;
      text-align: center;
      background-repeat: no-repeat;
      background-position: left top; }
      .content-sec .noti-row .calander .date {
        display: block;
        margin: 0;
        padding-top: 8px;
        font-size: 25px;
        font-weight: bold; }
      .content-sec .noti-row .calander .month {
        display: block;
        margin: 0;
        font-size: 14px;
        line-height: 8px; }
    .content-sec .noti-row .noti-info {
      float: left;
      width: 69%; }
      .content-sec .noti-row .noti-info .noti-sub {
        display: block;
        margin: 0 0 2px 0;
        font-size: 15px;
        font-weight: 600; }
      .content-sec .noti-row .noti-info .noti-cont {
        display: block;
        margin: 0 0 2px 0;
        font-size: 13px; }
      .content-sec .noti-row .noti-info .date {
        display: block;
        margin: 0;
        font-size: 12px;
        font-weight: 300; }
        .content-sec .noti-row .noti-info .date:before {
          position: relative;
          top: 2px;
          padding-right: 5px; }
  .content-sec .samples-wrp {
    position: relative;
    padding: 15px; }
    .content-sec .samples-wrp .nav-tabs li {
      width: 128px;
      font-size: 16px;
      font-weight: 600; }
      .content-sec .samples-wrp .nav-tabs li > a {
        padding: 8px 15px;
        margin-right: 9px;
        text-align: center;
        border: 1px solid; }
      .content-sec .samples-wrp .nav-tabs li.active > a {
        border-width: 1px 1px 0px 1px;
        padding: 9px 15px 8px 15px; }
    .content-sec .samples-wrp .search-mrn-no {
      position: absolute;
      top: 10px;
      right: 0;
      width: 300px; }
      .content-sec .samples-wrp .search-mrn-no .form-group {
        margin-bottom: 0; }
      .content-sec .samples-wrp .search-mrn-no .form-control {
        margin-right: 6px;
        float: left;
        width: 60%;
        height: 36px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
      .content-sec .samples-wrp .search-mrn-no .btn-primary {
        width: 97px; }
    .content-sec .samples-wrp .tab-content {
      padding: 20px;
      border-style: solid;
      border-width: 0 1px 1px 1px; }
    .content-sec .samples-wrp .tab-cont-tit {
      width: 100%;
      height: 31px;
      background-position: left center;
      background-repeat: repeat-x; }
      .content-sec .samples-wrp .tab-cont-tit h3 {
        display: table;
        line-height: 28px;
        width: auto;
        padding-right: 5px;
        font-size: 20px;
        font-weight: 600; }
      .content-sec .samples-wrp .tab-cont-tit .pen-edit {
        position: absolute;
        top: 0;
        right: 0; }
    .content-sec .samples-wrp .project-details-wrp {
      width: 100%;
      margin-bottom: 30px; }
      .content-sec .samples-wrp .project-details-wrp .project-section {
        margin: 20px 4% 20px 0;
        float: left;
        width: 48%;
        -webkit-box-shadow: 0px 2px 0px #e8e8e8;
        -moz-box-shadow: 0px 2px 0px #e8e8e8;
        -ms-box-shadow: 0px 2px 0px #e8e8e8;
        box-shadow: 0px 2px 0px #e8e8e8; }
        .content-sec .samples-wrp .project-details-wrp .project-section td {
          padding: 10px 20px;
          border: 1px solid;
          font-size: 12px;
          font-weight: 600; }
          .content-sec .samples-wrp .project-details-wrp .project-section td:nth-child(1) {
            width: 12%; }
          .content-sec .samples-wrp .project-details-wrp .project-section td:nth-child(2) {
            width: 15%; }
        .content-sec .samples-wrp .project-details-wrp .project-section tr:nth-child(6) td {
          padding: 8px 10% 15px 20px; }
      .content-sec .samples-wrp .project-details-wrp .no-mar {
        margin-right: 0; }
        .content-sec .samples-wrp .project-details-wrp .no-mar tr:last-child td {
          height: 100px; }
      .content-sec .samples-wrp .project-details-wrp .check-wrp label {
        padding-left: 3px;
        margin-right: 25px;
        float: none;
        width: inherit;
        background-position: left center;
        background-repeat: no-repeat; }
      .content-sec .samples-wrp .project-details-wrp .check-wrp input[type="checkbox"] {
        display: none; }
      .content-sec .samples-wrp .project-details-wrp .check-wrp .check {
        float: left; }
      .content-sec .samples-wrp .project-details-wrp .check-wrp .active {
        display: inline-block;
        margin: 0;
        background-repeat: no-repeat;
        background-position: left top;
        cursor: pointer; }
      .content-sec .samples-wrp .project-details-wrp .check-wrp .inactive {
        display: inline-block;
        margin: 0;
        background-repeat: no-repeat;
        background-position: left top;
        cursor: pointer; }
      .content-sec .samples-wrp .project-details-wrp .check-wrp label span {
        margin: 0 25px;
        float: left;
        font-size: 12px;
        font-weight: 600;
        line-height: 15px; }
  .content-sec .sample-stati-section ul {
    position: relative;
    border-bottom: 1px solid; }
    .content-sec .sample-stati-section ul li {
      margin: 0px 25px 0 0px;
      padding: 10px 0;
      float: left;
      width: 77px;
      cursor: pointer;
      font-size: 14px;
      font-weight: 600;
      text-align: center; }
    .content-sec .sample-stati-section ul span {
      position: relative;
      display: inline-block;
      text-align: center; }
      .content-sec .sample-stati-section ul span::after {
        display: none;
        position: absolute;
        top: 7px;
        content: "";
        width: 100%;
        height: 28px;
        border-bottom: 5px solid; }
    .content-sec .sample-stati-section ul .active {
      font-size: 14px;
      font-weight: 400; }
      .content-sec .sample-stati-section ul .active span:after {
        display: block; }
  .content-sec .pages-info-wrp {
    float: right;
    width: 72px;
    height: 36px;
    border: solid 1px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px; }
    .content-sec .pages-info-wrp a {
      float: left;
      display: block;
      width: 35px;
      height: 34px;
      background-repeat: no-repeat; }
      .content-sec .pages-info-wrp a:hover {
        opacity: 0.7; }
      .content-sec .pages-info-wrp a:nth-child(1) {
        border-right: solid 1px;
        background-position: -140px 0; }
        .content-sec .pages-info-wrp a:nth-child(1).active {
          background-position: -140px -35px; }
      .content-sec .pages-info-wrp a:nth-child(2) {
        background-position: -175px 0; }
        .content-sec .pages-info-wrp a:nth-child(2).active {
          background-position: -175px -35px; }
  .content-sec .mapping-quality {
    float: left;
    width: 48%; }
    .content-sec .mapping-quality h1 {
      padding-top: 50px;
      padding-bottom: 50px;
      font-size: 21px;
      font-weight: 600; }
    .content-sec .mapping-quality .label-section {
      width: 100%;
      margin-left: 45px; }
    .content-sec .mapping-quality .profiling-main-lbl {
      float: left;
      width: 27%;
      font-size: 14px !important;
      font-weight: 600; }
      .content-sec .mapping-quality .profiling-main-lbl .dot {
        display: block;
        margin-top: 4px;
        margin-right: 10px;
        float: left;
        width: 12px;
        height: 12px; }
      .content-sec .mapping-quality .profiling-main-lbl .txte {
        padding-left: 8px;
        padding-right: 20px;
        float: left;
        width: 69%;
        font-size: 13px !important; }
      .content-sec .mapping-quality .profiling-main-lbl .value {
        float: right;
        font-size: 13px !important; }
    .content-sec .mapping-quality .map-qal {
      margin-top: 30px; }
    .content-sec .mapping-quality .map-qal-two {
      margin-top: 80px; }
  .content-sec .read-alignment-summary {
    margin-top: 50px; }
    .content-sec .read-alignment-summary h1 {
      padding-bottom: 20px;
      font-size: 21px;
      font-weight: 600; }
    .content-sec .read-alignment-summary .table {
      border: 1px solid; }
      .content-sec .read-alignment-summary .table tr:hover td {
        border-top: 1px solid;
        border-bottom: 1px solid; }
      .content-sec .read-alignment-summary .table th {
        border: none;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        border-right: 1px solid;
        border-bottom: 1px solid; }
      .content-sec .read-alignment-summary .table td {
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        border-top: none;
        border-right: 1px solid;
        border-bottom: 1px solid; }
  .content-sec .clin-sam-id .export {
    margin-right: 20px;
    padding: 6px 20px;
    float: right;
    width: 165px;
    border: 1px solid;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    .content-sec .clin-sam-id .export:hover {
      opacity: 0.8; }
    .content-sec .clin-sam-id .export span {
      line-height: 22px; }
      .content-sec .clin-sam-id .export span img {
        vertical-align: inherit; }
  .content-sec .clin-sam-id .exp-disc {
    margin: 13px 0; }
  .content-sec .clin-sam-id .table {
    border: 1px solid; }
    .content-sec .clin-sam-id .table tr:hover td {
      border-top: 1px solid;
      border-bottom: 1px solid; }
    .content-sec .clin-sam-id .table th {
      padding: 7px;
      font-size: 12px;
      font-weight: 600;
      text-align: center;
      border-right: 1px solid;
      border-bottom: 1px solid; }
    .content-sec .clin-sam-id .table td {
      font-size: 12px;
      font-weight: 600;
      text-align: center;
      border-right: 1px solid;
      border-bottom: 1px solid; }
      .content-sec .clin-sam-id .table td:first-child {
        cursor: pointer; }

.clinical-samble {
  width: 1080px; }
  .clinical-samble h4 {
    font-size: 13px;
    font-weight: 400; }
  .clinical-samble img {
    padding: 2px 10px 0;
    vertical-align: top; }
  .clinical-samble .medical {
    font-size: 18px;
    font-weight: 600; }
  .clinical-samble .close {
    opacity: 0.8; }
    .clinical-samble .close:hover, .clinical-samble .close:focus {
      opacity: 0.4; }
  .clinical-samble .modal-body {
    padding: 20px 40px; }
  .clinical-samble .clinical-samble-tab ul {
    position: relative;
    border-bottom: 1px solid; }
    .clinical-samble .clinical-samble-tab ul li {
      margin: 0px 18px 0 0px;
      padding: 10px 0;
      float: left;
      width: 106px;
      cursor: pointer;
      font-size: 14px;
      font-weight: 400;
      text-align: center; }
    .clinical-samble .clinical-samble-tab ul span {
      display: inline-block;
      text-align: center; }
    .clinical-samble .clinical-samble-tab ul .active {
      font-size: 14px;
      font-weight: 400; }
      .clinical-samble .clinical-samble-tab ul .active:after {
        position: absolute;
        top: 7px;
        content: "";
        display: block;
        width: 106px;
        height: 37px;
        border-bottom: 5px solid; }
  .clinical-samble .number-samples {
    margin-top: 25px;
    float: left;
    width: 48%; }
    .clinical-samble .number-samples label {
      margin-right: 20px;
      padding-top: 2px;
      float: left;
      font-size: 12px;
      font-weight: 600; }
    .clinical-samble .number-samples .form-control {
      float: right;
      width: 267px;
      height: 25px;
      font-size: 13px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px; }
    .clinical-samble .number-samples .num-of-samples {
      padding-bottom: 12px;
      font-size: 13px;
      font-weight: 400; }
  .clinical-samble .family-number-samples {
    width: 46%; }
  .clinical-samble .family-num-samp, .clinical-samble .maternal-info {
    width: 43%; }
  .clinical-samble .maternal-ht-info {
    margin-left: 109px; }
  .clinical-samble .ht-info {
    margin-left: 38px; }
  .clinical-samble .family-ht-info {
    margin-left: 11%; }
  .clinical-samble .bord-bott {
    padding: 10px 0px;
    border-bottom: 1px solid; }
  .clinical-samble .eye-diagnostic-table .table {
    margin-top: 30px;
    border: 1px solid; }
    .clinical-samble .eye-diagnostic-table .table tr:hover td {
      border-top: 1px solid;
      border-bottom: 1px solid; }
  .clinical-samble .eye-diagnostic-table .ta-mar {
    margin-top: 10px; }
  .clinical-samble .eye-diagnostic-table th {
    padding: 8px;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    border-right: 1px solid; }
  .clinical-samble .eye-diagnostic-table td {
    font-size: 12px;
    font-weight: 600;
    border-right: 1px solid; }
  .clinical-samble .pages-info-wrp {
    float: right;
    width: 72px;
    height: 36px;
    border: solid 1px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px; }
    .clinical-samble .pages-info-wrp a {
      float: left;
      display: block;
      width: 35px;
      height: 34px;
      background-repeat: no-repeat; }
      .clinical-samble .pages-info-wrp a:nth-child(1) {
        border-right: solid 1px;
        background-position: -140px 0; }
        .clinical-samble .pages-info-wrp a:nth-child(1).active {
          background-position: -140px -35px; }
      .clinical-samble .pages-info-wrp a:nth-child(2) {
        background-position: -175px 0; }
        .clinical-samble .pages-info-wrp a:nth-child(2).active {
          background-position: -175px -35px; }

.status-section .status-row ul {
  margin-bottom: 20px; }
  .status-section .status-row ul:last-child {
    margin-bottom: 0; }

.status-section .status-row li {
  position: relative;
  margin-right: 3px;
  float: left;
  width: 12.2%;
  height: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 15px; }
  .status-section .status-row li:after {
    position: absolute;
    right: -8px;
    top: 20px;
    content: "";
    width: 9px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: 0 0; }
  .status-section .status-row li:nth-child(1) {
    z-index: 100; }
  .status-section .status-row li:nth-child(2) {
    z-index: 99; }
  .status-section .status-row li:nth-child(3) {
    z-index: 98; }
  .status-section .status-row li:nth-child(4) {
    z-index: 97; }
  .status-section .status-row li:nth-child(5) {
    z-index: 96; }
  .status-section .status-row li:nth-child(6) {
    z-index: 95; }
  .status-section .status-row li:nth-child(7) {
    z-index: 94; }
  .status-section .status-row li:nth-child(8) {
    z-index: 93; }
  .status-section .status-row li .sam-qc {
    margin-top: 5px;
    font-weight: 600;
    font-size: 13px; }

.status-section .status-row .blue {
  padding-top: 12px; }

.status-section .status-row .green .sa {
  display: block;
  padding-left: 40px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 10px center; }
  .status-section .status-row .green .sa .tick-icon {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 8px;
    text-align: left;
    font-weight: 400;
    font-size: 13px; }
    .status-section .status-row .green .sa .tick-icon .date {
      display: block;
      font-weight: 400;
      font-size: 11px; }

.status-section .status-row .gray {
  padding-top: 7px; }
  .status-section .status-row .gray label {
    display: block;
    font-weight: 600;
    font-size: 11px; }
  .status-section .status-row .gray .tick-icon {
    font-weight: 400;
    font-size: 13px; }
    .status-section .status-row .gray .tick-icon .date {
      display: block;
      font-weight: 400;
      font-size: 11px; }

.varient-section .varient-content {
  margin-top: 35px;
  border: 1px solid; }

.varient-section .vertical-tab {
  float: left;
  width: 12%;
  border-right: 1px solid; }
  .varient-section .vertical-tab label {
    margin-bottom: 0;
    padding: 13px 20px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid; }
  .varient-section .vertical-tab li {
    position: relative;
    padding: 13px 20px;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid;
    cursor: pointer; }
    .varient-section .vertical-tab li.active, .varient-section .vertical-tab li:hover {
      width: 101%; }
    .varient-section .vertical-tab li.active:after, .varient-section .vertical-tab li:hover:after {
      position: absolute;
      right: -8px;
      top: 15px;
      content: "";
      width: 8px;
      height: 15px;
      background-repeat: no-repeat;
      background-position: 0 0; }

.varient-section .analystics-tab-content {
  margin: 0 2%;
  float: left;
  width: 84%; }
  .varient-section .analystics-tab-content .samble-head-section {
    margin-top: 12px; }
  .varient-section .analystics-tab-content h1 {
    float: left;
    font-size: 20px;
    font-weight: 600; }
  .varient-section .analystics-tab-content h4 {
    margin-right: 20px;
    float: right;
    font-size: 20px;
    font-weight: 600; }
  .varient-section .analystics-tab-content .export {
    margin-right: 10px;
    padding: 7px 20px;
    float: right;
    width: 165px;
    border: 1px solid;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    .varient-section .analystics-tab-content .export:hover {
      opacity: 0.8; }
  .varient-section .analystics-tab-content .dic-scrol {
    margin-top: 14px;
    border: 1px solid;
    overflow-x: scroll; }
  .varient-section .analystics-tab-content table tr:hover td {
    border-top: 1px solid;
    border-bottom: 1px solid; }
  .varient-section .analystics-tab-content table th {
    border: none;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border-right: 1px solid;
    border-bottom: 1px solid; }
  .varient-section .analystics-tab-content table td {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border-top: none;
    border-right: 1px solid;
    border-bottom: 1px solid; }

.add-pop .md {
  width: 585px !important; }

.add-pop .file {
  padding: 15px;
  border: 1px dashed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .add-pop .file label {
    margin-bottom: 0px;
    padding: 6px 10px;
    width: 164px;
    height: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 2px solid;
    font-weight: 600;
    font-size: 14px;
    text-align: center; }

.add-pop .bt2 {
  margin-left: 76% !important;
  margin-bottom: 2%; }

.add-pop .progressnew {
  margin-top: 2%;
  padding: 10px;
  height: 46px; }
  .add-pop .progressnew .prs {
    padding: 0px; }
  .add-pop .progressnew .right-p {
    float: right; }
  .add-pop .progressnew .progress {
    height: 3px;
    margin: 4px 0px; }
  .add-pop .progressnew .progress-bar {
    padding: 3px; }
  .add-pop .progressnew .pcnt {
    padding: 0px;
    font-weight: 300;
    font-size: 13px; }
  .add-pop .progressnew .close {
    position: absolute;
    top: 9px;
    right: 25px;
    opacity: 1;
    font-weight: 400;
    font-size: 26px; }
  .add-pop .progressnew .close2 {
    position: absolute;
    top: 10px;
    right: 20px;
    opacity: 1;
    font-weight: 600;
    font-size: 24px; }
    .add-pop .progressnew .close2 a {
      text-decoration: none; }

.add-pop .file-head {
  padding-top: 0%;
  display: none; }

.add-pop .modal-dialog {
  width: 340px;
  margin: 70px auto; }
  .add-pop .modal-dialog .modal-title {
    font-size: 18px; }
  .add-pop .modal-dialog .close {
    font-size: 28px;
    opacity: 1;
    font-weight: 400; }
  .add-pop .modal-dialog .modal-header {
    padding: 9px 20px; }
  .add-pop .modal-dialog .modal-body {
    padding: 10px 20px;
    font-size: 13px; }
  .add-pop .modal-dialog .form-control {
    width: 33%;
    float: right; }
  .add-pop .modal-dialog label {
    padding-top: 5px; }
  .add-pop .modal-dialog .form-group {
    margin-bottom: 10px;
    width: 100%; }
  .add-pop .modal-dialog .total {
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 600;
    border-top: 1px solid;
    border-bottom: 1px solid; }
  .add-pop .modal-dialog .area {
    width: 100%;
    height: 120px; }
  .add-pop .modal-dialog .tot {
    float: right;
    margin-right: 15%; }
  .add-pop .modal-dialog .bt1 {
    margin-left: 79% !important; }
  .add-pop .modal-dialog .btn {
    margin-top: 10px;
    margin-left: 68%;
    padding: 4px 32px;
    border: 1px solid;
    border-bottom: 2px solid;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }

.modal-large {
  width: 1000px; }

.sample-modal .modal-body .bdr {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid; }

.sample-modal .modal-body .bdr-top {
  position: relative;
  margin-top: 20px;
  margin-right: 0;
  padding-top: 20px;
  border-top: 1px solid; }

.sample-modal .modal-body h4 {
  position: relative;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 0 6px;
  font-size: 14px;
  font-weight: 600; }
  .sample-modal .modal-body h4:after {
    content: "";
    position: absolute;
    top: 11px;
    width: 81.9%;
    margin: 0 5px;
    border-top: 1px solid #ddd; }

.sample-modal .modal-body .clincal-collapse {
  width: 100%;
  border: 1px solid;
  padding: 10px; }

.sample-modal .modal-body .ajax-file-upload-statusbar {
  float: left;
  width: 49% !important;
  margin: 5px 0;
  padding: 5px 5px 5px 10px;
  border: 1px solid;
  border-radius: 0; }
  .sample-modal .modal-body .ajax-file-upload-statusbar:nth-child(odd) {
    margin-right: 2%; }

.sample-modal .modal-body .ajax-file-upload-bar {
  border-radius: 0; }

.sample-modal .modal-body .ajax-file-upload-progress {
  width: 78%;
  border-radius: 0; }

.sample-modal .modal-body .ajax-file-upload-filename {
  padding: 0px;
  margin: 0;
  max-width: 100%;
  width: 100%;
  font-family: Open Sans;
  font-weight: 300;
  font-size: 13px;
  white-space: normal;
  word-break: break-word; }

.sample-modal .modal-body .hgt {
  min-height: 40px; }

.sample-modal .modal-body .chosen-container .chosen-results {
  margin-bottom: 0; }

.sample-modal .modal-body .chosen-container-single .chosen-single {
  border: 1px solid !important; }

.sample-modal .modal-body .chosen-container-multi .chosen-choices {
  border: 1px solid !important; }
  .sample-modal .modal-body .chosen-container-multi .chosen-choices li.search-choice {
    font-size: 11px !important; }

.sample-modal .modal-body .view-wrap label {
  width: 56%; }

.sample-modal .modal-body .view-wrap .ans {
  display: inline-block;
  width: 39%;
  font-size: 12px;
  font-weight: 600;
  word-break: break-word;
  vertical-align: top; }

.sample-modal .modal-body .view-wrap .dot {
  display: inline-block;
  width: 2%;
  vertical-align: top; }

.sample-modal .modal-body .bdr-right {
  border-right: 1px solid; }

.sample-modal .modal-body .pad-lft {
  padding-left: 20px; }

.sample-modal .modal-body .panel-group {
  margin: 10px 0; }

.sample-modal .modal-body .panel-default {
  border: 1px solid; }
  .sample-modal .modal-body .panel-default .panel-heading {
    padding: 5px 10px; }
  .sample-modal .modal-body .panel-default a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 600; }
    .sample-modal .modal-body .panel-default a .glyphicon {
      padding-top: 4px; }
    .sample-modal .modal-body .panel-default a .glyphicon-minus-sign {
      display: block; }
    .sample-modal .modal-body .panel-default a .glyphicon-plus-sign {
      display: none; }
    .sample-modal .modal-body .panel-default a.collapsed .glyphicon-minus-sign {
      display: none; }
    .sample-modal .modal-body .panel-default a.collapsed .glyphicon-plus-sign {
      display: block; }

.add-new-modal {
  width: 960px; }
  .add-new-modal .tt-dropdown-menu {
    width: 100%;
    height: 200px;
    border: solid 1px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -ms-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    overflow-y: scroll; }
    .add-new-modal .tt-dropdown-menu span {
      width: 100%; }
  .add-new-modal .tt-suggestion {
    margin: 0; }
    .add-new-modal .tt-suggestion p {
      margin-bottom: 0;
      padding: 0 10px;
      line-height: 30px;
      font-weight: 400;
      font-size: 13px; }
  .add-new-modal .form-col {
    float: left;
    width: 50%;
    margin-bottom: 10px; }
    .add-new-modal .form-col.left-col {
      padding-right: 28px; }
    .add-new-modal .form-col.right-col {
      padding-left: 28px; }
  .add-new-modal .form-group {
    position: relative;
    margin-bottom: 20px; }
    .add-new-modal .form-group:last-child {
      margin-bottom: 0; }
  .add-new-modal .area {
    width: 747px !important;
    height: 60px !important; }
  .add-new-modal label {
    float: left;
    width: 170px;
    line-height: 34px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px; }
  .add-new-modal sup {
    padding-left: 2px;
    top: -2px;
    font-size: 15px; }
  .add-new-modal .form-control {
    width: 260px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
    .add-new-modal .form-control.ngs {
      width: 110px; }
  .add-new-modal textarea {
    height: 152px; }
  .add-new-modal .check-wrp input[type="checkbox"] {
    display: none; }
  .add-new-modal .check-wrp label {
    padding-left: 3px;
    margin-right: 25px;
    float: none;
    width: inherit;
    background-position: left center;
    background-repeat: no-repeat; }
  .add-new-modal .check-wrp .active {
    display: inline-block;
    margin: 0;
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer; }
  .add-new-modal .check-wrp .inactive {
    display: inline-block;
    margin: 0;
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer; }
  .add-new-modal .check-wrp .check {
    float: left; }
  .add-new-modal .check-wrp label span {
    margin: 0 25px;
    float: left;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px; }

.errorn {
  display: block;
  padding-top: 3px;
  font-size: 12px;
  font-weight: 600; }

.error-msg {
  position: absolute;
  display: none;
  top: 36px;
  right: 0;
  font-size: 12px; }

.has-error .error-msg {
  display: block; }

.pages-info-wrp-full {
  float: right;
  margin-bottom: 13px;
  width: 100%; }

.ftotaln {
  float: right;
  padding: 0 20px; }
  .ftotaln h4 {
    margin-bottom: 0px !important;
    margin-top: 6px;
    font-size: 14px !important;
    font-weight: 500 !important; }

.down-samp {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  cursor: pointer; }
  .down-samp:hover {
    background-position: 0px -27px; }

.down-clinical {
  display: inline-block;
  width: 25px;
  height: 22px;
  margin-top: 3px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  cursor: pointer; }
  .down-clinical:hover {
    background-position: 0px -22px; }

.cp-download, .add-patient,.cp-upload {
  display: inline-block;
  width: 22px;
  height: 25px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  cursor: pointer; }
  .cp-download:hover, .add-patient:hover, .cp-upload:hover {
    background-position: 0px -25px; }

.consent-download, .down-load {
  display: block;
  width: 19px;
  height: 18px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  cursor: pointer; }
  .consent-download:hover, .down-load:hover {
    background-position: 0px -18px; }

.consent-download {
  display: inline-block;
  /*float: right; */
 }

.clinical-download {
  display: block;
  width: 19px;
  height: 18px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  cursor: pointer; }
  .clinical-download:hover {
    background-position: 0px -18px; }

.view-clinical {
  display: inline-block;
  width: 19px;
  height: 17px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  cursor: pointer; }
  .view-clinical:hover {
    background-position: 0px -17px; }
  .view-clinical.positionset {
    position: absolute;
    right: 0;
    z-index: 9; }

.up-load {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  cursor: pointer; }
  .up-load:hover {
    background-position: 0px -24px; }

.down-load {
  display: inline-block;
  margin-left: 5px; }

.operation {
  width: 1%; }

.modal .detail-modal {
  width: 800px !important; }

.tool {
  position: relative;
  float: left;
  height: 30px;
  margin-right: 5px;
  border: 0px solid; }
  .tool .add-new {
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0px 0px; }
    .tool .add-new:hover {
      background-position: 0px -25px; }
  .tool .add-newuser {
    display: inline-block;
    width: 30px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: 0px 0px; }
    .tool .add-newuser:hover {
      background-position: 0px -29px; }
  .tool .import-samp {
    display: inline-block;
    width: 23px;
    height: 25px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0px -25px; }
    .tool .import-samp:hover {
      background-position: 0px 2px; }

.table-wraps {
  overflow-x: auto;
  border-bottom: 1px solid; }
  .table-wraps .min-wdth1 {
    width: 65px; }
  .table-wraps .fs-grid-operations {
    padding: 0px 10px !important;
    padding-top: 6px !important;
    min-width: 130px; }

.samphd {
  text-decoration: none; }

.top-sec {
  width: 100%;
  border: 1px solid;
  padding: 10px !important;
  padding-bottom: 0px;
  margin-bottom: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.fix-search .form-control {
  height: 28px;
  width: 165px;
  padding: 5px;
  margin-top: 2px;
  margin-left: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.fix-search .btn-success {
  width: 80px;
  padding: 3px;
  border: none;
  -webkit-box-shadow: 0 2px 0 #1A9988;
  -moz-box-shadow: 0 2px 0 #1A9988;
  -ms-box-shadow: 0 2px 0 #1A9988;
  box-shadow: 0 2px 0 #1A9988; }
  .fix-search .btn-success:hover {
    -webkit-box-shadow: 0px 2px 0px #0DB9A2;
    -moz-box-shadow: 0px 2px 0px #0DB9A2;
    -ms-box-shadow: 0px 2px 0px #0DB9A2;
    box-shadow: 0px 2px 0px #0DB9A2; }

.ad-bx {
  height: 45px;
  padding: 10px; }
  .ad-bx:focus {
    border-left: 1px solid; }

.active-search {
  border-left: 1px solid;
  -webkit-border-radius: 4px 2px 0 0;
  -moz-border-radius: 4px 2px 0 0;
  -ms-border-radius: 4px 2px 0 0;
  border-radius: 4px 2px 0 0; }

.ad-search {
  border: 1px solid #d5dde0; }

.sample-filteredby {
  padding: 5px 10px; }
  .sample-filteredby h5 {
    font-weight: bold; }
  .sample-filteredby ul {
    display: inline-block;
    margin-bottom: 0; }
  .sample-filteredby li {
    position: relative;
    display: inline-block;
    padding: 5px 22px 5px 5px;
    border-radius: 3px;
    margin: 5px 5px 5px 0;
    border: 1px solid #ddd; }
    .sample-filteredby li .close-btn {
      position: absolute;
      right: 3px;
      top: 7px;
      padding: 3px;
      cursor: pointer;
      line-height: 7px;
      text-align: center;
      border-radius: 20px; }
  .sample-filteredby .btn {
    padding: 3px 12px; }

.sub-sec {
  float: left;
  width: 100%;
  min-height: 38px;
  padding: 10px;
  margin-top: -4px;
  border: 1px solid;
  border-top: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }
  .sub-sec .familyid {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 3px;
    min-width: 190px;
    height: 27px;
    font-family: Roboto;
    font-size: 14px;
    border: 1px solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
    .sub-sec .familyid .close {
      opacity: 0.8; }
      .sub-sec .familyid .close:hover {
        opacity: 0.5; }

.btn-reset {
  width: 80px;
  padding: 3px;
  margin-bottom: 0px;
  border: 0px solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 0px #12A3CD;
  -moz-box-shadow: 0px 2px 0px #12A3CD;
  -ms-box-shadow: 0px 2px 0px #12A3CD;
  box-shadow: 0px 2px 0px #12A3CD; }
  .btn-reset:hover, .btn-reset:focus {
    -webkit-box-shadow: 0px 2px 0px #3CB3DA;
    -moz-box-shadow: 0px 2px 0px #3CB3DA;
    -ms-box-shadow: 0px 2px 0px #3CB3DA;
    box-shadow: 0px 2px 0px #3CB3DA; }

.sub-sec .close {
  font-size: 14px;
  padding: 2px 5px; }

.table-wraps .tool1, .content-sec .grid-wrapper .tool1 {
  position: relative;
  float: left;
  width: 15px;
  height: 10px;
  margin-right: 10px; }

.table-wraps .commentnew {
  display: inline-block;
  width: 18px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: 0px -23px; }
  .table-wraps .commentnew:hover {
    background-position: 0px 1px; }

.content-sec .grid-wrapper .discribe {
  display: inline-block;
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 0px -22px; }
  .content-sec .grid-wrapper .discribe:hover {
    background-position: 0px 0px; }

.content-sec .grid-wrapper .ship {
  display: inline-block;
  width: 25px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: 0px -24px;
  margin-top: 0px;
  margin-right: 5px; }
  .content-sec .grid-wrapper .ship:hover {
    background-position: 0px -2px; }

.content-sec .grid-wrapper .print {
  display: inline-block;
  width: 25px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: 0px -2px;
  margin-top: 0px;
  margin-right: 5px; }
  .content-sec .grid-wrapper .print:hover {
    background-position: 0px -22px; }

.content-sec .grid-wrapper .transport {
  margin-top: 7px; }

.content-sec .grid-wrapper .commentnew {
  display: inline-block;
  width: 16px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 0px -26px;
  margin-top: -2px;
  margin-right: 5px; }
  .content-sec .grid-wrapper .commentnew:hover {
    background-position: 0px -2px; }

.content-sec .grid-wrapper .addpjt {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  cursor: pointer; }
  .content-sec .grid-wrapper .addpjt:hover {
    background-position: 0px -25px; }

.content-sec .grid-wrapper .addisease, .content-sec .grid-wrapper .add-subdisease {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  cursor: pointer; }
  .content-sec .grid-wrapper .addisease:hover, .content-sec .grid-wrapper .add-subdisease:hover {
    background-position: 0px -25px; }

.table-wraps .tool1 .t1-top, .content-sec .grid-wrapper .tool1 .t1-top, .table-wraps .tool1 .t1-bottom, .content-sec .grid-wrapper .tool1 .t1-bottom {
  display: none; }

.table-wraps .tool1:hover .t1-top, .content-sec .grid-wrapper .tool1:hover .t1-top {
  display: block;
  position: absolute;
  bottom: 17px;
  right: -78px;
  width: 400px;
  z-index: 5000;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid; }

.table-wraps .tool1:hover .t1-bottom, .content-sec .grid-wrapper .tool1:hover .t1-bottom {
  display: block;
  position: absolute;
  top: 25px;
  right: -78px;
  width: 400px;
  z-index: 5000;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid; }

.table-wraps .table tbody tr .t1-top .tool-tip, .content-sec .grid-wrapper .table tbody tr .t1-top .tool-tip {
  position: absolute;
  bottom: -9px;
  right: 75px;
  width: 20px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center; }

.table-wraps .table tbody tr .t1-bottom .tool-tip, .content-sec .grid-wrapper .table tbody tr .t1-bottom .tool-tip {
  position: absolute;
  top: -10px;
  right: 75px;
  width: 20px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center; }

.table-wraps .tool1 .comment, .content-sec .grid-wrapper .tool1 .comment {
  min-height: 100px;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid;
  padding: 5px;
  text-align: left;
  white-space: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.table-wraps .edit {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0px -23px;
  margin-right: 5px;
  cursor: pointer; }
  .table-wraps .edit:hover {
    background-position: 0px 0px; }

.table-wraps .manage {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0px -0px;
  margin-right: 7px; }
  .table-wraps .manage:hover {
    background-position: 0px -24px; }

.table-wraps .deletes {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0px -32px;
  margin-right: 3px; }
  .table-wraps .deletes:hover {
    background-position: 0px -9px; }

.table-wraps .sample {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0px -32px;
  margin-right: 3px; }
  .table-wraps .sample:hover {
    background-position: 0px -9px; }

.table-wraps .patient {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0px -32px;
  margin-right: 3px; }
  .table-wraps .patient:hover {
    background-position: 0px -7px; }

.pad-lft {
  padding-left: 0px; }

.modal-content .fa-spcl {
  margin: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 15px;
  border-bottom: 1px solid; }

.modal-content label {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 12px; }

.modal-content h5 {
  font-weight: 600;
  font-size: 16px; }

.modal-content .plus-sign {
  top: 4px;
  margin-left: -10px;
  font-size: 18px;
  cursor: pointer; }

.modal-content .cat-hgt {
  min-height: 56px;
  height: auto;
  max-height: 150px;
  margin-bottom: 10px;
  overflow: auto; }

.modal-content .pad-t35 {
  padding-top: 26px !important; }

.modal-content .sample-group {
  padding: 15px;
  border: 1px solid;
  margin: 5px 0 15px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.modal-content .form-control {
  height: 30px;
  padding: 4px 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

.modal-content .form-group {
  margin-top: 0;
  margin-bottom: 10px; }

.modal-content .frm-gp {
  display: inline-block;
  margin-right: 11px; }
  .modal-content .frm-gp label {
    width: 160px; }

.modal-content .frn-ctrl {
  width: 165px;
  float: left; }

.modal-content .mrgn-lft {
  margin-left: 10px !important; }

.modal-content .age1 {
  padding-left: 0px;
  padding-right: 5px; }
  .modal-content .age1 .form-group {
    margin-bottom: 0px; }

.modal-content .frm-cl {
  padding: 4px 5px !important; }

.modal-content .age {
  padding-left: 5px;
  padding-right: 0; }

.modal-content .date-pick {
  background-repeat: no-repeat;
  background-position: right;
  cursor: pointer; }

.modal-content .textarea {
  height: 66px;
  resize: none; }

.modal-content .temp {
  float: left;
  padding: 5px 5px; }

.modal-content .file {
  padding: 10px 5px;
  text-align: center;
  border: 1px dashed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .modal-content .file label {
    margin-bottom: 0px;
    padding: 6px 10px;
    width: 155px;
    height: 32px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 2px solid; }

.modal-content .sb-hed {
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0 5px; }

.modal-content .min-hd {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 5px; }

.modal-content .template {
  margin-top: 10px;
  float: left;
  font-style: italic; }

.family-details .modal-dialog {
  width: 800px; }

.family-details .table-modal table td {
  padding: 5px;
  vertical-align: top; }

.family-details .modal-content label {
  padding: 0 !important; }

.family-details .table-modal table td:nth-child(1), .family-details .table-modal table td:nth-child(4) {
  width: 18%; }

.family-details .table-modal table td:nth-child(2), .family-details .table-modal table td:nth-child(5) {
  width: 2%; }

.family-details .table-modal table td:nth-child(3), .family-details .table-modal table td:nth-child(6) {
  width: 30%;
  padding-right: 20px;
  word-break: break-all; }

.family-details .table-modal table td:nth-child(1) label, .family-details .table-modal table td:nth-child(4) label {
  font-weight: 600; }

.btn-search {
  float: right;
  padding-top: 0px;
  padding-bottom: 5px; }

.search-by {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  margin-top: -2px;
  background-color: white;
  border: 1px solid;
  -webkit-border-radius: 4px 0 4px 4px;
  -moz-border-radius: 4px 0 4px 4px;
  -ms-border-radius: 4px 0 4px 4px;
  border-radius: 4px 0 4px 4px; }
  .search-by .cnt-search {
    padding: 10px 20px; }
    .search-by .cnt-search input[type="checkbox"] {
      vertical-align: top; }
  .search-by .form-group {
    margin-top: 5px;
    margin-bottom: 5px; }
    .search-by .form-group:nth-child(4), .search-by .form-group:nth-child(8) {
      clear: right; }
    .search-by .form-group:nth-child(5), .search-by .form-group:nth-child(9) {
      clear: left; }
  .search-by label {
    font-weight: normal;
    font-size: 13px; }
  .search-by .form-control {
    width: 100%;
    height: 28px;
    padding: 0 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
  .search-by .chosen-container-multi .chosen-choices {
    border: 1px solid #b9c3cc; }
    .search-by .chosen-container-multi .chosen-choices li.search-choice {
      font-size: 13px;
      padding: 2px 20px 3px 5px; }
    .search-by .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
      height: 24px; }
  .search-by hr {
    margin-top: 5px;
    margin-bottom: 5px; }
  .search-by .ad-topp {
    position: absolute;
    top: -1px;
    right: -2px;
    width: 138px;
    height: 1px; }

.fix-search .btn {
  margin-left: 10px; }

.mar-t20 {
  margin-top: 20px; }

.mar-b20 {
  margin-bottom: 20px; }

.modal-medium {
  width: 700px; }
  .modal-medium .foot-sect {
    margin: 10px -20px 0; }

.modal-content .progressnew {
  margin-top: 2%;
  padding: 10px;
  width: 280px;
  min-height: 46px;
  height: auto; }

.modal-content .rdio1, .modal-content .rdio2 {
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: bold; }
  .modal-content .rdio1 input[type="radio"], .modal-content .rdio2 input[type="radio"] {
    margin: 4px 5px 0 0; }

.progressnew .pcnt {
  padding: 0px;
  font-family: Open Sans;
  font-weight: 300;
  font-size: 13px;
  max-width: 248px;
  white-space: normal;
  word-break: break-word; }

.progressnew .progress {
  margin: 4px 0px;
  height: 3px; }

.projects .action-spcl {
  min-width: 140px !important; }

.domain .action-spcl {
  min-width: 60px !important; }

.report-spcl {
  min-width: 100px !important; }
  .report-spcl .upload {
    display: inline-block;
    width: 16px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: 0px 0px; }
    .report-spcl .upload:hover {
      background-position: 0px -18px; }
  .report-spcl .download {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 0px 0px; }
    .report-spcl .download:hover {
      background-position: 0px -16px; }
  .report-spcl .deletes {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 0px -32px; }

.delete-disable {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0px -8px;
  cursor: default; }

.edit-disable {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  cursor: default; }

.down-disable {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0px 0px; }

.up-disable {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0px 0px; }

.add-disable {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 0px 0px; }

.action-tble {
  width: 7%; }

.opeartion {
  width: 1%; }

.action-spcl .deletes, .action-spcl .delete {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: 0px -32px; }
  .action-spcl .deletes:hover, .action-spcl .delete:hover {
    background-position: 0px -9px; }

.action-spcl .delete_patient {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: 0px -32px; }
  .action-spcl .delete_patient:hover {
    background-position: 0px -9px; }

.action-spcl .edit {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  cursor: pointer; }
  .action-spcl .edit:hover {
    background-position: 0px -16px; }
    
.action-spcl .viewdetail {
  display: inline-block;
  width: 20px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  cursor: pointer; }
  .action-spcl .viewdetail:hover {
    background-position: 0px -14px; }

.action-spcl .view-del {
  display: inline-block;
  width: 18px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-top: 2px; }
  .action-spcl .view-del:hover {
    background-position: 0px -14px; }

.action-spcl .sample {
  display: inline-block;
  width: 20px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: 0px 0px; }
  .action-spcl .sample:hover {
    background-position: 0px -21px; }

.action-spcl .clinical {
  display: inline-block;
  width: 18px;
  height: 19px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: 0px 0px; }
  .action-spcl .clinical:hover {
    background-position: 0px -19px; }

.action-spcl .pdf {
  display: inline-block;
  width: 18px;
  height: 16px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: 0px 0px; }
  .action-spcl .pdf:hover {
    background-position: 0px -16px; }

.action-spcl .glyphicon-ok-circle {
  font-size: 16px; }

.action-spcl .recyclebin {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: 0px -19px; }
  .action-spcl .recyclebin:hover {
    background-position: 0px 0px; }

.modal-content .collaborate {
  padding: 5px 15px;
  border: 1px solid;
  margin: 5px 0 10px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 94%;
  float: left; }
  .modal-content .collaborate .main-frm-ctrl {
    width: 195px; }
  .modal-content .collaborate .form-group {
    float: left;
    margin-bottom: 5px; }

.modal-content .iconsforc {
  margin-left: 5px;
  float: left;
  margin-top: 28px; }

.modal-content .sample-group .form-group {
  margin-bottom: 0px; }

.modal-content .collaborate .contact-space {
  height: auto;
  width: 635px; }
  .modal-content .collaborate .contact-space .sign {
    margin-right: 0px !important; }
  .modal-content .collaborate .contact-space .wrap {
    display: inline-block; }

.modal-content .collaborate .iconsforc {
  margin-left: 5px;
  float: left;
  margin-top: 0px; }

.modal-content .iconsforc .sign {
  float: left;
  width: 20px;
  height: 16px;
  margin-top: 7px;
  margin-right: 5px;
  font-size: 16px;
  cursor: pointer; }

.modal-content .iconsforc .add-button {
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 19px;
  height: 20px;
  float: left;
  margin-top: 5px; }
  .modal-content .iconsforc .add-button:hover {
    background-position: 0 -21px; }

.ui-autocomplete {
  position: absolute !important;
  z-index: 2000;
  min-height: 30px;
  max-height: 130px;
  border: 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
  .ui-autocomplete .ui-menu-item {
    padding: 5px; }

.pjt-detail-modal {
  overflow: hidden;
  width: 1000px !important; }
  .pjt-detail-modal .details-wrap {
    margin: 0px;
    margin-bottom: 15px;
    position: relative;
    padding: 10px;
    border: 1px solid; }
    .pjt-detail-modal .details-wrap .previous {
      display: none; }
    .pjt-detail-modal .details-wrap:hover .previous {
      display: block;
      position: absolute;
      top: 43%;
      left: -15px;
      width: 30px;
      height: 50px;
      opacity: 0.6;
      background-position: 0 0;
      background-repeat: no-repeat;
      cursor: pointer; }
      .pjt-detail-modal .details-wrap:hover .previous:hover {
        background-position: 0px -58px;
        opacity: 0.9; }
    .pjt-detail-modal .details-wrap .next {
      display: none; }
    .pjt-detail-modal .details-wrap:hover .next {
      display: block;
      position: absolute;
      top: 43%;
      right: -17px;
      width: 30px;
      height: 50px;
      opacity: 0.6;
      background-position: 0 0;
      background-repeat: no-repeat;
      cursor: pointer; }
      .pjt-detail-modal .details-wrap:hover .next:hover {
        background-position: 0px -58px;
        opacity: 0.9; }
    .pjt-detail-modal .details-wrap h5 {
      margin-bottom: 5px; }
    .pjt-detail-modal .details-wrap .table {
      margin-bottom: 15px; }
    .pjt-detail-modal .details-wrap .table1 td {
      font-size: 13px; }
    .pjt-detail-modal .details-wrap .table1 .answr {
      font-size: 13px;
      font-weight: 600; }
    .pjt-detail-modal .details-wrap .table td {
      padding: 6px;
      border-top: none !important; }
    .pjt-detail-modal .details-wrap .table2 .head {
      font-size: 13px;
      font-weight: 700; }
  .pjt-detail-modal .details-wrap .padnull {
    padding: 0px 6px !important;
    margin-bottom: 10px; }

.top-sec .filter-hd {
  float: left;
  padding: 0px;
  font-size: 18px;
  font-weight: normal; }

.cnt-search .chosen-container-multi .chosen-choices {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }
  .cnt-search .chosen-container-multi .chosen-choices li.search-field {
    border-right: 0; }
  .cnt-search .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    border: 0;
    padding: 0; }

.date-on {
  right: 15px;
  top: 25px;
  position: absolute;
  z-index: 99;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
  cursor: pointer; }

.mb6 {
  margin-bottom: 6px; }

.mangedisease-modal {
  width: 1000px; }
  .mangedisease-modal h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px; }
  .mangedisease-modal ul {
    list-style: none; }
  .mangedisease-modal input[type="checkbox"] {
    vertical-align: top;
    margin: 2px 3px 0; }
  .mangedisease-modal .disease-block {
    list-style-type: none; }
    .mangedisease-modal .disease-block .disease-part {
      width: 49%; }
      .mangedisease-modal .disease-block .disease-part ul {
        margin-bottom: 5px; }
        .mangedisease-modal .disease-block .disease-part ul li .disease-head {
          padding: 5px 14px;
          -webkit-border-radius: 2px 2px 0 0;
          -moz-border-radius: 2px 2px 0 0;
          -ms-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0; }
          .mangedisease-modal .disease-block .disease-part ul li .disease-head label {
            font-weight: 600; }
          .mangedisease-modal .disease-block .disease-part ul li .disease-head .glyphicon {
            font-size: 15px;
            margin-top: 4px;
            cursor: pointer; }
        .mangedisease-modal .disease-block .disease-part ul li .disease-sub {
          position: relative;
          padding: 5px 14px;
          padding-left: 30px;
          -webkit-border-radius: 0 0 2px 2px;
          -moz-border-radius: 0 0 2px 2px;
          -ms-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px; }
          .mangedisease-modal .disease-block .disease-part ul li .disease-sub:before {
            position: absolute;
            content: "";
            width: 16px;
            height: 18px;
            margin-top: 2px;
            left: 10px;
            top: -5px;
            border-left: 1px dashed #999;
            border-bottom: 1px dashed #999; }
          .mangedisease-modal .disease-block .disease-part ul li .disease-sub label {
            font-weight: 400; }
          .mangedisease-modal .disease-block .disease-part ul li .disease-sub ul {
            margin-bottom: 0; }
            .mangedisease-modal .disease-block .disease-part ul li .disease-sub ul li {
              margin: 4px 0; }

.modal-sm {
  width: 300px; }

.color-coding .chosen-container .chosen-results {
  margin-bottom: 0; }

ul.auto-listing {
  margin-top: 10px;
  margin-bottom: 20px;
  border: 1px solid;
  padding: 10px;
  height: 80px;
  overflow-y: auto;
  padding-bottom: 7px; }
  ul.auto-listing li.item {
    list-style: none;
    padding: 3px 7px;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    margin-right: 5px;
    margin-bottom: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
    ul.auto-listing li.item .ad-close {
      width: 9px;
      height: 8px;
      margin-left: 6px;
      display: inline-block;
      background-repeat: no-repeat;
      cursor: pointer;
      opacity: 1; }
      ul.auto-listing li.item .ad-close:hover {
        opacity: 0.7; }
  ul.auto-listing li.error {
    width: 100%;
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 10px; }

.progressnew .close2 {
  position: absolute;
  top: 15px;
  right: 12px;
  opacity: 1;
  font-weight: 600;
  font-size: 20px;
  line-height: 12px; }
  .progressnew .close2 a {
    text-decoration: none;
    display: block; }
    .progressnew .close2 a:hover, .progressnew .close2 a:focus {
      opacity: 0.6;
      color: #000; }
    .progressnew .close2 a span {
      display: block; }

.btn-common {
  width: auto;
  border: 0px solid;
  padding: 5px 10px;
  margin-top: -1px;
  margin-left: 5px; }

.user-medium-modal {
  width: 400px; }

.table-wraps .user-permission {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-right: 7px; }
  .table-wraps .user-permission:hover {
    background-position: 0px -16px; }

.course-illness-checkbox {
  width: 100%;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 7px;
  margin-top: 7px; }
  .course-illness-checkbox .table td {
    border: none; }
  .course-illness-checkbox .table .form-group {
    margin-bottom: -15px !important; }
  .course-illness-checkbox .table .form-control {
    height: 30px; }
  .course-illness-checkbox .course-illness-checkbox-boder {
    border-right: solid 1px #ccc; }

.course-illness-checkbox-small {
  width: 98%;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  margin: 0px 1%; }
  .course-illness-checkbox-small .form-group {
    margin-bottom: 0px; }
  .course-illness-checkbox-small .radio {
    margin-bottom: 10px;
    margin-top: 15px; }
  .course-illness-checkbox-small .radio-form {
    margin-top: 6px;
    color: #333;
    padding-left: 15px; }
  .course-illness-checkbox-small label {
    min-height: 18px !important; }

.course-illness-box {
  width: 100%;
  min-height: 90px;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  padding: 5px 10px; }
  .course-illness-box .radio {
    margin-bottom: 0px;
    margin-top: 0px; }
  .course-illness-box .form-group:nth-child(2) {
    min-height: 40px; }

.family-history-table .form-group {
  margin-bottom: 0px; }

.family-history-table table th,
.family-history-table table td {
  vertical-align: top !important; }
  .family-history-table table th .checkbox,
  .family-history-table table td .checkbox {
    margin-top: 0px;
    margin-bottom: 0px; }

.form-page {
  padding-left: 30px;
  padding-right: 30px; }
  .form-page .disable {
    opacity: 0.6; }
  .form-page .radio label,
  .form-page .checkbox label {
    min-height: 20px;
    display: block;
    font-size: 13px; }
  .form-page .project-head {
    border-bottom: solid 1px #ccc;
    line-height: 40px; }
  .form-page .project-sub-head {
    font-size: 17px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px; }
  .form-page .chosen-container-single .chosen-single {
    height: 34px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: 96% 12px; }
  .form-page .date-pick {
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer; }
  .form-page .add-button button {
    background-color: #16b3e3;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 20px;
    line-height: 18px;
    margin-top: 5px;
    padding: 0;
    width: 20px; }
  .form-page .upload-file {
    border: solid 1px #a3adba;
    border-radius: 3px;
    padding: 5px; }
  .form-page .form-control {
    font-size: 12px; }
  .form-page .pedfile {
    padding-top: 5px;
    font-size: 12px;
    font-weight: 600; }
  .form-page .radio-wp .radio,
  .form-page .radio-wp .checkbox {
    margin-bottom: 5px;
    margin-top: 0px; }

.clinical-indication label {
  margin-top: 0px; }

.breadcrumb-form {
  margin-left: 20px; }

.form-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 10px 17px; }
  .form-content .form-group {
    padding: 0px; }
  .form-content input[type="file"] {
    width: 100%;
    display: block;
    height: 30px;
    opacity: 0; }
  .form-content label {
    margin: -20px AUTO 10px !important;
    display: block; }

.form-listing-pdf {
  width: 100%;
  margin-bottom: 20px;
  float: left;
  padding: 0px 10px; }
  .form-listing-pdf tr:first-child td {
    border-top: 0px solid #ddd !important; }
  .form-listing-pdf .table-wp,
  .form-listing-pdf .sub-table-wp {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 5px; }
  .form-listing-pdf .table-wp {
    border-style: solid;
    border-width: 1px; }
  .form-listing-pdf .table {
    width: 100%;
    float: left; }
  .form-listing-pdf .sub-table-wp td {
    padding: 0px 5px; }
  .form-listing-pdf .iner-sub-table-wp {
    width: calc(100% - 20px);
    margin: 0px 10px;
    border: solid 1px #ccc;
    border-radius: 3px;
    margin-bottom: 10px; }
    .form-listing-pdf .iner-sub-table-wp td {
      padding: 5px 10px; }
    .form-listing-pdf .iner-sub-table-wp th {
      padding: 8px 10px;
      font-weight: 600; }
    .form-listing-pdf .iner-sub-table-wp th,
    .form-listing-pdf .iner-sub-table-wp td {
      border: 1px solid;
      font-size: 13px !important; }
    .form-listing-pdf .iner-sub-table-wp ul li {
      list-style-type: lower-alpha;
      font-size: 13px;
      color: #666666;
      padding: 0px 7px;
      margin-left: 20px; }
  .form-listing-pdf .form-listing-pdf-head {
    padding: 0px; }
    .form-listing-pdf .form-listing-pdf-head h1 {
      padding: 10px 15px;
      font-size: 15px;
      font-weight: 600; }
  .form-listing-pdf h3 {
    width: 100%;
    float: left;
    font-size: 12px; }
  .form-listing-pdf h2 {
    width: 100%;
    float: left;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0px; }
  .form-listing-pdf span {
    padding: 5px;
    font-size: 13px;
    font-weight: 600; }

.import-consent-form-selact {
  margin: 0px 15px;
  padding: 10px;
  width: 280px;
  min-height: 46px;
  height: auto; }

.cardiology-data-form .project-head {
  border-bottom: 0;
  color: #000; }

.cardiology-data-form .form-main-heading h1 {
  padding-top: 15px;
  border-bottom: 0;
  color: #000; }

.cardiology-data-form .course-illness-checkbox-small {
  width: 96%;
  margin: 0px 8px; }

.cardiology-data-form .block-width {
  width: 98.6%; }
  .cardiology-data-form .block-width input[type="text"], .cardiology-data-form .block-width input[type="number"] {
    margin-bottom: 6px; }

.cardiology-data-form .event-width {
  width: 97%; }

.cardiology-data-form .course-illness-checkbox {
  width: 100%;
  margin: 7px 0;
  padding: 7px 10px 0;
  background-color: rgba(247, 247, 247, 0.73); }
  .cardiology-data-form .course-illness-checkbox .course-illness-checkbox-small {
    width: 98%;
    margin: 0px 7px; }

.cardiology-data-form .course-illness-checkbox-small-sub {
  border: solid 1px #ccc;
  display: inline-block;
  border-radius: 2px; }

.cardiology-data-form .form-box {
  width: 100%;
  display: inline-block;
  border-style: solid;
  border: 1px solid #aaa;
  border-radius: 2px;
  margin: 7px 0;
  padding: 10px 15px; }

.cardiology-data-form .form-head {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase; }

.cardiology-data-form .lbl-block {
  display: block; }

.cardiology-form {
  padding: 10px 20px 15px;
  margin: 0 10px;
  border: 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .cardiology-form .project-head {
    border-bottom: 0; }
  .cardiology-form .chosen-disabled {
    opacity: 1 !important; }
  .cardiology-form .panel {
    overflow: visible;
    border-bottom: 0; }
  .cardiology-form h1 {
    padding-bottom: 15px;
    border-bottom: 0;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold; }
  .cardiology-form .form-control {
    font-size: 13px; }
  .cardiology-form .form-group {
    margin-bottom: 10px; }
  .cardiology-form .mar-b0 {
    margin-bottom: 0; }
  .cardiology-form select {
    padding-right: 20px;
    background-position: 98% center;
    background-repeat: no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }
  .cardiology-form .panel-title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase; }
  .cardiology-form .panel-body {
    padding: 10px 0; }
  .cardiology-form .panel-heading {
    display: inline-block;
    width: 100%;
    position: relative;
    border-top: 1px solid #ddd; }
  .cardiology-form .inter-done [class*="col-"] {
    min-height: 60px; }
  .cardiology-form .clinical-det .radio {
    min-width: 68px; }
  .cardiology-form .panel-group .last-panel .collapsed:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd; }
  .cardiology-form .panel-group .last-panel .panel-body {
    padding-bottom: 0; }
  .cardiology-form .inline {
    display: inline-block; }
  .cardiology-form .rmv-lpad {
    padding-left: 0; }
  .cardiology-form .checkbox-highlight {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold !important; }
  .cardiology-form a {
    text-decoration: none; }
  .cardiology-form .chosen-container-single .chosen-single {
    height: 34px;
    padding-right: 20px;
    background-position: 98% center;
    background-repeat: no-repeat;
    border: 1px solid;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .cardiology-form .chosen-container-single .chosen-single span {
      padding: 4px; }
  .cardiology-form .radio-inline input[type="radio"] {
    margin-top: 2px; }
  .cardiology-form .icon-wrap {
    float: right; }
  .cardiology-form .plusform {
    display: none;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    background-repeat: no-repeat;
    background-position: 0 0; }
  .cardiology-form .minusform {
    display: block;
    width: 22px;
    height: 10px;
    margin-top: 3px;
    background-repeat: no-repeat;
    background-position: 0 0; }
  .cardiology-form .collapsed .plusform {
    display: block; }
  .cardiology-form .collapsed .minusform {
    display: none; }
  .cardiology-form .down {
    display: none;
    width: 20px;
    height: 20px;
    padding: 0 12px;
    margin-top: 2px;
    background-repeat: no-repeat;
    background-position: 0 0; }
  .cardiology-form .up {
    display: block;
    width: 22px;
    height: 20px;
    padding: 0 12px;
    margin-top: 2px;
    background-repeat: no-repeat;
    background-position: 0 0; }
  .cardiology-form .collapsed .down {
    display: block; }
  .cardiology-form .collapsed .up {
    display: none; }
  .cardiology-form .chosen-select {
    height: 34px; }
  .cardiology-form .mar-t10 {
    margin-top: 10px; }
  .cardiology-form .pad-r15 {
    padding-right: 15px; }
  .cardiology-form .date-width {
    width: 180px; }
  .cardiology-form .date-wdt {
    width: 155px; }
  .cardiology-form .pad-r25 {
    padding-right: 25px; }
  .cardiology-form .date-pick {
    padding-right: 30px;
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer; }
  .cardiology-form .panel-default {
    border: 0;
    border-top: 0px solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    .cardiology-form .panel-default .panel-heading {
      padding: 10px 10px 10px 0; }
    .cardiology-form .panel-default .radio, .cardiology-form .panel-default .checkbox {
      display: inline-block; }
      .cardiology-form .panel-default .radio label, .cardiology-form .panel-default .checkbox label {
        font-weight: 600; }
    .cardiology-form .panel-default label {
      width: 100%; }
    .cardiology-form .panel-default label.inline {
      width: auto; }
    .cardiology-form .panel-default.over-visible {
      overflow: visible; }
  .cardiology-form .inclusion-wrap {
    padding: 0;
    border: 0 !important; }
    .cardiology-form .inclusion-wrap .panel-heading {
      padding: 10px; }
    .cardiology-form .inclusion-wrap .panel-title {
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase; }
    .cardiology-form .inclusion-wrap .radio {
      padding-right: 15px; }
    .cardiology-form .inclusion-wrap .radio-mar, .cardiology-form .inclusion-wrap .check-mar {
      margin: 6px 0 0; }
    .cardiology-form .inclusion-wrap .w-lbl {
      width: 60px !important; }
    .cardiology-form .inclusion-wrap .radio-inline {
      margin-bottom: 6px; }
    .cardiology-form .inclusion-wrap hr {
      margin-top: 5px;
      margin-bottom: 5px;
      border-top: 1px dotted; }
    .cardiology-form .inclusion-wrap .bdr-btm {
      padding-bottom: 5px; }
    .cardiology-form .inclusion-wrap .mar-t30 {
      margin-top: 30px; }
    .cardiology-form .inclusion-wrap .txt-area {
      height: 34px; }
    .cardiology-form .inclusion-wrap .radio-fnt {
      margin: 0;
      padding-right: 5px; }
      .cardiology-form .inclusion-wrap .radio-fnt label {
        font-size: 11px; }
    .cardiology-form .inclusion-wrap .glyphicon-info-sign {
      font-size: 12px;
      cursor: pointer;
      padding-left: 10px;
      vertical-align: top;
      margin-top: 4px; }
    .cardiology-form .inclusion-wrap .checkbox {
      padding-right: 15px; }
    .cardiology-form .inclusion-wrap .add .glyphicon {
      margin-top: 10px;
      font-weight: 600;
      cursor: pointer; }
    .cardiology-form .inclusion-wrap #ecgAction_0 .glyphicon {
      margin-top: 35px; }
    .cardiology-form .inclusion-wrap .panel-default:last-child .panel-body {
      padding-bottom: 0; }
  .cardiology-form .foot-section {
    position: relative;
    margin-top: 15px; }
    .cardiology-form .foot-section .back-top {
      position: absolute;
      right: 208px; }
  .cardiology-form .bdr-ans {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-bottom: 1px dotted;
    border-top: 1px dotted; }
    .cardiology-form .bdr-ans input[type="radio"], .cardiology-form .bdr-ans input[type="checkbox"] {
      margin-top: 2px; }
  .cardiology-form .panel-group .panel + .panel {
    margin-top: 0; }
  .cardiology-form .bdr-btm {
    margin-bottom: 10px;
    border-bottom: 1px dotted; }
  .cardiology-form .bdr-btmdark {
    border-bottom: 1px dotted; }
  .cardiology-form textarea {
    height: 51px; }
  .cardiology-form .panel-group {
    margin-bottom: 0; }
  .cardiology-form .patient-info label {
    display: block; }
  .cardiology-form .patient-info .radio-inline {
    display: inline-block; }
  .cardiology-form .patient-info ul {
    float: left;
    width: 25%;
    margin: 0; }
    .cardiology-form .patient-info ul li {
      min-height: 40px;
      padding: 10px 7px;
      border-bottom: 1px dotted;
      vertical-align: middle;
      font-weight: 400; }
      .cardiology-form .patient-info ul li:last-child {
        border-bottom: 0; }
    .cardiology-form .patient-info ul .dot {
      padding: 0 10px;
      display: inline-block; }
    .cardiology-form .patient-info ul .details {
      display: inline-block;
      width: 33%; }
    .cardiology-form .patient-info ul .ans {
      display: inline-block;
      width: 55%;
      font-size: 13px;
      font-weight: 600;
      vertical-align: top;
      word-break: break-word; }
    .cardiology-form .patient-info ul:nth-child(1) li {
      padding-left: 0; }
    .cardiology-form .patient-info ul:nth-child(2) li {
      min-height: 40px; }
    .cardiology-form .patient-info ul:nth-child(2) .ans {
      width: 45%; }
    .cardiology-form .patient-info ul:nth-child(2) .details {
      width: 43%; }
  .cardiology-form .lbl-block {
    display: block; }
  .cardiology-form .fileup {
    display: inline-block;
    padding: 10px 10px 5px;
    width: 100%;
    border: 1px dashed; }
  .cardiology-form .mar-t23 {
    margin-top: 23px; }
  .cardiology-form .file-block {
    display: inline-block;
    width: 100%; }
  .cardiology-form .ajax-file-upload-error {
    width: 100%;
    float: left;
    padding: 6px 0 0;
    font-size: 12px;
    font-weight: 600; }
  .cardiology-form .ajax-file-upload {
    display: inline-block;
    padding: 2px 0 0;
    margin-right: 10px;
    border-bottom: 2px solid;
    width: 170px;
    border-radius: 2px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    padding: 4px 10px; }
  .cardiology-form .mar-t15 {
    margin-top: 15px; }
  .cardiology-form .uploaded-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 5px;
    font-size: 12px;
    font-weight: 600; }
    .cardiology-form .uploaded-file div {
      word-break: break-word;
      min-width: 50px; }
  .cardiology-form .pedfile {
    display: inline-block;
    width: 82%;
    vertical-align: middle;
    padding-top: 0;
    font-size: 11px;
    font-weight: 600;
    word-break: break-word; }
  .cardiology-form .ajax-file-upload-red {
    display: inline-block;
    float: right;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer; }
  .cardiology-form .ajax-file-upload-container {
    display: block;
    width: 100%;
    float: left;
    text-align: left; }
  .cardiology-form .ajax-file-upload-statusbar {
    width: 100% !important;
    padding-top: 5px; }
  .cardiology-form .ajax-file-upload-filename {
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    word-break: break-word; }
  .cardiology-form .ajax-file-upload-progress {
    display: inline-block; }
  .cardiology-form .historyform-table {
    width: 100%;
    border: solid 1px;
    border-top: 0; }
    .cardiology-form .historyform-table .rmv-pad {
      padding: 0 !important; }
    .cardiology-form .historyform-table th {
      padding: 10px;
      font-weight: 600; }
      .cardiology-form .historyform-table th .radio {
        margin: 0;
        display: inline-block; }
        .cardiology-form .historyform-table th .radio label {
          margin: 0; }
    .cardiology-form .historyform-table .form-control {
      height: 30px;
      padding: 2px 6px;
      font-size: 12px; }
    .cardiology-form .historyform-table .radio {
      margin-top: 5px;
      margin-bottom: 5px;
      padding-right: 0 !important; }
    .cardiology-form .historyform-table .pad-l40 {
      padding-left: 40px; }
    .cardiology-form .historyform-table .up {
      display: none;
      width: 20px;
      height: 15px;
      margin-top: 3px;
      background-repeat: no-repeat;
      background-position: 0 0;
      cursor: pointer; }
    .cardiology-form .historyform-table .down {
      display: block;
      width: 20px;
      height: 15px;
      margin-top: 3px;
      background-repeat: no-repeat;
      background-position: 0 0;
      cursor: pointer; }
    .cardiology-form .historyform-table select {
      background-position: 92% center; }
    .cardiology-form .historyform-table .in .up {
      display: block; }
    .cardiology-form .historyform-table .in .down {
      display: none; }
    .cardiology-form .historyform-table th:nth-child(1), .cardiology-form .historyform-table td:nth-child(1) {
      width: 38.8%; }
    .cardiology-form .historyform-table th:nth-child(2), .cardiology-form .historyform-table td:nth-child(2) {
      width: 44.45%; }
    .cardiology-form .historyform-table th:nth-child(3), .cardiology-form .historyform-table td:nth-child(3) {
      width: 16.65%; }
    .cardiology-form .historyform-table td {
      padding: 5px 10px; }
    .cardiology-form .historyform-table tr td {
      padding: 10px;
      border-bottom: 1px dotted; }
    .cardiology-form .historyform-table tr:nth-child(2) td {
      padding-top: 10px; }
    .cardiology-form .historyform-table tr:last-child td {
      padding-bottom: 10px; }
    .cardiology-form .historyform-table .table-level {
      width: 100%; }
      .cardiology-form .historyform-table .table-level tr:first-child td {
        border-top: 0; }
        .cardiology-form .historyform-table .table-level tr:first-child td:first-child {
          border-bottom: 0;
          border-right: 1px dashed; }
      .cardiology-form .historyform-table .table-level tr:last-child td {
        border-bottom: 0; }
      .cardiology-form .historyform-table .table-level td {
        border-bottom: 1px dotted;
        border-top: 0;
        border-right: 0;
        border-left: 0; }
      .cardiology-form .historyform-table .table-level th, .cardiology-form .historyform-table .table-level td {
        vertical-align: middle; }
        .cardiology-form .historyform-table .table-level th:nth-child(1), .cardiology-form .historyform-table .table-level td:nth-child(1) {
          width: 12%; }
        .cardiology-form .historyform-table .table-level th:nth-child(2), .cardiology-form .historyform-table .table-level td:nth-child(2) {
          width: 26.85%; }
        .cardiology-form .historyform-table .table-level th:nth-child(3), .cardiology-form .historyform-table .table-level td:nth-child(3) {
          width: 44.55%; }
        .cardiology-form .historyform-table .table-level th:nth-child(4), .cardiology-form .historyform-table .table-level td:nth-child(4) {
          width: 16.65%; }
        .cardiology-form .historyform-table .table-level th:last-child, .cardiology-form .historyform-table .table-level td:last-child {
          border-right: 0; }
  .cardiology-form .blood-table .form-group {
    margin-bottom: 0px; }
  .cardiology-form .blood-table td {
    padding: 10px;
    border-bottom: 1px dotted;
    border-top: 0;
    border-left: 0;
    border-right: 0; }
  .cardiology-form .colorectal-table {
    margin-bottom: 10px;
    width: 100%;
    font-size: 12px;
    border-width: 1px;
    border-style: solid; }
    .cardiology-form .colorectal-table th {
      padding: 10px 15px;
      font-size: 12px;
      font-weight: 600;
      border-bottom-width: 1px;
      border-bottom-style: solid; }
      .cardiology-form .colorectal-table th:first-child {
        width: 30%; }
      .cardiology-form .colorectal-table th:nth-child(2) {
        width: 6%; }
      .cardiology-form .colorectal-table th:nth-child(3) {
        width: 16%; }
      .cardiology-form .colorectal-table th:nth-child(4) {
        width: 18%; }
      .cardiology-form .colorectal-table th:nth-child(5), .cardiology-form .colorectal-table th:nth-child(6) {
        width: 16%; }
    .cardiology-form .colorectal-table td {
      padding: 15px;
      font-size: 12px;
      font-weight: 600;
      border-bottom-width: 1px;
      border-bottom-style: solid; }
      .cardiology-form .colorectal-table td:first-child {
        font-weight: 700; }
      .cardiology-form .colorectal-table td label {
        width: auto;
        margin-right: 14px; }
      .cardiology-form .colorectal-table td .checkbox {
        margin-left: 14px; }
    .cardiology-form .colorectal-table input[type=text] {
      width: 67px; }
  .cardiology-form .sub-heading {
    min-width: 95px;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700; }
  .cardiology-form .habitual-info label {
    width: auto; }
  .cardiology-form .head-line {
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600; }

.cancer-form .panel-body {
  padding: 10px 0 5px; }

.cancer-form .panel-default .radio-inline, .cancer-form .panel-default .checkbox-inline {
  width: auto;
  font-weight: 600; }

.cancer-form .pedfile {
  width: 100%; }

.cancer-form .patientinfo ul {
  width: 25%;
  float: left; }
  .cancer-form .patientinfo ul:first-child .details {
    display: inline-block;
    width: 90px; }
  .cancer-form .patientinfo ul:first-child .ans {
    width: 58%; }
    .cancer-form .patientinfo ul:first-child .ans label {
      width: 100%; }

.cancer-form .patientinfo li {
  padding: 10px 0; }

.cancer-form .patientinfo .ans {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  word-wrap: break-word; }

.cancer-form .patientinfo .dot {
  display: inline-block;
  padding: 0 15px; }

.cancer-form .radio, .cancer-form .checkbox {
  margin-top: 0; }

.cancer-form .valign-top {
  vertical-align: top; }

.cancer-form .inline-form {
  display: inline-block;
  width: auto; }

.cancer-form small {
  font-size: 12px;
  font-weight: lighter; }

.cancer-form .form-group {
  margin-bottom: 10px; }

.cancer-form .form-inline .form-control {
  vertical-align: top; }

.cancer-form .form-control {
  height: 34px; }

.cancer-form .m-r20 {
  margin-right: 20px; }

.cancer-form textarea.form-control {
  height: 38px; }

.cancer-form .score {
  float: left; }
  .cancer-form .score .radio-inline {
    padding-top: 2px;
    margin-left: 0;
    margin-right: 6px;
    padding-left: 0; }
  .cancer-form .score input[type="radio"] {
    display: none; }
    .cancer-form .score input[type="radio"] + span {
      display: block;
      padding: 5px 10px;
      font-size: 14px;
      font-weight: bold;
      border: 2px solid;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  .cancer-form .score input[type="radio"]:checked + span {
    background-color: #5d5d5d;
    color: #fff; }

.cancer-form .score-table {
  width: 100%; }
  .cancer-form .score-table tr td, .cancer-form .score-table tr th {
    padding: 8px 25px;
    border: 1px solid;
    font-size: 13px;
    font-weight: 600; }
  .cancer-form .score-table th {
    width: 25%; }
    .cancer-form .score-table th:first-child {
      font-weight: bold; }
  .cancer-form .score-table label {
    width: auto; }
  .cancer-form .score-table .form-control {
    width: 80px;
    vertical-align: middle; }
  .cancer-form .score-table .radio-inline {
    margin-top: 7px;
    min-height: 26px; }

.cancer-form hr {
  margin-top: 10px;
  margin-bottom: 15px; }

.cancer-form .molecular-table {
  width: 100%;
  margin-bottom: 5px; }
  .cancer-form .molecular-table tr td, .cancer-form .molecular-table tr th {
    padding: 10px;
    border: 1px solid;
    font-size: 12px;
    font-weight: 600;
    vertical-align: top; }
  .cancer-form .molecular-table tr th {
    font-weight: bold;
    font-size: 14px; }

.cancer-form .treatment-wrap .start {
  display: inline-block;
  width: 16%;
  padding: 0 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: none; }
  .cancer-form .treatment-wrap .start:nth-child(2) {
    padding-left: 10px; }
  .cancer-form .treatment-wrap .start:nth-child(3) {
    padding-left: 15px; }
  .cancer-form .treatment-wrap .start:nth-child(4) {
    padding-left: 23px; }

.cancer-form .treatment-wrap .bdr-btm {
  border-bottom: 1px dotted; }

.cancer-form .treatment-wrap .form-control {
  height: 34px; }

.cancer-form .treatment-wrap textarea.form-control {
  height: 45px; }

.cancer-form .treatment-wrap .type {
  width: 50px;
  font-size: 13px; }

.cancer-form .treatment-wrap .mar-chemo {
  margin-top: 25px; }

.cancer-form .treatment-wrap b {
  font-size: 13px; }

.cancer-form .treatment-wrap .patient-lbl {
  padding: 0 10px;
  font-size: 14px; }

.cancer-form .treatment-wrap .textarea-hgt {
  height: 65px !important; }

.cancer-form .mar-cancer {
  margin-top: 30px;
  margin-left: 50px; }

.cancer-form .cancer {
  width: 100px !important; }

.cancer-form .heading {
  margin-bottom: 10px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid;
  border-top: 1px solid; }

.cancer-form .ajax-file-upload-statusbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.cancer-form .histopathological-file {
  margin-top: 15px;
  padding: 19px 10px; }

.cancer-form .liquid-biopsy {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd; }
  .cancer-form .liquid-biopsy tr td {
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 600;
    border-left: 1px solid #ddd;
    vertical-align: middle; }
    .cancer-form .liquid-biopsy tr td:first-child {
      width: 20%; }
    .cancer-form .liquid-biopsy tr td:nth-child(2) {
      width: 25%; }
    .cancer-form .liquid-biopsy tr td:nth-child(3) {
      width: 15%; }
    .cancer-form .liquid-biopsy tr td:last-child {
      width: 40%;
      border-right: 1px solid #ddd; }
  .cancer-form .liquid-biopsy tr .form-control {
    height: 26px;
    vertical-align: middle; }
  .cancer-form .liquid-biopsy .file-wrap {
    display: inline-block;
    padding: 0 20px; }
    .cancer-form .liquid-biopsy .file-wrap input {
      display: none; }
  .cancer-form .liquid-biopsy .file-up {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    width: 100px;
    border-radius: 2px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    padding: 4px 10px;
    background-color: #468cc8;
    color: #fff;
    border-bottom-color: #338AD4;
    cursor: pointer; }
  .cancer-form .liquid-biopsy .fileup {
    margin-top: 5px; }
  .cancer-form .liquid-biopsy .ajax-file-upload {
    width: 150px; }
  .cancer-form .liquid-biopsy .ajax-file-upload-error {
    width: auto; }
  .cancer-form .liquid-biopsy .inner-table tr td:first-child, .cancer-form .liquid-biopsy .inner-sec-table tr td:first-child {
    width: 60%;
    border-left: 0; }
  .cancer-form .liquid-biopsy .inner-table tr:first-child td, .cancer-form .liquid-biopsy .inner-sec-table tr:first-child td {
    border-top: 0; }
    .cancer-form .liquid-biopsy .inner-table tr:first-child td:first-child, .cancer-form .liquid-biopsy .inner-sec-table tr:first-child td:first-child {
      border-left: 0; }
    .cancer-form .liquid-biopsy .inner-table tr:first-child td:last-child, .cancer-form .liquid-biopsy .inner-sec-table tr:first-child td:last-child {
      border-right: 0; }

.rmv-pad {
  padding: 0 !important; }

.history-table {
  border: solid 1px;
  width: 100%;
  margin-bottom: 10px; }
  .history-table .rmv-pad {
    padding: 0 !important; }
  .history-table th {
    padding: 10px;
    border-right: solid 1px;
    font-weight: bold; }
    .history-table th .radio {
      margin: 0;
      display: inline-block; }
      .history-table th .radio label {
        margin: 0; }
  .history-table .form-control {
    padding: 6px; }
  .history-table .up {
    display: none;
    width: 20px;
    height: 10px;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer; }
  .history-table .down {
    display: block;
    width: 20px;
    height: 10px;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position: 0 -10px;
    cursor: pointer; }
  .history-table .in .up {
    display: block; }
  .history-table .in .down {
    display: none; }
  .history-table th:nth-child(1), .history-table td:nth-child(1) {
    width: 45%; }
  .history-table th:nth-child(2), .history-table td:nth-child(2) {
    width: 35%; }
  .history-table th:nth-child(3), .history-table td:nth-child(3) {
    width: 25%; }
  .history-table td {
    padding: 5px 10px;
    border-right: solid 1px;
    border-bottom: solid 1px; }
  .history-table .table-level {
    width: 100%; }
    .history-table .table-level tr:first-child td {
      border-top: 0; }
      .history-table .table-level tr:first-child td:first-child {
        border-bottom: 0; }
    .history-table .table-level tr:last-child td {
      border-bottom: 0; }
    .history-table .table-level th, .history-table .table-level td {
      vertical-align: middle; }
      .history-table .table-level th:nth-child(1), .history-table .table-level td:nth-child(1) {
        width: 19%; }
      .history-table .table-level th:nth-child(2), .history-table .table-level td:nth-child(2) {
        width: 26.02%; }
      .history-table .table-level th:nth-child(3), .history-table .table-level td:nth-child(3) {
        width: 35.04%; }
      .history-table .table-level th:nth-child(4), .history-table .table-level td:nth-child(4) {
        width: 20%; }
      .history-table .table-level th:last-child, .history-table .table-level td:last-child {
        border-right: 0; }

.head-table {
  margin-bottom: 0 !important;
  border-bottom: 0; }

.sub-table-wp-table {
  margin-left: -5px;
  margin-right: -5px; }
  .sub-table-wp-table .iner-sub-table-wp {
    width: 97%; }

.form-main-heading h1 {
  font-size: 25px;
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: solid 1px #ccc; }

.dashboard-top-button a {
  float: right;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 5px 5px 0px 5px;
  background-position: 0px 0px;
  background-repeat: no-repeat; }
  .dashboard-top-button a:hover {
    background-position: 0px -20px; }

.total-count {
  display: inline-block;
  margin-right: 2px;
  margin-left: 15px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  font-weight: bold; }

.mar-t5 {
  margin-top: 5px !important; }

.pagination-sec {
  text-align: center; }
  .pagination-sec .pagination {
    vertical-align: top; }
    .pagination-sec .pagination li a.active {
      border: 1px solid; }
  .pagination-sec .limit-block {
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 20px 10px; }
    .pagination-sec .limit-block .form-control {
      height: 31px; }
    .pagination-sec .limit-block select {
      display: inline-block;
      width: auto;
      padding: 0 10px;
      margin: 0 10px; }

.search-area-wrp {
  display: inline-block; }

.icon-btn {
  float: none;
  display: inline-block;
  vertical-align: bottom; }

.samp-list {
  margin-right: 15px; }

.mar-t6 {
  margin-top: 6px; }

.form-grp {
  margin-bottom: 12px; }

.top-sectwrap {
  padding: 10px 5px 10px !important; }
  .top-sectwrap .chosen-container-single .chosen-single {
    border-radius: 2px;
    border: 1px solid #ccc; }
  .top-sectwrap select {
    padding: 2px 10px;
    font-size: 14px; }
  .top-sectwrap .search-by {
    margin-top: 10px;
    margin-bottom: 0; }
  .top-sectwrap .chosen-single:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 10px;
    border-top: 7px solid #aaa;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent; }
  .top-sectwrap .chosen-container .chosen-results {
    margin-bottom: 0; }
    .top-sectwrap .chosen-container .chosen-results .highlighted {
      background-color: #29bfed; }
  .top-sectwrap .ad-search {
    border-radius: 2px; }
  .top-sectwrap .ad-topp {
    position: absolute;
    top: -12px;
    right: -1px;
    width: 138px;
    height: 12px;
    border: 1px solid;
    border-bottom: 0;
    border-top: 0; }

.chosen-container-single .chosen-results, .chosen-container-multi .chosen-results {
  margin-bottom: 0; }

.mar-t7 {
  margin-top: 7px !important; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

.add-new-card h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px; }

.data-form {
  margin: 0px 10px;
  border: 1px solid #aaa;
  border-radius: 3px; }
  .data-form h1 {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0; }
  .data-form .project-head {
    padding: 0;
    text-transform: uppercase;
    font-weight: bold; }
  .data-form .foot-section {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: right; }
  .data-form .inline {
    display: inline-block; }
    .data-form .inline .chosen-container-single {
      width: 350px !important;
      margin: 8px 0 0; }
    .data-form .inline .inline-heart {
      display: inline-block;
      vertical-align: -webkit-baseline-middle;
      margin: 0px; }
  .data-form .course-illness-checkbox-small {
    margin-bottom: 10px;
    background-color: rgba(247, 247, 247, 0.73); }
    .data-form .course-illness-checkbox-small .checkbox {
      margin-bottom: 10px;
      margin-top: 15px; }
  .data-form .sub-head {
    font-weight: bold;
    font-size: 14px; }
  .data-form .glyphicon-info-sign {
    color: #56767f;
    font-size: 12px;
    cursor: pointer;
    padding-left: 10px;
    vertical-align: top;
    margin-top: 4px; }
  .data-form .add .glyphicon {
    margin-top: 10px;
    color: #56767f;
    font-weight: 600;
    cursor: pointer; }
  .data-form #ecgAction_0 .glyphicon {
    margin-top: 35px; }
  .data-form .mar-t10 {
    margin-top: 10px; }
  .data-form .mar-t18 {
    margin-top: 18px; }
  .data-form .rmv-mar {
    margin: 0 !important; }
  .data-form .mar-t20 {
    margin-top: 20px; }
  .data-form .mar-t5 {
    margin-top: 5px; }
  .data-form .st-form {
    height: 30px;
    margin-top: 10px;
    margin-bottom: 5px; }
  .data-form .pad-b5 {
    padding-bottom: 5px; }
  .data-form .mar-l0 {
    margin-left: 0; }
  .data-form .rad {
    margin-bottom: 0;
    margin-top: 2px; }
  .data-form .thrombolysis {
    width: 41.2%; }
  .data-form .addMoreEcg.pull-left {
    padding-right: 5px; }
  .data-form .phis-det {
    padding: 8px 0 0; }
    .data-form .phis-det .radio {
      margin-top: 5px;
      margin-bottom: 0; }
  .data-form input[type="radio"], .data-form input[type="checkbox"] {
    margin-top: 2px; }
  .data-form .chronic-blk .radio {
    margin-top: 6px;
    margin-bottom: 0; }
  .data-form .chronic-blk label {
    margin-bottom: 0; }
  .data-form .cardiac-sect .inline-input {
    display: inline-block;
    width: 200px;
    margin-top: 10px;
    height: 30px; }
  .data-form .cardiac-sect .checkbox {
    margin-top: 16px; }
  .data-form .smoking .inline-input {
    display: inline-block;
    width: 200px;
    margin-top: 10px;
    height: 30px; }
  .data-form .physical-blk .inline-input {
    display: inline-block;
    width: 200px;
    margin-top: 10px;
    height: 30px; }
  .data-form .mar-b0 {
    margin-bottom: 0 !important; }
  .data-form .mar-t15 {
    margin-top: 13px; }
  .data-form .nar-t0 {
    margin-top: 0; }
  .data-form .rad-mar {
    margin-bottom: 10px;
    margin-top: 15px; }
  .data-form .radio-btm {
    padding-left: 20px;
    font-weight: 400; }
  .data-form .checkbox {
    margin-bottom: 6px; }
  .data-form .chosen-container-single .chosen-single {
    border: 1px solid #ccc; }
  .data-form .radio label, .data-form .checkbox label {
    font-size: 12px;
    font-weight: 600; }
  .data-form .male-bx {
    width: 97.4% !important; }
  .data-form .card-pheno .form-control {
    width: 250px; }
  .data-form .card-pheno .st-form {
    margin: 10px; }
  .data-form .card-pheno .radio {
    margin-top: 15px; }
  .data-form .fileup {
    display: inline-block;
    padding: 10px;
    width: 100%;
    border: 1px dashed #ccc;
    background-color: #FFF; }
  .data-form .file-block {
    display: inline-block;
    width: 100%; }
  .data-form .ajax-file-upload-error {
    width: 100%;
    float: left;
    padding: 6px 0 0;
    font-size: 12px;
    font-weight: 600;
    color: #f00; }
  .data-form .ajax-file-upload {
    display: inline-block;
    padding: 2px 0 0;
    margin-right: 10px;
    border-bottom: 2px solid #338AD4;
    background-color: #468cc8;
    color: #fff;
    width: 170px;
    border-radius: 2px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    padding: 4px 10px; }
  .data-form .pedfile {
    display: inline-block;
    vertical-align: middle;
    padding-top: 0; }
  .data-form .ajax-file-upload-red {
    display: inline-block;
    float: right;
    padding-left: 10px;
    font-size: 12px;
    color: #f00;
    font-weight: 600;
    cursor: pointer; }
  .data-form .ajax-file-upload-container {
    display: block;
    width: 100%;
    float: left;
    text-align: left; }
  .data-form .ajax-file-upload-statusbar {
    width: 100% !important;
    padding-top: 5px; }
  .data-form .ajax-file-upload-filename {
    font-size: 12px;
    font-weight: 600;
    display: inline-block; }
  .data-form .ajax-file-upload-progress {
    display: inline-block; }
  .data-form .card-history .input-inline {
    width: 250px;
    margin-top: 10px;
    height: 30px; }
  .data-form .history-wrp .radio {
    margin-top: 10px;
    margin-bottom: 5px; }
  .data-form .sig-blk {
    width: 95% !important; }
  .data-form .patient-info label {
    font-weight: 400;
    margin-bottom: 2px; }
  .data-form .patient-info .ans {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    word-break: break-word; }
  .data-form .patient-info .ans-adrs {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    word-break: break-word; }
  .data-form .patient-info .adds {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    word-break: break-word; }
  .data-form .patient-info .block {
    display: block; }
  .data-form textarea {
    margin-bottom: 5px; }
  .data-form .mar-t0 {
    margin-top: 0 !important; }
  .data-form .bdr {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .data-form .file {
    padding: 10px 5px;
    margin-top: 7px;
    text-align: center;
    border: 1px dashed  #7d7d7d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .data-form .file label {
      margin-bottom: 0px;
      padding: 6px 10px;
      width: 155px;
      height: 32px;
      font-family: Roboto;
      font-weight: 500;
      font-size: 14px;
      text-align: center;
      cursor: pointer;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      border-bottom: 2px solid #338AD4;
      color: #fff;
      background-color: #468cc8; }
  .data-form .sb-hed {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 5px; }
  .data-form .history-table .form-group {
    margin-bottom: 0 !important; }

.mar-b5 {
  margin-bottom: 5px !important; }

.top-sect {
  float: none !important; }

.large-modal {
  width: 80%; }

.common-modal .table-wrapper {
  border: 1px solid;
  border-bottom: 0; }

.common-modal .table {
  width: 100%;
  border: 1px solid; }
  .common-modal .table th, .common-modal .table td {
    padding: 10px 6px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 600;
    text-align: center; }
    .common-modal .table th:first-child, .common-modal .table td:first-child {
      border-left: 0; }
  .common-modal .table th {
    border: 1px solid; }
  .common-modal .table .head {
    font-size: 13px;
    font-weight: 600; }
  .common-modal .table td {
    padding: 8px 6px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    font-size: 12px; }

.common-modal .abbrevation {
  padding-left: 10px; }
  .common-modal .abbrevation li {
    padding-bottom: 10px;
    font-size: 12px; }
  .common-modal .abbrevation b {
    display: inline-block;
    width: 12%; }
  .common-modal .abbrevation span {
    display: inline-block;
    width: 5%; }

.pah-form {
  position: relative;
  margin: 0px 10px;
  border: 1px solid #aaa;
  border-radius: 3px; }
  .pah-form .foot-sect {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 5px 10px 15px; }
  .pah-form .back-top {
    position: absolute;
    bottom: 15px;
    right: 218px; }
  .pah-form .form-control {
    font-size: 13px; }
  .pah-form .chosen-container-single .chosen-single, .pah-form .chosen-container-single .chosen-choices, .pah-form .chosen-container-multi .chosen-single, .pah-form .chosen-container-multi .chosen-choices {
    height: 26px;
    min-height: 26px;
    font-size: 13px; }
    .pah-form .chosen-container-single .chosen-single span, .pah-form .chosen-container-single .chosen-choices span, .pah-form .chosen-container-multi .chosen-single span, .pah-form .chosen-container-multi .chosen-choices span {
      padding: 0; }

.chosen-container-single .chosen-single, .chosen-container-multi .chosen-single {
  margin: 0;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  border-radius: 3px !important;
  border: 1px solid #ccc !important;
  height: 30px;
  border: 1px solid;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .chosen-container-single .chosen-single span, .chosen-container-multi .chosen-single span {
    font-weight: normal; }
  .chosen-container-single .chosen-single div b, .chosen-container-multi .chosen-single div b {
    background-position: 0 center !important; }

.errorform {
  position: absolute;
  bottom: -6px;
  left: 10px;
  white-space: nowrap;
  font-weight: 600;
  font-size: 11px; }

.error-form {
  display: block;
  white-space: nowrap;
  font-weight: 600;
  font-size: 11px; }

.wrapper-table {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto; }
  .wrapper-table .w-25 {
    width: 25%; }
  .wrapper-table table {
    width: 100%;
    table-layout: fixed; }
  .wrapper-table h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
  .wrapper-table .full-width {
    width: 100% !important; }
  .wrapper-table h4 {
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    text-transform: uppercase;
    border-top: 1px solid;
    border-bottom: 1px solid; }
  .wrapper-table h5 {
    font-size: 13px;
    font-weight: bold; }
  .wrapper-table h3 {
    font-size: 13px;
    font-weight: 600; }
  .wrapper-table .bdr {
    border-bottom: 1px solid; }
  .wrapper-table .h4-mar {
    margin-left: -10px; }
  .wrapper-table .pad-20 {
    padding: 10px 20px; }
  .wrapper-table .pad-r10 {
    padding-right: 10px; }
  .wrapper-table tr th, .wrapper-table tr td {
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
    vertical-align: top;
    word-wrap: break-word; }
  .wrapper-table .form-control {
    height: 26px;
    padding: 2px 10px; }
  .wrapper-table .textarea {
    height: 60px; }
  .wrapper-table .inline {
    display: inline-block; }
    .wrapper-table .inline label {
      width: 100px;
      margin-bottom: 0; }
    .wrapper-table .inline .dot {
      display: inline-block;
      width: 20px; }
    .wrapper-table .inline .ans {
      display: inline-block;
      font-weight: bold;
      vertical-align: middle;
      word-wrap: break-word; }
  .wrapper-table .address-cnt {
    display: inline-block;
    width: 100%;
    padding: 10px;
    min-height: 38px;
    border-bottom: 1px solid; }
    .wrapper-table .address-cnt label {
      margin: 0;
      padding: 0;
      width: 134px; }
    .wrapper-table .address-cnt .dot {
      display: inline-block;
      width: 20px; }
    .wrapper-table .address-cnt.rmvbdr-btm {
      border-bottom: 0; }
  .wrapper-table .rmv-pad {
    padding: 0; }
  .wrapper-table .patient-info {
    width: 100%;
    border: 1px solid; }
    .wrapper-table .patient-info .ans {
      width: 235px;
      display: inline-block;
      font-weight: bold;
      vertical-align: top;
      word-wrap: break-word; }
      .wrapper-table .patient-info .ans .ans-adrs {
        width: 100%;
        word-wrap: break-word; }
    .wrapper-table .patient-info th {
      font-size: 14px;
      font-weight: bold;
      border-bottom: 1px solid;
      text-transform: uppercase; }
    .wrapper-table .patient-info td {
      vertical-align: top;
      border-bottom: 1px solid;
      border-left: 1px solid; }
      .wrapper-table .patient-info td:first-child {
        width: 40%; }
      .wrapper-table .patient-info td .inline label {
        width: 134px; }
      .wrapper-table .patient-info td .checkbox-inline {
        width: auto !important; }
      .wrapper-table .patient-info td .radio-inline {
        width: auto !important; }
    .wrapper-table .patient-info .textarea {
      height: 40px; }
  .wrapper-table input[type="radio"], .wrapper-table input[type="checkbox"] {
    margin: 2px 0 0 -20px; }
  .wrapper-table .checkbox-inline {
    margin-bottom: 5px;
    font-weight: 600; }
  .wrapper-table .medical-table td:nth-child(1) {
    width: 51%; }
  .wrapper-table .medical-table td:first-child {
    padding-left: 0; }
  .wrapper-table .head-tble {
    width: 68%;
    margin: 0 20px;
    border: 1px solid; }
    .wrapper-table .head-tble td {
      border: 1px solid;
      border-bottom: 0; }
      .wrapper-table .head-tble td:nth-child(1) {
        width: 70%; }
      .wrapper-table .head-tble td:nth-child(2) {
        width: 30%; }
    .wrapper-table .head-tble .mar-l10 {
      margin-left: 112px; }
    .wrapper-table .head-tble .radio-inline {
      width: 90px; }
  .wrapper-table .pulmonary-table {
    width: 68%;
    margin: 0 20px;
    border: 1px solid;
    border-top: 0; }
    .wrapper-table .pulmonary-table td {
      border-left: 1px solid;
      border-bottom: 1px solid; }
      .wrapper-table .pulmonary-table td:nth-child(1) {
        width: 70%;
        padding-left: 10px; }
      .wrapper-table .pulmonary-table td:nth-child(2) {
        width: 30%; }
      .wrapper-table .pulmonary-table td .radio-inline {
        width: 100px; }
  .wrapper-table .fileup {
    display: inline-block;
    padding: 10px;
    width: 100%;
    border: 1px dashed; }
  .wrapper-table .file-block {
    display: inline-block;
    width: 100%; }
  .wrapper-table .ajax-file-upload-error {
    width: 100%;
    float: left;
    padding: 6px 0 0;
    font-size: 12px;
    font-weight: 600; }
  .wrapper-table .ajax-file-upload {
    display: inline-block;
    padding: 2px 0 0;
    margin-right: 10px;
    border-bottom: 2px solid;
    width: 170px;
    border-radius: 2px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    padding: 4px 10px; }
  .wrapper-table .pedfile {
    display: inline-block;
    width: 85%;
    vertical-align: middle;
    padding-top: 4px;
    font-size: 11px;
    font-weight: 600;
    word-break: break-word; }
  .wrapper-table .ajax-file-upload-red {
    display: inline-block;
    float: right;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer; }
  .wrapper-table .ajax-file-upload-container {
    display: block;
    width: 100%;
    float: left;
    text-align: left; }
  .wrapper-table .ajax-file-upload-statusbar {
    width: 100% !important;
    padding-top: 5px; }
  .wrapper-table .ajax-file-upload-filename {
    font-size: 12px;
    font-weight: 600;
    display: inline-block; }
  .wrapper-table .ajax-file-upload-progress {
    display: inline-block; }
  .wrapper-table .up {
    display: none;
    width: 20px;
    height: 10px;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer; }
  .wrapper-table .down {
    display: inline-block;
    width: 20px;
    height: 10px;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position: 0 -10px;
    cursor: pointer; }
  .wrapper-table .in .up {
    display: inline-block; }
  .wrapper-table .in .down {
    display: none; }
  .wrapper-table .pedigree td:nth-child(1) {
    width: 30%; }
  .wrapper-table .pedigree td:nth-child(2) {
    width: 20%; }
  .wrapper-table .lifestyle td:nth-child(1) {
    width: 3%;
    padding-left: 0; }
  .wrapper-table .lifestyle td:nth-child(2) {
    width: 3%; }
  .wrapper-table .lifestyle td:nth-child(3) {
    width: 10%; }
  .wrapper-table .lifestyle td:nth-child(4) {
    width: 15%; }
  .wrapper-table .lifestyle td:last-child {
    padding-right: 0px; }
  .wrapper-table .diagnosis td {
    vertical-align: top; }
    .wrapper-table .diagnosis td:nth-child(odd) {
      width: 10%; }
    .wrapper-table .diagnosis td:first-child {
      padding-left: 0; }
    .wrapper-table .diagnosis td:last-child {
      padding-right: 0px; }
  .wrapper-table hr {
    margin: 0; }
  .wrapper-table .history-wrap table {
    table-layout: auto; }
  .wrapper-table .history-wrap th {
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #aaa; }
  .wrapper-table .blood-wrap table {
    table-layout: auto; }
  .wrapper-table .blood-wrap th {
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #aaa; }
  .wrapper-table .blood-wrap .form-control {
    width: 100% !important; }
  .wrapper-table .history {
    border: 1px solid #aaa;
    border-top: 0; }
    .wrapper-table .history th {
      font-weight: bold;
      font-size: 14px;
      border-right: solid 1px;
      border-bottom: 1px solid; }
    .wrapper-table .history th:first-child, .wrapper-table .history td:first-child {
      width: 45%; }
    .wrapper-table .history th:nth-child(2), .wrapper-table .history td:nth-child(2) {
      width: 35%; }
    .wrapper-table .history th:nth-child(3), .wrapper-table .history td:nth-child(3) {
      width: 20%; }
    .wrapper-table .history td {
      border-left: 1px solid;
      border-bottom: 1px solid;
      vertical-align: middle; }
    .wrapper-table .history .radio-inline {
      width: 30.45%;
      font-weight: 600; }
    .wrapper-table .history .form-control {
      display: inline-block;
      width: 60%;
      margin-right: 3%;
      font-size: 12px; }
    .wrapper-table .history select.form-control {
      width: 30%; }
  .wrapper-table .radio label {
    font-weight: 600; }
  .wrapper-table .pad-b10 {
    padding-bottom: 10px; }
  .wrapper-table .radio-inline {
    font-weight: 600; }
  .wrapper-table .clinical td:nth-child(1) {
    width: 10%; }
  .wrapper-table .heading {
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border-top: 1px solid;
    border-bottom: 1px solid; }
  .wrapper-table .w-70 {
    width: 70px; }
  .wrapper-table .sign-label {
    width: 100%;
    margin-bottom: 10px; }
  .wrapper-table .rmv-tbpad {
    padding-top: 0;
    padding-bottom: 0; }
    .wrapper-table .rmv-tbpad .checkbox-inline {
      padding-right: 10px; }
  .wrapper-table .info-table td {
    padding: 0 10px; }
    .wrapper-table .info-table td:first-child {
      padding-left: 0px; }
    .wrapper-table .info-table td:last-child {
      padding-right: 0px; }
  .wrapper-table .info-table .pad-upload {
    padding-top: 30px; }
  .wrapper-table .info-table .pedigree-tble td {
    padding: 0; }
    .wrapper-table .info-table .pedigree-tble td:nth-child(1) {
      width: 30%; }
    .wrapper-table .info-table .pedigree-tble td:nth-child(2) {
      width: 20%; }
  .wrapper-table .info-table .pedigree-tble .pad-t10 {
    padding-top: 10px; }
  .wrapper-table .clinical-tble td {
    padding: 10px 0px; }
    .wrapper-table .clinical-tble td:nth-child(1) {
      width: 12%; }
  .wrapper-table .rmv-pad {
    padding: 0; }
  .wrapper-table select {
    padding-right: 20px;
    background-position: 92% center;
    background-repeat: no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }
  .wrapper-table .chosen-select {
    background-position: 98% center; }

.patient-detail-wrap {
  padding-top: 12px;
  font-size: 12px;
  font-weight: 400; }
  .patient-detail-wrap span {
    padding-left: 8px; }

.colorectal-form {
  padding: 10px 20px 15px;
  margin: 0 10px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .colorectal-form h1 {
    padding-bottom: 15px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold; }
  .colorectal-form .radio-inline, .colorectal-form .checkbox-inline {
    font-weight: 600; }
  .colorectal-form .checkbox-inline input[type="checkbox"] {
    margin-top: 2px; }
  .colorectal-form .panel-default .panel-title {
    padding-left: 0; }
  .colorectal-form .head-line {
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600; }
    .colorectal-form .head-line span {
      display: inline-block;
      padding-bottom: 4px;
      border-bottom-width: 1px;
      border-bottom-style: dashed; }
  .colorectal-form .small-input {
    width: 67px; }
  .colorectal-form .treatment-info-table {
    width: 100%;
    margin: 10px 0 0; }
    .colorectal-form .treatment-info-table .treatment-head {
      padding: 12px 6px 8px;
      font-size: 12px;
      font-weight: 600;
      border-width: 1px 0;
      border-style: solid; }
    .colorectal-form .treatment-info-table .treatment-info {
      padding: 12px 6px;
      font-size: 13px;
      font-weight: 600;
      border-bottom-width: 1px;
      border-bottom-style: dashed; }
      .colorectal-form .treatment-info-table .treatment-info:last-child {
        border-bottom: 0; }
  .colorectal-form .option-head {
    margin-right: 12px;
    font-size: 13px;
    font-weight: 600; }
  .colorectal-form .mar-other {
    margin-top: 5px; }
  .colorectal-form .chosen-container-single .chosen-single span {
    padding: 4px; }

.oncology-form .close2 {
  top: 0; }

.assign-table tr th:nth-child(3) {
  width: 15%; }

.assign-table tr th:nth-child(7) {
  width: 10%; }

.assign-table tr th:nth-child(8) {
  width: 10%; }

.myopathy-form.cardiology-form .rmv-pad, .cardiology-form.autoimmune-form .rmv-pad {
  padding: 0; }

.myopathy-form.cardiology-form .panel-default .panel-heading, .cardiology-form.autoimmune-form .panel-default .panel-heading {
  background-color: #f9f9f9; }

.myopathy-form.cardiology-form .panel-default .panel-default, .cardiology-form.autoimmune-form .panel-default .panel-default {
  border-top: 0; }
  .myopathy-form.cardiology-form .panel-default .panel-default .panel-heading, .cardiology-form.autoimmune-form .panel-default .panel-default .panel-heading {
    padding: 10px;
    background-color: #fff; }
  .myopathy-form.cardiology-form .panel-default .panel-default .panel-title, .cardiology-form.autoimmune-form .panel-default .panel-default .panel-title {
    text-transform: none; }

.myopathy-form.cardiology-form .form-inline label, .cardiology-form.autoimmune-form .form-inline label {
  display: inline-block;
  width: auto; }

.myopathy-form.cardiology-form .glyphicon-info-sign, .cardiology-form.autoimmune-form .glyphicon-info-sign {
  margin-top: 4px;
  padding-left: 10px;
  font-size: 12px;
  cursor: pointer;
  vertical-align: top;
  color: #56767f; }

.myopathy-form.cardiology-form hr, .cardiology-form.autoimmune-form hr {
  margin-top: 6px;
  margin-bottom: 5px; }

.myopathy-form.cardiology-form .historyform-table th:nth-child(1), .cardiology-form.autoimmune-form .historyform-table th:nth-child(1), .myopathy-form.cardiology-form .historyform-table td:nth-child(1), .cardiology-form.autoimmune-form .historyform-table td:nth-child(1) {
  width: 36%; }

.myopathy-form.cardiology-form .historyform-table th:nth-child(2), .cardiology-form.autoimmune-form .historyform-table th:nth-child(2), .myopathy-form.cardiology-form .historyform-table td:nth-child(2), .cardiology-form.autoimmune-form .historyform-table td:nth-child(2) {
  width: 35%; }

.myopathy-form.cardiology-form .historyform-table th:nth-child(3), .cardiology-form.autoimmune-form .historyform-table th:nth-child(3), .myopathy-form.cardiology-form .historyform-table td:nth-child(3), .cardiology-form.autoimmune-form .historyform-table td:nth-child(3) {
  width: 18%; }

.myopathy-form.cardiology-form .historyform-table .form-control, .cardiology-form.autoimmune-form .historyform-table .form-control {
  height: 34px; }

.myopathy-form.cardiology-form .foot-section .btn, .cardiology-form.autoimmune-form .foot-section .btn {
  min-width: 100px;
  padding: 6px 12px; }

.myopathy-form.cardiology-form .radio-inline, .cardiology-form.autoimmune-form .radio-inline, .myopathy-form.cardiology-form .checkbox-inline, .cardiology-form.autoimmune-form .checkbox-inline {
  font-weight: 600; }

.myopathy-form.cardiology-form input[type="checkbox"], .cardiology-form.autoimmune-form input[type="checkbox"] {
  margin-top: 2px; }

.markship {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.sub-section {
  padding: 10px;
  border-width: 1px;
  border-style: dashed;
  border-radius: 4px; }

.autoimmune-form .panel-default .panel-heading {
  padding: 10px; }

.autoimmune-form .checkbox input[type=checkbox] {
  margin-top: 4px; }

.autoimmune-form .historyform-table th:nth-child(1), .autoimmune-form .historyform-table td:nth-child(1) {
  width: 25% !important; }

.autoimmune-form .health-table {
  table-layout: fixed; }
  .autoimmune-form .health-table th:nth-child(1), .autoimmune-form .health-table td:nth-child(1) {
    width: 12% !important; }
  .autoimmune-form .health-table th:nth-child(2), .autoimmune-form .health-table td:nth-child(2) {
    width: 16% !important; }
  .autoimmune-form .health-table th:nth-child(3), .autoimmune-form .health-table td:nth-child(3) {
    width: 5% !important; }
  .autoimmune-form .health-table th:nth-child(4), .autoimmune-form .health-table td:nth-child(4) {
    width: 5% !important; }
  .autoimmune-form .health-table th:nth-child(5), .autoimmune-form .health-table td:nth-child(5) {
    width: 5% !important; }
  .autoimmune-form .health-table th:nth-child(6), .autoimmune-form .health-table td:nth-child(6) {
    width: 20% !important; }
  .autoimmune-form .health-table .textarea {
    height: 60px !important; }

.autoimmune-form .glyphicon-info-sign {
  position: relative;
  margin-top: 3px !important;
  padding-left: 5px !important;
  cursor: pointer; }
  .autoimmune-form .glyphicon-info-sign .pop-over {
    display: none; }
  .autoimmune-form .glyphicon-info-sign:hover .pop-over {
    display: block;
    position: absolute;
    top: -13px;
    left: 20px;
    padding: 10px;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    z-index: 999;
    font-family: Open Sans; }
    .autoimmune-form .glyphicon-info-sign:hover .pop-over p {
      margin-bottom: 0;
      font-size: 13px;
      font-weight: 400;
      line-height: 24px;
      color: #000; }
      .autoimmune-form .glyphicon-info-sign:hover .pop-over p b {
        display: inline-block;
        padding-right: 5px; }
    .autoimmune-form .glyphicon-info-sign:hover .pop-over:after, .autoimmune-form .glyphicon-info-sign:hover .pop-over:before {
      top: 10px;
      left: -8px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .autoimmune-form .glyphicon-info-sign:hover .pop-over:after {
      border-width: 8px;
      margin-left: -7px;
      border-right-color: #fff; }
    .autoimmune-form .glyphicon-info-sign:hover .pop-over:before {
      border-width: 8px;
      margin-left: -8px;
      border-right-color: #ddd; }

.ecg-block .glyphicon {
  padding: 0 1px; }


.header .nav ul li .sub-dropdowns {
    background-color: #FFF;
    border-color: #B7BFC3;
}
  
.header .nav ul li .sub-dropdowns {
    display: none;
    position: absolute;
    left: -1px;
    top: 60px;
    z-index: 2;
    border: 1px solid;
    -webkit-box-shadow: 1px 1px 5px #b7bfc3;
    -moz-box-shadow: 1px 1px 5px #B7BFC3;
    -ms-box-shadow: 1px 1px 5px #B7BFC3;
    box-shadow: 1px 1px 5px #b7bfc3;
}
.header .nav ul li .sub-dropdowns ul {
    margin-bottom: 0;
}

.header .nav ul li .sub-dropdowns ul li a {
    padding: 8px 8px 8px 30px;
    display: block;
    white-space: nowrap;
    padding-right: 15px;
}
.header .nav ul li a {
    display: block;
    background-color: transparent !important;
	width: 100%;
    padding: 10px 10px;
    display: inline-block;
    vertical-align: middle;
}
.sub-dropdowns{
    background-color:#FFF;
    border-color:#B7BFC3
}
 .sub-dropdowns ul li{
    border-bottom-color:#ddd
}
.sub-dropdowns ul li>a>span{
    border-left-color:#6d6e70
}
.sub-dropdowns ul li.active,.header .nav ul li .sub-dropdowns ul li:focus,.header .nav ul li .sub-dropdowns ul li:hover{
    background-color:#B9E8FF
}
.sub-dropdowns ul li.active>a>span,.header .nav ul li .sub-dropdowns ul li:focus>a>span,.header .nav ul li .sub-dropdowns ul li:hover>a>span{
    border-left-color:#2c56af
}
.sub-dropdowns ul li:hover .arrowr{
    border-left-color:#B9E8FF
}
.sub-dropdowns ul li:hover .arrowl{
    border-right-color:#B9E8FF
}
.sub-dropdowns ul li:hover .sub-dropdowns-sub{
    background-color:#FFF;
    border-color:#B7BFC3
}
.sub-dropdowns.reversed ul li>a>span{
    border-right-color:#6d6e70
}
.sub-dropdowns.reversed ul li.active>a>span,.header-section .nav ul li .sub-dropdowns.reversed ul li:focus>a>span,.header-section .nav ul li .sub-dropdowns.reversed ul li:hover>a>span{
    border-right-color:#2c56af
}
.sub-dropdowns.reversed ul li:hover .arrowl{
    border-right-color:#b9e8ff
}
.sub-dropdowns.reversed ul li li .sub-dropdowns-inner-sub{
    background-color:#FFF;
    border-color:#B7BFC3
}
.header .nav ul li:active,.header-section .nav ul li:focus,.header-section .nav ul li:hover{
    background-color:#1577ad
}

.header .nav ul li .menu-sprite{
    display:block;
    margin:0px auto;
    width:44px;
    height:30px;
    background-repeat:no-repeat
}
.sub-dropdowns{
    
    position:absolute;
    left:-1px;
    top:60px;
    z-index:2;
    border:1px solid;
    -webkit-box-shadow:1px 1px 5px #B7BFC3;
    -moz-box-shadow:1px 1px 5px #B7BFC3;
    -ms-box-shadow:1px 1px 5px #B7BFC3;
    box-shadow:1px 1px 5px #B7BFC3
}
.sub-dropdowns ul{
    margin-bottom:0
}
.sub-dropdowns ul li{
    display:block;
    width:100%;
    border:0;
    font-size:14px;
    height:auto;
    border-bottom:1px solid
}
.sub-dropdowns ul li a{
    padding:8px 8px 8px 30px;
    display:block;
    white-space:nowrap;
    padding-right:15px
}
.sub-dropdowns ul li a:before{
    position:absolute;
    content:"";
    display:inline-block;
    left:15px;
    top:12px;
    border-left:6px solid;
    border-bottom:5px solid transparent;
    border-top:5px solid transparent
}
.sub-dropdowns ul li:last-child{
    border-bottom:0
}
.sub-dropdowns ul li .arrowr{
    display:none
}
.sub-dropdowns ul li .sub-dropdowns-sub{
    display:none
}
.sub-dropdowns ul li:hover .arrowr{
    display:inline-block;
    position:absolute;
    top:-2px;
    right:-10px;
    border-left:10px solid;
    border-bottom:19px solid transparent;
    border-top:19px solid transparent;
    z-index:1099
}
.sub-dropdowns ul li:hover .sub-dropdowns-sub{
    display:block;
    position:absolute;
    left:100%;
    top:-1px;
    z-index:1098;
    border:1px solid;
    -webkit-box-shadow:2px 1px 5px #B7BFC3;
    -moz-box-shadow:2px 1px 5px #B7BFC3;
    -ms-box-shadow:2px 1px 5px #B7BFC3;
    box-shadow:2px 1px 5px #B7BFC3
}
.header .nav ul li:hover{
    display:block;
    padding:6px 4px;
    text-decoration:none;
    font-size:13px
}

#model-OphthalmicTreatment{
	width:800px;
}

.table-wraps .user-customers {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 0px -23px;
    margin-right: 7px;
}

.table-wraps .user-customers {
    background-image: url(../img/icons/discribe.png);
}

.table-wraps .user-customers:hover {
    background-position: 0px 0px;
}
.button-container button {  line-height: 23px;  position: absolute;  right: 0;  top: 0;}
.button-container {position:relative;}
.button-container input {padding-right:40px;} 
.content-sec .grid-wrapper table .custom-th-bword {
	max-width: 98px;
	white-space: normal;
	overflow-wrap: break-word;
	}

.action-spcl .pushToAncestry{
  background-image: url(../img/icons/cp-upload.png);
  display: inline-block;
  width: 16px;
  height: 20px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 16px 38px;
}

.action-spcl .pushToAncestry:hover{
  background-position: 0px -19px;
}

.action-spcl .revertFromAncestry{
  background-image: url(../img/icons/recycle.png);
  display: inline-block;
  width: 16px;
  height: 18px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 16px 19px;
}



@media (max-width: 1230px) {
    .container {
        padding-left: 7.5px;
        padding-right: 7.5px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 7.5px;
        padding-right: 7.5px;
        max-width: 100%;
    }

    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 448px) {
    .container {
        padding-left: 7.5px;
        padding-right: 7.5px;
        max-width: 100%;
    }

    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
 