html, body {
  min-height: 100%;
}

form {
  min-height: 100%;
  height: auto;
}

body {
  background-color: #fff;
}

:focus {
  outline: 0 !important;
}

.label {
  color: #000;
}

input,
select {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}


.loading {
  background: url('../images/global/Loading_icon.gif') no-repeat center center fixed;
  width: 1200px;
  height: 350px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
}

.lower-shadow {
  display: none;
}

.watermark {
  background-image: url('../images/backgrounds/watermark.png');
  background-position: bottom left;
  background-repeat: no-repeat;
}

.logged-in .lower-shadow {
  display: block;
}

body,
html,
input,
button,
select,
.form-control,
.btn,
.input-group-addon,
.dropdown-menu,
.popover,
textarea {
  font-size: 14px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: lighter;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.with-line {
  margin-top: 25px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

h2 {
  line-height: 1.3em;
}

h3 {
  line-height: 1.3em;
}

td h4 {
  margin: 0;
  padding: 0 0 2% 0;
  line-height: 1.3em;
}

td h5,
.d-grid h5,
.d-md-grid h5,
.d-sm-grid h5 {
  margin: 0;
  padding: 0 0 2% 0;
  font-size: 2em;
  line-height: 1.3em;
}

.description-background {
  background: #feffd3; /* Old browsers */
  background: -moz-linear-gradient(top, #feffd3 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #feffd3 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #feffd3 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffd3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.btn + .btn-group {
  margin-right: 5px;
}



.page-title {
  padding: 40px 0 0 0;
}

.has-banner .page-title {
  padding-top: 0px;
}

.relative {
  position: relative;
}

.crumb4 {
  color: rgba(0,155,255,1);
}

h1.crumb4,
h1.crumb3,
h1.crumb2,
h1.crumb1,
h2.crumb4,
h2.crumb3,
h2.crumb3,
h2.crumb1,
h3.crumb4,
h3.crumb3,
h3.crumb2,
h3.crumb1 {
  display: inline;
}

.crumb3 {
  color: rgba(0,155,255,.8);
}

.crumb2 {
  color: rgba(0,155,255,.55);
}

.crumb1 {
  color: rgba(0,155,255,.25);
}

.alert {
  display: block;
}

.light-grey {
  overflow: auto;
 
  padding-bottom: 35px;
  width: 100%;
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
  background-color: #EFEFEF;
  background-image: url('../images/backgrounds/watermark-large.png');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0px 0px 30px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px 0px 30px 0px rgba(0,0,0,0.1);
  box-shadow: inset 0px 0px 30px 0px rgba(0,0,0,0.1);
}

.self-refer {
  overflow: auto;
  margin-top: 25px;
  padding-bottom: 35px;
  width: 100%;
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
  background-color: #E8FFDA;
}

input[type="date"].form-control {
  line-height: 16px !important;
}

.footer {
  overflow: auto;
  margin-top: 35px;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  background-color: #333;
  background-image: radial-gradient(circle at bottom center, #666, #222 70%);
  box-shadow: 0 0 20px rgba(0,0,0,.45);
  color: #999;
  font-size: .8em;
}

  .footer a {
    color: #fff;
  }

  .footer h5 {
    color: #fff;
  }

.footer-note {
  display: block;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid rgba(255,255,255,.25);
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.025);
}

.logo {
  padding: 50px;
  height: auto;
}

.danger,
.red {
  color: #f00;
}

.warning,
.yellow {
  color: #dda01a;
}

.success,
.green {
  color: #3fbb04;
}

  .green a {
    color: #3fbb04;
    text-decoration: none;
  }

    .green a:hover {
      color: #3fbb04;
      text-decoration: underline;
    }

.grey {
  font-weight: lighter;
}

.user-type {
  color: #000;
  text-align: center;
}

.divider-shadow {
  margin: 0 auto;
}

.icon {
  margin-right: 5px;
}

.form-control[disabled] {
  background-color: #fcfcfc;
  opacity: 1;
  cursor: default;
}

.table.plain-table > tbody > tr > td {
  padding: 2px;
  border: none;
}

table .referral-start {
  background-color: rgba(0,0,255,.04);
}


/* ----------- restyle the navbar */
.navbar {
  box-shadow: 0 2px 15px rgba(0,0,0,.35);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > .link-button:hover,
.dropdown-menu > li > .link-button:focus {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #ddefff 0%, #c6e4ff 100%);
  background-image: -o-linear-gradient(top, #ddefff 0%, #c6e4ff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ddefff), to(#c6e4ff));
  background-image: linear-gradient(to bottom, #ddefff 0%, #c6e4ff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDEFFF', endColorstr='#C6E4FF', GradientType=0);
}


/* -------------- restyle the tables and the progress bars in the table */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}


.aligntop > tbody > tr > td {
  vertical-align: top;
}

.table .progress {
  margin: 2%;
}

.table a {
  word-break: break-word;
}

/* ------------ profile pics */
.img-circle {
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%/50%;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.25);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.25);
  box-shadow: 0 0 5px 0 rgba(0,0,0,.25);
}

.w-32 {
}

.h-32 {
  height: 32px !important;
}

.bg-image-32 {
  width: 32px !important;
  height: 32px !important;
  background-position: center center;
  background-size: cover;
  background-repeat: repeat;
}




.profile-sm {
  margin: 0 auto;
  width: 128px;
  height: 128px;
}


.profile-quote {
  margin: 0 auto;
  padding-right: 20px;
  width: 128px;
  height: 128px;
}

.profile-xxs {
  float: right;
  margin-top: 10px;
  width: 32px;
  height: 32px;
}

.profile-xxs-list {
  width: 32px;
  height: 32px;
}

.ratio {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: repeat;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}


/* ------------ jumbotron restyle */
.jumbotron {
  padding: 110px 20px 40px 20px;
  border-bottom: 1px solid rgba(0,0,0,.15);
  background-color: #eee;
  background-image: url('../images/backgrounds/default.jpg');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 20px rgba(0,0,0,.25);
}

  .jumbotron h1 {
    font-weight: lighter;
    font-size: 3em;
  }

  .jumbotron h2 {
    margin: 0;
    padding: 0;
  }

html,
input,
button,
select,
textarea {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


/* ------------ New styles */
.white-space {
  white-space: pre-wrap;
}

.boxes {
  overflow: auto;
  padding: 10px 0 10px 40px;
  width: 100%;
  height: 230px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
}

textarea.form-control {
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
}

.boxes .checkbox {
  font-weight: normal;
}

.gi-2x {
  font-size: 2em;
}

.gi-3x {
  font-size: 3em;
}

.gi-4x {
  font-size: 4em;
}

.gi-5x {
  font-size: 5em;
}


/* ------------ Restyle the Headers */
h1 {
  font-weight: lighter;
  font-size: 4em;
}

.large-detail {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: lighter;
  font-size: 7em;
  line-height: 1em;
  font-weight: 300;
}


.under-header-note {
  padding: 0 0 15px 0;
  color: #999;
  font-size: .9em;
}


/* ------------ colors & shadows */
.panel-warning {
  border: 1px solid #E2E28A !important;
}


.white {
  color: #FFF;
}

  .white:hover {
    text-decoration: none;
    color: white;
  }

.light-blue {
  color: #06F !important;
}

.light-shadow {
  text-shadow: 0 0 4px rgba(255,255,255,.5);
}

.shadow {
  text-shadow: 0 0 4px rgba(0,0,0,.5);
}

.indented-dash {
  color: #ccc;
  letter-spacing: -4px;
  padding-right: 10px;
}

.btn-group {
  display: flex !important;
}

.chkChoice label {
  margin-left: 10px;
}


/* ------------ Superadmin Slider */
.ajax__slider_h_rail {
  position: relative;
  height: 20px;
  color: red;
}

.ajax__slider_h_handle {
  position: absolute;
  height: 20px;
  width: 10px;
  color: red;
}

.ajax__slider_v_rail {
  position: relative;
  width: 20px;
  color: red;
}

.ajax__slider_v_handle {
  position: absolute;
  height: 10px;
  width: 20px;
}

.superadmin_red_highlight {
  background-color: #d43f3a;
}

.data-pager span {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

  .data-pager span a,
  .data-pager span input,
  .data-pager span span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin: 0px 0px 0px -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
  }

  .data-pager span span /*,
    .last-previous.aspNetDisabled*/ {
    background-color: #337ab7;
    color: White;
  }


/* ------------ Pagination fixes */
.pagination > li > a > .selectedpaging {
  background-color: #337ab7;
  color: white;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

  .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
  }

input[readonly] {
  background-color: white !important;
  cursor: text !important;
}


/* ------------ tweaking media queries */

/* PHONES */
@media (max-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    padding-bottom: 4%;
    /*margin-bottom: 4%;
		border-bottom: 1px solid #eee;*/
  }

  .hide-me {
    display: none !important;
  }

  .convert-to-center {
    text-align: center;
  }

  .large-detail {
    font-size: 10em;
  }

  .large-detail {
    font-size: 4em;
  }

  .page-header {
    margin: 4% 0 4% 0;
  }
}


/*TABLETS */
@media (max-width: 992px) {
  .hide-me {
    display: none !important;
  }
}

/*OVERRIDES*/

.no-margin {
  margin: 0 !important;
}

.center-input {
  margin: 0 auto;
}

.modalPassword {
  font-family: 'Roboto Mono', monospace;
  display: block;
  text-align: center;
  font-size: 52px;
  padding: 50px 0 50px 0;
}


.modalPasswordCopied {
  font-family: 'Roboto Mono', monospace;
  font-weight: bold;
  display: block;
  color: #00695C;
  text-align: center;
  padding: 10px 0 10px 0;
}

.open-google-bootstrap-modal {
  cursor: pointer;
}

abbr[data-original-title], abbr[title] {
  border: none;
}

.form-check label {
  font-weight: normal;
  margin-left: 5px;
}

.customicon {
  background-size: 40px 24px;
  background-repeat: no-repeat;
  background-position: right center;
}

  .customicon.nhs {
    background-image: url('../Images/global/nhs-logo.png')
  }

  .customicon.ni {
    background-image: url('../Images/global/thumbnail_national-insurance-card.png')
  }

.clearfix {
  overflow: auto;
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.heading-panel .btn {
}

.heading-success {
  color: #3c763d;
}

.text-align-center {
  text-align: center;
}

.span {
  padding-top: 10px
}

  .span label {
    margin-bottom: 0px;
    font-weight: inherit;
    padding-right: 5px;
  }


/* ------------ Search box 30-11-20 -- */
.ajax-search {
  position: relative;
}

.bluepl {
  padding: 25px 25px 25px 15px !important;
  color: #009bff;
  font-size: 24px;
  font-weight: lighter;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ajax-searchResults {
  display: none;
  z-index: 100;
  position: absolute;
  background-color: #FFF;
  left: 0px;
  top: 55px;
  border: solid 1px #CCC;
  width: 100%;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}

  .ajax-searchResults .results {
    border-bottom: solid 1px #EEE;
    padding: 5px;
  }

    .ajax-searchResults .results:last-of-type {
      border-bottom: none;
    }

    .ajax-searchResults .results h3 {
      padding: 0px;
      margin: 0px;
      color: #009bff;
      font-size: 20px;
      padding: 5px 0px 0px 5px;
    }

    .ajax-searchResults .results .no-results {
      padding: 5px 5px;
    }

    .ajax-searchResults .results .highlight {
      color: #009bff;
    }

    .ajax-searchResults .results a {
      width: 100%;
      color: #333;
      display: block;
      text-decoration: none;
      padding: 5px 5px;
      margin: 0px;
    }

      .ajax-searchResults .results a:hover {
        background-color: rgba(0,0,255,.04);
      }

@media print {
  .no-print, .no-print * {
    display: none !important;
  }
}

#ContentPlaceHolder1_Open_Case1_CaseDetails1_ClientTelephone:before {
  content: '';
  display: block;
  height: 75px;
  margin-top: -75px;
  visibility: hidden;
}

/* bootstrap 4 */

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mr-1 {
  margin-right: 5px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mb-05 {
  margin-bottom: 5px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 10px;
}

.pt-2 {
  padding-top: 20px;
}

.pt-3 {
  padding-top: 30px;
}

.pl-0 {
  padding-left: 0px !important;
}

.checkbox .inline-padding label {
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-3-col > * {
  flex: 0 0 33%; /* explanation below */
}

.pr-1-checkbox label {
  padding-right: 5px;
}

.pl-1-checkbox label {
  padding-left: 5px;
}

.font-weight-normal {
  font-weight: normal;
}

  .font-weight-normal label {
    font-weight: normal;
  }

.text-break {
  word-break:break-word;
}

/* ------------ DOB Card */
.panel-card {
  overflow: auto;
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: 5px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.panel-card-select {
  padding-top: 0.3em;
  padding-bottom: 0;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.panel-card-header {
  display: block;
  padding-left: 0.5em;
  padding-bottom: 0.5em;
  color: #AAAAAA;
}

@media only screen and (min-width: 992px) {
  .panel-card-select {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}

.panel-card-consent {
  overflow: auto;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 5px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #FFF;
}


/* ------------ Input box styling */

select {
  outline: none;
  -webkit-appearance: none;
}

  select.form-control {
    background-image: url('../Images/global/caret-select.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
  }

.form-control:hover,
.form-control:focus {
  box-shadow: none !important;
}

.form-control:hover {
  border-color: #00AAFF;
}

.has-error .form-control,
.has-error .form-control:focus {
  border-color: #FF0000;
}

.has-error .input-group-addon {
  color: #FF0000;
  background-color: #FFCCCC;
  border-color: #FF0000;
}

.has-error .panel-card-consent {
  border-color: #FF0000;
}

.has-success .panel-card-consent {
  border-color: #3fbb04;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #FF0000;
}

.has-error .checkbox {
  color: #333;
}

.has-success .form-control,
.has-success .form-control:focus {
  border-color: #3fbb04;
}

.has-success .input-group-addon {
  color: #3fbb04;
  background-color: #CCFFBB;
  border-color: #3fbb04;
}

.has-feedback .form-control {
  padding-right: 12px;
}

.link-style {
  display: inline;
  background: none;
  border: none;
}

.navbar-inverse .navbar-nav > li > .link-style {
  color: #9d9d9d;
  padding: 15px;
  line-height: 20px;
}

  .navbar-inverse .navbar-nav > li > .link-style:hover {
    color: #fff;
  }

.pagination > li > input, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd
}

.pagination > li:first-child > input, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.pagination > li:last-child > input, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.pagination > li > input:focus, .pagination > li > input:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd
}

.pagination > .active > input, .pagination > .active > input:focus, .pagination > .active > input:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7
}

.pagination > .disabled > input, .pagination > .disabled > input:focus, .pagination > .disabled > input:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}

.pagination-lg > li > input, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333
}

.pagination-lg > li:first-child > input, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > input, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px
}

.pagination-sm > li > input, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5
}

.pagination-sm > li:first-child > input, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > input, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}

.link-button {
  display: inline;
  background: none;
  border: none;
}

.dropdown-menu > li > .link-button {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  width: 100%;
  text-align: left;
}

/* --------------------------------------- D3 Charts */

.summary_chart {
  position: relative;
}

.summary_chart_loader {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0;
}

.summary_chart, .summary_chart_loader {
  padding-top: 45.5%;
}

.col-sm-12 .summary_chart, .col-sm-12 .summary_chart_loader {
  padding-top: 14.5%;
}

.loader {
  border: 2px solid #f3f3f3; /* Light grey */
  border-top: 2px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.summary_chart_loader .loader {
  position: absolute;
  top: calc(50% - 25px);
}

.summary_chart_outer {
  position: absolute;
  width: 100%;
  top: 0px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.lighter {
  color: #dcdcdc;
}

.summary_chart .ticks .domain,
.summary_chart .ticks .tick line {
  display: none;
}

.col-sm-12 text {
  font-size: 6px;
}

.col-sm-4 text {
  font-size: 20px;
}

.summary_chart text {
  fill: #aaa;
}

.chart-tooltip {
  font-size: 12px;
  position: absolute;
  display: none;
  height: auto;
  min-width: 40px;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 4px;
  padding: 6px;
  text-align: center;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.table-striped > tbody > .user-modified {
  background-color: rgba(0,235,0,0.1) !important;
}


/* --------------------------------------- Password requirements */
/*
 * jQuery Minimun Password Requirements 1.1
 * http://elationbase.com
 * Copyright 2014, elationbase
 * Check Minimun Password Requirements
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
*/
#pr-box {
  position: absolute;
  z-index: 1000;
  display: none;
  width: 300px;
  max-width: 100%;
  margin-top: -10px;
}

  #pr-box i {
    width: 0;
    height: 0;
    margin-left: 20px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #3fbb04;
  }

#pr-box-inner {
  margin: 5px 0 0 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  border-radius: 2px;
}

#pr-box p {
  padding: 20px;
  border-radius: 2px 2px 0 0;
}

#pr-box ul {
  padding: 12px 7px;
  border-radius: 0 0 2px 2px;
}

  #pr-box ul li {
    list-style: none;
    padding: 7px 7px 7px 7px;
    line-height: 15px;
  }

    #pr-box ul li span {
      width: 15px;
      height: 15px;
      display: block;
      float: left;
      border-radius: 100%;
      margin-right: 10px;
    }

#pr-box.light {
  color: #2d2f31;
}

  #pr-box.light p {
    background-color: #3fbb04;
    color: #f1f1f1;
    margin-bottom: 0px;
  }

  #pr-box.light ul {
    background-color: #f1f1f1;
  }

    #pr-box.light ul li span {
      background-color: #f1f1f1;
      border: 3px solid #3fbb04;
    }

      #pr-box.light ul li span.pr-ok {
        background-color: #3fbb04;
        border: 3px solid #3fbb04;
      }

#pr-box.dark {
  color: #f1f1f1;
}

  #pr-box.dark p {
    background-color: #3fbb04;
  }

  #pr-box.dark ul {
    background-color: #2d2f31;
  }

    #pr-box.dark ul li span {
      background-color: #2d2f31;
      border: 3px solid #3fbb04;
    }

      #pr-box.dark ul li span.pr-ok {
        background-color: #3fbb04;
        border: 3px solid #3fbb04;
      }

.w-100 {
  width: 100%;
}

.h-100 {
  height:100%;
}
@media (min-width: 768px) {
  .w-sm-100 {
    width: 100%;
  }
}

/*-------------------------------File buttons --*/
.btn-success-not-disable {
  background-color: #3fbb04;
  background-image: linear-gradient(rgb(92,184,92) 0px, rgb(65,150,65) 100%);
  color: white;
  border: 1px solid rgb(63,137,62);
  border-radius: 6px;
  text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
  padding: 8px 15px 8px 15px;
}

  .btn-success-not-disable:hover {
    background-color: rgb(65,150,65);
    background-image: linear-gradient(rgba(57, 132, 57, 0.1) 0px, rgba(37, 86, 37, 0.1) 100%);
    color: white;
    border: 1px solid rgb(63,137,62);
  }

  .btn-success-not-disable:active {
    background-color: rgb(65,150,65);
    background-image: linear-gradient(rgba(57, 132, 57, 0.3) 0px, rgba(37, 86, 37, 0.3) 100%);
    color: white;
    border: 1px solid rgb(63,137,62);
  }

.btn-danger-not-disable {
  background-color: #FF0000;
  background-image: linear-gradient(rgb(217,83,79) 0px, rgb(193,46,42) 100%);
  color: white;
  border: 1px solid rgb(135,34,30);
  border-radius: 6px;
  text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
  padding: 8px 15px 8px 15px;
}

  .btn-danger-not-disable:hover {
    background-color: rgb(193,46,42);
    background-image: linear-gradient(rgba(193,46,42,0.1) 0px, rgba(185,44,40,0.1) 100%);
    color: white;
    border: 1px solid rgb(140,39,35);
  }

  .btn-danger-not-disable:active {
    background-color: rgb(193,46,42);
    background-image: linear-gradient(rgba(193,46,42,0.3) 0px, rgba(185,44,40,0.3) 100%);
    color: white;
    border: 1px solid rgb(140,39,35);
  }


  .btn-success-not-disable.disabled,
  .btn-danger-not-disable.disabled {
    opacity: 1;
    cursor: pointer;
  }

.like-link {
  color: #337ab7;
  text-decoration: none;
}

  .like-link:hover {
    color: #23527c;
    text-decoration: underline;
  }

.pointer {
  cursor: pointer;
}

ol.chkChoice {
  list-style: none;
  padding: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-30 {
  margin-bottom: 15px;
}
.p-15 {
  padding: 15px;
}
.pt-0 {
  padding-top: 0px;
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.border-top-1 {
  border-top: 1px solid #ddd;
}
.d-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  /* justify-items: center; */
  margin: 0;
  padding: 0;
  grid-auto-rows: 1fr;
}

.grid-gap-10 {
  grid-gap: 10px;
}

.grid-gap-15 {
  grid-gap: 15px;
}

.grid-gap-20 {
  grid-gap: 20px;
}

.grid-gap-30 {
  grid-gap: 30px;
}

.d-grid .grid-loader {
  grid-column: 1 / span 1;
}

.grid-autofill {
  grid-template-columns: repeat(auto-fill, minmax(25ch, 1fr));
}

.grid-2-cols {
  grid-template-columns: repeat(2, 1fr) !important;
}

  .grid-2-cols .grid-loader {
    grid-column: 1 / span 2 !important;
  }

.column-span-2 {
  grid-column: 1 / span 2
}

.fixed-1-and-5-row {
  grid-template-rows: 4.5rem 1fr 1fr 1fr 2.25rem;
}
.grid-template-rows-auto {
  grid-template-rows: auto;
}
.grid-template-rows-agency {
  grid-template-rows: 75px auto auto auto 1fr;
}
.fixed-1-row {
  grid-template-rows: 2.5rem auto;
}

.fixed-4-row {
  grid-template-rows: auto auto auto 2.25rem;
}



@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom : 0;
  }
  .d-md-grid {
    display:grid;
  }
  .grid-md-2-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  grid-md-2-cols .grid-loader {
    grid-column: 1 / span 2 !important;
  }
}

.grid-3-cols {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

  .grid-3-cols .grid-loader {
    grid-column: 1 / span 3 !important;
  }


@media (min-width: 768px) {

  .grid-md-3-cols {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

    .grid-md-3-cols .grid-loader {
      grid-column: 1 / span 3 !important;
    }
}

.grid-4-cols {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

  .grid-4-cols .grid-loader {
    grid-column: 1 / span 4 !important;
  }

@media (min-width: 768px) {

  .grid-md-4-cols {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

    .grid-md-4-cols .grid-loader {
      grid-column: 1 / span 4 !important;
    }
}

.grid-5-cols {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

  .grid-5-cols .grid-loader {
    grid-column: 1 / span 5 !important;
  }

@media (min-width: 768px) {

  .grid-md-5-cols {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

    .grid-md-5-cols .grid-loader {
      grid-column: 1 / span 5 !important;
    }
}

.grid-6-cols {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

  .grid-6-cols .grid-loader {
    grid-column: 1 / span 5 !important;
  }

@media (min-width: 768px) {

  .grid-md-6-cols {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

    .grid-md-6-cols .grid-loader {
      grid-column: 1 / span 5 !important;
    }
}

@media (min-width: 576px) {
  .d-sm-grid {
    display: grid;
  }
  .grid-sm-6-cols {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

    .grid-sm-6-cols .grid-loader {
      grid-column: 1 / span 5 !important;
    }
}


