/*+clearfix {*/
.material1:after, .alertStatus:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.material1, .alertStatus {
  display: block;
  *height: 1px;
}
/*+}*/
/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 70px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  body {
    padding: 140px 0 20px;
  }
}
/*DEFINE COLOUR BACKGROUNDS*/
.prtRed {
  background: #D2483A;
}
.prtRedLight {
  background: #E39E97;
}
.prtRedDark {
  background: #9F3C32;
}
.prtGrey {
  background: #586C7F;
}
.prtGreyLight {
  background: #94A1AD;
}
.prtGreyLighter {
  background: #C9CFD4;
}
.prtGreyDark {
  background: #48535C;
}
.prtTurq {
  background-color: #0092BC !important;
}
.prtTurq60 {
  background-color: #4ABCD5 !important;
}
.prtTurq40 {
  background-color: #8BCFE1 !important;
}
.prtTurq20 {
  background-color: #C3E4ED !important;
}
.prtTurqPale {
  background-color: #34B7C4 !important;
}
.prtTurqPale60 {
  background-color: #8ED4DC !important;
}
.prtTurqPale40 {
  background-color: #B4E1E6 !important;
}
.prtTurqPale20 {
  background-color: #D8EFF1 !important;
}
.prtBlue {
  background-color: #00559F !important;
}
.prtBlue60 {
  background-color: #6A8AC4 !important;
}
.prtBlue40 {
  background-color: #95A9D6 !important;
}
.prtBlue20 {
  background-color: #C6CFE9 !important;
}
.prtPink {
  background-color: #E2007A !important;
}
.prtPink60 {
  background-color: #F287B7 !important;
}
.prtPink40 {
  background-color: #F6ADCD !important;
}
.prtPink20 {
  background-color: #FAD5E5 !important;
}
.prtYellow {
  background-color: #FFD000 !important;
}
.prtYellowDark {
  background-color: #EABE00 !important;
}
.prtYellow60 {
  background-color: #FFDF7F !important;
}
.prtYellow40 {
  background-color: #FFE9A8 !important;
}
.prtYellow20 {
  background-color: #FFF2D1 !important;
}
.prtGreen {
  background-color: #97BF0D !important;
}
.prtGreen60 {
  background-color: #B9DA89 !important;
}
.prtGreen40 {
  background-color: #CFE5AE !important;
}
.prtGreen20 {
  background-color: #E5F1D4 !important;
}
.prtPurple {
  background-color: #303081;
}
.prtPurple60 {
  background-color: #7575CB;
}
.prtPurple40 {
  background-color: #9A9AD9;
}
.prtPurple20 {
  background-color: #B5B5E4;
}
/*MATERIALELEMENTS*/
div.mobileMax {
  padding: 0px 0px;
}
/*[clearfix]*/
.material1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.1s;
  margin: 0 0 40px 0;
  opacity: 0;
}
#HTMLdashResults .material1 {
  opacity: 1;
}
#HTMLlistResults .material1 {
  opacity: 1;
}
.material1:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.1s;
}
.material1:hover .materialHeader {
  /*color: #000000;*/
  /*text-shadow: 0 1px 7px rgba(255, 255, 255, 0.333), 0 1px 2px rgba(0, 0, 0, 0.24);*/
  /*background: #4C4C4C;*/
  transition: all 0.1s;
  padding: 5px 10px;
}
.material2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.material3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.material4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.material5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.material-rounded {
  /*+border-radius: 10px 10px 0px 0px;*/
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -khtml-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}
.materialHeader {
  margin: 0em;
  transition: all 0.1s;
  text-shadow: 1px 1px 1px rgba(32, 32, 32, 0.500);
  padding: 5px 5px 5px 10px;
  /*background-color: #000000 !important;*/
}
.materialHeader h3 {
  display: inline-block;
  margin: 0em;
  padding: 0.5em;
  color: #FFFFFF;
  font-weight: bold;
}
.materialHeader span {
  display: inline-block;
  float: right;
  font-size: 1.5em;
  margin: 0em;
  padding: 0.6em;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .materialHeader h3 {
    font-size: 1.2em;
  }
  .materialHeader span {
    font-size: 1.2em;
  }
}
.materialHeaderSmall {
  margin: 0em;
  transition: all 0.1s;
}
.materialHeaderSmall h3 {
  display: inline-block;
  margin: 0em;
  padding: 0.7em;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: bold;
}
.materialHeaderSmall span {
  display: inline-block;
  float: right;
  font-size: 1em;
  margin: 0em;
  padding: 0.6em;
  color: #FFFFFF;
}
.loose1 {
  padding: 2em;
  background: #FFFFFF;
  overflow: hidden;
}
.loose1scroll {
  overflow-x: scroll !important;
}
@media (max-width: 767px) {
  .loose1 {
    padding: 2em 1em;
    background: #FFFFFF;
    overflow: hidden;
  }
}
div.CPSection {
  background-color: #F2FCD0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 38px;
  /*+border-radius: 10px;*/
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
div.CPSection h4 {
  padding-left: 20px;
}
.prtForm.lockable {
  opacity: 0.55 !important;
  background-color: rgba(242, 252, 208, 0);
}
/*PRT REFERRAL FORM*/
.prtReferralForm {
  padding: 0px 30px 30px;
}
label p.nobold {
  font-weight: 300;
}
h2.referralFormSection {
  padding: 20px;
  display: inline-block;
  background-color: #94D6E9 !important;
  color: #FFFFFF;
  /*+border-radius: 3px;*/
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  border: 0px solid black;
}
div.prtForm.prtReferralForm h2 {
  padding: 10px;
  background-color: #449D44;
  border: 1px solid #CDCDCD;
  /*+border-radius: 5px;*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-size: 25px;
  color: #FFFFFF;
}
div.prtForm.prtReferralForm h3 {
  margin-left: 9px;
}
div.prtForm.prtReferralForm p {
  margin-left: 10px;
}
div.form-progress {
  margin-top: 34px;
}
div.convFormStatus {
  padding: 30px;
  font-size: 18px;
}
div.prtForm.prtReferralForm ul {
  text-align: right;
  font-weight: normal;
  text-align: right;
}
div.prtForm.prtReferralForm li {
  list-style: none;
  text-align: right;
  font-weight: normal;
  margin: 10px 0 0;
  /*border-right: 5px solid #DBDBDB;*/
  background-color: #EEEEEE;
  padding: 8px 12px 8px 8px;
  /*+border-radius: 5px;*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  color: #505050;
  font-size: 13px;
}
@media (max-width: 767px) {
  div.prtForm.prtReferralForm ul {
    text-align: left;
    font-weight: normal;
    text-align: left;
    margin-left: 0;
    padding-left: 0;
  }
  div.prtForm.prtReferralForm li {
    list-style: none;
    text-align: left;
    font-weight: normal;
    margin: 10px 0 0;
    /*border-right: 5px solid #DBDBDB;*/
    background-color: #EEEEEE;
    padding: 8px 12px 8px 8px;
    /*+border-radius: 5px;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color: #505050;
    font-size: 13px;
  }
  /*.mce-flow-layout
  {
  	display: none;
  }*/
}
/*OTHER PRT SPECIFICS*/
.prtRounded4 {
  /*+border-radius: 4px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.clickThrough, .clickThroughPointer {
  cursor: pointer;
}
.clickThroughBlocked {
  background: #D5D5D5 !important;
  cursor: not-allowed;
}
tr.referralOrg {
  background-color: #D6D6EB !important;
}
tr.referralOrg:hover {
  background-color: #B5B5E4 !important;
}
tr.referralPro {
  background-color: #F1E9D1 !important;
}
tr.referralPro:hover {
  background-color: #FFE9A8 !important;
}
tr.referralSelf {
  background-color: #E5F1D4 !important;
}
tr.referralSelf:hover {
  background-color: #D3E9B4 !important;
}
.form-info {
  padding: 10px;
  background-color: #D9EDF7;
  border-radius: 4px;
}
#recordHeader {
  margin: 0px;
  padding: 0px;
  overflow: auto;
  background-color: #FFFFFF;
  /*+border-radius: 4px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
#recordDetail {
  width: 100%;
  z-index: 1000;
  display: inline-block;
  cursor: default;
  overflow: auto;
  padding: 15px 15px 15px 2px;
  background-color: rgba(255, 255, 255, 0);
  /*+border-radius: 4px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
#recordDetail a {
  text-decoration: none;
  display: block;
  cursor: pointer;
  color: #005DAA;
}
#recordDetail a:hover {
  text-decoration: none;
  display: block;
  cursor: pointer;
  color: #083C68;
}
#recordDetail h3 {
  margin: 15px 0px;
  font-size: 28px;
}
#recordName {
  display: inline-block;
  float: left;
  padding: 0px;
}
div#profilePhoto {
  max-width: 150px;
  display: inline-block;
  float: left;
  margin: 0 18px 0 0;
}
.profilePhoto {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  /*+border-radius: 4px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
#recordOptions {
}
@media (max-width: 1199px) {
  div#profilePhoto {
    max-width: 100px;
    display: inline-block;
    float: left;
    margin: 0 18px 0 0;
  }
  #recordDetail h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  div#profilePhoto {
    max-width: 80px;
    display: inline-block;
    float: left;
    margin: 0 18px 0 0;
  }
  #recordDetail h3 {
    font-size: 28px;
  }
}
.profilePhotoTable {
  height: auto;
  max-width: 50px;
  /*min-width: 30px;*/
  display: block;
  /*+border-radius: 4px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
/*[clearfix]*/
.alertStatus {
  position: relative;
  display: none;
  margin: 3px 0 0;
}
.alertStatusGreen {
  background-color: #5CB85C;
  width: 20px;
  height: 20px;
  transition: all 0.5s ease;
  /*+border-radius: 10px;*/
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
.alertStatusAmber {
  background-color: #F0AD4E;
  width: 40px;
  height: 20px;
  transition: all 0.5s ease;
  /*+border-radius: 10px;*/
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
.alertStatusRed {
  background-color: #D9534F;
  width: 60px;
  height: 20px;
  transition: all 0.5s ease;
  /*+border-radius: 10px;*/
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
.switchBtns {
  color: #FFF;
  margin: 1px 0 0;
  background-color: #CDCDCD;
  border-color: #9B9B9B;
}
.switchBtns.active, .switchBtns.focus, .switchBtns:active, .switchBtns:focus, .switchBtns:hover, .open > .dropdown-toggle.switchBtns {
  color: #FFF;
  background-color: #31B0D5;
  border-color: #269ABC;
}
.switchBtns.active, .switchBtns:active, .open > .dropdown-toggle.switchBtns {
  background-image: none;
}
.switchBtns.disabled, .switchBtns.disabled.active, .switchBtns.disabled.focus, .switchBtns.disabled:active, .switchBtns.disabled:focus {
  background-color: #5BC0DE;
  border-color: #46B8DA;
}
.switchBtns .badge {
  color: #5BC0DE;
  background-color: #FFF;
}
.alertBtns {
  margin: 1px 0 0;
}
.alertBtns.active {
  margin: 1px 0 0;
  /*border: 0px solid #FFFFFF;*/
  /*-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);*/
  box-shadow: inset 0 3px 14px rgba(0, 0, 0, 0.25);
}
.agreeBtns {
  color: #FFF;
  margin: 1px 0 0;
  background-color: #CDCDCD;
  border-color: #9B9B9B;
}
.agreeBtns.active, .agreeBtns.focus, .agreeBtns:active, .agreeBtns:focus, .agreeBtns:hover, .open > .dropdown-toggle.agreeBtns {
  color: #FFF;
  background-color: #31B0D5;
  border-color: #269ABC;
}
.agreeBtns.active, .agreeBtns:active, .open > .dropdown-toggle.agreeBtns {
  background-image: none;
}
.agreeBtns.disabled, .agreeBtns.disabled.active, .agreeBtns.disabled.focus, .agreeBtns.disabled:active, .agreeBtns.disabled:focus {
  background-color: #5BC0DE;
  border-color: #46B8DA;
}
.agreeBtns .badge {
  color: #5BC0DE;
  background-color: #FFF;
}
#userData {
  display: block;
  position: relative;
  float: right;
  margin: 0px 15px 0px 0px;
  color: #FFFFFF;
  top: -10px;
  text-align: right;
  /*max-width: 170px;*/
}
@media (max-width: 767px) {
  #userData {
    top: -95px;
  }
}
#userData a {
  color: #FFCF01;
  text-decoration: none;
}
ul.lookups {
  background-color: #F4F4F4;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  margin: 7px;
}
ul.lookups li {
  list-style: none;
}
ul.lookups li a {
  color: #800000;
}
ul.lookups li.lookup-header {
  margin: 0px 0px 6px 0px;
  list-style: none;
  font-size: 1.5em;
  font-weight: bold;
}
.CISwarning {
  font-size: 15px;
  line-height: 1.5em;
  text-align: center;
  background: #C6CFE9;
  /*+border-radius: 4px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
}
.CISsuccess {
  font-size: 15px;
  line-height: 1.5em;
  text-align: center;
  background: #C7E8C5;
  /*+border-radius: 4px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
}
.CISQinfo {
  text-align: center;
  font-size: 16px;
  /*+border-radius: 4px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
#modalTimeOut {
  display: none;
}
label.lockable {
  transition: all 0.1s;
}
label.highlightChecked {
  padding: 0px 0px 0px 10px;
  color: #E16617;
  transition: all 0.1s;
}
label.highlightChecked.noHighlight {
  color: inherit;
  padding: 5px 0 0 15px;
}
.planOutcomeLinks {
  margin: 0px 20px 20px;
  display: block;
}
.planLinks {
  /*+border-radius: 10px;*/
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  display: inline-block !important;
  /*float: left;*/
  padding: 15px;
  padding: 8px 10px 5px;
  margin: 0 10px 10px 0;
}
.outcomeLinks {
  /*+border-radius: 10px;*/
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  display: inline-block !important;
  /*float: left;*/
  padding: 8px 10px 5px;
  margin: 0 10px 10px 0;
  display: inline-block;
}
.planLinkLeader {
  display: inline-block;
  min-width: 0px;
  color: #FFFFFF;
  padding: 0 10px 0 0px;
  text-align: right;
}
.planButtons {
  background-color: #FFFFFF;
  color: #333;
}
.planButtons:hover, .planButtons:active, .planButtons:focus {
  background-color: #FFFFFF;
  color: #000000;
}
.planButtonsActive {
  background-color: #E2007A;
  color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.237);
}
.outcomeButtons {
  background-color: #FFFFFF;
  color: #333;
  /*+border-radius: 4px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.outcomeButtons:hover, .outcomeButtons:active, .outcomeButtons:focus {
  background-color: #FFFFFF;
  color: #000000;
}
.outcomeButtonsActive {
  background-color: #34B7C4;
  color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.237);
}
.fullwidth {
  width: 100% !important;
}
.hiddenBody {
  opacity: 0.5;
  display: none;
}
.opacityZero {
  opacity:0;
}
div.additionalQs {
  background-color: #FFFFFF;
  padding: 20px;
  /*+border-radius: 4px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 8px solid #E0EFF4;
}
.prtForm h2.carerReview {
  background-color: #6A8AC4;
  color: #FFFFFF;
  padding: 6px 10px;
  /*+border-radius: 4px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  font-size: 25px;
}
.prtForm h4.carerReview {
  background-color: #E0EFF4;
  padding: 6px 10px;
  /*+border-radius: 4px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 9px 0;
  font-size: 16px;
  font-weight: normal;
}
.formMoreDetails {
  padding: 8px 0 8px 53px;
  border: 0px solid black;
  background-color: #E5F1D4;
  /*+border-radius: 4px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.inline {
  display: inline;
  margin: 0 !important;
  padding: 0 !important;
}
#recordStatus {
  padding: 6px 0 6px 15px;
  border: 0px solid black;
  /*+border-radius: 4px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.recordStatusNew {
  background-color: #EFE0D2;
}
.recordStatusIncomplete {
  background-color: #F0D3D3;
}
.recordStatusComplete {
  background-color: #E5F1D4;
}
label.recordStatusRequiredRed {
  color: #D2483A;
}
.recordStatusRequiredRed {
  color: #D2483A !important;
}
#validateInfo {
  display: none;
}
#sessionUser {
  display: none;
}
#deleteClose {
  display: none;
}
#deleteAttachmentClose {
  display: none;
}
.deletedRecord {
  background-color: #F0D3D3 !important;
}
.deleteAttachmentTrigger {
  z-index: 9999;
}
#deleteRelationshipClose {
  display: none;
}
.deleteRelationshipTrigger {
  z-index: 9999;
}
#deleteReferralClose {
  display: none;
}
.deleteReferralTrigger {
  z-index: 9999;
}
#deleteQClose {
  display: none;
}
.deleteQTrigger {
  z-index: 9999;
}
div#dashMessage {
  padding: 15px 15px 3px 15px;
  background-color: #D1DDF2;
  margin: 10px 0 10px 7px;
  /*+border-radius: 4px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  width: 98%;
  border: 1px solid rgba(230, 0, 0, 0.233);
}
div#dashShareMessage {
  text-align: left;
}
div#dashShareMessage .btn {
  display: inline-block;
  padding: 15px 15px 3px 15px;
  margin: 10px 0 10px -8px;
  font-size: 14px;
  padding: 6px;
}
div#offlineMessage {
  padding: 10px 15px 0px;
  background-color: #F1D3D0;
  margin: 10px 0 10px 0px;
  /*+border-radius: 4px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  float: right;
}
div.frontLogin {
  margin: 0;
  width: 100%;
  padding-right: 0;
}
div.ncCarerSearch {
  margin: 0;
  padding: 10px 25px 0px;
  color: #E50505;
}
div.ncfCaredForSearch {
  margin: 0;
  padding: 10px 25px 0px;
  color: #E50505;
}
div.npProSearch {
  margin: 0;
  padding: 10px 25px 0px;
  color: #E50505;
}
div.noOrgSearch {
  margin: 0;
  padding: 10px 25px 0px;
  color: #E50505;
}
div#HTMLlistLoader {
  /*overflow: auto;*/
  background: url(../img/load.gif) center 50px no-repeat #DADADA;
}
div.listDescription {
  padding: 5px 15px 0px;
  /*background-color: #FFFFFF;*/
  font-style: italic;
  text-decoration: none;
  border-bottom: 1px dotted #D9D9D9;
  margin: 0 0px 10px 16px;
  width: 95%;
}
div.materialHeader span.dashLimit {
  float: none;
  font-size: 12px;
}
div.materialHeader span.listRecords {
  float: none;
  font-size: 15px;
}
div.skipLimitButton {
  display: inline-block;
  font-size: 9px;
  padding: 0;
}
a.csvButton {
  display: inline-block;
  font-size: 9px;
  margin-left: 10px;
  padding: 0;
}
div#backToTop {
  position: fixed;
  display: none;
  top: 127px;
  background-color: #C9D0D6;
  color: #FFFFFF;
  height: 43px;
  width: 43px;
  font-size: 36px;
  padding: 0 0 0 3px;
  opacity: 0.7;
  z-index: 1000;
  cursor: pointer;
}
div#backToTop:hover {
  background-color: #89949E;
}
div.loose2 img {
  max-width: 100%;
  height: auto;
}
.suspended {
  background-color: #E8BFBF !important;
}
.suspended:hover {
  background-color: #DA8080 !important;
}
div#noOfRecords {
  margin: 0px 8px 8px;
  text-align: right;
}
div#demoWarning {
  text-align: center;
  color: #000000;
  background-color: #F1E100;
  border: 3px solid black;
  margin-top: 0px;
}
@media (max-width: 770px) {
  div#demoWarning {
    text-align: center;
    color: #000000;
    background-color: #F1E100;
    border: 3px solid black;
    margin-top: 0px;
    display: none;
  }
}
tr.mainContact {
  background-color: #B7E889 !important;
}
tr.mainContact:hover {
  background-color: #CCE3B7 !important;
}
div.CPSection div#ct_health.form-group div.col-sm-9 {
  padding-top: 10px;
}
div.CPaccountInfo.recoveryAlert {
  background-color: #C5F0BE;
  padding: 20px;
  /*+border-radius: 13px;*/
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  -khtml-border-radius: 13px;
  border-radius: 13px;
}
div.form-group.CCPToggle p {
  margin-left: 15px;
  margin-right: 15px;
}
ul.removal-log {
  list-style: none;
}
ul.removal-log li {
  list-style: none;
  border-left: 2px solid #828282;
  padding-left: 10px;
}
div#lastactivitycontainer {
  position: fixed;
  bottom: 5px;
  right: 5px;
  padding: 5px;
  background-color: #FFFFFF;
  font-size: 12px;
  /*+border-radius: 5px;*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  cursor: help;
  /*+box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.254);*/
  -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.254);
  -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.254);
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.254);
  display: none;
}
/*#lastactivitycontainer
{
	width: 100%;
	height: 20px;
	background-color: #CCC;
	margin-bottom: 10px;
}*/
#lastactivityprogress {
  height: 100%;
  background-color: rgba(0, 128, 0, 0.500);
  width: 13%;
  transition: width 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  white-space: nowrap;
  padding: 3px 5px;
  /*+border-radius: 3px;*/
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
/* The container */
.checkContainer {
  display: block;
  position: relative;
  min-height: 120px;
  /*height: auto !important;*/
  /*padding-left: 0px;*/
  /*margin-bottom: 0px;*/
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgba(255, 255, 255, 0);
}
.checkContainer.lockableGreyed {
  background-color: rgba(255, 255, 255, 0) !important;
  opacity: 0.4;
}
label.checkContainer h3 {
  margin-left: 100px !important;
  /*max-width: 100px;*/
  font-size: 16px;
  margin-top: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  label.checkContainer h3 {
    max-width: 200px;
  }
}
label.checkContainer-health h3 {
  color: #1D4999;
}
label.checkContainer-relationships h3 {
  color: #BE5108;
}
label.checkContainer-environment h3 {
  color: #D29400;
}
label.checkContainer-work h3 {
  color: #4A8522;
}
label.checkContainer-finances h3 {
  color: #727272;
}
label.checkContainer-metime h3 {
  color: #1D4999;
}
label.checkContainer-future h3 {
  color: #BD5108;
}
label.checkContainer-valued h3 {
  color: #D29500;
}
/* Hide the browser's default checkbox */
.checkContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 100px;
  /*background-color: #EEE;*/
  border: 4px solid #FFFFFF;
}
.check-health {
  background-image: url('/style/img/conversations/check-health.png');
  background-position: center;
  background-size: contain;
}
.check-relationships {
  background-image: url('/style/img/conversations/check-relationships.png');
  background-position: center;
  background-size: contain;
}
.check-environment {
  background-image: url('/style/img/conversations/check-environment.png');
  background-position: center;
  background-size: contain;
}
.check-work {
  background-image: url('/style/img/conversations/check-work.png');
  background-position: center;
  background-size: contain;
}
.check-finances {
  background-image: url('/style/img/conversations/check-finances.png');
  background-position: center;
  background-size: contain;
}
.check-metime {
  background-image: url('/style/img/conversations/check-metime.png');
  background-position: center;
  background-size: contain;
}
.check-future {
  background-image: url('/style/img/conversations/check-future.png');
  background-position: center;
  background-size: contain;
}
.check-valued {
  background-image: url('/style/img/conversations/check-valued.png');
  background-position: center;
  background-size: contain;
}
.conv-health {
  background-color: #1D4999 !important;
}
.conv-relationships {
  background-color: #BE5108 !important;
}
.conv-environment {
  background-color: #D29400 !important;
}
.conv-work {
  background-color: #4A8522 !important;
}
.conv-finances {
  background-color: #727272 !important;
}
.conv-metime {
  background-color: #1D4999 !important;
}
.conv-future {
  background-color: #BD5108 !important;
}
.conv-valued {
  background-color: #D29500 !important;
}
div.summaryContainerHeader h4.conv-health {
  color: #1D4999;
  background-color: rgba(29, 73, 152, 0) !important;
}
div.summaryContainerHeader h4.conv-relationships {
  color: #BE5108;
  background-color: rgba(29, 73, 152, 0) !important;
}
div.summaryContainerHeader h4.conv-environment {
  color: #D29500;
  background-color: rgba(29, 73, 152, 0) !important;
}
div.summaryContainerHeader h4.conv-work {
  color: #4A8522;
  background-color: rgba(29, 73, 152, 0) !important;
}
div.summaryContainerHeader h4.conv-finances {
  color: #727272;
  background-color: rgba(29, 73, 152, 0) !important;
}
div.summaryContainerHeader h4.conv-metime {
  color: #1D4999;
  background-color: rgba(29, 73, 152, 0) !important;
}
div.summaryContainerHeader h4.conv-future {
  color: #BE5108;
  background-color: rgba(29, 73, 152, 0) !important;
}
div.summaryContainerHeader h4.conv-valued {
  color: #D29500;
  background-color: rgba(29, 73, 152, 0) !important;
}
/* On mouse-over, add a grey background color */
.checkmark:hover {
  background-color: #CCC;
  border: 4px solid #E2007A;
}
.checkContainer .lockableGreyed {
  opacity: 0.3;
}
/* When the checkbox is checked, add a blue background */
.checkContainer input:checked ~ .checkmark {
  border: 4px solid #E2007A;
  /*+box-shadow: 6px 6px 10px;*/
  -moz-box-shadow: 6px 6px 10px;
  -webkit-box-shadow: 6px 6px 10px;
  box-shadow: 6px 6px 10px;
  background-color: #E2007A;
  background-image: none;
}
.checkContainer input:checked ~ .checkmark .glyphicon {
  display: block;
  color: #FFFFFF;
  font-size: 60px;
  padding-top: 15px;
  padding-left: 15px;
}
.checkContainer input:not(:checked) ~ .checkmark .glyphicon {
  display: none;
}
div.summaryContainer {
  display: block;
  overflow: auto;
  margin-bottom: 21px;
}
div.summaryContainerHeader {
}
div.summaryContainerHeader img {
  width: 67%;
}
div.summaryContainerContent {
  padding: 10px;
  border: 2px solid #B7B7B7;
  /*+border-radius: 15px;*/
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
  background-color: #E9F9E9;
}
/*REPORT STYLES*/
body.reportBody {
  padding: 10px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.120);
  overflow-x: hidden;
}
div.report1 {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.120);
  padding: 10px;
}
div.report1 div {
}
div.report1 h3 {
  padding: 5px;
  font-size: 26px;
  clear: both;
  margin: 10px 0 10px 10px;
}
div.report1 h4 {
  background-color: #00559F;
  color: #FFFFFF;
  padding: 5px 5px 5px 15px;
  font-size: 20px;
  clear: both;
  border-bottom: 1px solid #00559F;
}
div.report1 h5 {
  background-color: #FFFFFF;
  color: #000000;
  padding: 5px;
  font-size: 20px;
  border-bottom: 1px solid black;
  clear: both;
}
div.report1 h6 {
  background-color: #FFFFFF;
  color: #000000;
  padding: 5px 5px 5px 0px;
  font-size: 20px;
  clear: both;
  font-weight: bold;
  margin: 0;
}
div.report1Loose {
  margin: 0;
  padding: 0;
  /*background-color: #7678DD;*/
  overflow: auto;
}
div.reportItem {
  position: relative;
  clear: both;
  margin: 5px;
  font-size: 14px;
  padding: 0;
  overflow: visible;
}
div.reportItemTitle {
  position: relative;
  overflow: visible;
  /*float: left;*/
  display: inline-block;
  text-align: right;
  margin: 0;
  font-weight: bold;
  padding: 5px 0px 5px 5px;
}
div.reportItemContent {
  position: relative;
  display: inline-block;
  /*float: left;*/
}
div.caredForDetails {
  margin: 30px 0 0;
}
div.caseNotes {
  margin: 30px 0 0;
}
.strong {
  font-weight: bold;
}
/*RECORD FOOTERS*/
.recordFooter {
  display: inline-block;
  background-color: #FFFFFF;
  padding: 5px 5px 5px 0px;
  margin: 5px 0px;
}
.rfTitle {
  font-weight: bold;
  background-color: #545252;
  color: #FFFFFF;
  padding: 7px;
  margin-right: -2px;
}
.rfData {
  font-weight: bold;
  background-color: #686868;
  color: #FFFFFF;
  padding: 7px;
  margin-right: 4px;
}
.rfRecord {
  border-left: 4px solid #FF6402;
}
.rfAdded {
  border-left: 4px solid #87FF02;
}
.rfModified {
  border-left: 4px solid #02AAFF;
}
.rfStatus {
  border-left: 4px solid #AE02FF;
}
/*UPLOADS*/
#progressbox {
  /*display: none;*/
}
#progressbar {
  height: 20px;
  border-radius: 3px;
  background-color: #97BF0D;
  width: 1%;
}
#statustext {
  top: 3px;
  left: 50%;
  position: absolute;
  display: inline-block;
  color: #FFFFFF;
}
#progressboxModal {
  /*display: none;*/
}
#progressbarModal {
  height: 20px;
  border-radius: 3px;
  background-color: #97BF0D;
  width: 1%;
}
#statustextModal {
  top: 3px;
  left: 50%;
  position: absolute;
  display: inline-block;
  color: #FFFFFF;
}
/*FIELD LOCKS*/
.locks {
  text-align: right;
  margin: 0 0 10px 0;
}
.locks .btn-group {
  padding: 0em 0.1em 0.5em 0em;
}
.lockableGreyed {
  background-color: #EEEEEE;
  cursor: not-allowed;
}
div.btn.btn-info.lockable.lockableGreyed {
  background-color: #EEEEEE;
  cursor: not-allowed;
  color: #AFAFAF;
}
div#c_alert .lockableGreyed {
  background-color: #FFFFFF;
}
.lockedRadio {
  /*background-color: rgba(237, 237, 237, 0.224);*/
  cursor: not-allowed;
  pointer-events: none;
}
.navLocks {
  margin: 0.8em 1em 0em;
  float: right;
  opacity: 0;
  display: none;
  height: 0px;
  transition: all 1s;
}
.navLocksShow {
  opacity: 1 !important;
  display: block;
  transition: all 1s;
}
.unlockFields {
  display: none;
}
@media (max-width: 767px) {
  .navLocks {
    margin: 0.8em 1em 0em;
    float: right;
    opacity: 0;
    height: 0px;
    transition: all 1s;
  }
}
.cplockbuttons .btn-unlock {
  background-color: #1F7F01;
}
.cplockbuttons .btn-lock {
  background-color: #D59300;
}
/*FOLDOUT BEHAVIOURS*/
.foldOutContent {
  /*display: none;*/
  opacity: 0;
  transition: all 0.2s;
  height: 0px;
  margin: 0em;
}
.foldOutContentShow {
  /*display: block;*/
  opacity: 1;
  transition: all 0.2s;
  height: auto;
  margin: 2em 1em;
}
@media (max-width: 767px) {
  .foldOutContentShow {
    /*display: block;*/
    opacity: 1;
    transition: all 0.2s;
    height: auto;
    margin: 2em 0em;
  }
}
.foldOutControlClose {
  display: none;
  transition: all 0.2s;
}
.foldOutControlCloseShow {
  display: inline-block;
  transition: all 0.2s;
}
/**/
.prtForm {
}
/*PRT SPACER*/
#prtSpacer {
  height: 0.5em;
  background: rgba(58, 85, 146, 0);
  margin: 1em 0em;
}
/* LEFT NAV */
.leftNavLogo {
  width: 100%;
  margin: 0 auto 1em;
}
ul.leftNav {
  margin: 0;
  padding: 0em 0.1em 0.5em 0em;
  max-width: 300px;
  overflow: hidden;
}
ul.leftNav li {
  list-style: none;
  padding: 0em;
  margin: 0.5em 0em 0em;
  text-align: center;
  background: #4C4C4C;
  border: 0px solid rgba(92, 92, 92, 0);
  /*+border-radius: 4px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
ul.leftNav li:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
ul.leftNav li a {
  display: block;
  color: #FFFFFF;
  padding: 0.5em;
  margin: 0 0 0 5px;
  transition: all 0.1s;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(32, 32, 32, 0.500);
  /*+border-radius: 4px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
ul.leftNav li a:hover {
  text-decoration: none;
  background: rgba(76, 76, 76, 0);
  transition: all 0.1s;
}
@media (max-width: 767px) {
  /*UL.leftNav
                                                                        {
                                                                            display: none;
                                                                        }*/
  .leftDash {
    display: none;
  }
}
/*TILES*/
ul.tiles {
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: ;
  float: left;
}
ul.tiles li {
  list-style: none;
  float: left;
  padding: 0em;
  margin: 0.5em;
  text-align: center;
  width: 21%;
  height: 100px;
}
ul.tiles li a {
  display: block;
  background: #6A8AC4;
  color: #FFFFFF;
  padding: 0.5em;
  transition: all 0.1s;
  font-size: 0.8em;
  font-weight: bold;
  width: 100%;
  height: 100%;
  text-decoration: none;
  /*+border-radius: 0px;*/
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
ul.tiles li a:hover, ul.tiles li a:active {
  text-decoration: none !important;
  background: #005DAA !important;
  transition: all 0.1s !important;
  cursor: pointer;
}
ul.tiles li h3 {
  margin: 0.4em auto;
  font-size: 2em;
  transition: all 0.1s !important;
}
ul.tiles a.dashTileActive {
  background-color: #0092BC;
  /*+box-shadow: 5px 5px #586C7F;*/
  -moz-box-shadow: 5px 5px #586C7F;
  -webkit-box-shadow: 5px 5px #586C7F;
  box-shadow: 5px 5px #586C7F;
  transition: all 0.1s !important;
}
ul.tiles a.dashSearch {
  background: #0092BC;
}
ul.tiles a.dashSearch.dashSearchCP {
  background-color: #97BF0D;
}
ul.tiles a.dashSearch.dashSearchTeam {
  background-color: #475762;
}
ul.tiles a.dashSearch.dashSearchReminder {
  background: #E2007A;
}
@media (max-width: 600px) {
  ul.tiles li {
    width: 28%;
    font-size: 0.8em;
    height: 80px;
  }
  ul.tiles li a {
    padding: 0.5em;
  }
  ul.tiles li h3 {
    margin: 0.4em auto;
    font-size: 1.4em;
    transition: all 0.1s !important;
  }
}
@media (min-width: 992px) {
  ul.tiles li {
    width: 17%;
    font-size: 1.1em;
  }
}
/* PASSWORD VALIDATION */
.passwordInvalid {
  padding-left: 22px;
  line-height: 24px;
  color: #EC3F41;
}
.passwordValid {
  padding-left: 22px;
  line-height: 24px;
  color: #3A7D34;
}
#pswd_info {
  display: none;
  position: relative;
  /*bottom: 0px;*/
  /*bottom: -115px \9;*/
  /* IE Specific */
  right: 0px;
  width: 100%;
  padding: 8px 0px 0px 113px;
  background: #FEFEFE;
  font-size: 0.875em;
  border-radius: 5px;
  /*box-shadow: 0 1px 3px #CCC;*/
  /*border: 1px solid #DDD;*/
}
#pswd_info li {
  list-style: none;
  margin: 0 0 0 -19px;
}
#pswd_info h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: normal;
}
button.passwordForm {
  background: #57A9EB;
  /* Old browsers */
  background: -moz-linear-gradient(top, #57A9EB 0%, #3A76C4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#57a9eb), color-stop(100%,#3a76c4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #57A9EB 0%, #3A76C4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #57A9EB 0%, #3A76C4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #57A9EB 0%, #3A76C4 100%);
  /* IE10+ */
  background: linear-gradient(top, #57a9eb 0%,#3a76c4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57a9eb', endColorstr='#3a76c4',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #326FA9;
  border-top-color: #3E80B1;
  border-bottom-color: #1E549D;
  color: #FFF;
  text-shadow: 0 1px 0 #1E3C5E;
  font-size: 0.875em;
  padding: 8px 15px;
  width: 150px;
  border-radius: 20px;
  box-shadow: 0 1px 0 #BBB, 0 1px 0 #9CCCF3 inset;
}
button.passwordForm:active {
  background: #3A76C4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3A76C4 0%, #57A9EB 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a76c4), color-stop(100%,#57a9eb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3A76C4 0%, #57A9EB 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3A76C4 0%, #57A9EB 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3A76C4 0%, #57A9EB 100%);
  /* IE10+ */
  background: linear-gradient(top, #3a76c4 0%,#57a9eb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a76c4', endColorstr='#57a9eb',GradientType=0 );
  /* IE6-9 */
  box-shadow: none;
  text-shadow: 0 -1px 0 #1E3C5E;
}
/*TABS*/
#prtTabs {
}
#tabControls {
  margin: 1em auto 2em;
  /*border-bottom: 1px solid #B1B1B1;*/
  /*+border-radius: 0;*/
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  font-size: 1em;
}
#tabControls li {
  list-style: none;
  /*border: none;*/
  margin-right: 0px;
  display: inline-block;
}
#tabControls a {
  list-style: none;
  /*border: none;*/
  /*+border-radius: 4px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.1em;
  line-height: 1.1em;
  margin: auto;
  /*border-left: 1px solid #818181;*/
  /*(*+box-shadow: 1px 1px 3px 0px rgba(42, 42, 42, 0.761);*)
                                                                -moz-box-shadow: 1px 1px 3px 0px rgba(42, 42, 42, 0.761);
                                                                -webkit-box-shadow: 1px 1px 3px 0px rgba(42, 42, 42, 0.761);
                                                                box-shadow: 1px 1px 3px 0px rgba(42, 42, 42, 0.761);*/
}
li.tabButton {
  padding: 2px !important;
  /*z-index: 20000;*/
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0em;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 0px;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
  padding: 0.5em;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.590);
  background: #CFE5AE;
  border: 1px solid #B9DA89;
}
.ui-tabs:hover .ui-tabs-nav:hover .ui-tabs-anchor:hover {
  float: none;
  /*padding: 0.5em 0em;*/
  text-decoration: none;
  color: rgba(0, 0, 0, 0.590);
  background: #B9DA89;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border: 1px solid #A2CC0D;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
  /*+border-radius: 0px;*/
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  /*+box-shadow: none;*/
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: default;
  outline: 0;
  /*+box-shadow: none;*/
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #97BF0D;
  color: #000000;
  border: 1px solid #92B80D;
}
.ui-tabs-anchor:focus {
  outline: 0;
}
#tabControls li a.btn.active.focus, a.btn.active:focus, a.btn.focus, a.btn:active.focus, a.btn:active:focus, a.btn:focus {
  outline: 0;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
  outline: 0;
  /*+box-shadow: none;*/
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0px;
  padding: 0.1em;
  background: none;
  overflow: hidden;
  margin: 0;
}
/*CARER TAB BUTTONS*/
.tabButtonCarer {
  background: #8BCFE1 !important;
  border: 1px solid #4ABCD5 !important;
}
li.ui-tabs-active .tabButtonCarer {
  background: #0092BC !important;
  border: 1px solid #4ABCD5 !important;
}
/*CARED FOR TAB BUTTONS*/
.tabButtonCared {
  background: #FFE9A8 !important;
  border: 1px solid #FFDF7F !important;
}
li.ui-tabs-active .tabButtonCared {
  background: #FFD000 !important;
  border: 1px solid #FFDF7F !important;
}
/*ORG TAB BUTTONS*/
.tabButtonOrg {
  background: #B1B1CD !important;
  border: 1px solid #65659F !important;
}
li.ui-tabs-active .tabButtonOrg {
  background: #303081 !important;
  border: 1px solid #65659F !important;
  color: #FFFFFF !important;
}
/*PROFESSIONAL TAB BUTTONS*/
.tabButtonPro {
  background: #B9DA89 !important;
  border: 1px solid #92B80D !important;
}
li.ui-tabs-active .tabButtonPro {
  background: #97BF0D !important;
  border: 1px solid #92B80D !important;
}
.ui-widget {
  /*font-family: Verdana, Arial, sans-serif;*/
  /*font-size: 1.1em;*/
}
.ui-widget-content {
  border: 0px solid #AAAAAA;
  background: #FFFFFF 50% 50% repeat-x;
  /*color: #222222;*/
  margin: 0;
  padding: 0px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  /*cursor: text;*/
  outline: 0;
  /*+border-radius: 10px 10px 0px 0px;*/
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -khtml-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}
.ui-state-focus, .ui-state-hover {
  outline: 0;
  outline-color: rgba(85, 85, 85, 0);
  background: #000000;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
  outline: 0;
  outline-color: rgba(85, 85, 85, 0);
  /*+border-radius: 0px;*/
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  /*+box-shadow: none;*/
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
  border: 1px solid #D3D3D3;
  font-weight: normal;
  text-decoration: none;
  /*+border-radius: 0px;*/
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  /*+box-shadow: none;*/
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 0px solid;
  background: none;
  font-weight: normal;
  color: #555555;
  outline: 0;
  outline-color: rgba(85, 85, 85, 0);
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
  border: none;
  outline: 0;
  outline-color: rgba(85, 85, 85, 0);
}
.ui-widget-header {
  border: 0px solid #AAAAAA;
  background: none;
  /*color: #222222;*/
  /*font-weight: bold;*/
}
.ui-widget-header a {
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}
/*DATEPICKER*/
.ui-datepicker {
  /*+box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);*/
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  padding: 14px;
  border: 1px solid #AFAFAF;
  background-color: ;
  display: none;
  z-index: 1060 !important;
}
.ui-datepicker-inline {
  /*+box-shadow: 0 0;*/
  -moz-box-shadow: 0 0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  border: 1px solid #CCC;
  border-radius: 0 0px 0 0;
}
.ui-datepicker-header {
  padding: 5px;
}
.ui-datepicker-title {
  padding: 5px 0px;
  color: #00559F;
  border-bottom: 1px solid black;
  text-align: right;
}
.ui-datepicker-prev, .ui-datepicker-next {
  padding: 5px;
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
  padding: 5px;
  color: #000000;
  background-color: #FFFFFF;
  cursor: pointer;
}
table.ui-datepicker-calendar {
  border-spacing: 3px;
  border-collapse: separate;
}
.ui-datepicker-calendar tbody tr td a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 5px;
}
.ui-datepicker-calendar tbody tr td a:hover {
  display: block;
  background-color: #00559F;
  color: #FFFFFF;
  text-decoration: none;
}
.ui-datepicker-calendar tbody tr td {
  padding: 0px;
}
.ui-datepicker-calendar {
  padding: 0px;
}
/* AJAX QUICK LIVE SEARCH */
div#txtHint {
  margin: 0px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel {
  position: relative;
  margin-bottom: 60px;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  width: 100%;
  height: auto;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1;
}
@media all and (transform-3d),(-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective:1000;
  }
  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:focus, .carousel-control:hover {
  color: #FFF;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #FFF;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFF;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
/* Since positioning the image, we need to help out the caption */
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  /*min-width: 100%;*/
  /*min-height: 500px;*/
}
@media (min-width: 768px) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 500px) {
  .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    width: auto;
    height: 100%;
  }
}
/* Featurettes
------------------------- */
.featurette-divider {
  margin: 80px 0;
  /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 500px) {
  .featurette-image {
    max-width: 90%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
