/**
 * Coreplus Primary Colours
 *
 */
@font-face {
  font-family: 'MuseoSans';
  src: url('fonts/MuseoSans-100-webfont.eot') format('eot?'), url('fonts/MuseoSans-100-webfont.ttf') format('truetype'), url('fonts/MuseoSans-100-webfont.svg') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans';
  src: url('fonts/MuseoSans-300-webfont.eot') format('eot?'), url('fonts/MuseoSans_300-webfont.ttf') format('truetype'), url('fonts/MuseoSans-300-webfont.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans';
  src: url('fonts/MuseoSans-500-webfont.eot') format('eot?'), url('fonts/MuseoSans_500-webfont.ttf') format('truetype'), url('fonts/MuseoSans-500-webfont.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans';
  src: url('fonts/MuseoSans-700-webfont.eot') format('eot?'), url('fonts/MuseoSans_700-webfont.ttf') format('truetype'), url('fonts/MuseoSans-700-webfont.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
/* Resets 
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}*/
/* Remove inner shadow from inputs on mobile iOS */
/*textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"] {
  -webkit-appearance: none;
}*/
/* Remove outlines upon focusing text fields */
/*textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
button:focus,
.btn:focus {
  outline: none;
}*/
/***************** BEGIN Includes/newCss.css *****************/
.form-actions {
  text-align: right;
  font-size: 14px;
  margin: 30px 0;
}
.form-actions .button {
  margin-left: 5px;
}
.form-actions.form-actions--top {
  margin: 0;
  float: right;
}
/*select:not(.ignore) {
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../Images/trueagency/icon-arrow-dropdown-black.png');
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 10px;
}*/
table.dataDisplay {
  border-left-width: 0;
  background-color: #fff;
}
table.dataDisplay a {
  font-weight: normal;
}
/*input[type="number"]:not(.ignore),
input[type="time"]:not(.ignore),
input[type="text"]:not(.ignore),
input[type="search"]:not(.ignore),
input[type="password"]:not(.ignore),
select:not(.ignore) {
  padding: 4px 6px;
  font-family: tahoma;
  height: 30px;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  /*background-color: #FCFCFC;*/
}*/
#clientForm input[type="text"]:not(.ignore),
#clientForm select:not(.ignore) {
  width: 100%;
}
#left-content-profile {
  position: relative;
  background-color: #58595B;
}
.top-profile {
  z-index: 50;
  bottom: 0;
  width: 100%;
  font-family: 'MuseoSans','Museo Sans 500';
  font-weight: 500;
  color: #fff;
  border-top: 1px solid #4c4c4e;
}
.top-profile__wrapper {
  display: table;
  height: 60px;
  width: 100%;
  padding: 0 5px;
  background-color: #58595b;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.top-profile__wrapper:hover {
  background-color: #f8a94c;
  color: white;
}
.top-profile__wrapper:hover .top-profile__welcome {
  color: white;
}
.top-profile__wrapper:hover .top-profile__cog {
  background-image: url("../images/trueagency/arrow-right-white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .top-profile__wrapper:hover .top-profile__cog {
    background-image: url("../images/trueagency/arrow-right-white.png");
    background-size: 7px 11px;
  }
}
.top-profile__col {
  display: table-cell;
  vertical-align: middle;
}
.top-profile__image {
  margin-right: 10px;
}
.top-profile__welcome {
  font-size: 13px;
  color: #CCCCCC;
  text-align:center;
}
.top-profile__name {
  font-size: 15px;
  text-align:center;
  /*width: 140px;*/
   color: #fff;


}

    .top-profile__name a {
    color: #fff;
    }

.top-profile__cog {
  cursor: pointer;
  font-size: 17px;
  margin-right: 14px;
  display: inline-block;
  height: 11px;
  width: 7px;
  background-image: url("../images/trueagency/arrow-right.png");
  /*margin-right: 7px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #000;
        -webkit-transition: all 0.1s ease-in-out;
           -moz-transition: all 0.1s ease-in-out;
            -ms-transition: all 0.1s ease-in-out;
             -o-transition: all 0.1s ease-in-out;
                transition: all 0.1s ease-in-out;*/
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .top-profile__cog {
    background-image: url("../images/trueagency/arrow-right.png");
    background-size: 7px 11px;
  }
}
.top-profile__links {
  /*position: absolute;
        visibility: hidden;
        bottom: 90%;
        left: 0;*/
  z-index: 5;
  width: 100%;
  /*opacity: 0;
        filter: alpha(opacity=0);*/
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.top-profile__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #6E6F71;
  width: 100%;
  padding: 5px 30px;
  /*background-image: url('../Images/trueagency/sub-menu-arrow.png');*/
  background-repeat: no-repeat;
  background-position: 0px 17px;
}
.top-profile__links a {
  color: #fff;
  display: block;
  padding: 2px 0 2px 10px;
  border-left: 4px solid transparent;
  margin: 12px 0;
  /* background: url('../Images/trueagency/icon-clients-white.png') 20px center no-repeat;
            display: block;
            padding: 14px 35px 14px 55px;
            font-size: 13px;
            color: #fff;
            background-color: #555;
            border-top: 1px solid #636161; */
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.top-profile__links a:hover {
  /*color: #fff;
            background-color: #424242;*/
  border-color: #fff;
}
/*
.top-profile:hover {
    color: #fff;
    background-color: #E3188C;
    border-left: 1px solid #E4E4E4;
}

    .top-profile:hover .top-profile__links {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        bottom: 100%;
    }

    .top-profile:hover .top-profile__caret {
        border-top-color: #fff;
    }
*/
#topNavBar {
  background-image: none;
  background-color: #f37f38;
  border: 0;
  height: 44px;
  line-height: 44px;
}
#topNavBar li {
  height: 44px;
}
#topNavBar li ul {
  background-image: none;
  background-color: #555;
  border: 0;
  padding: 25px 20px;
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#topNavBar li ul li {
  border: 0;
  background-image: none;
  height: auto;
  padding: 5px 0;
}
#topNavBar li ul li a {
  display: block;
  color: #fff;
  /* padding: 2px 0 2px 20px; */
  padding: 0 0 0 10px;
  border-left: 4px solid transparent;
}
#topNavBar li ul li a:hover {
  border-left: 4px solid #fff;
  color: #fff;
}
#topNavBar a {
  text-shadow: none;
  border-right: 0;
  padding: 15px 16px;
}
#topNavBar > li:hover > a {
  background-image: none;
  background-color: #555;
}
#topNavBar #clientSelect {
  background-color: #f59447;
  background-image: url('../Images/trueagency/icon-search.png');
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #fff;
  height: 44px;
  margin: 0;
  border: 0;
  padding-left: 40px;
  padding-right: 15px;
  border-radius: 0;
}
#topNavBar #accountSelect {
  background-color: #f59447;
  /*background-image: url('../Images/trueagency/icon-search.png');*/
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #fff;
  height: 44px;
  margin: 0;
  border: 0;
  padding-left: 0px;
  padding-right: 15px;
  border-radius: 0;
}
#topNavBar #addClient {
  background-image: url('../Images/trueagency/icon-plus.png');
  background-size: 13px 13px;
  background-position: 16px center;
  top: 0;
  margin: 0;
  padding: 0 0 0 44px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  background-color: #2781c1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  font-weight: normal;
  font-family: 'MuseoSans';
  font-weight: 500;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#topNavBar #addClient:hover {
  width: 130px;
  padding-left: 44px;
}
#leftNavbar {
  font-family: 'MuseoSans';
  font-weight: 500;
}
#leftNavBar .navHeader,
#leftNavBar .navHeader > a {
  background-image: none;
  text-shadow: none;
  color: #000;
  border-top-color: #E4E4E4;
  border-bottom: 0;
  margin-top: 0;
  padding: 17px 15px 17px 45px;
  font-size: 16px;
}
#leftNavBar .navHeader {
  background: url('../Images/trueagency/icon-clients.png') 15px center no-repeat;
}
#leftNavBar .navHeader.is-expanded,
#leftNavBar .navHeader:hover {
  background: url('../Images/trueagency/icon-clients-white.png') 15px center no-repeat;
}
#leftNavBar .navHeader > a {
  padding-left: 0;
}
#leftNavBar .navHeader.is-expanded,
#leftNavBar .navHeader:hover,
#leftNavBar .navHeader:hover > a {
  border-top-color: #4AB7AB;
  background-color: #61C5BA;
  color: #fff;
}
#leftNavBar .navHeader:hover .caret {
  border-bottom-color: #fff;
}
#leftNavBar a {
  font-size: 13px;
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid transparent;
  margin-left: 30px;
}
#leftNavBar > div:not(.navHeader) > a:hover {
  color: #fff;
  border-color: #fff;
}
#leftNavBar #client,
#leftNavBar #data,
#leftNavBar #reports,
#leftNavBar #setup,
#leftNavBar #nav_dev {
  background-color: #61C5BA;
  padding-bottom: 20px;
}
#leftNavBar .navHeader .caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
  float: right;
  margin-top: 6px;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
}
#leftNavBar .navHeader.is-expanded .caret {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  border-bottom-color: #fff;
}
#leftNavBar .navHeader .expandable {
  display: none;
}

#rightContent {
  border-color: #E4E4E4;
}
#bottomContent {
  font-size: 12px;
  font-family: 'MuseoSans';
  font-weight: 500;
  border-top: 0;
  border-left: 1px solid #e4e4e4;
}
#bottomContent .bottom-copyright {
  float: left;
}
#bottomContent .hspacer {
  width: 20px;
}
#bottomContent .bottom-practice-happy {
  float: right;
}
#bottomContent .bottom-practice-happy > span {
  vertical-align: top;
}
.bottom-practice-happy--selected {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
/***************** END Includes/newCss.css *****************/
/***************** BEGIN Includes/skins/default/styles.css *****************/
body {
  margin: 20px;
}
/***************** END Includes/skins/default/styles.css *****************/
/***************** BEGIN Includes/jquery/jquery-ui-1.9.2/css/default/jquery-ui-1.9.2.custom.min.css *****************/
.ui-button {
  font-family: 'MuseoSans';
  font-weight: 500;
  font-size: 13px;
  border: 1px solid #f8a94c;
  background-color: #f8a94c;
  color: white;
  /*border-radius: 0;*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ui-button .ui-button-text {
  padding: 5px 15px;
  padding-left: 15px;
}
.ui-button.ui-button-text-only .ui-button-text {
  padding: 5px 15px;
}
.ui-button .ui-icon {
  display: none;
}
.deleteButton--icon-only .ui-icon.ui-icon-trash {
  display: inline-block;
}
.ui-button .ui-icon {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.ui-button.ui-state-default .ui-icon {
  background-image: url("jquery/jquery-ui-1.9.2/css/default-v2/images/ui-icons_fff_256x240.png");
}
.ui-button.ui-state-hover .ui-icon {
  background-image: url("jquery/jquery-ui-1.9.2/css/default-v2/images/ui-icons_fff_256x240.png");
}
.ui-button.ui-state-focus,
.ui-button.ui-state-hover {
  background-color: #f6911b;
  color: #fff;
}
.ui-button.printButton,
.ui-button.saveButton,
.ui-button.addButton {
  background-color: #f8a94c;
  border: 1px solid #f8a94c;
  color: white;
}
.ui-button.printButton.ui-state-hover,
.ui-button.saveButton.ui-state-hover,
.ui-button.addButton.ui-state-hover {
  background-color: #f6911b;
}
.ui-button.cancelButton {
  background-color: white;
  border: 1px solid #e4e4e4;
  color: #000 !important;
}
.ui-button.cancelButton.ui-state-hover {
  background-color: #ddd;
  border: 1px solid #ddd;
}
.ui-button.deleteButton {
  background-color: #de5254;
  border: 1px solid #de5254;
  color: white;
}
.ui-button.deleteButton.ui-state-hover {
  background-color: #d4292b;
  border: 1px solid #d4292b;
  color: white !important;
}
table.dataDisplay .ui-button {
  background-color: transparent;
  border-color: #555;
  color: #555;
}
table.dataDisplay .ui-button.ui-state-hover {
  color: #fff;
  background-color: #555;
}
.ui-datepicker .ui-state-default {
  border: 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  height: auto;
}
.ui-datepicker td a {
  padding: .5em;
}
.btn-special {
  border: 1px solid;
  border-radius: 2px;
  font-family: 'MuseoSans';
  font-weight: 500;
  font-size: 13px;
  padding: 16px 35px;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-special span {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-special.ui-button-text-only span.ui-button-text {
  padding: 0;
}
.btn-special span:before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 9px;
  position: absolute;
  left: -50px;
  top: 3px;
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-special:hover span {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.btn-special:hover span:before {
  opacity: 1;
  /*left: -30px;*/
  filter: alpha(opacity=100);
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
}
.btn-special.btn-special--save {
  color: #fff;
  /*background-color: #2781c1;*/
  border-color: #F8A94C;
  background-color: #F8A94C;
  -webkit-box-shadow: 0px 1px 0.95px 0.05px rgba(226, 149, 48, 0.54);
          box-shadow: 0px 1px 0.95px 0.05px rgba(226, 149, 48, 0.54);
}
.btn-special.btn-special--save:hover {
  color: #fff;
  background-color: #faa434;
}
.btn-special.btn-special--save span:before {
  background-image: url('../Images/trueagency/icon-tick-white.png');
}
.btn-special.btn-special--cancel {
  color: #000;
  border-color: #e4e4e4;
  -webkit-box-shadow: 0px 1px 0.95px 0.05px rgba(228, 228, 228, 0.53);
          box-shadow: 0px 1px 0.95px 0.05px rgba(228, 228, 228, 0.53);
}
.btn-special.btn-special--cancel:hover {
  color: #fff;
  border-color: #f05151;
  background-color: #f05151;
  -webkit-box-shadow: 0px 1px 0.95px 0.05px rgba(201, 85, 93, 0.53);
          box-shadow: 0px 1px 0.95px 0.05px rgba(201, 85, 93, 0.53);
}
.btn-special.btn-special--cancel span:before {
  background-image: url('../Images/trueagency/icon-x-white.png');
}
/*.btn-special-save:before {
    content: '';
    background-image: url('../Images/trueagency/icon-tick-white.png');
    background-position: center center;
    background-repeat: no-repeat;
}


.btn-special {
    border-radius: 2px;
    padding: 5px 17px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.btn-special-save {
    border-color: #2781c1;
    background-color: #2781c1;
    color: #fff;
}
.btn-special-save:hover {
    background-color: #166DAB;
    color: #fff;
}

.btn-special-save:before {
    content: '';
    background-image: url('../Images/trueagency/icon-tick-white.png');
    background-position: center center;
    background-repeat: no-repeat;
}*/
#fb-happy:hover,
#fb-neutral:hover,
#fb-sad:hover {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
#fb-happy:hover,
#fb-neutral:hover,
#fb-sad:hover {
  -webkit-transform: scale(1.15);
  /* Chrome, Safari, Opera */
  -ms-transform: scale(1.15);
  /* IE 9 */
  transform: scale(1.15);
}
@media only screen and (max-width: 650px) {
  #topNavBar a {
    color: #fff;
  }
}
/***************** END True Agency Changes *****************/
/***************** BEGIN New Main Layout *****************/
#left-content {
  position: fixed;
  overflow: hidden;
  z-index: 200;
  width: 200px;
  background-color: #58595b;
  /*border-right: 1px solid #ebebeb;*/
  -webkit-box-shadow: 5px 0px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 0px 8px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
#left-content.is-compact {
  width: 60px;
}
#left-content #left-content-logo .icon-menu {
  line-height: 60px;
  margin-left: 10px;
  color: #f8a94c;
  font-size: 15px;
  cursor: pointer;
  height: 60px;
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

#left-content .menu-controller {
  line-height: 60px;
  margin-left: 10px;
  margin-top: 10px;
  color: #f8a94c;
  font-size: 15px;
  cursor: pointer;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
#left-content #left-content-nav-main {
  position: relative;
  background-color: #58595b;
}
#left-content.is-compact #left-content-nav-main,
#left-content.is-compact .client-search-container {
  cursor: pointer;
}
#left-content #left-content-nav-bottom {
  /*color: #fff;
    background-color: #6E6F71;*/
}
#left-content #left-content-nav-main ul,
#left-content #left-content-nav-bottom > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#left-content #left-content-nav-main > ul > li > a,
#left-content #left-content-nav-bottom > ul > li > a {
  display: block;
  /*padding: 17px 20px 17px 0;*/
  padding: 13px 20px 13px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 240px;
  font-size: 13px;
  /*padding: 17px 20px 17px 57px;
    background-image: url('../Images/trueagency/icon-menu-grey.png');
    background-position: 23px center;
    background-repeat: no-repeat;*/
  border-left: 3px solid transparent;
}
/* Menu Icon */
#left-content #left-content-nav-main > ul > li > a i,
#left-content #left-content-nav-bottom > ul > li > a i {
  width: 60px;
  display: inline-block;
  text-align: center;
  color: #666;
  font-size: 20px;
  vertical-align: middle;
  -webkit-transition: all ease-in-out 0.35s;
          transition: all ease-in-out 0.35s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 3px;
  /* To offset the border-left */
}
#left-content #left-content-nav-bottom > ul > li.left-content-nav-bottom__colour-teal a {
  background-color: #28a1a8;
  position: relative;
  padding-left: 60px;
  border-top: 0px;
}
#left-content #left-content-nav-bottom > ul > li.left-content-nav-bottom__colour-teal a:hover {
  border-left-color: #145256;
}
#left-content #left-content-nav-bottom > ul > li.left-content-nav-bottom__colour-teal a > i {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -15px;
  font-size: 30px;
}
#nav-main .parent:after {
  content: '';
  display: inline-block;
  height: 11px;
  width: 7px;
  background-image: url("../images/trueagency/arrow-right.png");
  float: right;
  margin-top: 6px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #nav-main .parent:after {
    background-image: url("../images/trueagency/arrow-right.png");
    background-size: 7px 11px;
  }
}
#nav-main .parent.is-expanded:after {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
#nav-main .parent:hover:after,
#nav-main .parent.is-expanded:after {
  background-image: url("../images/trueagency/arrow-right-white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #nav-main .parent:hover:after,
  #nav-main .parent.is-expanded:after {
    background-image: url("../images/trueagency/arrow-right-white.png");
    background-size: 7px 11px;
  }
}
#nav-main .parent.is-expanded:after {
  border-top-color: white;
}
#nav-main .parent.is-active:after {
  border-top-color: #fff;
}
#left-content #left-content-nav-bottom > ul > li > a:hover,
#left-content #left-content-nav-bottom > ul > li > a.is-active {
  border-left-color: #E20177;
}
#left-content #left-content-nav-main ul > li,
#left-content #left-content-nav-bottom ul > li {
  position: relative;
}
#left-content #left-content-nav-main > ul > li > a {
  -webkit-transition: background ease-in-out 0.35s, color ease-in-out 0.35s;
          transition: background ease-in-out 0.35s, color ease-in-out 0.35s;
  border-left: 4px solid transparent;
}
#left-content #left-content-nav-main > ul > li > a.parent.is-expanded,
#left-content #left-content-nav-main > ul > li > a:hover {
  color: white;
  background-color: #f8a94c;
  border-left: 4px solid #f8a94c;
}
#left-content #left-content-nav-main > ul > li > a.parent.is-expanded > i,
#left-content #left-content-nav-main > ul > li > a:hover > i {
  color: white;
}
#left-content #left-content-nav-main > ul > li > a.parent.is-expanded:after,
#left-content #left-content-nav-main > ul > li > a:hover:after {
  border-top-color: white;
}
#left-content #left-content-nav-main > ul > li > a.is-active {
  /*color: #ee6770;*/
  /*border-left-color: #E20177;*/
  color: #fff;
  background-color: #f8a94c;
}
#left-content #left-content-nav-main > ul > li > a.is-active > i {
  color: white;
}
/*#left-content #left-content-nav-main > ul > li > a.is-expanded {
    color: #F8A94C;
}

#left-content #left-content-nav-main > ul > li:hover > a.is-expanded {
    color: #fff;
}*/
#left-content #left-content-nav-main > ul > li.client-menu ul.child {
  /*background-color: #fff;*/
  color: #000 !important;
}
#left-content #left-content-nav-main > ul > li.client-menu ul.child.has-icons a {
  border-left: 0px;
  padding-left: 0px;
}
#left-content #left-content-nav-main > ul > li.client-menu ul.child a .child-menu__icon {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -9px;
  margin-right: 5px;
  color: #f8a94c;
  width: 23px;
  text-align: center;
}
#left-content #left-content-nav-main > ul > li.client-menu ul.child a:hover,
#left-content #left-content-nav-main > ul > li.client-menu ul.child a.is-active {
  border-left-color: #f8a94c;
}
#left-content #left-content-nav-main ul.child {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  /*
    position: absolute;
    left: 100%;
    top: 0;*/
  z-index: 20;
  background-color: #fafafa;
  width: 100%;
  padding: 5px 30px;
  /* background-image: url('../Images/trueagency/sub-menu-arrow.png'); */
  background-repeat: no-repeat;
  background-position: 0px 17px;
}
#left-content.is-compact #left-content-nav-main ul.child {
  display: none;
}
#left-content #left-content-nav-main ul.child a {
  color: #000;
  display: block;
  padding: 2px 0 2px 10px;
  border-left: 4px solid transparent;
  margin: 12px 0;
  width: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#left-content #left-content-nav-main ul.child a:hover,
#left-content #left-content-nav-main ul.child a.is-active {
  color: #f8a94c;
  border-color: #f8a94c;
}
/*#left-content #left-content-nav-main > ul > li > ul:before {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 240px;
    background-color: #F69447;
    display: block;
    content: '';
    z-index: -1;
}*/
#left-content #left-content-nav-main > ul > li:hover > ul.child,
#left-content #left-content-nav-bottom > ul > li:hover > ul.child {
  /* display: block; */
}
#left-content #left-content-nav-main > ul > li {
  border-bottom: 1px solid #F8F8F8;
}
#left-content #left-content-nav-bottom > ul > li > a {
  display: block;
  background-color: #6E6F71;
  color: #fff;
  border-top: 1px solid #676767;
}
.close-menu-mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*background-color: rgba(0,0,0, 0.5);*/
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.close-menu-mask.is-visible {
  opacity: 1;
  visibility: visible;
}
.right-content {
  margin-left: 60px;
}
.main-content {
  background-color: #fafafa;
}
#footer {
  margin-left: 60px;
  bottom: 0;
  height: 25px;
  position: fixed;
  z-index: 9;
  background-color: #fafafa;
}
.right-content.push-right,
#footer.push-right {
  margin-left: 200px;
  right: 0px;
  left: 0px;
}
/*#top-nav-container {
    color: #fff;
    background-color: #555;
    font-size: 0;
    border-bottom: 1px solid #555;
    padding: 0 0 0 22px;
}

#top-nav-container h1 {
    color: #fff;
    display: inline-block;
    line-height: 80px;
    padding: 0;
    margin: 0;
}

ul#top-nav-items {
    margin: 0; padding: 0;
    float: right;
    font-size: 0;
}

ul#top-nav-items li {
    display: inline-block;
    font-size: 12px;
}

ul#top-nav-items li a {
    box-sizing: border-box;
    color: #fff;
    display: block;
    text-align: center;
    height: 80px;
    min-width: 80px;
    border-bottom: 5px solid transparent;
    padding-left: 10px; padding-right: 10px;
    border-left: 1px solid #676767;

    background: url('../Images/trueagency/icon-submenu.png') center 20px no-repeat;
    line-height: 110px;
}

ul#top-nav-items li a.is-active,
ul#top-nav-items li a:hover {
    background-color: #000;
    border-bottom-color: #ee6770;
}*/
/***************** END New Main Layout *****************/
.title--medium {
  font-size: 16px;
  font-family: 'MuseoSans';
  font-weight: 500;
  margin: 0px;
  margin-bottom: 15px;
}
.title--heavy {
  font-size: 18px;
  font-family: 'MuseoSans';
  font-weight: 500;
  margin: 0px;
  margin-bottom: 15px;
  border-bottom: 0px;
}
.body-text {
  font-size: 14px;
  font-family: 'MuseoSans';
  font-weight: 400;
  line-height: 1.4;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
@font-face {
	font-family: 'icomoon';
	src:url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/123941/icomoon.eot?8pq1w');
	src:url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/123941/icomoon.eot?#iefix8pq1w') format('embedded-opentype'),
		url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/123941/icomoon.woff?8pq1w') format('woff'),
		url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/123941/icomoon.ttf?8pq1w') format('truetype'),
		url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/123941/icomoon.svg?8pq1w#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot');
  src: url('fonts/icomoon.eot') format('embedded-opentype'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.svg?') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-paintbucket:before {
  content: "\e94e";
}
.icon-chart:before {
  content: "\e94d";
}
.icon-custom-fields:before {
  content: "\e94c";
}
.icon-sign-up:before {
  content: "\e94b";
}
.icon-clinicalsuitcase:before {
  content: "\e94a";
}
.icon-Profile-Settings:before {
  content: "\e948";
}
.icon-shortcuts-dropdown-arrow:before {
  content: "\e949";
}
.icon-icon-notification:before {
  content: "\e947";
}
.icon-tools-account-tools:before {
  content: "\e941";
}
.icon-tools-beta:before {
  content: "\e942";
}
.icon-tools-billing:before {
  content: "\e943";
}
.icon-tools-developertools:before {
  content: "\e944";
}
.icon-tools-franchise:before {
  content: "\e945";
}
.icon-tools-single-sign-on:before {
  content: "\e946";
}
.icon-communication-portal-chat:before {
  content: "\e93b";
}
.icon-communication-portal-noticeboard:before {
  content: "\e93c";
}
.icon-communication-portal-orgtasks:before {
  content: "\e93d";
}
.icon-communication-portal-securemsg:before {
  content: "\e93e";
}
.icon-communication-portal-sendmail:before {
  content: "\e93f";
}
.icon-communication-portal-sendsms:before {
  content: "\e940";
}
.icon-icon-info:before {
  content: "\e93a";
}
.icon-icon-closepopup:before {
  content: "\e939";
}
.icon-coreplus-ui-design-dashboard-icons_practice-profile:before {
  content: "\e900";
}
.icon-coreplus-ui-design-dashboard-icons_tyro:before {
  content: "\e901";
}
.icon-coreplus-ui-design-dashboard-icons-01:before {
  content: "\e92d";
}
.icon-coreplus-ui-design-dashboard-icons-02:before {
  content: "\e92e";
}
.icon-coreplus-ui-design-dashboard-icons-03:before {
  content: "\e92f";
}
.icon-coreplus-ui-design-dashboard-icons-04:before {
  content: "\e930";
}
.icon-coreplus-ui-design-dashboard-icons-05:before {
  content: "\e931";
}
.icon-coreplus-ui-design-dashboard-icons-06:before {
  content: "\e932";
}
.icon-coreplus-ui-design-dashboard-icons-07:before {
  content: "\e933";
}
.icon-coreplus-ui-design-dashboard-icons-08:before {
  content: "\e934";
}
.icon-coreplus-ui-design-dashboard-icons-09:before {
  content: "\e935";
}
.icon-coreplus-ui-design-dashboard-icons-10:before {
  content: "\e936";
}
.icon-coreplus-ui-design-dashboard-icons-11:before {
  content: "\e937";
}
.icon-coreplus-ui-design-dashboard-icons-12:before {
  content: "\e938";
}
.icon-s-appointments:before {
  content: "\e902";
}
.icon-s-case-notes:before {
  content: "\e903";
}
.icon-s-custom-data:before {
  content: "\e904";
}
.icon-s-details:before {
  content: "\e905";
}
.icon-s-employer:before {
  content: "\e906";
}
.icon-s-events:before {
  content: "\e907";
}
.icon-s-family:before {
  content: "\e908";
}
.icon-s-files:before {
  content: "\e909";
}
.icon-s-insurer:before {
  content: "\e90a";
}
.icon-s-invoicing:before {
  content: "\e90b";
}
.icon-s-medications:before {
  content: "\e90c";
}
.icon-s-overview:before {
  content: "\e90d";
}
.icon-s-questionnaires:before {
  content: "\e90e";
}
.icon-s-reminders:before {
  content: "\e90f";
}
.icon-s-trash:before {
  content: "\e910";
}
.icon-s-treaters:before {
  content: "\e911";
}
.icon-smileyface:before {
  content: "\e91a";
}
.icon-profile-cog:before {
  content: "\e919";
}
.icon-minus:before {
  content: "\e915";
}
.icon-more:before {
  content: "\e916";
}
.icon-alert-notification:before {
  content: "\e917";
}
.icon-inbox:before {
  content: "\e918";
}
.icon-appointment:before {
  content: "\e912";
}
.icon-group:before {
  content: "\e913";
}
.icon-printer:before {
  content: "\e914";
}
.icon-room:before {
  content: "\e91b";
}
.icon-waitinglist:before {
  content: "\e91c";
}
.icon-weekview:before {
  content: "\e91d";
}
.icon-data:before {
  content: "\e91e";
}
.icon-trash:before {
  content: "\e91f";
}
.icon-help:before {
  content: "\e920";
}
.icon-menu:before {
  content: "\e921";
}
.icon-plus:before {
  content: "\e922";
}
.icon-client-search:before {
  content: "\e923";
}
.icon-reports:before {
  content: "\e924";
}
.icon-calendar:before {
  content: "\e925";
}
.icon-communication:before {
  content: "\e926";
}
.icon-files:before {
  content: "\e927";
}
.icon-search:before {
  content: "\e928";
}
.icon-account-details:before {
  content: "\e929";
}
.icon-clients:before {
  content: "\e92a";
}
.icon-dashboard:before {
  content: "\e92b";
}
.icon-setup:before {
  content: "\e92c";
}
.original-icon {
  display: none;
}
.fa {
  background-image: none !important;
}
/** --------------- Vendor ----------- **/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot');
  src: url('fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: "FontAwesome" !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 * Waves v0.7.5
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2016 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE 
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}
.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
}
.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}
.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
  padding: 0;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}
.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.waves-float:active {
  -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}
.waves-block {
  display: block;
}
/** -------------./ Vendor ----------- **/
/** --------------- Layout ----------- **/
@media (max-width: 1199px) {
  .main-content {
    padding-bottom: 20px;
  }
}
.layout-table {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.layout-cell {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.layout-cell--bottom {
  vertical-align: bottom;
}
.layout-white {
  background-color: white;
}
.layout-frame {
  margin-top: 0px;
}
.layout-frame .ui-dialog.ui-widget {
  max-width: 100%;
}
.layout-frame--no-padding {
  padding: 0px;
  margin: 0px;
}
hr.line--light-grey {
  border-top: 0px;
  border-color: #e4e4e4;
}
@media (min-width: 768px) {
  .pull-right-sm-min {
    float: right !important;
  }
}
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
  .text-left-xs {
    text-align: left !important;
  }
}
.client-search-container {
  background-color: #737272;
  height: 60px;
  width: 240px;
  padding: 15px 10px 0 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.client-search-container input {
  border-radius: 0px;
}
.client-search-container + .client-search-container {
  border-top: 1px solid #4c4c4e;
}
.client-search-container > i,
.client-search-container > a > i {
  font-size: 15px;
  /*color: #ee6770;*/
  color: #f8a94c;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  text-align: center;
}
.client-search-container--teal {
  color: #78bcb4;
}
.client-search-container--teal > i {
  /*color: #78bcb4 !important;*/
  color: #f8a94c !important;
  font-size: 21px !important;
}
.client-search-container #clientSelect,
#accountSelect {
  background-color: transparent;
  border: 1px solid #dddddd;
  border-width: 0 0 1px 0;
  padding: 5px 0;
  margin-right: 10px;
  width: 135px;
  font-family: 'MuseoSans';
  font-weight: 500;
  color: #ffffff;
}
#accountSelect option {
  background-color: #636262;
  color: #ffffff;
}
.client-search-container #addClient {
  font-size: 15px;
  /*color: #ee6770;*/
  color: #f8a94c;
  cursor: pointer;
}
#nav-main a.parent + ul {
  border-left: 4px solid #f8a94c;
}
#left-content-nav-main {
  border-top: 1px solid #4c4c4e;
}
#left-content.is-compact .client-additional-info,
#left-content.is-compact .sidebar-nav__trial-info-box {
  display: none;
}
#left-content.is-compact #left-content-logo .icon-menu {
  margin-left: 0px;
}
#left-content.is-compact .child-menu-item__label {
  display: none;
}
a.client-sidebar-back {
  padding-top: 12px !important;
  display: block;
  -webkit-transition: all ease 0.35s;
          transition: all ease 0.35s;
  color: #fff;
  font-size: 14px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 1px solid #4c4c4e;
}
a.client-sidebar-back .fa-stack {
  margin-left: 10px;
  margin-right: 10px;
  top: -1px;
}
a.client-sidebar-back .fa {
  color: #f8a94c;
  -webkit-transition: all ease 0.35s;
          transition: all ease 0.35s;
}
a.client-sidebar-back .fa-circle-thin {
  font-size: 24px;
}
a.client-sidebar-back .fa-angle-left {
  font-size: 14px;
  margin-left: -1px;
  margin-top: -1px;
}
a.client-sidebar-back:hover {
  background-color: #f8a94c;
  color: white;
}
a.client-sidebar-back:hover::before {
  border-color: #fff;
}
a.client-sidebar-back:hover .fa {
  color: #fff;
}
/** -------------./ Layout ----------- **/
/** --------------- Dashboard ----------- **/
.sttip.panel.panel-closed {
  height: 208px;
  overflow: hidden;
}
.sttip .panel-container .guide-header,
.sttip .panel-container .guide-footer {
  display: none;
}
.sttip .panel-container .guide-list {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.sttip .panel-container .guide-list li .item-text {
  color: #000;
  font-size: 16px;
}
.sttip .panel-container .flap {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #F8A94C !important;
  border-color: #F8A94C !important;
}
.sttip .panel-container .flap > .flap-text {
  text-shadow: none !important;
  font-size: 0px !important;
}
.sttip .panel-container .flap > .flap-text:after {
  content: 'Coreplus Guides';
  display: block;
  height: 180px;
  width: 200px;
  text-transform: none;
  font-size: 18px;
  color: white;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.dash-widget__actions {
  float: right;
}
.dash-widget__action {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.dash-widget__action .icon-printer {
  font-size: 20px;
}
.dash-widget__action .ui-datepicker-trigger {
  cursor: pointer;
  font-size: 16px;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
.dash-widget__action i {
  cursor: pointer;
}
.dash-widget__graph-placeholder {
  display: table;
  width: 100%;
  height: 250px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.dash-widget__graph-placeholder-inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 10px;
  text-align: center;
}
.dash-widget__graph-placeholder-inner .core-btn {
  margin-top: 20px;
}
.dash-widget__graph-placeholder.weekly {
  background-image: url('../Images/trueagency/graphs/placeholder-weekly-appointments.jpg');
}
.dash-widget__graph-placeholder.trends {
  background-image: url('../Images/trueagency/graphs/placeholder-appointment-trends.jpg');
}
.dash-widget .panel-body-wrapper {
  height: 370px;
  overflow-y: auto;
  overflow-x: hidden;
}
/* Reminders */
#widget-reminders .table {
  margin-bottom: 0px;
  table-layout: fixed;
}
#widget-reminders .table td {
  word-wrap: break-word;
}
#widget-reminders .table tr:first-child td {
  border-top: 0px;
}
#widget-reminders .panel-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
#widget-reminders .dash-widget__no-results {
  padding: 15px 0px;
  text-align: center;
}
#widget-appointments .table {
  margin-bottom: 0px;
}
#widget-appointments .table .no-results {
  padding: 15px 0px;
  border-bottom: 0px !important;
  border: 0px !important;
}
#widget-appointments .table.table-empty {
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
}
#widget-weeklytrends .panel-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
#widget-weeklytrends .jqplot-title {
  display: none;
}
ul.practice-happy-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.practice-happy-links li {
  width: 100%;
  border-bottom: 1px solid #F8F8F8;
}
ul.practice-happy-links li {
  border-right: 1px solid #f8f8f8;
}
ul.practice-happy-links li a {
  display: block;
  padding: 20px 30px;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  padding-left: 50px;
}
ul.practice-happy-links li a:hover {
  text-decoration: none;
  color: #F8A94C;
  border-bottom-color: #F8A94C;
}
ul.practice-happy-links li a i {
  font-size: 1.5em;
  vertical-align: sub;
  margin-left: -25px;
  /* 15px icon size + 10px spacing */
}
ul.practice-happy-links li a span {
  margin-left: 10px;
  /* 10px spacing */
}
#widget-practice-happy .dash-widget__content {
  padding: 10px;
}
/* Dashboard Page */
.dashboard-header {
  background-color: white;
  margin-top: -5px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 10px;
  padding-left: 30px;
  min-height: 60px;
  font-family: 'MuseoSans';
  font-weight: 500;
  border-bottom: 1px solid #e4e4e4;
  -webkit-box-shadow: 0px 5px 6px 1px rgba(115, 115, 115, 0.08);
          box-shadow: 0px 5px 6px 1px rgba(115, 115, 115, 0.08);
  /* Responsive
    /* --------------------- */
}
.dashboard-header__left {
  float: left;
  max-width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dashboard-header__right {
  float: right;
  text-align: right;
  display: table;
}
.dashboard-header__profile {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  /*background-image: url('../Images/trueagency/profile-placeholder.png');*/
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: contain !important;
  background-color: white !important;
  border-radius: 50%;
  border: 1px solid #e4e4e4;
  margin-right: 10px;
}
.dashboard-header__name {
  color: #000;
  margin: 0px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.dashboard-header__info-outer {
  display: table-cell;
  vertical-align: middle;
}
.dashboard-header__info {
  margin-right: 5px;
  font-size: 11px;
  padding-right: 5px;
  display: table;
  width: 100%;
  height: 60px;
}
.dashboard-header__info-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.dashboard-header__info p {
  margin: 0px;
}
.dashboard-header__info b {
  color: #e3028b;
}
.dashboard-header__nav {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  display: table-cell;
  vertical-align: middle;
}
.dashboard-header__nav > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 23px;
  cursor: pointer;
  line-height: 60px;
  height: 60px;
  font-size: 12px;
  border-left: 1px solid #EEE;
  position: relative;
  -webkit-transition: all ease-in-out 0.35s;
          transition: all ease-in-out 0.35s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dashboard-header__nav > li .badged-icon i {
  font-size: 24px;
}
.dashboard-header__nav > li .icon-shortcuts-dropdown-arrow {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.dashboard-header__nav > li > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 18px;
}
.dashboard-header__nav > li:hover {
  background-color: #fafafa;
}
.dashboard-header__nav li.dashboard-header__nav-item--go-back {
  max-width: 190px;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  cursor: default;
  /* Responsive
            /* --------------------- */
}
.dashboard-header__nav li.dashboard-header__nav-item--go-back img {
  width: 40px;
  height: auto;
  float: left;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.dashboard-header__nav li.dashboard-header__nav-item--go-back:hover {
  background-color: transparent;
}
.dashboard-header__nav li.dashboard-header__nav-item--go-back > span {
  line-height: 18px;
  text-align: left;
  font-size: 13px;
}
.dashboard-header__nav li.dashboard-header__nav-item--go-back a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .dashboard-header__nav li.dashboard-header__nav-item--go-back {
    max-width: none;
    width: 100%;
  }
  .dashboard-header__nav li.dashboard-header__nav-item--go-back img {
    float: none;
  }
}
.dashboard-header__sub-menu {
  position: absolute;
  top: 100%;
  right: 0px;
  background-color: white;
  z-index: 10;
  display: none;
  width: 280px;
}
.dashboard-header__sub-menu > ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border: 1px solid #EEE;
}
.dashboard-header__sub-menu > ul li {
  -webkit-transition: all ease-in-out 0.35s;
          transition: all ease-in-out 0.35s;
  text-align: left;
}
.dashboard-header__sub-menu > ul li a {
  display: block;
  border-bottom: 1px solid #EEE;
  padding: 16px 27px;
  font-size: 18px;
  line-height: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dashboard-header__sub-menu > ul li a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-right: 10px;
}
.dashboard-header__sub-menu > ul li:hover {
  background-color: #fafafa;
}
.dashboard-header__sub-menu > ul li:last-child {
  border-bottom: 0px;
}
.dashboard-header__notification-menu {
  position: absolute;
  top: 100%;
  right: 50%;
  margin-right: -20px;
  z-index: 16000001;
  width: 480px;
  display: none;
  text-align: left;
  line-height: 20px;
  font-size: 14px;
  /* Responsive
        /* --------------------- */
}
.dashboard-header__notification-menu:before {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  width: 0;
  height: 0;
  display: block;
  border-bottom: 10px solid #28a1a8;
  float: right;
  margin-top: -10px;
  margin-right: 10px;
}
.dashboard-header__notification-menu ul {
  background-color: #28a1a8;
  color: white;
  overflow-y: auto;
  cursor: default;
  max-height: -webkit-calc(100vh - 80px);
  max-height: calc(100vh - 80px);
  list-style: none;
  margin: 0px;
  padding: 0px;
  border-radius: 3px;
}
.dashboard-header__notification-menu ul li {
  border-bottom: 1px solid #1D7E84;
  padding: 18px 23px;
  padding-right: 15px;
  clear: both;
}
.dashboard-header__notification-menu ul li a {
  color: #afe0e4;
}
.dashboard-header__notification-menu ul li a.core-btn {
  margin-bottom: 10px;
  margin-left: 20px;
  color: white;
}
.dashboard-header__notification-menu ul li:last-child {
  border-bottom: 0px;
}
@media (max-width: 767px) {
  .dashboard-header__notification-menu {
    width: 280px;
  }
  .dashboard-header__notification-menu ul li {
    padding: 15px 15px;
  }
}
@media (max-width: 1199px) {
  .dashboard-header {
    height: auto;
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .dashboard-header__info,
  .dashboard-header__info-cell,
  .dashboard-header__info-outer,
  .dashboard-header__nav,
  .dashboard-header__left,
  .dashboard-header__right {
    float: none;
    width: 100%;
    text-align: center;
    height: auto;
    display: block;
  }
  .dashboard-header__left {
    max-width: 100%;
  }
  .dashboard-header .welcome__message__mini {
    margin: 5px auto 15px auto;
  }
  .dashboard-header__info-cell {
    padding: 10px;
  }
  .dashboard-header__info {
    padding: 0px;
  }
  .dashboard-header__nav {
    width: 100%;
  }
  .dashboard-header__nav > li {
    width: 33.333333333333333%;
    padding: 0px 10px;
    line-height: 50px;
    height: 50px;
    border: 0px;
  }
  .dashboard-header__nav > li:first-child {
    border-left: 0px;
  }
  .dashboard-header__nav .icon-shortcuts-dropdown-arrow {
    display: none !important;
  }
}
.badged-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 24px;
}
.badged-icon i {
  font-size: 28px;
}
.badged-icon__count {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  color: white;
  text-align: center;
  margin-top: -10px;
  margin-right: -10px;
}
.badged-icon__count--red {
  background-color: #de5254;
}
.badged-icon__count--teal {
  background-color: #28a1a8;
}
body {
  background-color: #fafafa;
}
.dashboard {
  padding-bottom: 30px;
}
.dashboard #appts_table > thead > tr > th:first-child {
  border-left: 0px;
}
.dashboard #appts_table > thead > tr > th:last-child {
  border-right: 0px;
}
.load_more_appointments {
  margin: 10px auto !important;
  cursor: pointer;
}
.message {
  color: #fff;
  background-color: #28A1A8;
  padding: 15px 20px 15px 70px;
  border-radius: 2px;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 12px;
  min-height: 44px;
}
.message:before {
  content: '!';
  line-height: 25px;
  float: left;
  width: 25px;
  height: 24px;
  border-radius: 50%;
  color: #28A1A8;
  background-color: #fff;
  text-align: center;
  font-size: 15px;
  margin-left: -48px;
  margin-top: -5px;
}
.message a {
  color: #fff;
  text-decoration: underline;
}
.message a:hover {
  color: #f1f1f1;
}
.dashboard-graph__links {
  font-family: 'MuseoSans';
  font-weight: 100;
  font-size: 12px;
}
.dashboard-graph__link {
  border-bottom: 2px solid transparent;
  display: inline-block;
  padding: 5px;
}
.dashboard-graph__link.is-active,
.dashboard-graph__link:hover {
  color: #34B9C1;
  border-bottom-color: #34B9C1;
}
/** -------------./ Dashboard ----------- **/
/** --------------- Forms ----------- **/
/*  ==========================================================================
    General Forms
    ========================================================================== */
.forms--icon-remove {
  color: #de5254;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
select.form-control {
  outline: none;
}
.form-group {
  margin-bottom: 15px;
  font-family: 'MuseoSans';
}
.form-group label {
  display: block;
  padding-bottom: 3px;
  font-weight: 500;
  font-size: 13px;
}
.form-group label .required {
  color: #de5254;
  font-size: 12px;
  font-weight: bold;
}
.form-group--inline {
  display: inline-block;
  vertical-align: top;
}
.form-label {
  font-size: 13px;
  display: block;
  padding-bottom: 3px;
}
.checkbox-inline {
  display: inline-block !important;
}
.input-group--field-fix input.form-control,
.input-group--field-fix select.form-control {
  position: static !important;
}
.input-group .btn {
  height: 30px;
  line-height: 1;
  vertical-align: middle;
  z-index: 3;
  padding-top: 0px;
  padding-bottom: 0px;
}
.input-group-btn:last-child > .btn {
  z-index: 3;
}
.input-group-btn--icon .btn > i {
  margin-right: 0px !important;
  vertical-align: baseline;
}
.button-group {
  margin-bottom: 10px;
}
.form-buttons {
  text-align: left;
  margin: 10px 0px;
}
.form-buttons .button,
.form-buttons .btn {
  margin-right: 8px;
  margin-bottom: 3px;
}
ul.ui-autocomplete {
  padding: 0px !important;
}
ul.ui-autocomplete .ui-menu-item a {
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 0px !important;
}
ul.ui-autocomplete .ui-menu-item a.ui-state-focus {
  border: 0px !important;
}
#listForm {
  border: 0px;
  background: transparent;
  margin-bottom: 30px;
}
#listForm:before,
#listForm:after {
  content: " ";
  display: table;
}
#listForm:after {
  clear: both;
}
#listForm:before,
#listForm:after {
  content: " ";
  display: table;
}
#listForm:after {
  clear: both;
}
#listForm .ui-tabs-panel {
  background-color: white;
  padding: 0px;
}
#listForm .vspacer {
  display: none;
}
.table-responsive--table-fix {
  border: 0px;
}
.table-responsive--table-fix > table {
  width: -webkit-calc(100% - 1px);
  width: calc(100% - 1px);
}
.jqgrid-responsive {
  max-width: -webkit-calc(100vw - 240px - 40px);
  max-width: calc(100vw - 240px - 40px);
  overflow-y: auto;
}
.jqgrid-responsive > .ui-jqgrid {
  overflow: hidden;
}
.jqgrid-responsive.jqgrid-responsive--in-popup {
  max-width: 100%;
}
body.nav-compact .jqgrid-responsive {
  max-width: -webkit-calc(100vw - 60px - 40px);
  max-width: calc(100vw - 60px - 40px);
  overflow-y: auto;
}
body.layout-white .jqgrid-responsive {
  max-width: -webkit-calc(100vw);
  max-width: calc(100vw);
}
div.ui-jqgrid .ui-th-column,
div.ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
  white-space: normal;
  line-height: 20px;
}
div.ui-jqgrid > .loading {
  margin-top: -13px;
}
div.ui-jqgrid table.ui-jqgrid-htable {
  border-color: #eee;
}
div.ui-jqgrid table.ui-jqgrid-htable > thead > tr > th {
  background-color: #fafafa !important;
  color: #000;
  font-family: 'MuseoSans';
  font-weight: 500;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: background ease-in-out 0.35s, color ease-in-out 0.35s;
          transition: background ease-in-out 0.35s, color ease-in-out 0.35s;
}
div.ui-jqgrid table.ui-jqgrid-htable > thead > tr > th > div {
  height: auto;
}
div.ui-jqgrid table.ui-jqgrid-htable > thead > tr > th:hover {
  background-color: #f8a94c !important;
  color: white;
}
div.ui-jqgrid .ui-jqgrid-titlebar {
  border: 0px;
  border-radius: 0px;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
div.ui-jqgrid .ui-icon-desc {
  top: 50%;
  margin-top: -6px;
}
div.ui-jqgrid .ui-icon-asc {
  margin-top: -12px;
  height: 17px;
  top: 50%;
}
div.ui-jqgrid tr.jqgrow td {
  height: 30px;
  line-height: 30px;
  padding: 0px 8px 0px 8px;
  font-size: 12px;
}
div.ui-jqgrid .ui-state-hover {
  background-color: #f8a94c;
  border: 1px solid #fac17d;
}
div.ui-jqgrid .ui-jqgrid-pager {
  height: 35px;
  font-size: 12px;
  border-top: 0px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
div.ui-jqgrid .ui-jqgrid-pager .ui-pager-control > table > tbody > tr > td {
  width: 50% !important;
}
div.ui-jqgrid .ui-jqgrid-pager .ui-pager-control > table > tbody > tr > td:first-child,
div.ui-jqgrid .ui-jqgrid-pager .ui-pager-control > table > tbody > tr > td:last-child {
  width: 25% !important;
}
div.ui-jqgrid .ui-jqgrid-pager .ui-pg-table td.ui-state-hover {
  border: 0px !important;
  border-radius: 0px !important;
}
ul.dropdown-menu {
  border-radius: 0px;
  border: 1px solid #e4e4e4;
  padding: 0px;
}
ul.dropdown-menu > li > a {
  padding: 6px 20px;
}
.expandButton-container {
  position: relative;
  overflow: visible !important;
}
.expandButton-container * {
  overflow: visible !important;
}
a.expandButton {
  background-color: #f8a94c;
  color: white;
  border: 1px solid #f8a94c;
  -webkit-transition: all ease-in-out 0.35s;
          transition: all ease-in-out 0.35s;
  background-image: none !important;
  position: relative;
  margin: 0px;
}
a.expandButton:active,
a.expandButton:focus,
a.expandButton:hover {
  background-color: #f6911b;
  color: white !important;
  border: 1px solid #f8a94c !important;
}
a.expandButton:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  content: '';
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}
a.expandButton + .expandDiv {
  background-image: none;
  width: 100%;
  padding: 0px;
  border: 0px !important;
  right: 0px;
  top: 100%;
}
a.expandButton + .expandDiv a {
  padding: 7px;
  border: 0px;
  border-top: 1px solid #fac17d;
  color: white !important;
  background-color: #f8a94c;
  -webkit-transition: all ease-in-out 0.35s;
          transition: all ease-in-out 0.35s;
}
a.expandButton + .expandDiv a:active,
a.expandButton + .expandDiv a:focus,
a.expandButton + .expandDiv a:hover {
  background-color: #f6911b;
  color: white !important;
}
a.expandButton + .expandDiv a:last-child {
  border-top: 0px;
}
.ui-dialog-content {
  font-size: 12px;
}
.ui-dialog-content--colour-grey {
  background-color: #fafafa;
}
.ui-dialog .ui-dialog-content--colour-grey {
  background-color: #fafafa;
}
.ui-dialog-content__padded {
  padding: 10px;
  padding-bottom: 40px;
}
.ui-dialog .ui-resizable-se {
  z-index: 99999 !important;
}
.calendar-picker-container {
  width: 100%;
  max-width: 300px;
}
.calendar-picker-container td {
  border: 0px !important;
  padding: 0px !important;
  padding-right: 10px !important;
}
.calendar-picker-container .calendarDateInput {
  width: 100%;
}
.calendar-picker-container i {
  font-size: 18px;
}
#ui-datepicker-div {
  z-index: 20000 !important;
}
div.ui-widget.ui-datepicker {
  padding: 0px;
}
div.ui-widget.ui-datepicker .ui-datepicker-header {
  border-radius: 0px;
  border: 0px;
}
div.ui-widget.ui-datepicker select.ui-datepicker-month,
div.ui-widget.ui-datepicker select.ui-datepicker-year {
  height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}
div.ui-widget.ui-datepicker .ui-datepicker-prev,
div.ui-widget.ui-datepicker .ui-datepicker-next {
  text-align: center;
  top: 2px !important;
}
div.ui-widget.ui-datepicker .ui-datepicker-prev span,
div.ui-widget.ui-datepicker .ui-datepicker-next span {
  display: none;
}
div.ui-widget.ui-datepicker .ui-datepicker-prev:before,
div.ui-widget.ui-datepicker .ui-datepicker-next:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: "FontAwesome" !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  line-height: 36px;
  font-size: 16px;
}
div.ui-widget.ui-datepicker .ui-datepicker-prev {
  left: 2px !important;
}
div.ui-widget.ui-datepicker .ui-datepicker-prev:before {
  content: '\f053';
}
div.ui-widget.ui-datepicker .ui-datepicker-next {
  right: 2px !important;
}
div.ui-widget.ui-datepicker .ui-datepicker-next:before {
  content: '\f054';
}
div.ui-widget.ui-datepicker .ui-state-highlight {
  background-color: #ccc;
}
.ui-widget .ui-widget-header > a {
  border: 0px !important;
}
table.table--last-col-buttons tr td:last-child {
  text-align: center;
}
table.table--last-col-buttons tr td:last-child .button:first-child {
  margin-bottom: 5px;
}
table.dataDisplay * {
  font-family: 'MuseoSans';
  font-weight: 500;
}
table.dataDisplay th {
  border-top: 0;
  border-bottom: 1px solid #ddd;
  color: #000;
  background-color: #f1f1f1;
  text-align: right;
  position: relative;
  padding-right: 20px;
  -webkit-transition: all ease 0.2s;
          transition: all ease 0.2s;
  position: static;
  padding: 15px;
  font-weight: 700;
}
table.dataDisplay th b {
  font-weight: 400;
}
table.dataDisplay th:first-child {
  border-left: 1px solid #e4e4e4;
}
table.dataDisplay.small td,
table.dataDisplay.small th {
  padding: 10px;
}
table.dataDisplay tr:first-child th {
  border-top: 1px solid #e4e4e4;
}
table.dataDisplay th:after {
  /*content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    background-color: #E4E4E4;
    height: 60%;
    width: 1px;
    top: 20%;*/
}
table.dataDisplay tr:hover th:after {
  background-color: transparent;
}
table.dataDisplay td {
  padding: 15px;
  border: 1px solid #e4e4e4;
  background-color: transparent;
}
table.dataDisplay tr:hover td,
table.dataDisplay.small tr:hover td {
  /*color: #000;*/
}
table.dataDisplay.small.tiny > tr > td,
table.dataDisplay.small.tiny > tr > th,
table.dataDisplay.small.tiny > tbody > tr > td,
table.dataDisplay.small.tiny > tbody > tr > th {
  font-size: 13px;
  padding: 7px 20px 7px 10px;
  border: 1px solid #fafafa;
}
/*table.dataDisplay.small.tiny tr:nth-child(odd), table.dataDisplay.small.tiny tr:nth-child(odd) {
    background-color: #f0f0f0;
}*/
table.dataDisplay a.button:hover {
  color: #fff;
}
table.dataDisplay .dataDisplay-btn-x.ui-button {
  color: #000;
  border-color: #e4e4e4;
}
table.dataDisplay .dataDisplay-btn-x.ui-button:hover {
  color: #fff;
  border-color: #ec6767;
  background-color: #ec6767;
}
/*  ==========================================================================
Notifications
    ========================================================================== */
span.notification {
  background-color: #9acdc7;
  border: 1px solid #78bcb4;
  color: white !important;
  padding: 10px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 13px;
}
span.notification * {
  color: white;
}
span.notification:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: "FontAwesome" !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f129';
  font-size: 1.1em;
  margin-right: 10px;
}
span.notification-success,
#saveSuccess {
  background-color: #a4d266;
  border: 1px solid #8dc63f;
  color: white;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  display: inline-block;
}
span.notification-success:before,
#saveSuccess:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: "FontAwesome" !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f00c';
  font-size: 1.1em;
  margin-right: 10px;
}
span.notification-success img,
#saveSuccess img {
  display: none;
}
.date-picker-inline__icon {
  margin-left: 5px;
  font-size: 15px;
}
.ui-tabs {
  padding: 0px;
  border: 0px;
  background-image: none;
  background-color: transparent;
}
.ui-tabs ul.ui-tabs-nav {
  border-radius: 0px !important;
  border: 0px;
  background-image: none;
  background-color: transparent;
  padding: 0px;
}
.ui-tabs ul.ui-tabs-nav > li {
  background-color: #E5E5E5;
  -webkit-transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border ease-in-out 0.35s;
          transition: color ease-in-out 0.3s, background ease-in-out 0.3s, border ease-in-out 0.35s;
  min-width: 120px;
  font-size: 14px;
  border: 1px solid #E5E5E5;
  text-align: center;
}
.ui-tabs ul.ui-tabs-nav > li > a {
  display: block;
  float: none;
  text-align: center;
  padding: 8px;
  -webkit-transition: color ease-in-out 0.3s;
          transition: color ease-in-out 0.3s;
}
.ui-tabs ul.ui-tabs-nav > li:hover,
.ui-tabs ul.ui-tabs-nav > li.ui-tabs-active {
  color: white;
  background-color: #f8a94c;
  border: 1px solid #f8a94c;
}
.ui-tabs ul.ui-tabs-nav > li .tab-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.ui-tabs .ui-tabs-panel {
  background-color: white;
  padding: 10px;
  border: 1px solid #e4e4e4;
}
.ui-tabs .ui-tabs-panel:before,
.ui-tabs .ui-tabs-panel:after {
  content: " ";
  display: table;
}
.ui-tabs .ui-tabs-panel:after {
  clear: both;
}
.ui-tabs .ui-tabs-panel:before,
.ui-tabs .ui-tabs-panel:after {
  content: " ";
  display: table;
}
.ui-tabs .ui-tabs-panel:after {
  clear: both;
}
@media (max-width: 767px) {
  .ui-tabs--responsive ul.ui-tabs-nav > li {
    width: 100%;
  }
  .ui-tabs--responsive ul.ui-tabs-nav > li > a {
    text-align: left;
    padding: 8px 14px;
  }
}
/**
 * Tabs
 */
.nav-tabs {
  font-family: 'MuseoSans';
}
.nav-tabs * {
  font-family: 'MuseoSans';
}
.nav-tabs > li {
  min-width: 120px;
  margin: 1px .2em 0 0;
  text-align: center;
}
.nav-tabs > li > a {
  font-weight: 500;
  padding: 10px;
  color: #454545;
  font-size: 14px;
  line-height: 1.3;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #e4e4e4;
  border: 0px;
  -webkit-transition: background ease 0.35s, color ease 0.35s;
          transition: background ease 0.35s, color ease 0.35s;
}
.nav-tabs > li.active > a {
  background-color: #f8a94c !important;
  color: white !important;
  border: 0px !important;
}
/** --------------- Vertical Tabs ----------- **/
.ui-tabs.ui-tabs-vertical {
  width: 100%;
  border: 1px solid #e4e4e4;
  background-color: white;
}
.ui-tabs.ui-tabs-vertical.ui-tabs-vertical-full {
  max-width: 100%;
}
.ui-tabs.ui-tabs-vertical:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  bottom: 0px;
  background-color: #f1f1f1;
  z-index: 0;
  display: block;
  border-right: 1px solid #e4e4e4;
}
.ui-tabs.ui-tabs-vertical > .ui-tabs-nav {
  padding: 0px;
  float: left;
  width: 200px;
  position: relative;
  z-index: 1;
  border-right: 1px solid #e4e4e4;
}
.ui-tabs.ui-tabs-vertical > .ui-tabs-nav > li {
  clear: left;
  width: 100%;
  margin: 0px;
  background-color: #f1f1f1;
  border-radius: 0px !important;
  border: 0px;
  border-bottom: 1px solid #ccc;
}
.ui-tabs.ui-tabs-vertical > .ui-tabs-nav > li:last-child {
  border: 0px !important;
}
.ui-tabs.ui-tabs-vertical > .ui-tabs-nav > li > a {
  display: block;
  text-align: left;
  white-space: normal;
  padding: 14px 14px !important;
}
.ui-tabs.ui-tabs-vertical > .ui-tabs-nav > li.ui-tabs-active,
.ui-tabs.ui-tabs-vertical > .ui-tabs-nav > li:hover {
  border: 0px;
  border-bottom: 1px solid #f8a94c;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-panel {
  background-color: white;
  border: 0px;
  padding: 20px;
  float: left;
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
}
.ui-tabs.ui-tabs-vertical div.descriptionDiv {
  float: none;
  width: 100%;
  text-align: left;
  padding-left: 0px;
  margin-top: 10px;
}
.ui-tabs.ui-tabs-vertical .inputData {
  float: none;
}
/** -------------./ Vertical Tabs ----------- **/
/**
 * Responsive Tabs
 */
.responsive-tabs.ui-tabs .accordion-header {
  display: none;
}
.responsive-tabs .accordion-header {
  font-size: 1.4em;
}
.responsive-tabs .ui-accordion .ui-accordion-content {
  padding: 0px;
}
@media (min-width: 1200px) {
  .responsive-tabs .accordion-tab-content > div {
    min-height: 800px;
  }
}
.multiselect-responsive > button {
  width: 100% !important;
  padding: 5px;
  font-size: 12px;
  border: 1px solid #e4e4e4;
}
.multiselect-responsive > button.ui-widget {
  background-color: white;
  color: #555555;
  border: 1px solid #e4e4e4;
  -webkit-transition: all ease 0.35s;
          transition: all ease 0.35s;
}
.multiselect-responsive > button.ui-widget.ui-state-hover {
  background-color: #f8a94c;
  color: white;
}
.ui-multiselect-menu.ui-widget {
  padding: 0px;
}
.ui-multiselect-menu.ui-widget .ui-widget-header .ui-multiselect-filter {
  float: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ui-multiselect-menu.ui-widget .ui-widget-header .ui-multiselect-filter * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ui-multiselect-menu.ui-widget .ui-widget-header .ui-multiselect-filter input {
  display: block;
  width: 100%;
  height: auto;
  padding: 5px;
}
.ui-multiselect-menu.ui-widget .ui-widget-header ul a {
  -webkit-transition: all ease 0.35s;
          transition: all ease 0.35s;
}
.ui-multiselect-menu.ui-widget .ui-widget-header ul a:hover {
  color: white;
}
.ui-multiselect-menu.ui-widget .ui-multiselect-checkboxes {
  margin: 3px;
}
.ui-multiselect-menu.ui-widget .ui-multiselect-checkboxes li label {
  border: 0px;
}
.ui-multiselect-menu.ui-widget .ui-multiselect-checkboxes li label.ui-state-hover {
  border: 0px;
}
/*  ==========================================================================
    Tiny MCE - 3.5.10
    ========================================================================== */
span.defaultSkin table.mceLayout {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
span.defaultSkin table.mceLayout tr.mceLast td {
  border-bottom: 1px solid #ddd;
}
span.defaultSkin table.mceLayout tr.mceToolbar.mceFirst td {
  border-top: 1px solid #ddd;
}
span.defaultSkin table.mceLayout .mceIframeContainer {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
span.defaultSkin table.mceLayout .mceStatusbar {
  font-family: 'MuseoSans';
}
/*select:not(.form-control),
select:not(.ignore) {
  padding-right: 25px;
}*/
.ui-datepicker select {
  padding-right: 0px;
}
textarea.form-control {
  padding: 6px 10px;
  border-radius: 2px;
  border: 1px solid #e4e4e4;
}
/*  ==========================================================================
    Tiny MCE - 4.3.13 - when we're feeling brave we can enable this
    ========================================================================== */
div.mce-tinymce.mce-container {
  border-radius: 0px;
  border: 1px solid #e4e4e4;
}
div.mce-tinymce.mce-container .mce-widget.mce-btn {
  background: none;
  background-color: #f5f5f5;
}
div.mce-tinymce.mce-container .mce-ico {
  color: #666666;
}
div.mce-tinymce.mce-container .mce-btn {
  border-color: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.mce-tinymce.mce-container .mce-btn:hover,
div.mce-tinymce.mce-container .mce-btn.mce-active {
  background-color: #dcdcdc;
  -webkit-box-shadow: inset 0px -1px 1px 0px rgba(50, 50, 50, 0.5);
  box-shadow: inset 0px -1px 1px 0px rgba(50, 50, 50, 0.5);
}
div.mce-tinymce.mce-container .mce-btn-group .mce-first {
  border-left: 1px solid #f5f5f5;
}
div.mce-tinymce.mce-container .mce-btn-group .mce-last {
  border-right: 1px solid #f5f5f5;
}
div.mce-tinymce.mce-container .mce-panel,
div.mce-tinymce.mce-container.mce-panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  background-color: #f5f5f5;
  border-color: #fafafa;
}
div.mce-tinymce.mce-container.mce-panel {
  border: 1px solid #e4e4e4;
  overflow: hidden;
}
/**
 * Icons
*/
.mce-menu-item .mce-ico.mce-i-chart:before {
  content: "\e92a";
  font-family: 'icomoon' !important;
  display: inline-block;
}
.mce-window {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-width: 0px !important;
}
.mce-window .mce-window-head {
  background-color: #f8a94c !important;
  padding-top: 12px;
  padding-bottom: 12px;
}
.mce-window .mce-window-head .mce-title,
.mce-window .mce-window-head .mce-close {
  color: #fff !important;
}
.mce-window .mce-window-head .mce-title {
  font-size: 18px;
}
.mce-window .mce-window-head .mce-close i {
  color: #fff !important;
}
.mce-window .mce-foot {
  background-image: none !important;
}
.mce-window .mce-btn.mce-menubtn,
.mce-window .mce-menubtn.mce-active,
.mce-window .mce-menubtn.mce-active:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-image: none !important;
  background-color: #fff !important;
}
.mce-window .mce-btn {
  border-color: #c5c5c5 !important;
  background-image: none !important;
  -webkit-filter: none !important;
          filter: none !important;
}
.mce-window .mce-primary {
  background-color: #f8a94c !important;
  background-image: none;
  border-width: 0px !important;
}
.mce-window .mce-primary:hover {
  background-color: #f6911b;
}
.mce-window .mce-primary button {
  text-shadow: none !important;
}
html.touchevents div.mce-tinymce.mce-container .mce-btn:hover {
  -webkit-box-shadow: none;
  background-color: #f5f5f5;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
html.touchevents div.mce-tinymce.mce-container .mce-btn:hover.mce-active {
  background-color: #dcdcdc;
  -webkit-box-shadow: inset 0px -1px 1px 0px rgba(50, 50, 50, 0.5);
  box-shadow: inset 0px -1px 1px 0px rgba(50, 50, 50, 0.5) !important;
}
@media all and (max-width: 700px) {
  .mce-container,
  .mce-container *,
  .mce-widget,
  .mce-widget *,
  .mce-reset {
    white-space: normal !important;
  }
}
.mce-container input[name=single-image] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  margin-left: 30px !important;
  border: 0 !important;
}
/** -------------./ Forms ----------- **/
/** --------------- Pages ----------- **/
#clientFormContainer {
  max-width: 1400px;
}
#clientFormContainer #medicareSeparator {
  border-left: 0px;
  border-right: 0px;
}
#invoiceList {
  margin-bottom: 10px;
}
.page__client--overview #clientOverview_Appointments h3.title--medium {
  border-top: 1px solid #e4e4e4;
  padding-top: 20px;
  margin-top: 28px;
}
.page__client--overview #clientOverview_Appointments h3.title--medium:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border-top: 0px;
}
.questionnaires__question-list font {
  font-family: 'MuseoSans' !important;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  margin-top: -7px;
  margin-left: 5px;
  margin-right: 5px;
}
.questionnaires__question-list input {
  margin-left: 0px;
}
.questionnaires__question {
  margin-bottom: 15px;
}
.questionnaires__question label {
  margin-bottom: 5px;
}
.section-setup--settings-list {
  max-width: 987px;
}
/** -------------./ Pages ----------- **/
/** --------------- Components ----------- **/
.tile-grid-layout {
  clear: both;
  max-width: 1230px;
  /* Mobile
    /* ----------------------------- */
}
.tile-grid-layout--2-cols .tile-grid-layout__tile-col {
  width: 47.967479674796747967479674796748%;
  float: left;
}
.tile-grid-layout--2-cols .tile-grid-layout__tile-col + .tile-grid-layout__tile-col {
  margin-left: 4.0650406504065040650406504065041%;
}
.tile-grid-layout--3-cols .tile-grid-layout__tile-col {
  width: 30.623306233062330623306233062331%;
  float: left;
}
.tile-grid-layout--3-cols .tile-grid-layout__tile-col + .tile-grid-layout__tile-col {
  margin-left: 4.0650406504065040650406504065041%;
}
@media (max-width: 700px) {
  .tile-grid-layout--3-cols .tile-grid-layout__tile-col {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 20px;
  }
}
.tile-grid {
  /* Icon only Layout
    /* ---------------------------- */
  /* Below Desktop
    /* ----------------------------- */
  /* Mobile
    /* ----------------------------- */
}
.tile-grid--two-cols .tile-grid__tile {
  width: 48.670212765957446808510638297872%;
  float: left;
  position: relative;
}
.tile-grid--two-cols .tile-grid__tile:nth-child(even) {
  margin-right: 0px;
}
.tile-grid--small-tiles .tile-grid__tile {
  width: 200px;
  float: left;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}
.tile-grid__spacer--square {
  padding-bottom: 100%;
}
.tile-grid__spacer--rectangle {
  padding-bottom: 50%;
}
.tile-grid__content {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  padding: 20px 15px;
  text-decoration: none !important;
  display: block;
  background-color: #E5E5E5;
  color: #545454;
  word-wrap: break-word;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tile-grid__content:hover {
  background-color: #F8A94C;
  color: white;
}
.tile-grid__content:hover h2 {
  color: white;
}
.tile-grid__content.waves-effect {
  position: absolute;
}
.tile-grid__tile {
  margin-bottom: 2.6595744680851063829787234042553%;
  margin-right: 2.6595744680851063829787234042553%;
  position: relative;
  text-align: center;
}
.tile-grid__tile h2 {
  margin: 0px;
  font-size: 17px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tile-grid__tile--icon,
.tile-grid__tile--logo {
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Mobile
        /* ----------------------------- */
}
.tile-grid__tile--icon .tile-grid__content,
.tile-grid__tile--logo .tile-grid__content {
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #e3e3e3;
}
.tile-grid__tile--icon .tile-grid__content:hover,
.tile-grid__tile--logo .tile-grid__content:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.tile-grid__tile--icon .tile-grid__content:hover h2,
.tile-grid__tile--logo .tile-grid__content:hover h2 {
  color: #545454;
}
.tile-grid__tile--icon.no-logo .tile-grid__content:hover,
.tile-grid__tile--logo.no-logo .tile-grid__content:hover {
  background-color: #F8A94C;
}
.tile-grid__tile--icon.no-logo .tile-grid__content:hover h2,
.tile-grid__tile--logo.no-logo .tile-grid__content:hover h2 {
  color: white;
}
@media (max-width: 700px) {
  .tile-grid__tile--icon .tile-grid__content,
  .tile-grid__tile--logo .tile-grid__content {
    height: 160px;
  }
}
.tile-grid__tile--icon .tile-grid__tile-icon {
  font-size: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.tile-grid__tile--icon .tile-grid__content:hover {
  background-color: #F8A94C;
}
.tile-grid__tile--icon .tile-grid__content:hover h2 {
  color: white;
}
@media (max-width: 1000px) {
  .tile-grid--two-cols .tile-grid__tile {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
  .tile-grid--two-cols .tile-grid__spacer--square {
    padding-bottom: 50%;
  }
}
@media (max-width: 700px) {
  .tile-grid__content {
    position: static !important;
  }
  .tile-grid__tile {
    margin-right: 0px;
    float: none;
    width: 100%;
  }
  .tile-grid .tile-grid__spacer--rectangle,
  .tile-grid .tile-grid__spacer--square {
    display: none;
  }
  .tile-grid .layout-cell--bottom {
    vertical-align: middle !important;
  }
}
.jqplot-target {
  font-family: 'MuseoSans';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.ui-widget,
.ui-widget * {
  font-family: 'MuseoSans';
  font-weight: 500;
}
.ui-dialog {
  border-radius: 0px;
  padding: 0px;
  border: 0px;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 10px 20px;
  border: 0px;
  border-radius: 0px !important;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  font-size: 1.4em;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  right: 20px;
  background: none !important;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close span {
  display: none;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
  position: absolute;
  font-family: 'icomoon' !important;
  font-size: 1.3em;
  top: 0px;
  right: 2px;
  content: "\e939";
}
.ui-dialog .ui-dialog-content {
  background-color: white;
}
.popup-icon--information {
  font-size: 60px;
  color: #519de4;
}
.boxed-link-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
  font-family: 'MuseoSans';
  font-weight: 300;
  font-size: 14px;
  -webkit-box-shadow: 0px 5px 6px 1px rgba(115, 115, 115, 0.08);
          box-shadow: 0px 5px 6px 1px rgba(115, 115, 115, 0.08);
}
.boxed-link-list li {
  border: 1px solid #EEE;
  background-color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.boxed-link-list li a {
  display: block;
  padding: 15px;
  color: #505050;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.boxed-link-list li:hover {
  background-color: #78bcb4;
}
.boxed-link-list li:hover a {
  color: white;
}
.boxed-link-list li:first-child {
  border-top: 0px;
}
.boxed-link-list li + li {
  border-top: 0px;
}
.boxed-link-list__header {
  border-bottom: 2px solid #78bcb4;
  line-height: 40px;
  padding: 10px;
  font-weight: normal;
  color: #505050;
  font: 17px MuseoSans;
  font-weight: 500;
  margin: 0px 1px;
}
.boxed-link-list__header span {
  vertical-align: middle;
  font-size: 20px;
  margin-top: -2px;
  margin-right: 3px;
}
.layout-panel {
  background-color: white;
  border: 1px solid #E4E4E4;
  padding: 20px;
  margin-bottom: 10px;
}
.layout-panel > h3 {
  margin-top: 0px;
}
.layout-panel__sep {
  margin-left: -20px;
  margin-right: -20px;
  border: 0px;
  height: 1px;
  background-color: #E4E4E4;
  margin-top: 20px;
  margin-bottom: 20px;
}
.info-panel__field {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-size: 12px;
}
.info-panel__field:before,
.info-panel__field:after {
  content: " ";
  display: table;
}
.info-panel__field:after {
  clear: both;
}
.info-panel__field:before,
.info-panel__field:after {
  content: " ";
  display: table;
}
.info-panel__field:after {
  clear: both;
}
.info-panel__field > label {
  font-weight: 700;
  display: block;
  float: left;
  width: 150px;
}
.info-panel__field-wrapper {
  float: left;
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
}
.info-panel__field-wrapper textarea {
  max-width: 100%;
}
@media (min-width: 768px) {
  .info-panel .row:last-child .info-panel__field {
    border-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .info-panel__field-wrapper {
    float: none;
    width: 100%;
  }
  .info-panel .row:last-child .info-panel__field:last-child {
    border-bottom: 0px;
  }
}
.panel {
  border: 0px !important;
  font-family: 'MuseoSans';
  font-weight: 500;
  font-size: 14px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  /* Responsive
    /* --------------------- */
}
.panel--no-margin {
  margin-bottom: 0px;
}
.panel--bordered .panel-body {
  border: 1px solid #e4e4e4;
}
.panel--bordered .panel-heading {
  color: #f8a94c;
}
.panel-header {
  position: relative;
}
.panel-inner-header {
  border-bottom: 1px solid #E4E4E4;
  margin: 10px 0px;
  padding: 10px 15px;
  padding-bottom: 20px;
}
.panel-inner-header h2 {
  margin-bottom: 0px;
}
.panel .panel-body {
  font-size: 14px;
  line-height: 20px;
}
.panel .panel-body p {
  margin-top: 0px;
}
.panel .panel-body p:last-child {
  margin-bottom: 0px;
}
.panel__header-row {
  padding: 15px 20px;
  color: white;
  margin-bottom: -3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel__header-row h2 {
  margin: 0px;
  color: white;
}
.panel > .panel-heading {
  border: 0px;
  background-color: #fafafa;
  font-weight: 500;
  font-size: 18px;
}
.panel > .panel-heading h2 {
  margin-bottom: 0px;
}
.panel > .panel-heading--no-bg {
  background-color: transparent;
}
.panel .panel-body-wrapper {
  border-radius: 3px;
  clear: both;
  position: relative;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: 0px 5px 6px 1px rgba(115, 115, 115, 0.08);
          box-shadow: 0px 5px 6px 1px rgba(115, 115, 115, 0.08);
}
.panel .panel-body-wrapper > .list-group {
  margin-bottom: 0px;
}
.panel .panel-body-wrapper > .list-group > li:first-child {
  border-top: 0px;
}
.panel .panel-body-wrapper > .list-group > li {
  border-left: 0px;
  border-right: 0px;
}
.panel .panel-body-wrapper > .list-group > li:last-child {
  border-bottom: 0px;
}
.panel .panel-body-wrapper--no-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.panel .panel-body-wrapper > table {
  margin: 0px;
  border: 0px;
}
.panel .panel-body-inner {
  padding: 15px 20px;
}
.panel .panel-dropdown {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #E4E4E4;
}
.panel .panel-dropdown .dropdown > a {
  display: inline-block;
  padding: 0px 20px;
  line-height: 60px;
  height: 60px;
  font-size: 17px;
  font-family: 'MuseoSans';
  font-weight: 500;
  margin: 0px;
  border-bottom: 0px;
}
.panel .panel-dropdown ul.dropdown-menu {
  margin-top: -4px;
}
.panel--colour-orange > .panel-heading {
  color: #f8a94c;
}
.panel--colour-orange .panel-body-wrapper {
  border-top: 5px solid #f8a94c;
  background-image: url('../Images/panels/panel-triangle-orange.png');
  background-repeat: no-repeat;
  background-position: top right;
}
.panel--colour-blue > .panel-heading {
  color: #519de4;
}
.panel--colour-blue .panel-body-wrapper {
  border-top: 5px solid #519de4;
  background-image: url('../Images/panels/panel-triangle-blue.png');
  background-repeat: no-repeat;
  background-position: top right;
}
.panel--colour-teal > .panel-heading {
  color: #78bcb4;
}
.panel--colour-teal .panel-body-wrapper {
  border-top: 5px solid #78bcb4;
  background-image: url('../Images/panels/panel-triangle-teal.png');
  background-repeat: no-repeat;
  background-position: top right;
}
.panel--colour-teal .panel__header-row {
  background-color: #78bcb4;
}
.panel--colour-pink > .panel-heading {
  color: #e3028b;
}
.panel--colour-pink .panel-body-wrapper {
  border-top: 5px solid #e3028b;
  background-image: url('../Images/panels/panel-triangle-pink.png');
  background-repeat: no-repeat;
  background-position: top right;
}
.panel--no-panel-corner .panel-body-wrapper {
  background-image: none;
}
@media (max-width: 1199px) {
  .panel-heading > .core-icon {
    display: none;
  }
  .panel .panel-dropdown {
    height: 50px;
    line-height: 50px;
  }
  .panel .panel-dropdown .dropdown > a {
    font-size: 14px;
    white-space: nowrap;
    line-height: 50px;
    height: 50px;
  }
}
.bootbox.modal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bootbox.modal * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bootbox.modal .modal-header {
  background-color: #f8a94c;
  color: white;
  font-size: 16px;
  font-family: 'MuseoSans';
  -webkit-box-shadow: 0px 5px 6px 1px rgba(115, 115, 115, 0.08);
          box-shadow: 0px 5px 6px 1px rgba(115, 115, 115, 0.08);
}
.bootbox.modal .modal-content {
  border-radius: 4px;
  overflow: hidden;
}
.bootbox.modal .bootbox-close-button {
  opacity: 1;
  text-shadow: none;
  color: white;
  padding: 0px;
  background-color: transparent;
  border: 0px;
}
.bootbox.modal .bootbox-close-button:hover {
  color: white;
}
.bootbox.modal .modal-footer .core-btn {
  padding-top: 4px;
  padding-bottom: 4px;
  min-width: 70px;
}
.btn {
  -webkit-transition: all ease-in-out 0.35s;
          transition: all ease-in-out 0.35s;
  font-family: 'MuseoSans';
  font-weight: 400;
  display: inline-block;
  vertical-align: 0;
  padding: 9px 10px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
}
.btn--transparent-black {
  border-color: #282828;
  background-color: white;
  color: #282828;
}
.btn--transparent-black:active,
.btn--transparent-black:focus,
.btn--transparent-black:hover {
  background-color: #282828 !important;
  color: white !important;
}
.btn--white-on-black {
  background-color: white;
  color: #282828;
}
.btn--white-on-black:active,
.btn--white-on-black:focus,
.btn--white-on-black:hover {
  background-color: #282828 !important;
  color: white !important;
}
.btn--form-button {
  padding: 14px 10px;
  text-transform: uppercase;
  min-width: 180px;
}
@media (max-width: 767px) {
  .btn--form-button {
    padding: 10px 10px;
    min-width: 0px;
  }
}
.btn--bordered-orange {
  color: #f8a94c !important;
  border: 1px solid #f8a94c;
  background-color: white;
}
.btn--bordered-orange:active,
.btn--bordered-orange:focus,
.btn--bordered-orange:hover {
  background-color: #f8a94c;
  color: white !important;
}
.btn--bordered-white {
  color: #000 !important;
  border: 1px solid #e4e4e4;
  background-color: white;
}
.btn--bordered-white:active,
.btn--bordered-white:focus,
.btn--bordered-white:hover {
  background-color: #ddd;
  border: 1px solid #ddd;
}
.btn--bordered-red {
  color: #de5254 !important;
  border: 1px solid #de5254;
  background-color: white;
}
.btn--bordered-red:active,
.btn--bordered-red:focus,
.btn--bordered-red:hover {
  background-color: #de5254;
  border: 1px solid #de5254;
  color: white !important;
}
.btn--orange {
  background-color: #f8a94c;
  border: 1px solid #f8a94c;
  color: white;
}
.btn--orange:active,
.btn--orange:focus,
.btn--orange:hover {
  background-color: #f6911b;
  border: 1px solid #f6911b;
  color: white !important;
}
.btn--pink {
  background-color: #e3028b;
  border: 1px solid #e3028b;
  color: white;
}
.btn--pink:active,
.btn--pink:focus,
.btn--pink:hover {
  background-color: #b0026c;
  border: 1px solid #b0026c;
  color: white !important;
}
.btn--teal {
  background-color: #28a1a8;
  border: 1px solid #28a1a8;
  color: white;
}
.btn--teal:active,
.btn--teal:focus,
.btn--teal:hover {
  background-color: #1e7a7f;
  border: 1px solid #1e7a7f;
  color: white !important;
}
.btn--danger {
  background-color: #de5254;
  border: 1px solid #de5254;
  color: white;
}
.btn--danger:active,
.btn--danger:focus,
.btn--danger:hover {
  background-color: #d4292b;
  border: 1px solid #d4292b;
  color: white !important;
}
.btn > i {
  font-size: 0.9em;
  margin-right: 6px;
}
.btn--tiny {
  font-size: 12px;
  padding: 4px 10px;
}
.btn--small {
  font-size: 13px;
  padding: 6px 10px;
}
.btn--field {
  font-size: 13px;
  padding: 9px 10px;
  padding-bottom: 8px;
  height: 37px;
}
.btn--large {
  padding: 12px 15px;
}
.btn--full-width {
  width: 100%;
  margin-bottom: 5px;
}
.btn--standard {
  min-width: 120px;
  padding-left: 30px;
  padding-right: 30px;
}
.btn--icon {
  position: relative;
  min-width: 120px;
  padding-left: 30px;
  padding-right: 30px;
}
.btn--icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: "FontAwesome" !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all ease-in-out 0.35s;
          transition: all ease-in-out 0.35s;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
  position: absolute;
  top: 50%;
  margin-top: -7px;
}
.btn--icon:hover:before {
  opacity: 1 !important;
  -webkit-transform: translateX(-20px) !important;
      -ms-transform: translateX(-20px) !important;
          transform: translateX(-20px) !important;
}
.btn--icon-erase:before {
  content: '\f12d';
}
.btn--icon-cancel:before {
  content: '\f00d';
}
.btn--icon-save:before {
  content: '\f00c';
}
.btn--icon-plus:before {
  content: '\f067';
}
.btn--icon-print:before {
  content: '\f02f';
}
.btn--icon-undo:before {
  content: '\f0e2';
}
.btn--icon-categories:before {
  content: '\f03a';
}
.btn--icon-trash:before {
  content: '\f014';
}
.btn--icon-search:before {
  content: '\f002';
}
.btn--icon-download:before {
  content: '\f019';
}
.btn--icon-back:before {
  content: '\f177';
}
.btn--icon-message:before {
  content: '\f086';
}
.btn--icon-money:before {
  content: '\f09d';
}
/*.btn-small {
  display: inline-block;
  padding: 5px 10px;
  color: #fff !important;
  background-color: #28A1B0;
  border-radius: 2px;
  margin: 0;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
}
.btn-small:hover {
  color: #fff !important;
  background-color: #2496A5;
}*/
.core-btn {
  display: inline-block;
  vertical-align: 0;
  padding: 9px 10px;
  -webkit-transition: all ease-in-out 0.35s;
          transition: all ease-in-out 0.35s;
  font-family: 'MuseoSans';
  font-size: 14px;
  font-weight: 500;
  margin-top: -1px;
  text-align: center;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
}
.core-btn--orange {
  background-color: #f8a94c;
  border: 1px solid #f8a94c;
  color: white;
}
.core-btn--orange:active,
.core-btn--orange:focus,
.core-btn--orange:hover {
  background-color: #f6911b;
  border: 1px solid #f6911b;
  color: white !important;
}
.core-btn--danger {
  background-color: #de5254;
  border: 1px solid #de5254;
  color: white;
}
.core-btn--danger:focus,
.core-btn--danger:active,
.core-btn--danger:hover {
  background-color: #d4292b;
  border: 1px solid #d4292b;
  color: white !important;
}
.core-btn--success {
  background-color: #8dc63f;
  border: 1px solid #8dc63f;
  color: white;
}
.core-btn--success:active,
.core-btn--success:focus,
.core-btn--success:hover {
  background-color: #72a230;
  border: 1px solid #72a230;
  color: white !important;
}
.core-btn--teal {
  background-color: #28a1a8;
  border: 1px solid #28a1a8;
  color: white;
}
.core-btn--teal:hover {
  background-color: #1e7a7f;
  border: 1px solid #1e7a7f;
  color: white !important;
}
.core-btn--pink {
  background-color: #e3028b;
  border: 1px solid #e3028b;
  color: white;
}
.core-btn--pink:hover {
  background-color: #b0026c;
  border: 1px solid #b0026c;
  color: white !important;
}
.core-btn--default {
  background-color: #ddd;
  border: 1px solid #ddd;
  color: #000;
}
.core-btn--default:hover {
  background-color: #c4c4c4;
  border: 1px solid #c4c4c4;
  color: #000 !important;
}
.core-btn--white {
  color: #000 !important;
  border: 1px solid white;
  background-color: white;
}
.core-btn--white:hover {
  background-color: #ddd;
  border: 1px solid #ddd;
}
.core-btn--transparent-grey {
  color: #555;
  border: 1px solid #555;
  background-color: white;
}
.core-btn--transparent-grey:hover {
  background-color: #555;
  color: white !important;
}
.core-btn--tiny {
  font-size: 12px;
  padding: 4px 10px;
}
.core-btn--small {
  font-size: 13px;
  padding: 6px 10px;
}
.core-btn--large {
  padding: 12px 15px;
}
.core-btn--full-width {
  width: 100%;
  margin-bottom: 5px;
}
.core-btn > i {
  font-size: 0.9em;
  margin-right: 6px;
}
.core-btn--icon-only {
  text-align: center;
}
.core-btn--icon-only > i {
  margin-right: 0px;
}
.button {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
}
.button.ui-state-default {
  background-image: none !important;
}
.button.button--slim .ui-button-text {
  padding-top: 3px;
  padding-bottom: 3px;
}
.button ~ .hspacer {
  display: none;
}
.btn-spacer--bottom .btn {
  margin-bottom: 2px;
}
.btn-spacer--block .btn {
  width: 100%;
}
.button.btn .ui-button-text {
  padding: 0px !important;
  line-height: 1;
  display: inline !important;
}
.button.button--classic-icon {
  background-color: #555555 !important;
}
.button.button--classic-icon .ui-icon {
  display: inline-block !important;
}
.input-group .input-group-btn button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.colorpicker {
  background-color: white;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: 0px 5px 6px 1px rgba(115, 115, 115, 0.08);
          box-shadow: 0px 5px 6px 1px rgba(115, 115, 115, 0.08);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.colorpicker * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.colorpicker input {
  height: auto !important;
  padding: 0px !important;
  border: 0px !important;
}
.colorpicker_color {
  border: 1px solid #808080;
}
.colorpicker.small {
  width: 210px;
}
.layout-grid:before,
.layout-grid:after {
  content: " ";
  display: table;
}
.layout-grid:after {
  clear: both;
}
.layout-grid:before,
.layout-grid:after {
  content: " ";
  display: table;
}
.layout-grid:after {
  clear: both;
}
.layout-grid__col {
  float: left;
}
.layout-grid--two-col .layout-grid__col {
  width: 48.717948717948717948717948717949%;
  margin-right: 2.5641025641025641025641025641026%;
}
.layout-grid--two-col .layout-grid__col:nth-child(even) {
  margin-right: 0px;
}
@media (max-width: 767px) {
  .layout-grid--two-col .layout-grid__col {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.layout-grid__three-col {
  max-width: 1200px;
}
.layout-grid__three-col .layout-grid__col {
  width: 31.623931623931623931623931623932%;
  margin-right: 2.5641025641025641025641025641026%;
}
.layout-grid__three-col .layout-grid__col:nth-child(3n) {
  margin-right: 0px;
}
@media (max-width: 767px) {
  .layout-grid__three-col .layout-grid__col {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.layout-grid--wide-with-sidebar .layout-grid__col {
  width: 68.717948717948717948717948717949%;
  margin-right: 2.5641025641025641025641025641026%;
}
.layout-grid--wide-with-sidebar .layout-grid__col:nth-child(even) {
  margin-right: 0px;
  width: 28.717948717948717948717948717948%;
}
@media (max-width: 1199px) {
  .layout-grid--wide-with-sidebar .layout-grid__col {
    width: 48.717948717948717948717948717949%;
  }
  .layout-grid--wide-with-sidebar .layout-grid__col:nth-child(even) {
    width: 48.717948717948717948717948717949%;
  }
}
@media (max-width: 767px) {
  .layout-grid--wide-with-sidebar .layout-grid__col {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.layout-grid .pageHeader {
  margin-bottom: 5px;
}
.ui-widget.ui-chatbox {
  padding: 0px;
  bottom: 25px;
  z-index: 10;
}
.ui-widget.ui-chatbox .ui-chatbox-titlebar {
  padding: 5px 10px;
  height: auto;
  font-size: 15px;
}
.ui-widget.ui-chatbox .ui-chatbox-log {
  width: 100% !important;
  border-top: 0px !important;
  padding: 5px;
}
.ui-widget.ui-chatbox .ui-chat-message:before,
.ui-widget.ui-chatbox .ui-chat-message:after {
  content: " ";
  display: table;
}
.ui-widget.ui-chatbox .ui-chat-message:after {
  clear: both;
}
.ui-widget.ui-chatbox .ui-chat-message:before,
.ui-widget.ui-chatbox .ui-chat-message:after {
  content: " ";
  display: table;
}
.ui-widget.ui-chatbox .ui-chat-message:after {
  clear: both;
}
.ui-widget.ui-chatbox .ui-widget-header {
  border: 0px;
}
.ui-widget.ui-chatbox .ui-chatbox-msg.message-type--self,
.ui-widget.ui-chatbox .ui-chatbox-msg.message-type--user {
  font-size: 12px;
  background-color: #f4f4f4;
  padding: 5px 10px;
}
.ui-widget.ui-chatbox .ui-chatbox-msg.message-type--self b,
.ui-widget.ui-chatbox .ui-chatbox-msg.message-type--user b {
  display: none;
}
.ui-widget.ui-chatbox .ui-chatbox-msg.message-type--user {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-left: -5px;
}
.ui-widget.ui-chatbox .ui-chatbox-msg.message-type--self {
  float: right;
  color: white;
  background-color: #78bcb4;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-right: -5px;
}
.ui-widget.ui-chatbox .ui-chatbox-msg.message-type--system {
  text-transform: uppercase;
  font-weight: 500;
}
.ui-widget.ui-chatbox .ui-chatbox-msg.message-type--system i {
  font-style: normal;
}
.ui-widget.ui-chatbox .ui-chatbox-input {
  padding: 0px;
  border-top: 0px;
  max-width: 100% !important;
}
.ui-widget.ui-chatbox .ui-chatbox-input textarea {
  width: 100% !important;
  border: 0px;
}
.table thead th {
  text-align: center;
  font-size: 14px;
  background-color: #fafafa !important;
  height: 40px;
  line-height: 40px;
}
.table tbody td {
  font-size: 13px;
  padding: 12px;
}
.table-responsive--force-full > table {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  width: 99% !important;
}
.table.table-hover tr {
  -webkit-transition: background ease 0.35s, color ease 0.35s;
          transition: background ease 0.35s, color ease 0.35s;
}
table.dataDisplay th {
  text-align: left;
}
table.dataDisplay tr:hover td {
  color: #000;
}
table.navbutton {
  margin-bottom: 10px;
}
table.navbutton td a {
  border: 0px;
  background-color: #e4e4e4;
  padding: 5px 10px;
  display: inline-block;
  color: #333;
  -webkit-transition: all ease-in-out 0.35s;
          transition: all ease-in-out 0.35s;
}
table.navbutton td a:hover {
  background-color: #cbcbcb;
}
.tag {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.tag--new {
  background-image: url('../images/trueagency/icon-new@2x.png');
  width: 36px;
  height: 15px;
  background-size: 36px 15px;
}
.tag--beta {
  width: 36px;
  height: 15px;
  background-image: url('../images/trueagency/icon-beta@2x.png');
  background-size: 36px 15px;
}
.pageHeader {
  background-image: none;
  border: 0;
  border-radius: 0px;
  background-color: white;
  margin: 0;
  padding: 0;
  margin-top: -20px;
  margin-left: -20px;
  padding-left: 25px;
  margin-right: -20px;
}
/*.page-header,
.pageHeader {
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 5px 6px 1px rgba(115, 115, 115, 0.08);
          box-shadow: 0px 5px 6px 1px rgba(115, 115, 115, 0.08);
  border-bottom: 1px solid #e4e4e4;
  height: 60px;
  line-height: 60px;
  color: #000;
  font-family: 'MuseoSans';
  font-weight: 500;
  font-size: 23px;
  width: 100%;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
}*/
/*@media (max-width: 767px) {
  .page-header,
  .pageHeader {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 30px;
  }
}
.ie9 .page-header {
  width: 100% !important;
}
.pageHeader.small {
  width: 100%;
  margin: 0px;
  background: transparent;
  margin-top: 0px;
  border: 0px;
  padding: 0px;
}
.page-header {
  display: table;
  table-layout: fixed;
  background-color: white;
  padding-left: 25px;
  margin-right: -20px;
  margin-top: -20px;
  margin-left: -20px;
}
.page-header .breadcrumb-sep {
  color: #e4e4e4;
}
.page-header .btn {
  vertical-align: middle;
  margin-left: 10px;
}
.page-header__col {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  height: 100%;
  font-size: 23px;
}
.page-header__col.page-header__col--breadcrumbs {
  text-align: right;
  font-size: 13px;
  padding-right: 25px;
}
.page-header__col.page-header__col--breadcrumbs:not(.always-show) {
  display: none !important;
}
@media (max-width: 991px) {
  .page-header {
    display: block;
    height: auto;
  }
  .page-header__col {
    display: block;
    text-align: center !important;
    padding: 10px !important;
    width: 100%;
    height: auto;
    line-height: 40px;
  }
  .page-header__col.page-header__col--title {
    line-height: 20px;
    padding-bottom: 5px !important;
  }
  .page-header__col.page-header__col--breadcrumbs {
    line-height: 20px;
    padding-top: 0px !important;
  }
  .page-header__col:first-child {
    padding-bottom: 0px;
  }
  .page-header__col:last-child {
    padding-top: 0px;
  }
}
.main-content > form > .page-header,
.main-content > .page-header,
.page-header--small-margin,
.main-content > .pageHeader {
  margin-top: -6px;
}
.layout-frame .page-header,
.layout-frame .pageHeader {
  margin-top: -1px;
}*/
ul.trial-options {
  padding-left: 0px;
  margin: 0px;
  margin-top: 20px;
  font-family: 'MuseoSans';
  font-weight: 500;
}
ul.trial-options > li {
  width: 50%;
  padding: 11px;
  min-width: 0px;
  margin-top: 0px !important;
}
ul.trial-options > li .icon-check {
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url("../images/check-inactive.png");
  background-size: 34px 34px;
  -webkit-background-size: 34px 34px;
}
ul.trial-options > li.li.is-active .icon-check {
  background-image: url("../images/check-active.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  ul.trial-options > li .icon-check {
    background-image: url("../images/check-inactive@2x.png");
  }
  ul.trial-options > li.is-active .icon-check {
    background-image: url("../images/check-active@2x.png");
  }
}
ul.trial-options > li a.option-box {
  margin: 0px;
}
ul.trial-options > li a.option-box .option-box__contents {
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
ul.trial-options > li a.option-box .option-box__contents-col {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 50%;
  padding: 0px 5px;
}
ul.trial-options > li a.option-box .option-box__name-block {
  text-align: center;
}
ul.trial-options > li a.option-box .option-box__name-block .option-box__name {
  font-weight: bold;
  font-size: 1.3em;
  display: block;
  margin-top: 3px;
}
ul.trial-options > li a.option-box .option-box__description {
  text-align: left;
}
ul.trial-options > li a.option-box .option-box__description p {
  margin: 0px;
  font-size: 1.1em;
}
.sidebar-nav {
  height: 100%;
}
.sidebar-nav__signup {
  background-color: #28A1A9;
  position: relative;
}
.sidebar-nav__signup-message {
  text-align: center;
  padding: 12px 40px 10px 40px;
  font-weight: 100;
  letter-spacing: 0.7px;
  margin-top: 0px;
}
.sidebar-nav__signup-message a {
  text-decoration: underline;
  font-weight: 300;
  color: #fff;
}
.sidebar-nav__signup-separator {
  position: absolute;
  padding: 0 5px;
  left: 45%;
  bottom: 51px;
  z-index: 1;
}
.sidebar-nav__signup .btn {
  display: block;
  color: #fff;
  padding: 20px 0;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  background-color: #28A1A9;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sidebar-nav__signup .btn:hover {
  background-color: #1e7a80;
}
.sidebar-nav__signup .btn::before,
.sidebar-nav__signup .btn::after {
  content: '';
  position: absolute;
  width: 45%;
  height: 0px;
  top: 0;
  border-top: 1px solid #71C0C5;
}
.sidebar-nav__signup .btn::before {
  left: 0;
}
.sidebar-nav__signup .btn::after {
  right: 0;
}
.sidebar-nav__signup .btn.freemium-False::before,
.sidebar-nav__signup .btn.freemium-False::after {
  display: none;
}
.sidebar-nav__signup .btn i {
  font-size: 16px;
  position: relative;
  top: 2px;
}
.sidebar-nav__footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.sidebar-nav__footer ul.child {
  display: none;
  padding: 5px 30px;
}
.sidebar-nav__footer ul.child li a {
  font-weight: 500;
}
.sidebar-nav__footer .fa-sign-out {
  padding-right: 0px;
}
.is-compact .sidebar-nav__signup-text {
  display: none;
}
.client-header__profile {
  display: inline-block;
  vertical-align: middle;
  width: 155px;
  height: 155px;
  background-image: url('../Images/trueagency/coreplus-logo-placeholder.png');
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: contain !important;
  background-color: white !important;
  border-radius: 50%;
  border: 1px solid #e4e4e4;
  margin-right: 10px;
}
.client-menu__details .client-additional-info:before,
.client-menu__details .client-additional-info:after {
  content: " ";
  display: table;
}
.client-menu__details .client-additional-info:after {
  clear: both;
}
.client-menu__details .client-additional-info:before,
.client-menu__details .client-additional-info:after {
  content: " ";
  display: table;
}
.client-menu__details .client-additional-info:after {
  clear: both;
}
.client-menu__details .client-additional-info-line {
  float: left;
  width: 50%;
  margin-bottom: 15px;
}
.client-menu__details .client-additional-info-line:nth-child(3n) {
  float: none;
}
.coreplus-client-menu {
  border-left: 3px solid #f8a94c;
}
.client-menu__overview {
  padding: 0px 15px;
  border-bottom: 1px solid #4c4c4e;
  color: #fff;
}
.client-menu__overview--small {
  position: relative;
  cursor: pointer;
}
.client-menu__overview--small:after {
  content: '\f105';
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: middle;
  height: 11px;
  width: 7px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  -webkit-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}
.client-menu__overview--small .client-menu__col {
  padding-bottom: 5px;
}
.client-menu__overview--small .client-menu__profile {
  width: 20px;
  height: 20px;
}
.client-menu__link-to {
  padding-left: 35px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 10px;
}
.client-menu__name {
  display: table;
  width: 100%;
  color: #fff;
  font-family: 'MuseoSans';
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  table-layout: fixed;
}
.client-menu__col {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 5px;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}
.client-menu__col:first-child {
  padding-left: 0px;
}
.client-menu__col:last-child {
  padding-right: 10px;
}
.client-menu__arrow {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 5px;
  width: 10px;
}
.client-menu__profile {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-image: url('../Images/trueagency/coreplus-logo-placeholder.png');
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: contain !important;
  border-radius: 50%;
  border: 1px solid #e4e4e4;
}
.is-compact .client-menu__overview {
  padding: 0;
}
.is-compact .client-menu__overview--small .client-menu__col:last-child {
  display: none;
}
.is-compact .client-menu__details {
  display: none;
}
.is-compact .client-menu__col-name {
  display: none;
}
.is-compact .client-menu__link-to {
  display: none;
}
.is-compact .client-menu__arrow {
  display: none;
}
#left-content #left-content-nav-main > ul > li.client-menu > a.is-active,
#left-content #left-content-nav-main > ul > li.client-menu:hover > a {
  color: #000;
  border-left-color: #f8a94c;
}
.sidebar-sub-nav {
  background-color: #f8f8f8;
}
.sidebar-sub-nav .client-details {
  padding: 5px 0;
  color: #000;
}
.sidebar-sub-nav .client-details .client-name {
  font-family: 'MuseoSans';
  font-weight: 500;
  color: #F8A94C;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 10px;
}
.sidebar-sub-nav .client-menu__details .client-additional-info {
  padding: 5px;
  color: #f8a94c;
  font-weight: 600;
}
.sidebar-sub-nav .client-menu__details .client-additional-info b {
  font-weight: 400;
  color: #000;
  display: block;
  margin-top: 5px;
}
.sidebar-sub-nav .client-details .nonLink,
.sidebar-sub-nav .client-details .nonLink b {
  color: #fff;
}
.sidebar-sub-nav__text-block {
  margin-left: 30px;
}
.sidebar-sub-nav__items > li > a {
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  padding-top: 7px;
  padding-bottom: 8px;
}
.sidebar-sub-nav__items .child-menu__icon {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: -9px;
  margin-right: 5px;
  color: #f8a94c;
  width: 23px;
}
.sidebar-sub-nav__items .child-menu__icon.icon-clients {
  font-size: 18px;
}
.sidebar-sub-nav__items .child-menu__icon.icon-clinicalsuitcase {
  font-size: 16px;
}
.sidebar-sub-nav__items .child-menu-item__label {
  display: inline-block;
  vertical-align: bottom;
}
.sidebar-sub-nav__items > li.has-children {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.35s ease;
          transition: border 0.35s ease;
}
.sidebar-sub-nav__items > li.has-children > a:after {
  content: '';
  display: inline-block;
  height: 11px;
  width: 7px;
  float: right;
  margin-top: 6px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-image: url("../images/trueagency/arrow-right.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sidebar-sub-nav__items > li.has-children > a:after {
    background-image: url("../images/trueagency/arrow-right.png");
    background-size: 7px 11px;
  }
}
.sidebar-sub-nav__items > li.has-children.opened {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.sidebar-sub-nav__items > li.has-children.opened > a:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar-sub-nav__items > li.has-children > .sub-menu {
  display: none;
}
.sidebar-sub-nav__items > li.has-children > .sub-menu > ul {
  padding-top: 10px !important;
  padding-bottom: 15px !important;
}
.sidebar-sub-nav__items > li.has-children > .sub-menu > ul > li {
  border-left: 2px solid #f8a94c;
  margin-left: 30px;
}
.sidebar-sub-nav__items > li.has-children > .sub-menu > ul > li:first-child a {
  padding-top: 0px;
}
.sidebar-sub-nav__items > li.has-children > .sub-menu > ul > li:last-child a {
  padding-bottom: 0px;
}
.sidebar-sub-nav__items > li.has-children > .sub-menu > ul > li > a {
  padding-left: 25px;
  display: block;
  padding-top: 7px;
  padding-bottom: 8px;
}
body.nav-compact .sidebar-sub-nav .client-menu__overview {
  display: none;
}
body.nav-compact .sidebar-sub-nav__items > li.has-children .sub-menu {
  display: none !important;
}
body.nav-compact .sidebar-sub-nav__items > li.has-children > a:after {
  display: none;
}
.footer-chat-list li a {
  position: relative;
}
.footer-chat-list li a:after {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -6px;
  display: inline-block;
  content: '';
  border: 1px solid #ccc;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -webkit-transition: all ease 0.35s;
          transition: all ease 0.35s;
}
.footer-chat-list li a.online:after {
  border: 1px solid #7FA547;
  background-color: #7FA547;
}
/* #left-content-nav-main #nav-main {
    li.client-menu {

        //First level items
        > ul.child {
            padding-left: 0px;padding-right: 0px;
        }

        > ul.child > li > a {
            margin: 0px !important;
            padding-top: 12px !important;
            padding-bottom: 12px !important;
        }

        .parent:hover::after {
            .img-retina('../images/trueagency/arrow-right.png'; '../images/trueagency/arrow-right.png'; 7px; 11px);
        }

        li.has-children {

            border-top: 1px solid transparent;
            border-bottom: 1px solid transparent;

            > a {
                width: 100%;
                padding-left: 30px; padding-right: 30px;
            }


            &.opened {
                border-top: 1px solid #eee;
                border-bottom: 1px solid #eee;

                .parent:after {
                    -moz-transform: rotate(90deg);
                    -webkit-transform: rotate(90deg);
                    -o-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
                }
            }

            ul.child {
                padding-top: 0px; padding-bottom: 0px;
                padding-left: 26px; padding-right: 25px;

                li {
                    border-left: 4px solid @colour-orange;
                    margin: 0px;
                }

                a {
                    width: 100%;
                }

                li:first-child a {
                    margin-top: 0px;
                }

                li:last-child a {
                    margin-bottom: 0px;
                }
            }
        }
    }
} */
.footer {
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.footer__link-block a {
  position: relative;
  padding: 10px 10px 10px 0;
  text-align: -webkit-center;
  margin-top: 1px;
  border-top: 0px;
  display: block;
}
.footer__link-block a > i {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -15px;
  font-size: 30px;
}
.footer__link-block--colour-teal a {
  background-color: #28a1a8;
  color: white;
}
.footer__link-block--colour-teal a:hover {
  border-left-color: #145256;
}
.footer__search-form .input-group i {
  padding-right: 0px;
  margin-right: 0px;
}
.footer-icon-tabs__icons {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer-icon-tabs__icons:before,
.footer-icon-tabs__icons:after {
  content: " ";
  display: table;
}
.footer-icon-tabs__icons:after {
  clear: both;
}
.footer-icon-tabs__icons:before,
.footer-icon-tabs__icons:after {
  content: " ";
  display: table;
}
.footer-icon-tabs__icons:after {
  clear: both;
}
.footer-icon-tabs__icons li:first-child {
  float: left;
  display: block;
  width: 25%;
}
.footer-icon-tabs__icons li:first-child > a {
  border-right: 1px solid #4c4c4e;
  border-top: 1px solid #4c4c4e;
  color: #fff;
  background-color: #f8a94c !important;
  width: 100% !important;
  text-align: center;
  display: block;
  padding: 7px;
  font-size: 15px;
  -webkit-transition: all ease 0.35s;
          transition: all ease 0.35s;
}
.footer-icon-tabs__icons li:first-child > a:hover {
  color: #fafafa !important;
  background-color: #f6911b !important;
  font-size: 15px;
  border-right: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
}
.footer-icon-tabs__icons li {
  float: left;
  display: block;
  width: 25%;
}
.footer-icon-tabs__icons li > a {
  border-right: 1px solid #4c4c4e;
  border-top: 1px solid #4c4c4e;
  color: #fff;
  background-color: #7D7D7D;
  width: 100% !important;
  text-align: center;
  display: block;
  padding: 7px;
  font-size: 15px;
  -webkit-transition: all ease 0.35s;
          transition: all ease 0.35s;
}
.footer-icon-tabs__icons li > a:hover {
  color: #555657;
  background-color: #fafafa;
  font-size: 15px;
  border-right: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
}
.footer-icon-tabs__icons li.opened > a {
  background-color: #555657;
  border-top: 1px solid #555657;
  color: white;
}
.footer-icon-tabs__icons li:last-child > a {
  border-right: 0px !important;
}
.footer-icon-tabs__panel {
  display: none;
  padding: 10px;
  background-color: #636363;
}
.footer-icon-tabs__panel .top-profile__links ul {
  display: block !important;
  padding-left: 0px;
  padding-right: 0px;
  background-color: transparent;
}
.footer-icon-tabs__panel--no-padding {
  padding: 0px;
}
.footer-icon-tabs__panel-footer {
  border-top: 1px solid #87888b;
}
.footer-icon-tabs__panel-footer input {
  background-color: #555657;
  border: 0px !important;
  width: 100%;
  color: white;
}
.footer-icon-tabs__panel-footnote {
  color: #87888b;
  padding: 16px 0px;
  text-align: center;
}
.footer-icon-tabs__content-container {
  max-height: 200px;
  overflow-y: auto;
  padding: 0px 10px;
}
body.nav-compact .hide-compact {
  display: none;
}
body.nav-compact #left-content-profile {
  display: none !important;
}
body.nav-compact .footer-icon-tabs__icons li {
  float: none;
  width: 100% !important;
}
body.nav-compact .footer-icon-tabs__panels {
  display: none;
}
.chat-conversation__message-wrapper:before,
.chat-conversation__message-wrapper:after {
  content: " ";
  display: table;
}
.chat-conversation__message-wrapper:after {
  clear: both;
}
.chat-conversation__message-wrapper:before,
.chat-conversation__message-wrapper:after {
  content: " ";
  display: table;
}
.chat-conversation__message-wrapper:after {
  clear: both;
}
.chat-conversation-message {
  color: white;
  padding: 10px 15px;
  margin-bottom: 15px;
  font-family: 'MuseoSans';
  font-weight: 400;
  position: relative;
  border-radius: 5px;
  font-size: 15px;
}
.chat-conversation-message--error {
  background-color: #da6161;
  display: block;
  max-width: 90%;
  margin: auto;
  margin-bottom: 15px;
}
.chat-conversation-message--teal {
  background-color: #78bcb4;
  float: right;
}
.chat-conversation-message--teal:after {
  content: '';
  height: 10px;
  width: 19px;
  display: block;
  position: absolute;
  top: 100%;
  right: 5px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAKCAYAAABWiWWfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjdCRjZCQUU2QkU5MTFFNjg3Rjc5N0VEMkNCMjYxQUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjdCRjZCQUY2QkU5MTFFNjg3Rjc5N0VEMkNCMjYxQUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowOUZERDI0RjZCRTYxMUU2ODdGNzk3RUQyQ0IyNjFBQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowOUZERDI1MDZCRTYxMUU2ODdGNzk3RUQyQ0IyNjFBQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsbpVoUAAAC9SURBVHjanNI/C8FBHMfxc5JReQhCLEYMbAZFpOw8AWbsYucJsCuD8fc0yCYTG4MMyp/3r+5bEr9+7lOv7rquT9+6C/ScVUkpNURW2SWNrbvRcJBHA2uLsopstFmfWCKDFnZ/lFU/yyQPzJFCBwcfZUVEv5VJbpgijj5OHmVBlL3KJFeMEcMIlx/3an7KJGcMkMDETP4ed7KQ/vPljugiiRnu5jyCgrb8W3u0zesvzG+o25ZJNmgih/BLgAEAz7kfod9ggrsAAAAASUVORK5CYII=);
}
.chat-conversation-message--orange {
  background-color: #f8a94c;
  float: left;
}
.chat-conversation-message--orange:after {
  content: '';
  height: 10px;
  width: 19px;
  display: block;
  position: absolute;
  top: 100%;
  left: 5px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAKCAYAAABWiWWfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjdCRjZCQjI2QkU5MTFFNjg3Rjc5N0VEMkNCMjYxQUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjdCRjZCQjM2QkU5MTFFNjg3Rjc5N0VEMkNCMjYxQUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGN0JGNkJCMDZCRTkxMUU2ODdGNzk3RUQyQ0IyNjFBQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGN0JGNkJCMTZCRTkxMUU2ODdGNzk3RUQyQ0IyNjFBQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvAMoVEAAACtSURBVHjaYvyx0ocBCtSA+CYDeeAUEFezIAn4kmHINSCuAeINQPyfCUnCmwRD7gNxPBDrAvF6kEEgQZjLhIDYjghDngNxGxDPAuJf6JIwwzyAmBmPIe+BuAuIJwPxV1yKWAiE1xeoASCDPhByNsgwViD2RBMHeWEm1EsviA1IkGE2QMwP5f8F4iVA3ADED0iNWpBhftDYWAfEddDoJguADOMAYnMgPs1AIQAIMACLZx/mL7YidgAAAABJRU5ErkJggg==);
}
.chat-conversation-message__header {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.chat-conversation-message__footer {
  font-size: 10px;
  margin-bottom: 7px;
}
.drawing-canvas {
  border: 1px solid #ddd;
  display: inline-block;
  max-width: 602px;
}
.drawing-canvas .canvas-container,
.drawing-canvas canvas {
  border: 0px;
}
.drawing-canvas__toolbar {
  background-color: #F0F0F0;
}
.drawing-canvas__toolbar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-bottom: 1px solid #ddd;
}
.drawing-canvas__toolbar ul:before,
.drawing-canvas__toolbar ul:after {
  content: " ";
  display: table;
}
.drawing-canvas__toolbar ul:after {
  clear: both;
}
.drawing-canvas__toolbar ul:before,
.drawing-canvas__toolbar ul:after {
  content: " ";
  display: table;
}
.drawing-canvas__toolbar ul:after {
  clear: both;
}
.drawing-canvas__toolbar li {
  display: block;
  vertical-align: middle;
  float: left;
  color: #333;
  background-color: #F0F0F0;
  padding: 12px 12px;
  -webkit-transition: all ease 0.35s;
          transition: all ease 0.35s;
}
.drawing-canvas__toolbar li.disabled {
  opacity: 0.3;
}
.drawing-canvas__toolbar li i {
  font-size: 18px;
}
.drawing-canvas__toolbar li i.icon-chart {
  font-size: 22px;
}
.drawing-canvas__toolbar li.opened,
.drawing-canvas__toolbar li:not(.disabled):hover {
  cursor: pointer;
  background-color: #d7d7d7;
}
.drawing-canvas__toolbar #reloadImageButton {
  padding-top: 9px;
  padding-bottom: 9px;
}
.drawing-canvas__panel {
  display: none;
  background-color: #f4f4f4;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.drawing-canvas__panel:before,
.drawing-canvas__panel:after {
  content: " ";
  display: table;
}
.drawing-canvas__panel:after {
  clear: both;
}
.drawing-canvas__panel:before,
.drawing-canvas__panel:after {
  content: " ";
  display: table;
}
.drawing-canvas__panel:after {
  clear: both;
}
.drawing-canvas__panel-left {
  width: 45%;
  float: left;
}
.drawing-canvas__panel-right {
  width: 45%;
  float: right;
}
.drawing-canvas__paint-bucket {
  padding: 5px 8px;
  display: inline-block;
  border: 0px;
  border-radius: 4px;
}
.drawing-canvas__paint-bucket:before {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e94c";
}
.sidebar-nav {
  bottom: 0px;
  top: 0px;
  height: 100vh;
}
.coreplus-nav {
  height: 100%;
}
.sidebar-logo-header {
  height: 50px;
  background-color: #ffffff !important;
  text-align: right;
  border-bottom: 1px solid #E4E4E4;
  padding-right:20px;
}

.portal-sidebar-logo-header {
  height: 65px;
  background-color: #ffffff !important;
  text-align: center;
  border-bottom: 1px solid #E4E4E4;
  /*padding-right:20px;*/
}

.sidebar-logo-header__logo {
  padding-left: 12px;
  max-width: 100%;
  width: 165px;
  max-height: 60px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.sidebar-logo-header .icon-menu {
  line-height: 60px;
  margin-left: 10px;
  color: #f8a94c;
  font-size: 15px;
  cursor: pointer;
  height: 60px;
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
#left-content.is-compact .sidebar-logo-header__logo {
  margin-left: -136px;
  padding-left: 0;
}
.coreplus-nav-flyout,
.coreplus-nav-client-flyout {
  position: absolute;
  border: 1px solid #f8a94c;
  background-color: #58595b;
  display: none;
  z-index: 11;
}
.coreplus-nav-flyout a,
.coreplus-nav-client-flyout a {
  color: #fff !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.coreplus-nav-client-flyout {
  border-left-width: 4px;
  color: #ffffff;
  padding: 10px 20px;
}
.coreplus-nav-client-flyout .client-additional-info-line {
  margin: 10px;
  vertical-align: top;
}
.coreplus-nav-menu--accordion {
  display: none;
  background: #444;
}
.coreplus-nav-menu--accordion a {
  color: #fff !important;
}
.coreplus-nav-panel {
  display: none;
  position: absolute;
  top: 0px;
  width: 100%;
  left: 100%;
  bottom: 0px;
}
.coreplus-nav-panel--active {
  display: block;
  left: 0px;
}
.coreplus-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.coreplus-nav-menu__trial-info-box {
  color: white;
  font-size: 12px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}
.coreplus-nav-menu__item {
  position: relative;
}
.coreplus-nav-menu__item--lighter {
  background-color: #727272;
}
.coreplus-nav-menu__item > a {
  display: block;
  padding: 8px 20px 8px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 240px;
  /*font-size: 12px;*/
  text-decoration:none;
  -webkit-transition: background ease-in-out 0.35s, color ease-in-out 0.35s, border-color ease-in-out 0.35s;
          transition: background ease-in-out 0.35s, color ease-in-out 0.35s, border-color ease-in-out 0.35s;
  color: #fff;

}
.coreplus-nav-menu__item > a i {
  width: 60px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 17px;
  vertical-align: middle;
  -webkit-transition: all ease-in-out 0.35s;
          transition: all ease-in-out 0.35s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 3px;
}
.coreplus-nav-menu__item > a i.fa-angle-left {
  font-size: 16px;
  margin-top: -3px;
}
.coreplus-nav-menu__item--back {
  background-color: #727272;
}
.coreplus-nav-menu__item--active > a,
.coreplus-nav-menu__item > a:hover,
.coreplus-nav-menu__item .menu-hover {
  color: white;
  background-color: #f8a94c;
}
.coreplus-nav-menu__item--active > a > i,
.coreplus-nav-menu__item > a:hover > i,
.coreplus-nav-menu__item .menu-hover > i {
  color: white;
}
.coreplus-nav-menu__item--active > a:after,
.coreplus-nav-menu__item > a:hover:after,
.coreplus-nav-menu__item .menu-hover:after {
  border-top-color: white;
}
.coreplus-nav-menu__item--child {
  border-bottom: 0px;
  border-left: 4px solid #f8a94c;
}
.coreplus-nav-menu__item--child.coreplus-nav-menu__item--active a {
  background-color: #f9b769;
}
.coreplus-nav-menu__item--child:hover a {
  background-color: #f9b769;
}
.coreplus-nav-menu__item--child > a {
  color: #000;
  padding: 6px 10px 6px 20px;
}
.coreplus-nav-menu__item--child > a i {
  width: 20px;
  font-size: 16px;
  margin-right: 17px;
}
.coreplus-nav-menu__item--child > a span {
  -webkit-transition: border ease 0.35s;
          transition: border ease 0.35s;
  display: inline-block;
}
.coreplus-nav-menu__item--parent .coreplus-nav-subpanel {
  position: absolute;
  left: 240px;
  top: 0;
  background-color: #ffffff;
  border: 1px solid #f8a94c;
}
.coreplus-nav-menu__item--parent .coreplus-nav-subpanel .menu-blank-link {
  display: none;
}
.coreplus-nav-menu__item--parent > a:after {
  content: '\f107';
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: middle;
  height: 11px;
  width: 7px;
  font-size: 16px;
  float: right;
  margin-top: -1px;
  -webkit-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}
.coreplus-nav-menu__item--parent.coreplus-nav-menu__item--active > a::after {
  content: '\f106';
}
.coreplus-client-menu .icon-calendar {
  margin-right: 4px;
}
.core-popup__overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 50;
}
.core-popup__step {
  display: none;
}
.core-popup__step--active {
  display: block;
}
.core-popup__message {
  background: #ffffff url('../Images/trueagency/welcome-bg.png') no-repeat;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1000;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 800px;
  height: 670px;
  overflow: hidden;
  opacity: 1;
  padding: 50px;
  -webkit-transition: width 0.5s ease, height 0.5s ease, left 0.5s ease, top 0.5s ease, opacity 0.5s ease, z-index 0.5s ease;
          transition: width 0.5s ease, height 0.5s ease, left 0.5s ease, top 0.5s ease, opacity 0.5s ease, z-index 0.5s ease;
}
.core-popup__message.minimized {
  width: 299px;
  height: 49px;
  opacity: 0;
  z-index: 0;
}
.core-popup__message__logo {
  display: block;
  margin: 0 auto;
}
.core-popup__message__title {
  text-align: center;
  color: #F8A94C;
}
.core-popup__message__subtitle {
  text-align: center;
  font-size: 18px;
  border: none;
  margin-bottom: 50px;
}
.core-popup__message__text {
  font-family: 'MuseoSans';
  font-size: 14px;
}
.core-popup__message__text a {
  color: #41A8AF;
}
.core-popup__message__text a:hover {
  text-decoration: underline;
}
.core-popup__message__list {
  width: 45%;
  list-style-type: none;
  margin: 0 0 40px 0;
  padding: 0;
}
.core-popup__message__list li {
  padding: 0;
}
.core-popup__message__list li a {
  font-family: 'MuseoSans';
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #E4E4E4;
  color: #41A8AF;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  padding: 10px 0;
}
.core-popup__message__list li a:hover {
  color: #fff;
  background-color: #41A8AF;
  padding-left: 15px;
  border-bottom-color: #41A8AF;
}
.core-popup__message__hide-button {
  width: 240px;
  margin: 40px auto 0 auto;
  text-transform: uppercase;
  display: block;
}
.welcome__message__mini {
  width: 260px;
  height: 49px;
  background: #f8a94c url('../Images/trueagency/welcome-minimize-bg.png') no-repeat;
  margin-top: 5px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: background-color ease 0.35s;
          transition: background-color ease 0.35s;
  margin-right: 10px;
}
.welcome__message__mini a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
  z-index: 1;
  line-height: 49px;
}
.welcome__message__mini:hover {
  background-color: #f6911b;
}
.modal.core-popup {
  text-align: center;
  padding: 0!important;
}
.modal.core-popup:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.core-popup.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.box-selector {
  margin-top: 30px;
}
.box-selector-box {
  position: relative;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  text-align: center;
  -webkit-box-shadow: 0px 5px 6px 1px rgba(115, 115, 115, 0.08);
          box-shadow: 0px 5px 6px 1px rgba(115, 115, 115, 0.08);
  cursor: pointer;
  color: #333;
  margin-bottom: 30px;
}
.box-selector-box__content {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  padding: 20px;
  background-color: white;
  -webkit-transition: background ease 0.35s, color ease 0.35s;
          transition: background ease 0.35s, color ease 0.35s;
}
.box-selector-box__content h2 {
  margin-bottom: 0px;
}
.box-selector-box__icon i {
  font-size: 4.6em;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .box-selector-box__icon i {
    font-size: 6em;
  }
}
@media (min-width: 1200px) {
  .box-selector-box__icon i {
    font-size: 10.8em;
  }
}
.box-selector-box:hover .box-selector-box__content,
.box-selector-box.active .box-selector-box__content {
  background-color: #78bcb4;
  color: white;
}
.box-selector-box__spacer {
  padding-bottom: 80%;
}
.core-popup {
  color: #333;
  font-size: 14px;
}
.core-popup.modal .modal-dialog {
  border-radius: 5px;
}
.core-popup.modal .modal-header {
  background-color: white;
  color: #000;
  padding: 20px;
}
.core-popup.modal button.bootbox-close-button {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #333;
  font-size: 36px;
}
.core-popup.modal button.bootbox-close-button:hover {
  color: #000;
}
.core-popup--borderless .modal-dialog {
  background: #ffffff url('../Images/trueagency/core-popup-top-left.png') no-repeat;
  background-position: top left;
}
.core-popup--borderless .modal-content {
  background: transparent url('../Images/trueagency/core-popup-bottom-right.png') no-repeat;
  background-position: bottom right;
}
.core-popup--borderless .modal-body {
  padding-left: 40px;
  padding-right: 40px;
}
.core-popup--close .modal-dialog {
  overflow: visible;
}
.core-popup.core-popup--style-normal .modal-header {
  background-color: #f8a94c;
  color: white;
  padding: 12px;
}
.core-popup.core-popup--style-normal .modal-header button.bootbox-close-button {
  top: 10px;
  right: 15px;
  color: white;
  font-size: 30px;
}
.core-popup.core-popup--style-normal .modal-header button.bootbox-close-button:hover {
  color: white;
}
.core-popup--large .modal-dialog {
  width: 80vw;
  max-width: 1000px;
}
@media (min-width: 992px) {
  .core-popup--large .modal-dialog {
    width: 60vw;
  }
}
.core-popup--medium .modal-dialog {
  width: 80vw;
  max-width: 600px;
}
@media (min-width: 992px) {
  .core-popup--medium .modal-dialog {
    width: 60vw;
  }
}
.core-popup__footer-loader {
  display: none;
  vertical-align: middle;
}
#previousNotes {
  /* second div */
  color: black;
  width: 100% !important;
  overflow: auto;
  word-wrap: break-word;
  padding: 20px;
  padding-top: 0px;
  margin-right: 0;
}
.screen-lock {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
#previousNotes strong,
#previousNotes b {
  font-weight: 700 !important;
}
#previousNotes * {
  font-family: verdana, geneva, sans-serif;
}
#previousNotes .previous-notes__buttons {
  padding-top: 5px;
  padding-right: 5px;
  float: right;
}
#previousNotes .previous-note {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
}
#previousNotes .previous-note font {
  color: #f8a94c !important;
}
#previousNotes .previous-note > br:nth-child(2n),
#previousNotes .previous-note > br:first-child {
  display: none;
}
.case-notes-manager {
  position: relative;
  /**
     * Mobile and Below
     */
}
.case-notes-manager__frame {
  height: 400px;
  background-color: white;
}
@media (min-width: 1200px) {
  .case-notes-manager__frame {
    height: 800px;
  }
}
.case-notes-manager .ui-tabs.ui-tabs-vertical .ui-tabs-panel {
  padding: 0 !important;
  width: 100%;
}
.case-notes-manager .ui-tabs.ui-tabs-vertical:before {
  width: 201px !important;
}
.case-notes-manager .ui-tabs.ui-tabs-vertical > .ui-tabs-nav {
  width: 201px !important;
}
.case-notes-manager div.mce-tinymce.mce-container.mce-panel {
  border: 0px !important;
}
.case-notes-manager .ui-tabs.ui-tabs-vertical {
  border: 0px solid #e4e4e4;
  background-color: transparent;
}
.case-notes-manager .ui-tabs.ui-tabs-vertical:before {
  border-right: 0px !important;
  border-left: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  left: -1px;
}
.case-notes-manager .ui-tabs.ui-tabs-vertical > .ui-tabs-nav {
  border-right: 0px;
  margin-top: 1px;
}
.case-notes-manager .ui-tabs.ui-tabs-vertical .ui-tabs-panel {
  background-color: transparent;
}
.case-notes-manager__left-col {
  width: 100%;
}
.case-notes-manager__right-col {
  overflow: hidden;
  width: 0%;
  position: relative;
}
.case-notes-manager__right-col img {
  max-width: 100%;
  margin: auto;
}
.case-notes-manager--show-saved .case-notes-manager__left-col,
.case-notes-manager--show-saved .case-notes-manager__right-col {
  float: left;
}
.case-notes-manager--show-saved .case-notes-manager__right-col {
  float: right;
}
.case-notes-manager--show-saved .case-notes-manager__saved-notes-toggle a i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.case-notes-manager__saved-notes-toggle i {
  margin-right: 6px;
  display: inline-block;
  font-size: 1.2em;
  -webkit-transition: -webkit-transform ease 0.35s;
          transition: transform ease 0.35s;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.case-notes-manager__saved-notes-toggle-btn i {
  -webkit-transition: -webkit-transform ease 0.35s;
          transition: transform ease 0.35s;
}
.case-notes-manager__saved-notes-toggle-btn.opened i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.case-notes-manager #progressNotes {
  border: 1px solid #e4e4e4;
  border-left: 0px;
}
@media (min-width: 1200px) {
  .case-notes-manager__right-col-inner {
    width: 100%;
  }
  .case-notes-manager__right-col-inner--floating {
    position: absolute;
    top: 0px;
  }
  .case-notes-manager__panel-container {
    position: relative;
    width: -webkit-calc(100% - 201px);
    width: calc(100% - 201px);
    float: left;
  }
  .case-notes-manager .panel-body-wrapper {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .case-notes-manager__toolbar {
    float: right;
  }
  .case-notes-manager__toolbar .case-notes-manager__saved-notes-toggle {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    margin-left: 5px;
  }
}
@media (max-width: 1199px) {
  .case-notes-manager__left-col,
  .case-notes-manager__right-col {
    float: none !important;
    width: 100% !important;
  }
  .case-notes-manager__right-col {
    position: fixed;
    width: 100% !important;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 200;
    height: 100vh;
    overflow: auto;
    min-height: 0px !important;
    display: none;
  }
  .case-notes-manager__right-col-inner {
    max-width: 90%;
    margin-left: auto;
    background-color: white;
    min-height: 100vh;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: static !important;
  }
  .case-notes-manager .panel-body-wrapper {
    height: auto !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .case-notes-manager__toolbar {
    margin-bottom: 10px;
  }
}
.notes-template-manager__heading {
  margin-bottom: 15px;
  margin-top: 0px;
}
.notes-template-manager-previewer {
  border: 1px solid #e4e4e4;
  background-color: #fafafa;
  padding: 10px;
  word-wrap: break-word;
  height: 500px;
  overflow-x: auto;
  border-radius: 4px;
}
.notes-template-manager-previewer strong,
.notes-template-manager-previewer b {
  font-weight: 700 !important;
}
.notes-template-manager-previewer * {
  font-family: verdana, geneva, sans-serif;
}
.notes-template-manager-previewer img {
  max-width: 100%;
}
.notes-template-manager-item {
  border: 1px solid #e4e4e4;
  background-color: #fafafa;
  margin-bottom: 5px;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all ease 0.35s;
          transition: all ease 0.35s;
  border-radius: 4px;
}
.notes-template-manager-item a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  -webkit-transition: color ease 0.35s;
          transition: color ease 0.35s;
  position: relative;
  top: -3px;
}
.notes-template-manager-item:hover,
.notes-template-manager-item.active {
  background-color: #f8a94c;
  color: white;
  border: 1px solid #f8a94c;
}
.notes-template-manager-item:hover a,
.notes-template-manager-item.active a {
  color: white;
}
.notes-template-manager-item__delete {
  color: #de5254;
}
.file-viewer .layout-panel > div > li {
  list-style: none;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-family: 'MuseoSans';
}
.file-viewer ul.jqueryFileTree a:hover {
  background-color: #fafafa;
}
.list-group--no-border .list-group-item {
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}
.list-group--no-border .list-group-item:first-child {
  border-top: 0px;
}
body.page-coreplus-calendar {
  margin: 0;
  font-size: 13px;
  background-color: #fafafa;
}
.coreplus-calendar {
  /***************** BEGIN: Calendar **********************/
  /*
    #tblDisplay tr:last-child td {
        border-bottom: 1px solid #e4e4e4 !important
    }*/
  /***************** END: Calendar **********************/
}
.coreplus-calendar #tblMain {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.coreplus-calendar #tblMain * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.coreplus-calendar__practioner-name-container {
  min-height: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.coreplus-calendar__practioner-name-container * {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
.coreplus-calendar__practioner-name.fixed {
  position: fixed;
  top: 60px;
  z-index: 100;
}
.coreplus-calendar__calendar {
  float: left;
  margin-left: 340px;
  padding-right: 20px;
  width: -webkit-calc(100% - 340px);
  width: calc(100% - 340px);
  -webkit-transition: margin ease 0.35s, width ease 0.35s;
          transition: margin ease 0.35s, width ease 0.35s;
}
.coreplus-calendar--wide .coreplus-calendar__calendar {
  margin-left: 60px;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}
.coreplus-calendar .sidebar-logo-header {
  height: 59px;
}
.coreplus-calendar .calendarLinks__click-catcher {
  position: fixed;
  z-index: 19;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  display: none;
}
.coreplus-calendar .calendarLinks a.menuLink {
  display: inline-block;
  padding: 18px 6px;
  border-bottom: 3px solid transparent;
  position: relative;
  z-index: 20;
  -webkit-transition: all ease 0.35s;
          transition: all ease 0.35s;
}
.coreplus-calendar .calendarLinks a.menuLink:hover {
  color: #F0727B;
  border-bottom-color: #F0727B;
}
.coreplus-calendar .calendarLinks a i {
  margin-right: 10px;
  font-size: 1.5em;
  vertical-align: sub;
}
.coreplus-calendar .calendarLinks .btn-special {
  vertical-align: middle;
  padding: 8.5px 25px;
}
.coreplus-calendar .dropdownLink {
  display: inline-block;
  position: relative;
  text-align: left;
}
.coreplus-calendar .dropdownLink__child {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #fff;
  min-width: 200px;
  right: 0;
  z-index: 20;
}
.coreplus-calendar .dropdownLink__child a.menuLink {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
.coreplus-calendar .search-box {
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 17px;
  margin-bottom: 17px;
}
.coreplus-calendar .search-box input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #e4e4e4;
}
.coreplus-calendar .search-box .core-btn {
  height: 34px;
}
.coreplus-calendar .dateDisplayContainer {
  margin-bottom: 17px;
}
.coreplus-calendar #dateDisplay {
  margin-top: 6px;
  font-weight: bold;
  display: inline-block;
}
.coreplus-calendar .btn-small.btn-today {
  display: inline-block;
  float: right;
  margin: 0;
}
.coreplus-calendar .calendarSidebar {
  font-family: 'MuseoSans';
  font-weight: 500;
}
.coreplus-calendar #leftContainer {
  width: 100%;
  background-color: transparent;
}
.coreplus-calendar #leftContainer > div > a > img {
  display: none;
}
.coreplus-calendar #leftContainer .leftDivMain {
  width: 100%;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
.coreplus-calendar #leftContainer .leftDivMain .leftDivContent a {
  color: #28A1B0;
}
.coreplus-calendar #leftContainer .leftDivMain > a {
  display: block;
  color: #fff;
  border-top: 1px solid #c4c4c4;
  padding: 17px 5px 17px 0;
}
.coreplus-calendar #leftContainer .leftDivMain > a:hover {
  color: #28A1B0;
}
.coreplus-calendar #leftContainer .leftDivMain > a:after {
  float: right;
  color: #fff;
  font-size: 20px;
  margin-top: 6px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: "FontAwesome" !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f107';
  -webkit-transition: -webkit-transform ease 0.35s;
          transition: transform ease 0.35s;
}
.coreplus-calendar #leftContainer .leftDivMain > a.is-expanded {
  color: white;
}
.coreplus-calendar #leftContainer .leftDivMain > a.is-expanded:after {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.coreplus-calendar #leftContainer .leftDivMain .leftDivContent a {
  /*color: #28A1B0;*/
}
.coreplus-calendar .btn-small {
  display: inline-block;
  padding: 5px 10px;
  color: #fff !important;
  background-color: #28A1B0;
  border-radius: 2px;
  margin: 10px 0;
  -webkit-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
}
.coreplus-calendar .btn-small:hover {
  color: #fff !important;
  background-color: #2496A5;
}
.coreplus-calendar #leftContainer .leftDivMain .leftDivContent {
  /* border-bottom: 1px solid #C4C4C4; */
  margin: 0 0 17px;
}
.coreplus-calendar #calendarCont {
  margin-bottom: 17px;
  -webkit-overflow-scrolling: auto;
}
.coreplus-calendar #calendarCont table td {
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.coreplus-calendar #tblMain {
  font-family: 'MuseoSans';
  font-weight: 500;
  margin-left: 0;
}
.coreplus-calendar .weekNameDisplay {
  background-color: #ddd !important;
  color: #777;
  text-align: left;
  padding: 5px;
  border-color: #D3D3D3;
  border: 1px solid #d3d3d3;
  border-width: 1px 0 1px 1px;
}
.coreplus-calendar .weekNameDisplay:first-child {
  border-left: 1px;
}
.coreplus-calendar .weekNameDisplay:last-child {
  border-right: 1px;
}
.coreplus-calendar .pracNameDisplay {
  padding: 5px 10px;
}
.coreplus-calendar #tblDisplay {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.coreplus-calendar #tblDisplay * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.coreplus-calendar td.firstCell {
  background-color: #fff;
  font-family: 'MuseoSans';
  font-weight: 300;
  vertical-align: middle;
}
.coreplus-calendar td.firstCell,
.coreplus-calendar td.secondCell,
.coreplus-calendar td.secondCell.week {
  border-color: #e4e4e4 !important;
}
.coreplus-calendar #tblDisplay {
  border-top: 1px solid #e4e4e4 !important;
  /*border-bottom: 1px solid #e4e4e4 !important;*/
}
.coreplus-calendar #tblDisplay tr:nth-child(odd) td {
  border-bottom: 1px solid #f4f4f4 !important;
}
.coreplus-calendar ul.contextMenu {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  padding: 12px 20px 12px 12px;
  border-radius: 0;
}
.coreplus-calendar ul.contextMenu li {
  border: 0;
  margin: 0;
  padding: 0;
}
.coreplus-calendar ul.contextMenu li a {
  text-shadow: none;
  font-family: 'Tahoma';
  font-size: 12px;
  border-left: 4px solid transparent;
  display: block;
  padding: 0 0 0 10px;
  margin: 11px 0;
}
.coreplus-calendar ul.contextMenu li a:hover {
  color: #F8A94C;
  border-left-color: #F8A94C;
}
#usergroupdiv::-webkit-scrollbar,
#calendarCont::-webkit-scrollbar {
  -webkit-appearance: none;
}
#usergroupdiv::-webkit-scrollbar:vertical,
#calendarCont::-webkit-scrollbar:vertical {
  width: 8px;
}
#usergroupdiv::-webkit-scrollbar:horizontal,
#calendarCont::-webkit-scrollbar:horizontal {
  height: 8px;
}
#usergroupdiv::-webkit-scrollbar-thumb,
#calendarCont::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  border: 2px solid #ffffff;
}
#usergroupdiv::-webkit-scrollbar-track,
#calendarCont::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: #ffffff;
}
#usergroupdiv {
  -webkit-overflow-scrolling: auto;
}
.coreplus-calendar-nav {
  position: fixed;
  top: 0px;
  right: 0px;
  margin: auto;
  width: -webkit-calc(100% - 320px);
  width: calc(100% - 320px);
  z-index: 200;
  -webkit-transition: width ease 0.35s;
          transition: width ease 0.35s;
  font-family: 'MuseoSans';
  font-weight: 500;
  background-color: #fff;
  border-bottom: 1px solid #F1F1F1;
  text-align: right;
  padding: 0 10px;
  -webkit-box-shadow: 0px 5px 6px 1px rgba(115, 115, 115, 0.08);
          box-shadow: 0px 5px 6px 1px rgba(115, 115, 115, 0.08);
  border-bottom: 1px solid #e4e4e4;
}
.coreplus-calendar-nav__container {
  min-height: 60px;
  margin-bottom: 15px;
}
.coreplus-calendar-nav__sidebar-toggle {
  float: left;
  color: #f8a94c;
  margin-top: 17px;
  margin-left: 10px;
  font-size: 15px;
  cursor: pointer;
}
.coreplus-calendar--wide .coreplus-calendar-nav {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
}
.coreplus-calendar--wide .coreplus-calendar-nav__sidebar-toggle {
  margin-left: 5px;
}
.coreplus-calendar-sidebar {
  width: 320px;
  float: left;
  -webkit-transition: width ease 0.35s;
          transition: width ease 0.35s;
  color: white;
  overflow: hidden;
}
.coreplus-calendar-sidebar__content {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 320px;
  height: 100vh;
  background-color: #58595b;
  -webkit-transition: left ease 0.35s;
          transition: left ease 0.35s;
  z-index: 1000;
  -webkit-box-shadow: 5px 0px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
.coreplus-calendar-sidebar__content-panels {
  padding: 15px 20px;
  height: -webkit-calc(100vh - 60px);
  height: calc(100vh - 60px);
  position: relative;
}
.coreplus-calendar-sidebar--iframe .coreplus-calendar-sidebar__content-panels {
  height: -webkit-calc(100vh - 103px);
  height: calc(100vh - 103px);
}
.coreplus-calendar-sidebar--iframe .coreplus-calendar-sidebar__content-panels {
  height: -webkit-calc(100vh - 103px);
  height: calc(100vh - 103px);
}
.coreplus-calendar-sidebar__panels {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.coreplus-calendar-sidebar #scheduleListContent {
  color: white;
}
.coreplus-calendar-sidebar__panel--active {
  position: fixed;
  left: 50px;
  background-color: #58595b;
  z-index: 1000;
  padding: 15px;
  width: 300px;
  display: none;
  border: 1px solid #f8a94c;
  border-left: 3px solid #f8a94c;
  overflow: auto;
}
.coreplus-calendar-sidebar__panel--active .leftDivMain > a {
  display: none !important;
}
.coreplus-calendar-sidebar__panel--active .leftDivContent {
  display: block !important;
  margin-bottom: 0px !important;
}
.coreplus-calendar-sidebar__panel--active #calendarCont {
  margin-bottom: 0px;
}
.coreplus-calendar-sidebar__panel--search .input-group .btn {
  margin-top: 0px;
}
.coreplus-calendar-sidebar__nav {
  background-color: #636262;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.coreplus-calendar-sidebar__nav li {
  display: block;
}
.coreplus-calendar-sidebar__nav li a {
  display: block;
  color: white;
  padding: 17px 20px 17px 20px;
  border-bottom: 1px solid #4c4c4e;
  font-size: 14px;
  -webkit-transition: background ease 0.35s;
          transition: background ease 0.35s;
}
.coreplus-calendar-sidebar__nav li a:active,
.coreplus-calendar-sidebar__nav li a:focus,
.coreplus-calendar-sidebar__nav li a:hover {
  background-color: #f8a94c;
}
.coreplus-calendar-sidebar__nav li a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 20px;
  margin-top: -2px;
}
.coreplus-calendar--wide .coreplus-calendar-sidebar__content {
  left: -350px;
}
.coreplus-calendar-item__icons {
  margin-top: -4px;
  margin-left: -4px;
  display: inline-block;
  float: left;
  vertical-align: top;
}
.coreplus-calendar-item__icons__invoice {
  display: inline-block;
  height: 100%;
  border-left: 0px solid red;
  width: 6px;
  padding-right: 0 !important;
}
.coreplus-calendar-item__icons__invoice:before {
  content: '';
  display: inline-block;
  width: 8px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  border-left: 6px solid;
  border-color: inherit;
}
.coreplus-calendar-item__icons:not(:empty) {
  padding: 4px 7px 3px 4px;
}
.coreplus-calendar-item__text {
  display: inline-block;
  vertical-align: top;
}
.appointmentElement {
  border: 1px solid #696969 !important;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.appointmentElement * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.coreplus-calendar__calendar--compact .appointmentElement .coreplus-calendar-item__icons a {
  display: none;
}
.coreplus-calendar__calendar--compact .appointmentElement .coreplus-calendar-item__icons a.invoice-check {
  display: inline-block;
}
.coreplus-calendar__calendar--compact.coreplus-calendar__calendar--week .coreplus-calendar-item--invoiced-compact .coreplus-calendar-item__text {
  padding-left: 5px;
}
.coreplus-calendar__calendar--compact.coreplus-calendar__calendar--week .coreplus-calendar-item--invoiced-compact .coreplus-calendar-item__icons {
  margin-top: -6px;
}
.coreplus-calendar__calendar--compact.coreplus-calendar__calendar--practioner .appointmentElement .coreplus-calendar-item__icons {
  display: inline-block;
}
.coreplus-calendar__calendar--compact.coreplus-calendar__calendar--practioner .appointmentElement .coreplus-calendar-item__icons a {
  display: none;
}
.coreplus-calendar__calendar--compact.coreplus-calendar__calendar--practioner .appointmentElement .coreplus-calendar-item__icons a.menu-icon {
  display: inline-block;
}
.appointmentElement a {
  color: inherit;
}
.appointmentElement a i {
  font-size: 11px;
}
.calendarSidebar #dateSelector {
  width: 260px !important;
  height: 250px !important;
}
.calendarSidebar #dateSelector .datepicker,
.calendarSidebar #dateSelector .datepicker .datepickerContainer {
  width: 100% !important;
  height: 100% !important;
}
.calendarSidebar #dateSelector .datepicker .datepickerContainer {
  top: 0;
  left: 0;
  background-color: transparent;
}
.calendarSidebar .datepickerGoNext a {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  font-size: 0;
}
.calendarSidebar .datepickerGoNext a:hover {
  border-left-color: #28A1B0;
}
.calendarSidebar .datepickerGoPrev a {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #fff;
  font-size: 0;
}
.calendarSidebar .datepickerGoPrev a:hover {
  border-right-color: #28A1B0;
}
.calendarSidebar #dateSelector .datepicker .datepickerContainer table {
  width: 100%;
  height: 100%;
}
.calendarSidebar div.datepicker {
  font-family: 'MuseoSans';
  font-weight: 500;
  font-size: 13px;
}
.calendarSidebar div.datepicker th {
  color: white;
}
.calendarSidebar div.datepicker .datepickerBorderT,
.calendarSidebar div.datepicker .datepickerBorderB,
.calendarSidebar div.datepicker .datepickerBorderL,
.calendarSidebar div.datepicker .datepickerBorderR,
.calendarSidebar div.datepicker .datepickerBorderTL,
.calendarSidebar div.datepicker .datepickerBorderTR,
.calendarSidebar div.datepicker .datepickerBorderBL,
.calendarSidebar div.datepicker .datepickerBorderBR {
  display: none;
}
.calendarSidebar div.datepicker tbody th {
  text-align: center;
}
.calendarSidebar div.datepicker .datepickerDoW {
  height: 32px;
}
.calendarSidebar div.datepicker tbody.datepickerDays td.datepickerSelected {
  background: #F99B41;
  border-radius: 2px;
}
.calendarSidebar div.datepicker tbody.datepickerDays td.datepickerSelected a {
  color: #fff;
  font-weight: normal;
}
.calendarSidebar div.datepicker a {
  color: white;
}
.calendarSidebar div.datepicker a:hover {
  color: #28A1B0 !important;
}
.calendarSidebar div.datepicker table td {
  text-align: center;
}
.calendarSidebar div.datepicker tbody.datepickerDays a {
  width: auto;
  padding-right: 0;
}
.coreplus-calendar-mini-sidebar {
  position: fixed;
  left: -50px;
  top: 0px;
  bottom: 0px;
  width: 50px;
  -webkit-transition: left ease 0.35s;
          transition: left ease 0.35s;
  background-color: #58595b;
  color: white;
  -webkit-box-shadow: 5px 0px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 0px 8px 0px rgba(0, 0, 0, 0.3);
  z-index: 203;
}
.coreplus-calendar-mini-sidebar__overlay {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  z-index: 202;
  display: none;
}
.coreplus-calendar-mini-sidebar ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.coreplus-calendar-mini-sidebar ul a {
  color: white;
  font-size: 17px;
  padding: 8px 5px;
  display: block;
  -webkit-transition: all ease 0.35s;
          transition: all ease 0.35s;
}
.coreplus-calendar-mini-sidebar ul a:hover,
.coreplus-calendar-mini-sidebar ul a:active,
.coreplus-calendar-mini-sidebar ul a:focus,
.coreplus-calendar-mini-sidebar ul a.active {
  background-color: #f8a94c;
}
.coreplus-calendar-mini-sidebar .icon-menu {
  margin-left: 0px;
  width: 50px;
}
.coreplus-calendar--wide .coreplus-calendar-mini-sidebar {
  left: 0px;
}
/** -------------./ Components ----------- **/
