/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*@c_activity:      #e5e7e7;
@c_birthday:      #e5e7e7;
@c_birthday_f:    #fed2d5;
@c_birthday_m:    #73b6f2;
@c_calendar:      #ffedbd;
@c_progressnote:  #D2B5E5;*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 38px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #3394ec;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #147bd8;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 38px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851%;
}
.row-fluid .span11 {
  width: 91.4893617%;
  *width: 91.43617021%;
}
.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}
.row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.row-fluid .span8 {
  width: 65.95744681%;
  *width: 65.90425532%;
}
.row-fluid .span7 {
  width: 57.44680851%;
  *width: 57.39361702%;
}
.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234043%;
}
.row-fluid .span4 {
  width: 31.91489362%;
  *width: 31.86170213%;
}
.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}
.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}
.row-fluid .offset12 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
  *margin-left: 93.5106383%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255%;
  *margin-left: 87.12765957%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}
.row-fluid .offset8 {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.9787234%;
}
.row-fluid .offset7 {
  margin-left: 61.70212766%;
  *margin-left: 61.59574468%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}
.row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
  *margin-left: 42.44680851%;
}
.row-fluid .offset4 {
  margin-left: 36.17021277%;
  *margin-left: 36.06382979%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}
.row-fluid .offset3 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}
.row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
  *margin-left: 16.91489362%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.53191489%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 19.6px;
  font-weight: 300;
  line-height: 160%;
}
small {
  font-size: 85%;
}
strong,
b {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
em,
i {
  font-style: italic;
  font-weight: 400;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #d39800;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a07300;
}
.text-error {
  color: #f80c1d;
}
a.text-error:hover,
a.text-error:focus {
  color: #cb0614;
}
.text-info {
  color: #126dc1;
}
a.text-info:hover,
a.text-info:focus {
  color: #0e5392;
}
.text-success {
  color: #2f6f2f;
}
a.text-success:hover,
a.text-success:focus {
  color: #204b20;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*margin: (@baseLineHeight * 1.5) 0 0 0;*/
  font-family: inherit;
  font-weight: 300;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1.dark_text,
h2.dark_text,
h3.dark_text,
h4.dark_text,
h5.dark_text,
h6.dark_text {
  color: #333333;
}
h1,
h2,
h3 {
  line-height: 34px;
}
h1 {
  font-size: 22.4px;
  color: #333333;
  margin-bottom: 10px;
  margin-top: 0;
}
h2 {
  font-size: 21px;
  color: #333333;
  margin-bottom: 15px;
  font-weight: 200;
  margin-top: 0;
}
h3 {
  font-size: 24.5px;
  line-height: 130%;
  margin-bottom: 13px;
}
h4 {
  font-size: 17.5px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.no_margin_top {
  margin-top: 0;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #dddddd;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: inherit;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #dddddd;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #dddddd;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
form {
  margin: 0;
}
fieldset {
  border: 4px solid #dddddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 30px 0 30px 0;
  padding: 12px;
}
.required {
  color: #fa5662;
}
legend {
  margin-bottom: 10px;
  font-size: 35px;
  padding: 0 10px;
  line-height: 30px;
  font-weight: 300;
  color: #3394ec;
  border: 0;
}
legend small {
  font-size: 15px;
  color: #999999;
}
input[type="search"]::-webkit-search-cancel-button {
  webkit-appearance: none;
  height: 14px;
  width: 14px;
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 14px;
  cursor: pointer;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button {
  font-family: sans-serif !important;
}
select,
option,
textarea {
  font-family: 'Open Sans', sans-serif !important;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="file"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="file"],
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="file"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
input[type="image"] {
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  padding: 5px 3%;
  height: 44px !important;
}
select {
  height: 38px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 38px;
}
select {
  width: 232px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
/*
// Ensure input-prepend/append never wraps
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
*/
/*
// Grid sizes
#grid > .input(@gridColumnWidth, @gridGutterWidth);

// Control row for multiple inputs per line
.controls-row {
  .clearfix(); // Clear the float from controls
}

// Float to collapse white-space for proper grid alignment
.controls-row [class*="span"],
// Redeclare the fluid grid collapse since we undo the float for inputs
.row-fluid .controls-row [class*="span"] {
  float: left;
}
// Explicity set top padding on all checkboxes/radios, not just first-child
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
*/
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
  box-shadow: none;
  color: #333!important;
  background-color: #dddddd !important;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #d39800;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #d39800;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #d39800;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a07300;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc83a;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc83a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc83a;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #d39800;
  background-color: #fff3d3;
  border-color: #d39800;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #f80c1d;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #f80c1d;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #f80c1d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #cb0614;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb6f79;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb6f79;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb6f79;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #f80c1d;
  background-color: #feebec;
  border-color: #f80c1d;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #2f6f2f;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #2f6f2f;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #2f6f2f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #204b20;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #50b550;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #50b550;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #50b550;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #2f6f2f;
  background-color: #cdeacd;
  border-color: #2f6f2f;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #126dc1;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #126dc1;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #126dc1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #0e5392;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4aa0ee;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4aa0ee;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4aa0ee;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #126dc1;
  background-color: #d6eafb;
  border-color: #126dc1;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  /*&:focus {
    border-color: darken(#ee5f5b, 10%);
    @shadow: 0 0 6px lighten(#ee5f5b, 20%);
    .box-shadow(@shadow);
  }*/
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #dddddd;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
/*
.input-prepend {
  .add-on,
  .btn {
    margin-right: -1px;
  }
  .add-on:first-child,
  .btn:first-child {
    // FYI, `.btn:first-child` accounts for a button group that's prepended
    .border-radius(@inputBorderRadius 0 0 @inputBorderRadius);
  }
}
*/
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
/*
// Remove all border-radius for inputs with both prepend and append
.input-prepend.input-append {
  input,
  select,
  .uneditable-input {
    .border-radius(0);
    + .btn-group .btn {
      .border-radius(0 @inputBorderRadius @inputBorderRadius 0);
    }
  }
  .add-on:first-child,
  .btn:first-child {
    margin-right: -1px;
    .border-radius(@inputBorderRadius 0 0 @inputBorderRadius);
  }
  .add-on:last-child,
  .btn:last-child {
    margin-left: -1px;
    .border-radius(0 @inputBorderRadius @inputBorderRadius 0);
  }
  .btn-group:first-child {
    margin-left: 0;
  }
}
*/
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/*

// Allow for input prepend/append in search forms

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  .border-radius(0); // Override due to specificity
}
.form-search .input-append .search-query {
  .border-radius(14px 0 0 14px);
}
.form-search .input-append .btn {
  .border-radius(0 14px 14px 0);
}
.form-search .input-prepend .search-query {
  .border-radius(0 14px 14px 0);
}
.form-search .input-prepend .btn {
  .border-radius(14px 0 0 14px);
}
*/
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 15px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  font-weight: 600;
  width: 160px;
  padding-top: 8px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.datepicker table th,
.datepicker table td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #cdeacd;
}
.table tbody tr.error > td {
  background-color: #feebec;
}
.table tbody tr.warning > td {
  background-color: #fff3d3;
}
.table tbody tr.info > td {
  background-color: #d6eafb;
}
.table-hover tbody tr.success:hover > td {
  background-color: #bbe2bb;
}
.table-hover tbody tr.error:hover > td {
  background-color: #fed2d5;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #ffecb9;
}
.table-hover tbody tr.info:hover > td {
  background-color: #bfddf9;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  font-size: 14px;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 7px 39px 7px 15px;
  padding-left: 26px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background: #fa5662;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background: #fa5662;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.25s ease;
  -moz-transition: height 0.25s ease;
  -o-transition: height 0.25s ease;
  transition: height 0.25s ease;
}
.collapse.in {
  height: auto;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-8-21 18:17:13
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
.flip-out-hor-top {
  -webkit-animation: flip-out-hor-top 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: flip-out-hor-top 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
/**
 * ----------------------------------------
 * animation swing-out-top-bck
 * ----------------------------------------
 */
@keyframes flip-out-hor-top {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(70deg);
    transform: rotateX(70deg);
    opacity: 0;
  }
}
@keyframes flip-out-hor-top {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(70deg);
    transform: rotateX(70deg);
    opacity: 0;
  }
}
@keyframes out {
  0% {
    box-shadow: 0 0 #f2bf5c;
  }
  100% {
    box-shadow: 0 0 0 12px rgba(0, 121, 173, 0);
  }
}
@keyframes fadeIt {
  0% {
    background-color: #fff;
  }
  25% {
    background-color: #f0ffef;
  }
  100% {
    background-color: #fff;
  }
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  zoom: 1;
  filter: alpha(opacity=20);
  opacity: 20;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  zoom: 1;
  filter: alpha(opacity=40);
  opacity: 40;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  font-weight: bold !important;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #ffffff;
  color: #888;
  text-shadow: none;
  /*.buttonBackground(@btnBackground, @btnBackgroundHighlight, #888, 0 1px 1px rgba(255,255,255,.75));*/
  border: 2px solid #dddddd;
  /**border: 0; // Remove the border to prevent IE7's black border on input:focus*/
  /*border-bottom-color: darken(@btnBorder, 10%);*/
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  *margin-left: .3em;
  /*.box-shadow(~"inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05)");*/
  /*.box-shadow(inset 0 -3px 0 rgba(0,0,0,0.25));*/
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #555;
  border: 2px solid #b7b7b7;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  /*background-position: 0 -15;*/
  /*.transition(background-position .1s linear);*/
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  zoom: 1;
  filter: alpha(opacity=65);
  opacity: 65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 13px 19px;
  font-size: 14px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-weight: normal;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background: #147bd8;
  color: #fff;
  border: none;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #126dc1;
  color: #fff;
  border: none;
}
.btn-warning {
  background: #ffd870;
  color: #fff;
  border: none;
}
.btn-warning:hover,
.btn-warning:focus {
  background: #ffd157;
  color: #fff;
  border: none;
}
.btn-danger {
  background: #ee5f5b;
  color: #fff;
  border: none;
}
.btn-danger:hover,
.btn-danger:focus {
  background: #ec4844;
  color: #fff;
  border: none;
}
.btn-success {
  background: #62c462;
  color: #fff;
  border: none;
}
.btn-success:hover,
.btn-success:focus {
  background: #4fbd4f;
  color: #fff;
  border: none;
}
.btn-info {
  background: #69aedd;
  color: #fff;
  border: none;
}
.btn-info:hover,
.btn-info:focus {
  background: #54a3d8;
  color: #fff;
  border: none;
}
.btn-inverse {
  background: #444444;
  color: #fff;
  border: none;
}
.btn-inverse:hover,
.btn-inverse:focus {
  background: #373737;
  color: #fff;
  border: none;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.btn-link {
  text-shadow: none;
  border-color: transparent;
  cursor: pointer;
  color: #3394ec;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.btn-link:hover,
.btn-link:focus {
  color: #147bd8;
  text-decoration: underline;
  background-color: transparent;
  border: none;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
  border: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 14px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #ffffff;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #147bd8;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #ffd870;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #ee5f5b;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #62c462;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #69aedd;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #444444;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fff3d3;
  border: 1px solid #ffbe6c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.alert,
.alert h4 {
  color: #d39800;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #cdeacd;
  border-color: #91cb86;
  color: #2f6f2f;
}
.alert-success h4 {
  color: #2f6f2f;
}
.alert-danger,
.alert-error {
  background-color: #feebec;
  border-color: #fca0b6;
  color: #f80c1d;
}
.alert-danger h4,
.alert-error h4 {
  color: #f80c1d;
}
.alert-info {
  background-color: #d6eafb;
  border-color: #3394ec;
  color: #126dc1;
}
.alert-info h4 {
  color: #126dc1;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
}
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block > p:last-child {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
/*
// Nav headers (for dropdowns and lists)
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: @baseLineHeight;
  color: @grayLight;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  text-transform: uppercase;
}
// Space them out when they follow another list item (link)
.nav li + .nav-header {
  margin-top: 9px;
}
*/
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #3394ec;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: none;
  display: inline-block;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
  text-align: center;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  background: #e6e6e6;
  margin-right: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  border: 1px solid #ddd;
  border-bottom: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: #ddd;
  /*border-color: @grayLighter @grayLighter #ddd;*/
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #333333;
  background-color: #ffffff;
  cursor: default;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #3394ec;
}
/*
// Stacked tabs and pills
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0; // no need for the gap between nav items
}
*/
/*
// Tabs
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  .border-radius(0);
}
.nav-tabs.nav-stacked > li:first-child > a {
  .border-top-radius(4px);
}
.nav-tabs.nav-stacked > li:last-child > a {
  .border-bottom-radius(4px);
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
*/
/*
// Pills
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px; // decrease margin to match sizing of stacked tabs
}
*/
/*
.nav-tabs .dropdown-menu {
  .border-radius(0 0 6px 6px); // remove the top rounded corners here since there is a hard edge above the menu
}
.nav-pills .dropdown-menu {
  .border-radius(6px); // make rounded corners match the pills
}
*/
.nav .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  margin-top: 8px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
/* move down carets for tabs */
/*
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
*/
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
/*
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: @gray;
  border-bottom-color: @gray;
}
*/
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 100;
}
/*
// Dropdowns in stacked tabs
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: @grayLight;
}
*/
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #dddddd #dddddd #dddddd #dddddd;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #dddddd #dddddd #dddddd #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
/*.navbar .container {
  width: auto;
}*/
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #ffffff;
  text-shadow: 0 1px 0 #146ad8;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #ffffff;
}
.navbar-link {
  color: #ffffff;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #ffffff;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #147bd8;
  border-right: 1px solid #146ad8;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/*.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  #grid > .core > .span(@gridColumns);
}*/
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  background: #62acf0;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 11px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: #95c7f5;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.05s ease-in-out;
  -moz-transition: all 0.05s ease-in-out;
  -o-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #79b9f3;
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: none;
  background-color: #1265c1;
  background-image: -moz-linear-gradient(top, #125fc1, #126dc1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#125fc1), to(#126dc1));
  background-image: -webkit-linear-gradient(top, #125fc1, #126dc1);
  background-image: -o-linear-gradient(top, #125fc1, #126dc1);
  background-image: linear-gradient(to bottom, #125fc1, #126dc1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff125fc1', endColorstr='#ff126dc1', GradientType=0);
  border-color: #126dc1 #126dc1 #0b467b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #126dc1;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background: #1166b3;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #0e5392 \9;
}
.btn-navbar .icon-bar {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #95c7f5;
  color: #ffffff;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 13px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.004;
  zoom: 1;
  filter: alpha(opacity=0.4);
  opacity: 0.4;
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1200;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.6;
  pointer-events: none;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  opacity: 0.8;
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 80;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 220px;
  padding: 8px 16px;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  background-color: #333333;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: -2.66666667px;
  left: 50%;
  margin-left: -8px;
  border-width: 8px 8px 0;
  border-top-color: #333333;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: -2.66666667px;
  margin-top: -8px;
  border-width: 8px 8px 8px 0;
  border-right-color: #333333;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: -2.66666667px;
  margin-top: -8px;
  border-width: 8px 0 8px 8px;
  border-left-color: #333333;
}
.tooltip.bottom .tooltip-arrow {
  top: -2.66666667px;
  left: 50%;
  margin-left: -8px;
  border-width: 0 8px 8px;
  border-bottom-color: #333333;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 350px;
  padding: 15px 1px 5px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.label,
.label,
.badge {
  display: inline-block;
  padding: 4px 6px;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #999999;
  cursor: inherit;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #fa5662;
}
.label-warning,
.badge-warning {
  background-color: #ffc120;
}
.label-success,
.badge-success {
  background-color: #46a546;
}
.label-info,
.badge-info {
  background-color: #126dc1;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: left 0.6s ease-in-out;
  -moz-transition: left 0.6s ease-in-out;
  -o-transition: left 0.6s ease-in-out;
  transition: left 0.6s ease-in-out;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .item .text-center h2,
.carousel-inner > .item .text-center p {
  margin: auto;
  max-width: 600px;
}
.carousel-inner > .item .text-center h2 {
  color: #333;
  font-size: 35px;
  margin-bottom: 15px;
}
.carousel-inner > .item .text-center p {
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 30px;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 5%;
  left: 15px;
  width: 60px;
  height: 60px;
  font-size: 80px;
  font-weight: 300;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #3394ec;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  background: #fff;
  color: #3394ec;
  text-decoration: none;
  opacity: 0.7;
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 70;
}
.carousel-indicators {
  *zoom: 1;
  margin: 0;
  padding: 0;
}
.carousel-indicators:before,
.carousel-indicators:after {
  display: table;
  content: "";
  line-height: 0;
}
.carousel-indicators:after {
  clear: both;
}
.carousel-indicators li {
  list-style: none;
  padding: 30px 0;
  text-align: center;
  font-size: 23px;
  font-weight: 200;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.carousel-indicators li i {
  display: block;
  margin: auto;
  margin-bottom: 13px;
}
.carousel-indicators li:hover {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  background: #EBEBEB;
}
.carousel-indicators .active {
  color: #fff;
  background: #367BAA;
  border-bottom: 1px solid #2E6388;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
.carousel-indicators .active:hover {
  background: #367BAA;
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-desktop-inline {
    display: inline !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 38px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.56410256%;
    *margin-left: 2.51091107%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.56410256%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.45299145%;
    *width: 91.39979996%;
  }
  .row-fluid .span10 {
    width: 82.90598291%;
    *width: 82.85279142%;
  }
  .row-fluid .span9 {
    width: 74.35897436%;
    *width: 74.30578287%;
  }
  .row-fluid .span8 {
    width: 65.81196581%;
    *width: 65.75877432%;
  }
  .row-fluid .span7 {
    width: 57.26495726%;
    *width: 57.21176578%;
  }
  .row-fluid .span6 {
    width: 48.71794872%;
    *width: 48.66475723%;
  }
  .row-fluid .span5 {
    width: 40.17094017%;
    *width: 40.11774868%;
  }
  .row-fluid .span4 {
    width: 31.62393162%;
    *width: 31.57074013%;
  }
  .row-fluid .span3 {
    width: 23.07692308%;
    *width: 23.02373159%;
  }
  .row-fluid .span2 {
    width: 14.52991453%;
    *width: 14.47672304%;
  }
  .row-fluid .span1 {
    width: 5.98290598%;
    *width: 5.92971449%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820513%;
    *margin-left: 105.02182215%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256%;
    *margin-left: 102.45771959%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658%;
    *margin-left: 96.4748136%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709402%;
    *margin-left: 93.91071104%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803%;
    *margin-left: 87.92780506%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547%;
    *margin-left: 85.36370249%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717949%;
    *margin-left: 79.38079651%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692%;
    *margin-left: 76.81669394%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094%;
    *margin-left: 70.83378796%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606838%;
    *margin-left: 68.2696854%;
  }
  .row-fluid .offset7 {
    margin-left: 62.39316239%;
    *margin-left: 62.28677941%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905983%;
    *margin-left: 59.72267685%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615385%;
    *margin-left: 53.73977087%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128%;
    *margin-left: 51.1756683%;
  }
  .row-fluid .offset5 {
    margin-left: 45.2991453%;
    *margin-left: 45.19276232%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504274%;
    *margin-left: 42.62865976%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675%;
    *margin-left: 36.64575377%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803419%;
    *margin-left: 34.08165121%;
  }
  .row-fluid .offset3 {
    margin-left: 28.20512821%;
    *margin-left: 28.09874523%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.64102564%;
    *margin-left: 25.53464266%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811966%;
    *margin-left: 19.55173668%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.09401709%;
    *margin-left: 16.98763412%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111%;
    *margin-left: 11.00472813%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.54700855%;
    *margin-left: 8.44062557%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 38px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.76243094%;
    *margin-left: 2.70923945%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243094%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.43646409%;
    *width: 91.3832726%;
  }
  .row-fluid .span10 {
    width: 82.87292818%;
    *width: 82.81973669%;
  }
  .row-fluid .span9 {
    width: 74.30939227%;
    *width: 74.25620078%;
  }
  .row-fluid .span8 {
    width: 65.74585635%;
    *width: 65.69266486%;
  }
  .row-fluid .span7 {
    width: 57.18232044%;
    *width: 57.12912895%;
  }
  .row-fluid .span6 {
    width: 48.61878453%;
    *width: 48.56559304%;
  }
  .row-fluid .span5 {
    width: 40.05524862%;
    *width: 40.00205713%;
  }
  .row-fluid .span4 {
    width: 31.49171271%;
    *width: 31.43852122%;
  }
  .row-fluid .span3 {
    width: 22.9281768%;
    *width: 22.87498531%;
  }
  .row-fluid .span2 {
    width: 14.36464088%;
    *width: 14.31144939%;
  }
  .row-fluid .span1 {
    width: 5.80110497%;
    *width: 5.74791348%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486188%;
    *margin-left: 105.4184789%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243094%;
    *margin-left: 102.65604796%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132597%;
    *margin-left: 96.85494299%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.19889503%;
    *margin-left: 94.09251205%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779006%;
    *margin-left: 88.29140708%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.63535912%;
    *margin-left: 85.52897614%;
  }
  .row-fluid .offset9 {
    margin-left: 79.83425414%;
    *margin-left: 79.72787116%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.0718232%;
    *margin-left: 76.96544023%;
  }
  .row-fluid .offset8 {
    margin-left: 71.27071823%;
    *margin-left: 71.16433525%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729%;
    *margin-left: 68.40190431%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232%;
    *margin-left: 62.60079934%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138%;
    *margin-left: 59.8383684%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364641%;
    *margin-left: 54.03726343%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121547%;
    *margin-left: 51.27483249%;
  }
  .row-fluid .offset5 {
    margin-left: 45.5801105%;
    *margin-left: 45.47372752%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767956%;
    *margin-left: 42.71129658%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657459%;
    *margin-left: 36.91019161%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414365%;
    *margin-left: 34.14776067%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867%;
    *margin-left: 28.3466557%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773%;
    *margin-left: 25.58422476%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276%;
    *margin-left: 19.78311978%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182%;
    *margin-left: 17.02068884%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685%;
    *margin-left: 11.21958387%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591%;
    *margin-left: 8.45715293%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 13px;
    padding-right: 13px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 38px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 94%;
    padding: 3%;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #ffffff;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #147bd8;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #147bd8;
    border-bottom: 1px solid #147bd8;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 979px + 1) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/*!
https://github.com/eternicode/bootstrap-datepicker
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #dddddd;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d6eafb;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background: #eca315;
  color: #fff;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #dddddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #ffffff;
  text-shadow: none;
  background-color: #8aa4c4;
  background-image: -moz-linear-gradient(top, #8aacc4, #8a99c4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8aacc4), to(#8a99c4));
  background-image: -webkit-linear-gradient(top, #8aacc4, #8a99c4);
  background-image: -o-linear-gradient(top, #8aacc4, #8a99c4);
  background-image: linear-gradient(to bottom, #8aacc4, #8a99c4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8aacc4', endColorstr='#ff8a99c4', GradientType=0);
  border-color: #8a99c4 #8a99c4 #576caa;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #8a99c4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  color: #ffffff;
  background: #7f90be;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #687bb2 \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  text-shadow: none;
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb3b3b3', endColorstr='#ff808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #808080;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  color: #ffffff;
  background: #787878;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background: #294aa5;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #dddddd;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  text-shadow: none;
  background-color: #1461d8;
  background-image: -moz-linear-gradient(top, #147bd8, #143ad8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#147bd8), to(#143ad8));
  background-image: -webkit-linear-gradient(top, #147bd8, #143ad8);
  background-image: -o-linear-gradient(top, #147bd8, #143ad8);
  background-image: linear-gradient(to bottom, #147bd8, #143ad8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff147bd8', endColorstr='#ff143ad8', GradientType=0);
  border-color: #143ad8 #143ad8 #0e2792;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #143ad8;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  color: #ffffff;
  background: #1336ca;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #102da9 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #dddddd;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.has-float-label {
  display: block;
  height: 52px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.has-float-label label,
.has-float-label > span {
  position: absolute;
  left: 13px;
  top: 4px;
  font-weight: bold;
  cursor: text;
  font-size: 75%;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.has-float-label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.has-float-label textarea {
  width: 100%;
}
.has-float-label input,
.has-float-label select,
.has-float-label textarea {
  font-size: inherit;
  padding-top: 1em;
  box-sizing: border-box;
  font-size: 15px;
  width: 100%;
  height: 52px;
  font-weight: normal !important;
  border-radius: 4px;
  box-shadow: none;
  padding: 22px 12px 6px;
}
.has-float-label input::-webkit-input-placeholder,
.has-float-label select::-webkit-input-placeholder,
.has-float-label textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.has-float-label input::-moz-placeholder,
.has-float-label select::-moz-placeholder,
.has-float-label textarea::-moz-placeholder {
  opacity: 1;
  transition: all .2s;
}
.has-float-label input:-ms-input-placeholder,
.has-float-label select:-ms-input-placeholder,
.has-float-label textarea:-ms-input-placeholder {
  opacity: 1;
  transition: all .2s;
}
.has-float-label input::placeholder,
.has-float-label select::placeholder,
.has-float-label textarea::placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.has-float-label input:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.has-float-label select:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.has-float-label textarea:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}
.has-float-label input:placeholder-shown:not(:focus)::-moz-placeholder,
.has-float-label select:placeholder-shown:not(:focus)::-moz-placeholder,
.has-float-label textarea:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0;
}
.has-float-label input:placeholder-shown:not(:focus):-ms-input-placeholder,
.has-float-label select:placeholder-shown:not(:focus):-ms-input-placeholder,
.has-float-label textarea:placeholder-shown:not(:focus):-ms-input-placeholder {
  opacity: 0;
}
.has-float-label input:placeholder-shown:not(:focus)::placeholder,
.has-float-label select:placeholder-shown:not(:focus)::placeholder,
.has-float-label textarea:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.has-float-label input:placeholder-shown:not(:focus) + *,
.has-float-label select:placeholder-shown:not(:focus) + *,
.has-float-label textarea:placeholder-shown:not(:focus) + * {
  font-size: 16px;
  opacity: 0.7;
  top: 16px;
  font-weight: normal;
}
.has-float-label select {
  padding-right: 1em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 6px bottom 8px;
  background-size: 8px 10px;
  background-color: #fff;
  padding-top: 14px;
  padding-bottom: 0;
  margin-bottom: 0;
}
/*.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: @blue !important; }*/
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #3394ec !important;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #3394ec !important;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #3394ec !important;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #3394ec !important;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3394ec !important;
}
.select2-selection--multiple {
  padding: 4px;
  border: 1px solid #ccc !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px !important;
}
/*.select2-selection__choice__remove{
	display:none !important;
}
.select2-search__field{
	display:none !important;
}*/
.select2-results__option[aria-selected="true"] {
  background: #ddd !important;
  color: #666!important;
}
/*.select2-container{
    width:100% !important;
    max-width:350px !important;
} */
.select2-container--default .select2-selection--single {
  height: 50px !important;
  width: 100% !important;
  border: 1px solid #ccc !important;
  background-color: #fff !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px !important;
  height: 46px !important;
  padding-left: 12px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 30px !important;
  margin-bottom: 0 !important;
}
.select2-container--open .select2-dropdown--below {
  width: 100%;
}
.select2-results__option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent !important;
}
.select2-container--default img {
  max-width: 34px;
  margin-right: 5px;
}
.select2-container--default img:hover {
  transform: none;
}
.select2-container--default .sprite {
  vertical-align: middle;
  position: relative;
  left: -2px;
}
.select2-selection__clear {
  font-size: 24px!important;
  right: 12px!important;
}
#select2_facilities + .select2 .select2-selection {
  padding: 8px 6px !important;
}
.daterangepicker .ranges li.active,
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background: #3394ec !important;
}
.dropdown-backdrop {
  position: static;
}
/* Fonts
---------------------- */
.opensans_light {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.opensans_reg {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.opensans_italic {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: italic;
}
.opensans_bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
/* Site Sprite
---------------------- */
.sprite {
  background-image: url('/assets/img/skin/sprite.png');
  background-size: 197px 400px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .sprite {
    background-image: url('/assets/img/skin/sprite-2x.png');
  }
}
.sprite_caretools_logo {
  background-position: 0 0;
  width: 147px;
  height: 48px;
  text-indent: -9999px;
}
.sprite_footer_gclogo {
  background-position: 0 -78px;
  width: 64px;
  height: 30px;
  margin-top: -2px;
  margin-right: 10px;
}
.sprite_table_user {
  background-position: -67px -78px;
  width: 17px;
  height: 17px;
}
.sprite_table_clone {
  background-position: -87px -78px;
  width: 17px;
  height: 17px;
}
.sprite_table_trash {
  background-position: -107px -78px;
  width: 17px;
  height: 17px;
}
.sprite_table_checkbox {
  background-position: -127px -78px;
  width: 17px;
  height: 17px;
}
.sprite_big_tick {
  background-position: -88px -98px;
  width: 40px;
  height: 40px;
}
.sprite_bday_cake {
  background-position: -130px -98px;
  width: 40px;
  height: 39px;
}
.sprite_edit {
  background-position: -67px -98px;
  width: 18px;
  height: 18px;
}
.sprite_special_considerations {
  background-position: -82px -141px;
  width: 22px;
  height: 20px;
}
.sprite_lightning {
  background-position: -138px -141px;
  width: 12px;
  height: 20px;
}
.sprite_change_activity {
  background-position: 0 -146px;
  width: 15px;
  height: 15px;
}
.sprite_change_client {
  background-position: -17px -146px;
  width: 15px;
  height: 15px;
}
.sprite_change_bell {
  background-position: -34px -146px;
  width: 15px;
  height: 15px;
}
.sprite_visa {
  background-position: 0 -174px;
  width: 33px;
  height: 25px;
}
.sprite_mastercard {
  background-position: -38px -174px;
  width: 39px;
  height: 25px;
}
.sprite_paypal {
  background-position: -82px -174px;
  width: 61px;
  height: 25px;
}
.sprite_invoice {
  background-position: -148px -174px;
  width: 49px;
  height: 25px;
}
.sprite_plan_yearly {
  background-position: 0px -200px;
  width: 86px;
  height: 44px;
}
.sprite_plan_monthly {
  background-position: 0px -247px;
  width: 114px;
  height: 47px;
}
.sprite_pay_visa {
  background-position: 0px -296px;
  width: 47px;
  height: 30px;
}
.sprite_pay_mastercard {
  background-position: -49px -296px;
  width: 47px;
  height: 30px;
}
.sprite_pay_paypal {
  background-position: -98px -296px;
  width: 47px;
  height: 30px;
}
.sprite_pay_amex {
  background-position: -147px -296px;
  width: 47px;
  height: 30px;
}
.sprite_pay_diners {
  background-position: 0px -328px;
  width: 47px;
  height: 30px;
}
.sprite_pay_cheque {
  background-position: -49px -328px;
  width: 47px;
  height: 30px;
}
.sprite_pay_invoice {
  background-position: -98px -328px;
  width: 47px;
  height: 30px;
}
.sprite_pay_bank {
  background-position: -147px -328px;
  width: 47px;
  height: 30px;
}
.sprite_avatar_ {
  background-position: -84px -360px;
  width: 40px;
  height: 40px;
}
.sprite_avatar_M {
  background-position: 0 -360px;
  width: 40px;
  height: 40px;
}
.sprite_avatar_F {
  background-position: -42px -360px;
  width: 40px;
  height: 40px;
}
.sprite_avatar_admin {
  background-position: -84px -360px;
  width: 40px;
  height: 40px;
}
.sprite_avatar_superadmin {
  background-position: -126px -360px;
  width: 40px;
  height: 40px;
}
/* Carousel Sprite
---------------------- */
.csprite {
  background-image: url('/assets/img/skin/features_sprite.png');
  background-size: 44px 528px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .csprite {
    background-image: url('/assets/img/skin/features_sprite-2x.png');
  }
}
.csprite_clients {
  background-position: 0 0;
  width: 44px;
  height: 44px;
}
.csprite_activities {
  background-position: 0 -44px;
  width: 44px;
  height: 44px;
}
.csprite_attendance {
  background-position: 0 -88px;
  width: 44px;
  height: 44px;
}
.csprite_reports {
  background-position: 0 -132px;
  width: 44px;
  height: 44px;
}
.csprite_staff {
  background-position: 0 -176px;
  width: 44px;
  height: 44px;
}
.csprite_careplans {
  background-position: 0 -220px;
  width: 44px;
  height: 44px;
}
.csprite_invitations {
  background-position: 0 -264px;
  width: 44px;
  height: 44px;
}
.csprite_support {
  background-position: 0 -308px;
  width: 44px;
  height: 44px;
}
.csprite_secure {
  background-position: 0 -352px;
  width: 44px;
  height: 44px;
}
.csprite_progress {
  background-position: 0 -396px;
  width: 44px;
  height: 44px;
}
.csprite_codes {
  background-position: 0 -440px;
  width: 44px;
  height: 44px;
}
.csprite_mobile {
  background-position: 0 -484px;
  width: 44px;
  height: 44px;
}
/* YouTube Sprite and Lazyload
DOC: https://www.nigelbunner.co.uk/blog/a-simple-way-to-lazy-load-embedded-youtube-videos/
---------------------- */
.yt_sprite {
  background: transparent url(/assets/img/skin/youtube.png) no-repeat top left;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.yt_play {
  background-position: 0 0;
  width: 100px;
  height: 70px;
}
.col-cont {
  background: #ffd870;
  margin: 0 auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.home-youtube-container {
  cursor: pointer;
  position: relative;
}
.home-youtube-container img {
  max-height: 360px;
  max-width: 640px;
  width: 100%;
  border-radius: 6px;
}
.home-youtube-container i {
  left: 50%;
  margin: -35px 0 0 -50px;
  position: absolute;
  top: 50%;
}
.home-youtube-container:hover i {
  background-position: 0 -70px;
}
@media only screen and (min-width: 481px) {
  .home-youtube-container img {
    max-height: 360px;
    max-width: 640px;
  }
}
/* Common
---------------------- */
.no_wrap {
  white-space: nowrap;
}
.display_none {
  display: none;
}
.invisible {
  visibility: hidden;
}
.hidden {
  visibility: hidden;
}
.input_append_fix input[type="text"] {
  padding: 11px;
}
.input_append_fix input[type="submit"] {
  margin-top: -10px;
}
.capitalize {
  text-transform: capitalize;
}
::selection {
  background: #62acf0;
  color: #fff;
}
::-moz-selection {
  background: #62acf0;
  color: #fff;
}
.border_shadow {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.edit_add_box {
  padding: 20px 20px 20px 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-top: 30px;
}
.edit_add_box.no_padding_top_bottom {
  padding-top: 0;
  padding-bottom: 0;
}
.edit_add_box.no_padding_top {
  padding-top: 0;
}
.edit_add_box h2 {
  margin-bottom: 0;
  line-height: 100%;
  text-align: center;
}
.edit_add_box hr {
  margin: 15px 0 20px 0;
}
.disabledBlock {
  opacity: 1;
  position: relative;
  cursor: not-allowed;
}
.disabledBlock input,
.disabledBlock select {
  pointer-events: none;
  opacity: 1;
}
.notextbreak {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reportdivs {
  display: none;
}
.padded_15 {
  padding: 0 0 15px 0;
  margin: 0;
}
/* Structure
---------------------- */
html,
body {
  height: 100%;
  margin: 0;
  background: #F4F4F4;
  color: #333;
}
.wrapper {
  min-height: 100%;
  margin-bottom: -60px;
}
#register-finalise {
  border: 1px solid #cccccc;
  border-top: none;
}
#register-finalise a.accordion-toggle {
  display: block;
  color: #333333;
  border-top: 1px solid #cccccc;
  padding: 12px 10px 10px 10px;
  margin-bottom: 0;
  background: #F9F9F9;
}
#register-finalise a.accordion-toggle:hover {
  background: #ddd;
  text-decoration: none;
}
#register-finalise a.accordion-toggle input {
  margin: 10px 10px 0 10px;
}
#register-finalise a.accordion-toggle input[type='radio'] {
  display: none;
}
#register-finalise a.accordion-toggle .pull-right {
  margin-left: 10px;
  margin-top: 8px;
}
#register-finalise a.accordion-toggle .type {
  font-size: 20px;
}
#register-finalise .accordion-inner {
  padding: 20px;
  border-top: 0;
}
#daternage_cal {
  border-radius: 100px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-top: -5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#daternage_cal:hover {
  background: #f5f5f5;
  cursor: pointer;
}
.activity_tag {
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 100px;
  vertical-align: middle;
  position: relative;
  left: -2px;
  border: 2px solid #fff;
}
.activity_tag.selected {
  background-color: #f5f5f5;
  border: 2px solid #3394ec;
  box-shadow: 0px 0px 4px #3394ec;
}
.activity_tag.tag_red {
  background: red;
}
.activity_tag.tag_activity {
  background-color: #ffffff;
}
.activity_tag.tag_calendar {
  background-color: #ffedbd;
}
.activity_tag.tag_0 {
  background-color: #ffffff;
}
.activity_tag.tag_1 {
  background-color: #70aadc;
}
.activity_tag.tag_2 {
  background-color: #82ceb4;
}
.activity_tag.tag_3 {
  background-color: #b6d881;
}
.activity_tag.tag_4 {
  background-color: #efec81;
}
.activity_tag.tag_5 {
  background-color: #fecd7e;
}
.activity_tag.tag_6 {
  background-color: #f9b48a;
}
.activity_tag.tag_7 {
  background-color: #f8a792;
}
.activity_tag.tag_8 {
  background-color: #f497ac;
}
.activity_tag.tag_9 {
  background-color: #dc86b5;
}
.activity_tag.tag_10 {
  background-color: #867cb8;
}
input.weekday_picker {
  display: none;
}
input.weekday_picker + label {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background: #e9e9e9;
  width: 28px;
  height: 28px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  padding-top: 4px;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 20px;
  margin-right: 3px;
}
input.weekday_picker + label:active,
input.weekday_picker:checked + label {
  background: #3394ec;
  color: #fff;
}
.form-nested input.input-lg {
  padding: 22px 12px 6px 12px !important;
}
.button_padding .btn {
  margin: 5px 2px 0 2px;
}
.dropdown-menu .switch_btn {
  color: #999;
}
.dropdown-menu .popup-with-zoom-anim:hover .switch_btn {
  color: #fff;
}
.dropdown-menu.max_height {
  max-height: 600px;
  overflow-y: hidden;
}
.dropdown-menu.fancy_scroll:hover::-webkit-scrollbar-thumb {
  border-color: #ffd870;
}
a.btn.btn-fancy {
  font-size: 20px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
a.btn.btn-fancy span {
  display: block;
  line-height: 120%;
  margin-top: 7px;
  font-size: 14px;
}
.btn-register {
  font-size: 22px;
  padding: 20px 40px;
}
.pagination {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #dddddd;
}
.page_image_right {
  float: right;
  margin: 0 0 0 20px;
}
.border-radius-100 {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
#dashboard h2 {
  font-size: 20px;
}
#dashboard .activity_list.progress_note:first-child {
  border-top: none;
}
#dashboard .dashboard_stats .stats,
#dashboard .dashboard_stats .date,
#dashboard .dashboard_stats .birthday {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#dashboard .dashboard_stats .stats,
#dashboard .dashboard_stats .date {
  text-transform: uppercase;
}
#dashboard .dashboard_stats small {
  display: block;
  font-size: 12px;
}
#dashboard .dashboard_stats .date {
  font-size: 21px;
  line-height: 100%;
  position: relative;
  top: -5px;
}
#dashboard .dashboard_stats .date.month small {
  font-size: 12px;
}
#dashboard .dashboard_stats .date.year small {
  font-size: 18px;
}
#dashboard .dashboard_stats .date.icon {
  vertical-align: middle;
  display: inline-block;
}
#dashboard .dashboard_stats .stats {
  margin-top: 5px;
  font-size: 30px;
  font-weight: bold;
  line-height: 100%;
}
#dashboard .dashboard_stats .stats p {
  margin-bottom: 5px;
}
#dashboard .dashboard_stats .stats small {
  font-weight: normal;
}
#dashboard .dashboard_stats .birthday {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 130%;
}
#dashboard .dashboard_stats .birthday small {
  font-size: 14px;
  margin-top: 4px;
  color: #777;
}
#dashboard .dashboard_stats .sprite {
  margin-top: 10px;
}
#smileys.hover input[type="radio"]:hover,
#smileys.hover input[type="radio"]:focus,
#smileys.hover input[type="radio"]:active,
#smileys.hover input[type="radio"]:checked,
#smileys.hover input[type="radio"].checked {
  transform: scale(1.1);
}
#smileys input[type="radio"] {
  -webkit-appearance: none;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  transition: border .2s ease;
  margin: 0 5px;
  opacity: 0.35;
  transition: all .2s ease;
  position: relative;
  z-index: 999;
}
#smileys input[type="radio"].happy {
  background: url('/assets/img/skin/face_happy_black.svg') center;
  background-size: cover;
}
#smileys input[type="radio"].happy:hover,
#smileys input[type="radio"].happy:focus,
#smileys input[type="radio"].happy:active,
#smileys input[type="radio"].happy:checked,
#smileys input[type="radio"].happy.checked {
  background: url('/assets/img/skin/face_happy.svg') center;
  background-size: cover;
  opacity: 1;
  outline: 0;
}
#smileys input[type="radio"].neutral {
  background: url('/assets/img/skin/face_neutral_black.svg') center;
  background-size: cover;
}
#smileys input[type="radio"].neutral:hover,
#smileys input[type="radio"].neutral:focus,
#smileys input[type="radio"].neutral:active,
#smileys input[type="radio"].neutral:checked,
#smileys input[type="radio"].neutral.checked {
  background: url('/assets/img/skin/face_neutral.svg') center;
  background-size: cover;
  opacity: 1;
  outline: 0;
}
#smileys input[type="radio"].sad {
  background: url('/assets/img/skin/face_sad_black.svg') center;
  background-size: cover;
}
#smileys input[type="radio"].sad:hover,
#smileys input[type="radio"].sad:focus,
#smileys input[type="radio"].sad:active,
#smileys input[type="radio"].sad:checked,
#smileys input[type="radio"].sad.checked {
  background: url('/assets/img/skin/face_sad.svg') center;
  background-size: cover;
  opacity: 1;
  outline: 0;
}
#smileys input[type="radio"].no_hover {
  cursor: text !important;
}
#smileys input[type="radio"].no_hover.hover {
  cursor: text !important;
}
.swal-overlay--show-modal,
.swal-modal {
  animation: none !important;
}
.swal-button {
  border-radius: 100px;
}
.swal-button:focus {
  box-shadow: none;
}
.checkered-bg {
  background-image: linear-gradient(45deg, #eeeeee 25%, transparent 25%), linear-gradient(-45deg, #eeeeee 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #eeeeee 75%), linear-gradient(-45deg, transparent 75%, #eeeeee 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}
.weekend_bg {
  background-image: linear-gradient(135deg, #fdfdfd 25%, transparent 25%, transparent 50%, #fdfdfd 50%, #fdfdfd 75%, transparent 75%, transparent 100%) !important;
  background-size: 56.57px 56.57px !important;
}
.current_day {
  background-color: #e1ede1 !important;
}
.current_day.weekend_bg {
  background-color: #d7e8d7 !important;
  background-image: linear-gradient(135deg, #d1e4d1 25%, transparent 25%, transparent 50%, #d1e4d1 50%, #d1e4d1 75%, transparent 75%, transparent 100%) !important;
}
.col_day.items.weekend_bg {
  background-color: #e2e2e2 !important;
  background-image: linear-gradient(135deg, #dddddd 25%, transparent 25%, transparent 50%, #dddddd 50%, #dddddd 75%, transparent 75%, transparent 100%) !important;
}
a.add_activity {
  opacity: 0;
  position: absolute;
  top: 8px;
  right: 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border: none;
  color: #fff;
}
/* Help Button Styles via Elegant Themes */
.at-help-btn {
  z-index: 100;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #fa5662;
  padding: 9px;
  border-radius: 100px;
  color: #fff !important;
  font-size: 16px !important;
  text-decoration: none !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.at-help-btn:hover {
  background: #ec4844;
}
.at-help-btn__icon {
  border-radius: 100%;
  width: 28px;
  height: 28px;
  padding: 0;
}
.at-help-btn__icon img {
  display: block;
  width: 100%;
}
.at-help-btn__text {
  display: none;
}
.at-help-btn__text span {
  padding: 0 15px 0 10px;
}
/* Custom Modal Header Styles */
.modal-header {
  background: #f5f5f5;
  border-radius: 5px 5px 0 0;
}
.modal-header h3 {
  font-weight: bold;
  font-size: 18px;
}
/* Structure
------------------------------------------------*/
.btn-group.rounded .btn {
  border-radius: 100px !important;
}
/*.btn-group{
	&:hover .dropdown-menu{
    	display: block;
    	margin-top:0;
	}
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }*/
.btn-warning {
  color: #fa5662;
  text-shadow: none;
}
.btn-warning:hover {
  color: #fa5662;
}
.homepage_title {
  box-shadow: inset 0px 0px 30px 0 rgba(0, 0, 0, 0.15);
}
#header.d3v {
  background: #333 !important;
}
#header.d3v .nav > li > a {
  color: #fff!important;
}
#header.dev {
  background: #982b33 !important;
}
#header.dev .nav > li > a {
  color: #fff!important;
}
#header {
  background: #FFD870;
}
#header #logo {
  width: 147px;
  float: left;
  height: 59px;
  padding: 12px 20px 0 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#header #logo:hover {
  opacity: 0.008;
  zoom: 1;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
}
#header .btn-navbar {
  display: none;
}
#header .nav {
  margin: 0px;
}
#header .nav .sprite_menu_user_small {
  margin-right: 15px;
}
#header .nav .btn {
  padding: 10px 15px;
  border: none!important;
  margin-top: 14px;
  margin-left: 10px;
}
#header .nav .btn-danger {
  color: #fff;
}
#header .nav > li {
  float: left;
}
#header .nav > li.pull-right {
  float: right;
}
#header .nav > li > a {
  display: block;
  text-align: center;
  padding: 26px 18px;
  line-height: 160%;
  color: #FA5662;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding-left: 12px\0;
  padding-right: 12px\0;
}
#header .nav > li > a:hover,
#header .nav > li > a:focus {
  background: #FA5662;
  color: #fff;
}
#header .nav > li > a:hover .extra_text,
#header .nav > li > a:focus .extra_text {
  color: #fff !important;
}
#header .nav > li > a:hover .caret,
#header .nav > li > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#header .nav > li > a.btn:hover {
  border: none!important;
}
#header .nav > li > a.btn-danger:hover {
  transform: scale(1.05);
}
#header .nav > li > a.btn-link:hover {
  border-radius: 100px !important;
  background: #147bd8;
}
#header .nav > li > a.active {
  background: #FA5662;
  color: #fff;
}
#header .nav > li > a.active .extra_text {
  color: #fff;
}
#header .nav > li > a.active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#header .nav > li > a.active.btn-link {
  box-shadow: none;
  color: #fa5662;
  background: none;
}
#header .nav > li > a.second_line {
  padding: 26px 18px 9px;
  line-height: 140%;
  text-align: left;
}
#header .nav > li > a .extra_text {
  font-weight: normal;
  font-size: 11px;
  max-width: 90px;
  color: #FA5662;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#header .nav > li > a .extra_text:hover {
  color: #FA5662;
}
#header .nav > li > a .caret {
  border-top-color: #FA5662;
  border-bottom-color: #FA5662;
}
#header .nav .dropdown .dropdown-menu {
  background: #FFD870;
  margin-top: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  overflow: auto;
}
#header .nav .dropdown .dropdown-menu .divider {
  background: #f39098;
  border: none;
  padding: 0;
  margin: 0;
  height: 1px;
}
#header .nav .dropdown .dropdown-menu .disabled.selected a {
  color: #fff;
  background: #FA5662;
  border-left: 4px solid #FA5662;
}
#header .nav .dropdown .dropdown-menu .disabled.text_only a {
  padding-top: 5px;
  font-size: 12px;
  padding-bottom: 5px;
}
#header .nav .dropdown .dropdown-menu .disabled.text_only a:hover {
  background: #FFD870;
  border-color: #FFD870;
  color: #FA5662;
}
#header .nav .dropdown .dropdown-menu .disabled:hover {
  backround: inherit;
}
#header .nav .dropdown li a {
  padding-top: 12px;
  border-left: 4px solid #FFD870;
  padding-bottom: 12px;
  color: #FA5662;
  font-weight: bold;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  position: relative;
  text-transform: capitalize;
}
#header .nav .dropdown li a:hover,
#header .nav .dropdown li a:focus {
  border-left: 4px solid #FA5662;
  background: #FA5662;
  color: #fff;
}
#header .nav .dropdown li.active a {
  border-left: 4px solid #FA5662;
  color: #fff;
}
#header .nav .nav .dropdown-toggle .caret {
  border-color: #FA5662;
}
#header .nav .ellipsis {
  vertical-align: bottom !important;
}
#header .nav .dropdown-toggle:hover .extra_text {
  color: #fff;
}
.highcharts-contextmenu > div {
  padding: 0 !important;
}
.highcharts-contextmenu hr {
  margin: 0 !important;
}
.highcharts-contextmenu div div {
  padding: 10px !important;
}
#reports h1 {
  font-weight: bold;
}
#reports_left {
  background: #fff;
  border-radius: 5px;
  padding: 15px 0;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
#reports_left a {
  padding: 6px 20px 6px 42px;
  border-left: 3px solid transparent;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#reports_left a:hover {
  border-left: 3px solid #3394ec;
  background: #3394ec;
  color: #fff;
  text-shadow: none;
}
#reports_left a.active {
  color: #fff;
  text-shadow: none;
  background: #3394ec;
}
#reports_left .nav-header {
  margin-top: 20px;
  margin-left: 30px;
  font-size: 14px;
}
#reports_right {
  padding: 30px 30px 30px 30px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
#reports_right + div {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.page_body.container {
  padding: 0;
}
.page_body.container {
  padding: 50px 0;
}
.btn-xlarge {
  font-size: 20px;
  padding: 20px 36px;
}
.text-success {
  color: #4aab4a;
}
.register_finalise_heading {
  text-align: center;
  margin-bottom: 30px;
}
.register_finalise_heading .alert {
  padding: 30px 0;
  font-size: 16px;
  line-height: 160%;
}
#homepage_header {
  color: #333;
  padding: 120px 0;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
#homepage_header h1 {
  font-size: 30px;
  line-height: 140%;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
#homepage_header h1 em {
  font-style: normal;
}
#homepage_header .video_wrapper {
  margin-top: 36px;
}
#homepage_header .header_lead {
  line-height: 160%;
  font-size: 20px;
  font-weight: normal;
}
#homepage_header .header_lead {
  max-width: 550px;
}
#homepage_header small {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
#homepage_header .btn {
  text-shadow: none;
}
.register_page {
  padding: 60px 0;
}
/* fade image in after load */
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}
.popup-gallery a {
  display: inline-block;
  color: #666;
  font-weight: bold;
  font-size: 14px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 30px;
}
.popup-gallery a img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
}
.features_image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
}
.features_image img {
  vertical-align: middle;
}
.features_image.report {
  left: 44%;
}
.features_image_2 {
  position: absolute;
  top: 0;
  width: 180%;
  left: -60%;
}
.public_header {
  padding: 100px 0;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.public_header h1 {
  font-weight: bold;
  font-size: 46px;
  margin-bottom: 20px;
}
.public_header p {
  font-size: 18px;
  line-height: 160%;
  max-width: 550px;
  display: inline-block;
  margin: auto;
}
.homepage_section {
  position: relative;
  overflow: hidden;
  margin: 0;
  font-size: 16px;
  line-height: 160%;
  color: #666;
}
.homepage_section.features {
  min-height: 840px;
}
.homepage_section.features.first {
  margin-top: 80px;
}
.homepage_section.features_2 {
  min-height: 840px;
}
.homepage_section p {
  margin-bottom: 20px;
  line-height: 180%;
}
.homepage_section .number {
  font-weight: bold;
  box-sizing: border-box;
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #333;
  font-size: 18px;
  width: 34px;
  height: 34px;
  text-align: center;
  margin-right: 5px;
  line-height: 34px;
  position: relative;
  top: -5px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.homepage_section .padded_top {
  padding-top: 120px;
}
.homepage_section h2 {
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 130%;
}
.homepage_section.white {
  background: #fff;
  padding: 100px 0;
}
.homepage_section.blue {
  text-shadow: 0 2px rgba(0, 0, 0, 0.2);
  background: #3394ec;
  color: #fff;
  font-size: 25px;
}
.homepage_section.blue h2 {
  color: #fff;
}
.homepage_section.blue h2 span {
  color: #ffc120;
}
.homepage_section.blue em {
  color: #CCE4F2;
}
.homepage_section.blue ul {
  list-style-image: url(/assets/img/skin/tick.png);
  line-height: 180%;
}
.homepage_section.white_box {
  padding: 20px;
}
.features_list {
  text-align: center;
  padding: 20px;
  font-size: 14px;
  line-height: 140%;
}
.features_list h4 {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0;
  font-size: 16px;
}
.features_list p {
  color: #888;
}
.multi_select {
  overflow: auto;
  padding: 0;
  min-width: fit-content;
  /*option{
		background-color: green;
	}

	option[value='3']{
		background-color: red;
	}

	&:focus{
		option{
			background:orange;
		}
	}*/
}
.multi_select option {
  padding: 6px 10px;
}
#calendar_img_select {
  /*&:hover{
		padding-bottom:0;
		overflow-x:scroll;
	}*/
}
#calendar_img_select label {
  float: left;
  display: block;
  margin: 14px 14px 0 0;
  padding: 0;
}
#calendar_img_select label > input {
  visibility: hidden;
  position: absolute;
}
#calendar_img_select label > input + img {
  cursor: pointer;
  width: 68px;
  border: 3px solid #fff;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#calendar_img_select label > input:hover + img {
  border: 3px solid #3394ec;
  transform: scale(1.5);
}
#calendar_img_select label > input:checked + img {
  border: 3px solid #3394ec;
  box-shadow: 0px 0px 10px #3394ec;
}
.home_quote {
  max-width: 470px;
  margin: 30px auto 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.home_quote.grey {
  background: #eee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.home_quote .quote {
  line-height: 150%;
  font-size: 14px;
  padding: 20px;
}
.home_quote .quote .no_wrap {
  margin-top: 5px;
  display: block;
}
.home_quote .quote p {
  font-size: 14px;
  line-height: 180%;
}
.home_quote .container-img {
  float: left;
}
.home_quote .overflow {
  overflow: auto;
}
.home_quote .name {
  margin-bottom: 0;
}
.home_quote .text {
  margin-bottom: 10px;
}
.home_quote img {
  width: 50px;
  margin: 0 14px 0 0;
}
.app-window {
  display: inline-block;
  border: 3px solid #36393e;
  border-radius: 3px;
  box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.35);
  margin-bottom: 20px;
}
.app-titlebar {
  padding: 5px 8px 10px;
  background-color: #36393e;
  text-align: left;
}
.app-controls {
  line-height: 0;
}
.app-controls .ball {
  margin-right: 4px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.app-controls .ball.red {
  background-color: #ff6e60;
}
.app-controls .ball.yellow {
  background-color: #ffc600;
}
.app-controls .ball.green {
  background-color: #44d38d;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.video_wrapper.margin_top {
  margin-top: 30px;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
iframe {
  border: none;
}
#webinar {
  text-align: left;
}
#webinar .span6.padded_top {
  padding-top: 65px;
}
#webinar h1 {
  font-size: 30px;
  font-weight: strong;
}
#webinar form {
  background: rgba(0, 0, 0, 0.2);
  padding: 120px 0;
  border-radius: 100%;
}
.page_bg {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
}
#push,
#footer {
  height: 60px;
}
.spacer {
  height: 100px;
}
.signup.white_text {
  padding: 100px 0 350px 0;
  color: #fff;
  margin-bottom: 100px;
  z-index: -10 !important;
  box-shadow: inset 0px 0px 30px 0 rgba(0, 0, 0, 0.15);
}
.signup.white_text p {
  font-size: 26px;
  margin-bottom: 0;
}
.get_started_img {
  margin-top: -380px;
  z-index: 999;
}
#footer {
  background: #e9e9e9;
  box-sizing: border-box;
  color: #666;
  font-size: 10px;
  line-height: 60px;
  text-align: center;
}
#footer .inline {
  padding-left: 10px;
  margin-bottom: 0;
}
#footer .inline a {
  color: #666;
  font-weight: bold;
}
.stripe-button-el {
  all: unset !important;
  text-align: center;
}
.stripe-button-el span {
  all: unset !important;
  display: inline-block !important;
  margin-bottom: 0 !important;
  font-weight: bold !important;
  text-align: center !important;
  vertical-align: middle !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  background-image: none !important;
  border: none !important;
  white-space: nowrap !important;
  box-shadow: inset 0 -3px 0px rgba(0, 0, 0, 0.15) !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  border-radius: 5px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  transition: all 0.1s ease !important;
  color: #fff !important;
  background-color: #FAA403 !important;
  border-color: #e19303 !important;
  padding: 14px 20px !important;
  font-size: 18px !important;
  line-height: 1.3333333 !important;
  border-radius: 6px !important;
}
.stripe-button-el span:hover,
.stripe-button-el span:focus {
  color: #fff !important;
  background-color: #c88302 !important;
  border-color: #a46c02 !important;
}
.stripe-button-el span:active {
  outline: 0;
  background-image: none !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.alert-float {
  position: absolute;
  font-weight: bold;
  top: 74px;
  box-sizing: border-box;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  text-align: center;
  border-top: none;
  padding: 5px 15px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.form-status-holder {
  font-weight: bold;
  text-align: center;
}
.form-status-holder:empty {
  display: none;
}
.no_filter_options {
  margin-top: 30px;
}
.page_top {
  padding: 30px 0;
  min-height: 46px;
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
  position: relative;
}
.page_top.noborder {
  border: none;
}
.page_top .heading {
  text-align: center;
  display: inline-block;
  padding-top: 6px;
  margin: auto;
  margin-left: -200px;
  width: 400px;
  left: 50%;
  position: absolute;
}
.page_top .heading h1 {
  width: 400px;
  text-transform: capitalize;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.page_top .heading h1 .sprite {
  margin-bottom: -13px;
  margin-right: 5px;
}
.page_top .heading.secondline {
  top: 15px;
}
.page_top.then_tabs {
  margin-bottom: 30px;
}
.page_top.no_margin {
  margin-bottom: 0;
}
.btn.arrow span {
  font-size: 28px;
  position: absolute;
  left: 11px;
  top: 5px;
  font-weight: normal;
}
.pull-left .btn-back {
  font-size: 14px;
  position: relative;
  padding-left: 26px;
}
.pull-left .btn-back span {
  font-size: 28px;
  position: absolute;
  left: 11px;
  top: 5px;
  font-weight: light;
}
.pulse {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 8px;
  animation: out 1s infinite ease-out;
  animation-name: out !important;
  background: #f2bf5c;
  margin: 0 9px -2px 1px;
  cursor: pointer;
}
.btn-pulse .pulse {
  position: relative;
}
.pull-left .btn-pulse {
  padding-left: 37px;
}
.pulse_glow {
  animation: out 1s infinite ease-out;
  animation-name: out !important;
}
#your_first {
  margin-top: 40px;
}
#your_first .pulse {
  position: relative;
  top: -2px;
  left: 5px;
  cursor: auto;
}
#your_first .done {
  opacity: 0.4;
}
.page_secondary {
  padding: 30px 0;
}
.page_secondary .pull-left {
  padding: 10px 0;
}
.page_secondary#mark_attendance {
  position: relative;
}
.page_secondary#mark_attendance .invite {
  position: absolute;
  right: 0;
  top: 35px;
}
.page_secondary#mark_attendance .quick_mark {
  position: absolute;
  left: 0;
  top: 35px;
}
.page_secondary .btn-default {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
}
.page_secondary .btn-default.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #eee;
}
.page_secondary.has_accordion {
  padding: 20px 0;
}
.page_secondary.has_accordion .accordion-inner {
  padding: 10px 0;
}
.btn-group a input[type="radio"],
.btn-group button input[type="radio"],
.btn-group label input[type="radio"] {
  display: inline-block;
  margin-right: 5px;
  margin-top: -1px;
}
.btn-group .btn-default.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #eee;
}
.btn-group .btn-success.active,
.btn-group .btn-danger.active {
  color: #ffffff !important;
}
.extra_buttons_under_header {
  text-align: center;
}
.extra_buttons_under_header .search-box {
  background: #ffffff url(/assets/img/skin/sprite.png) no-repeat top left;
  background-position: -154px -43px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 0;
  padding: 12px 20px 11px 20px;
  width: 90px;
  color: #999;
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0;
  border-radius: 100px;
  width: 170px;
  text-align: center;
  box-sizing: border-box;
  height: 46px;
  width: 210px;
}
.extra_buttons_under_header .search-btn {
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: 5px;
  margin-right: 5px;
  color: #999;
}
.extra_buttons_under_header .input-huge {
  padding: 16px;
  font-size: 18px;
  text-align: center;
  border-width: 3px;
  margin: 0;
}
.extra_buttons_under_header .select2-selection {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 0 2px;
  color: #999;
  font-size: 14px;
  border-radius: 100px !important;
  text-align: center;
  border: none !important;
  height: 46px !important;
}
.extra_buttons_under_header .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -20px;
}
.extra_buttons_under_header span.select2-selection.select2-selection--single {
  outline: none;
}
.client_avatar {
  max-width: 40px;
  display: inline-block;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.client_avatar:hover {
  position: relative;
  z-index: 5;
}
.client_avatar.client_calendar {
  float: right;
  z-index: 5;
  width: 18px;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -9px;
}
.client_avatar.client_calendar:hover {
  z-index: 5;
}
.client_tabs.nav-tabs {
  border-bottom: 0;
}
.client_tabs.nav-tabs > li > a {
  font-size: 14px;
  border: none;
}
.client_tabs.nav-tabs.dashboard {
  border-bottom: 1px solid #ddd;
}
.client_tabs.nav-tabs.dashboard > li > a {
  border: 1px solid #ddd;
  border-bottom: none;
  box-shadow: none;
}
.page_full_white {
  padding: 20px 20px 20px 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.page_full_white.no_padding_top_bottom {
  padding-top: 0;
  padding-bottom: 0;
}
.page_full_white.no_padding_top {
  padding-top: 0;
}
.full_width {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
textarea.full_width {
  line-height: 160%;
}
.large_input {
  width: 96%;
  padding: 16px 12px !important;
  font-size: 20px !important;
}
.white_box {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#client_list .fullwidth_input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 38px;
  line-height: 38px;
}
.recent_changes .contain_log {
  border-bottom: 1px solid #eee;
  font-size: 13px;
  padding: 10px 15px;
  margin: 0;
  line-height: 160%;
}
.recent_changes .contain_log a {
  font-weight: bold;
  white-space: nowrap;
}
.recent_changes .contain_log:nth-child(even) {
  background: #f9f9f9;
}
.recent_changes .time {
  min-width: 60px;
  padding-right: 15px;
  float: left;
  display: inline-block;
  color: #999;
  text-transform: uppercase;
  text-align: right;
}
.recent_changes .overflow {
  overflow: hidden;
}
.recent_changes .icon {
  width: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
.recent_changes .icon .sprite {
  margin-bottom: -2px;
}
.recent_changes .bold {
  font-weight: bold;
  color: #555;
}
.recent_changes .text-center {
  margin: 14px 0 10px 0;
}
.checkout_features {
  background: #e9e9e9;
  background: rgba(255, 255, 255, 0.5);
  max-width: 70%;
  padding: 30px;
  margin: 200px auto 40px auto;
  border-radius: 50px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
}
.checkout_features h1 {
  text-align: center;
  margin: 10px 0 25px 0;
  font-weight: bold;
}
.checkout_features img {
  margin-top: -200px;
}
.white_box_rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.white_box_rounded .padded {
  padding: 20px;
}
ul.fancy_ticks {
  list-style-image: url('/assets/img/skin/green_tick.png');
}
ul.fancy_ticks li {
  font-size: 20px;
  font-weight: light;
  margin: 20px 0 20px 60px;
  padding-left: 5px;
}
#login_box {
  padding: 0;
  width: 380px;
  max-width: 380px;
  left: 50%;
  position: relative;
  margin-left: -180px;
  margin-top: 100px;
  border-top: 4px solid #FFD870;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
#login_box .padded {
  padding: 20px;
}
#login_box input.email_input,
#login_box input.password_input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  padding-left: 47px;
  border-radius: 5px;
}
#login_box input.email_input {
  background: #ffffff url(/assets/img/skin/input_user.gif) 16px 14px no-repeat;
}
#login_box input.password_input {
  background: #ffffff url(/assets/img/skin/input_key.gif) 16px 14px no-repeat;
}
#login_box .content {
  padding: 20px 30px 30px 30px;
  border-bottom: 1px solid #C4C4C4;
}
#login_box .content h1 {
  margin: 0 0 25px 0;
  font-size: 25px;
  text-align: center;
}
#login_box .content label {
  margin-top: 12px;
  font-size: 14px;
}
#login_box .content .btn {
  font-size: 16px;
  font-weight: bold;
}
#login_box .forgot_password {
  border-top: 1px solid #E7E7E7;
  background: #f6f6f6;
  padding: 10px 30px 12px 30px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  text-align: center;
}
#login_box .forgot_password a#forgot_password_select {
  color: #333;
  font-style: italic;
  font-size: 14px;
}
#login_box .forgot_password .reset_form input,
#login_box .forgot_password .reset_form a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 45px;
}
#login_box .forgot_password .reset_form a {
  margin-bottom: 10px;
}
#login_box .forgot_password .reset_form .sprite {
  margin-top: 10px;
}
#login_box .input-append {
  padding-bottom: 10px;
  display: block;
}
#login_box .input-append #showHide {
  box-sizing: border-box;
  height: 28px;
  font-weight: bold;
  width: 55px;
  position: relative;
  left: -63px;
  border: none;
  z-index: 999;
  border-radius: 5px;
  top: 9px;
  font-size: 12px;
  text-transform: uppercase;
}
.pdf-download-button {
  background: red;
  color: blue;
}
/*.mfp-content .form-horizontal{
	.control-label{
		min-width:34%;
		padding-right:15px;
	}
	.controls{
		margin-left:34%;
	}
}
*/
/*.controls .checkbox{
	border:1px solid #ddd;
	border-radius:6px;
	display:inline-block;
	width:192px;
	padding:6px 10px 6px 30px !important;
	margin-bottom:0;

	&:hover{
		background:#f5f5f5;
		border-radius:5px;
	}
}*/
.form-horizontal.well,
.well.edit_add_box {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.form-horizontal.well.nobg,
.well.edit_add_box.nobg {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  margin-top: 30px;
}
.requried {
  color: #ba1414;
}
#new-user-form .well {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.yellow_form input,
.yellow_form select {
  background: #FEF9F0 !important;
  border: 2px solid #F1CE8C !important;
}
.yellow_form label {
  font-weight: bold !important;
}
/* Pricing */
.pricing_register {
  background: #fff;
  display: inline-block;
  width: 100%;
  max-width: 230px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.plan_box {
  padding: 0 0 30px 0;
}
.plan_box h4 {
  padding: 20px 0;
  margin-top: 0 !important;
  border-radius: 7px 7px 0 0;
}
.plan_free {
  background: #d9e9f9;
}
.plan_facility {
  background: #ffffff;
}
.plan_plus {
  background: #ffedbd;
}
.plan_multi {
  background: #fed2d5;
}
.plan_free h4 {
  background: #449AD5;
  color: #fff;
}
.plan_facility h4 {
  background: #444444;
  color: #fff;
}
.plan_plus h4 {
  background: #FFD870;
}
.plan_multi h4 {
  background: #FA5662;
  color: #fff !important;
}
#page_upgrade .pricing.current {
  /*h4, p{
			color:#999;
		}

		strong, .price{
			color:#666
		}*/
}
#page_upgrade .btn {
  border: none;
  margin: 0;
}
#page_upgrade h4 {
  margin-top: 15px;
}
/* Pricing END */
/* NEW Pricing 2018
VIA: 
> http://blog.dynamicdrive.com/free-comparison-and-pricing-table-templates/
>> https://codepen.io/adrianjacob/pen/wMGpeX
*/
.lg_h1 {
  font-size: 40px;
}
.comparison {
  margin: 40px auto;
  text-align: center;
  font-weight: bold;
}
.comparison table {
  width: 100%;
  position: relative;
  color: #333;
  border-collapse: separate;
  border-spacing: 25px 0;
  table-layout: fixed;
  font-size: 14px;
  border: 0;
}
.comparison tbody tr.hover td:first-child:before {
  width: 100%;
  content: '';
  display: block;
  height: 37px;
  position: absolute;
  background: rgba(0, 0, 0, 0);
  margin-top: -8px;
  left: 0;
  transition: background 0.2s;
  margin-left: -20px;
  padding-right: 40px;
  border-radius: 10px;
}
.comparison tbody tr.hover.two_lines td:first-child:before {
  height: 58px;
}
.comparison tbody tr:hover td:first-child:before {
  background: rgba(0, 0, 0, 0.1) !important;
}
.comparison tr {
  display: table-row;
}
.comparison tr td:nth-child(2),
.comparison tr th:nth-child(2) {
  background: #d9e9f9;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.comparison tr td:nth-child(3),
.comparison tr th:nth-child(3) {
  background: #ffffff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.comparison tr td:nth-child(4),
.comparison tr th:nth-child(4) {
  background: #ffedbd;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.comparison tr td:nth-child(5),
.comparison tr th:nth-child(5) {
  background: #fed2d5;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.comparison tr .compare-heading:nth-child(2) {
  background: #449AD5;
  color: #fff;
}
.comparison tr .compare-heading:nth-child(3) {
  background: #444444;
  color: #fff;
}
.comparison tr .compare-heading:nth-child(4) {
  background: #FFD870;
}
.comparison tr .compare-heading:nth-child(5) {
  background: #FA5662;
  color: #fff;
}
.comparison tr th {
  empty-cells: show;
  border: none;
  line-height: 150%;
}
.comparison tr td {
  display: table-cell;
  line-height: 150%;
  empty-cells: show;
  padding: 8px 0;
}
.comparison tr .table_heading {
  color: #999;
  padding-top: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.comparison tbody tr:nth-child(odd) {
  display: none;
}
.comparison tr td:first-child {
  text-align: left;
}
.comparison .tl {
  width: 18%;
}
.comparison h1 {
  font-size: 30px;
}
.comparison tfoot th {
  border-radius: 0 0 10px 10px;
}
.comparison tfoot .price_btn {
  padding: 40px 0 20px 0;
}
.comparison .price-info {
  padding-top: 20px;
}
.comparison .price-info .price-start,
.comparison .price-info .price-around {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 150%;
}
.comparison .price-info .price-now {
  display: block;
  margin: 10px 0 12px 0;
  font-size: 30px;
}
.comparison .price-info .price-now sup {
  font-size: 18px;
  top: -8px;
}
.comparison .price-info .interval {
  font-size: 14px;
}
.comparison #plan_yearly_monthly {
  margin: 0;
}
.dots {
  border-bottom: 2px dotted #dddddd;
}
.info_box {
  background: none;
  text-align: left !important;
  box-shadow: none;
  max-width: 800px;
  margin: 80px auto;
  border: none;
  line-height: 160%;
}
.info_box h3,
.info_box h4 {
  margin-top: 50px;
}
.info_box li {
  margin-bottom: 20px;
}
.light_yellow {
  background: #fdf2d5 !important;
}
#faqs_pricing h2 {
  text-transform: uppercase;
  font-weight: bold;
}
#faqs_pricing h4 {
  font-size: 16px;
}
#faqs_pricing p {
  line-height: 160%;
}
#faqs_pricing .span4 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.compare-heading {
  font-size: 20px;
  width: 17.5%;
  border-radius: 10px 10px 0 0;
  line-height: 130px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 40px 0;
  margin-bottom: 20px;
}
.compare-heading span {
  display: block;
  letter-spacing: 0;
  font-size: 11px;
  margin-top: -3px;
}
@media (max-width: 767px) {
  .comparison table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
  }
  .comparison td {
    border: 1px solid #e9e9e9;
  }
  .comparison td:first-child {
    display: none;
  }
  .comparison th:first-child {
    display: none;
  }
  .comparison .section_heading {
    background: #fff !important;
  }
  .comparison .mobile_heading {
    padding-top: 30px;
    text-transform: uppercase;
    font-size: 14px;
    background: #333 !important;
    padding: 20px;
    color: #fff;
  }
  .comparison .compare-heading span,
  .comparison .price-info,
  .comparison .price-info .price-around {
    font-size: 10px;
  }
  .comparison tbody tr:nth-child(odd) {
    display: table-row;
    background: #F7F7F7;
  }
  .comparison tr.table_heading {
    display: none;
  }
  .comparison .row {
    background: #FFF;
  }
  .comparison tr .table_heading {
    padding-top: 10px;
  }
  .price-info {
    border-top: 0 !important;
  }
  .paper_size {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .info_box {
    margin-top: 10px;
  }
  .info_box h4 {
    margin-top: 30px;
  }
  .btn-group > .btn + .btn {
    margin-left: -4px;
  }
  .sprite.sprite_plan_yearly,
  .sprite.sprite_plan_monthly {
    display: none !important;
  }
  .comparison .price-buy {
    padding: 5px 10px;
    margin-top: 10px;
  }
  .comparison td {
    padding: 10px 5px;
  }
  .comparison th {
    padding: 10px 5px;
  }
  .comparison .price-now span {
    font-size: 16px;
  }
  .comparison .price-small {
    font-size: 16px !important;
    top: 0;
    left: 0;
  }
  .comparison .qbse {
    font-size: 12px;
    padding: 10px 5px;
  }
  .comparison .qbo {
    font-size: 12px;
    padding: 10px 5px;
  }
  .compare-heading {
    font-size: 13px;
  }
  .comparison .btn-large {
    width: 60px;
    height: 50px;
    padding: 0;
    padding-top: 10px;
  }
  .comparison .btn-large i {
    display: block;
  }
  #faqs_pricing .span4 {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
  }
}
/*---------------------*/
.bs-docs-sidenav {
  width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
}
.bs-docs-sidenav.affix {
  top: 40px;
}
@media (min-width: 1200px) {
  .bs-docs-sidenav {
    width: 258px;
  }
}
.manual {
  margin: 30px 0;
}
.manual h1,
.manual h2,
.manual h3,
.manual h4 {
  font-weight: bold;
}
.manual h2 {
  font-size: 30px;
}
.background_img {
  background: url(/assets/img/skin/bg_nursing_group.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./assets/img/skin/bg_tree.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/skin/bg_tree.jpg', sizingMethod='scale')";
}
.white_text {
  text-align: center;
  margin-bottom: 30px;
}
.white_text p,
.white_text h2,
.white_text h1,
.white_text h3 {
  color: #333;
  text-shadow: none;
}
.white_text h1 {
  font-size: 35px;
}
.white_text p {
  font-size: 18px;
}
.small_white_box {
  max-width: 650px;
  margin: auto;
  background: #fff;
}
.small_white_box.padded {
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.payment_option {
  padding: 40px 20px;
}
.simple_accordion .accordion-group {
  margin-bottom: 2px;
  border-bottom: 1px solid #eee;
}
.simple_accordion .accordion-group .accordion-heading .accordion-toggle {
  display: block;
  font-weight: bold;
  padding: 15px;
}
.simple_accordion .accordion-group .accordion-inner {
  padding: 15px;
  background: #f5f5f5;
}
.pricing {
  margin: 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pricing.main {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.pricing h4 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
}
.pricing h5 {
  margin: 40px 0 20px 0;
  font-size: 16px;
  font-weight: normal;
}
.pricing .price {
  margin: 20px 0 25px 0;
  color: #666;
  font-size: 14px;
}
.pricing .price strong {
  color: #333;
  font-size: 41px;
  margin: 34px 0 10px 0;
  display: block;
}
.pricing .price strong sup {
  font-size: 21px;
  top: -13px;
}
.pricing .price strong .interval {
  font-size: 16px;
  margin-left: -5px;
  font-weight: normal;
}
.pricing p {
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 180%;
}
.pricing p strong {
  color: #000;
}
.pricing .btn {
  margin-top: 20px;
}
#plan_yearly_monthly {
  margin: 0 0 20px 0;
  display: block;
}
#plan_yearly_monthly label,
#plan_yearly_monthly a {
  position: relative;
  font-weight: bold;
  border-color: #3394ec;
  color: #3394ec;
  padding: 10px 20px;
}
#plan_yearly_monthly label input,
#plan_yearly_monthly a input {
  visibility: hidden;
  display: none;
}
#plan_yearly_monthly label.active,
#plan_yearly_monthly a.active {
  color: #fff;
  background: #3394ec;
}
#plan_yearly_monthly label i,
#plan_yearly_monthly a i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#plan_yearly_monthly label i.sprite_plan_yearly,
#plan_yearly_monthly a i.sprite_plan_yearly {
  background-position: 0px -200px;
  width: 86px;
  height: 44px;
  left: -100px;
  top: -10px;
}
#plan_yearly_monthly label i.sprite_plan_monthly,
#plan_yearly_monthly a i.sprite_plan_monthly {
  background-position: 0px -247px;
  width: 114px;
  height: 47px;
  left: 110px;
  top: -10px;
}
#plan_yearly_monthly label:hover i,
#plan_yearly_monthly a:hover i,
#plan_yearly_monthly label.active i,
#plan_yearly_monthly a.active i {
  display: block;
  visibility: visible;
  position: absolute;
  opacity: 1;
}
.full_height {
  height: 500px;
  overflow: hidden;
  padding-right: 10px;
}
.full_height .no_results_yet {
  padding: 235px 0;
}
.half_height {
  height: 177px;
  overflow: hidden;
  padding-right: 10px;
}
.half_height .no_results_yet {
  padding: 75px 0;
}
.fancy_scroll {
  scroll-behavior: smooth;
  overflow-y: hidden !important;
}
.fancy_scroll:hover {
  scroll-behavior: smooth;
  padding-right: 0px;
  overflow-y: scroll !important;
}
.fancy_scroll:hover::-webkit-scrollbar {
  background: transparent;
  width: 10px;
  height: 10px;
}
.fancy_scroll:hover::-webkit-scrollbar-track {
  display: none;
}
.fancy_scroll:hover::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 100px;
  border: 2px solid #fff;
}
.fancy_scroll.scroll-x:hover {
  overflow-y: hidden !important;
  overflow-x: scroll !important;
}
.half_width_left {
  box-sizing: border-box;
  width: 50%;
  padding-right: 2%;
  float: left;
}
.half_width_right {
  box-sizing: border-box;
  width: 50%;
  float: left;
}
.floated_width {
  box-sizing: border-box;
  width: 33.333%;
  padding-right: 2%;
  float: left;
}
.floated_width.first {
  padding-left: 0;
  padding-right: 1%;
}
.floated_width.middle {
  padding-left: 1%;
  padding-right: 1%;
}
.floated_width.last {
  padding-left: 1%;
  padding-right: 0;
}
.floated_width.half {
  width: 50%;
}
.floated_width.third {
  width: 33.333%;
}
.floated_width.twothirds {
  width: 66.666%;
}
.no_results_yet,
.no_search_data {
  padding: 50px 0;
  text-align: center;
  font-size: 16px;
  line-height: 160%;
  color: #999;
}
.no_results_yet.text_only,
.no_search_data.text_only {
  padding: 40px 20px 60px 20px;
}
.opentoall_specific.no_border {
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}
#float_label_modal h4 {
  margin-top: 5px;
}
#float_label_modal .modal_container {
  max-width: 420px;
  margin: auto;
}
#float_label_modal #modal_date {
  padding-left: 0%;
  padding-right: 1%;
  width: 44%;
}
#float_label_modal #modal_from {
  padding-left: 1%;
  padding-right: 1%;
  width: 28%;
}
#float_label_modal #modal_to {
  padding-left: 1%;
  padding-right: 0;
  width: 28%;
}
#float_label_modal #add_notes {
  box-sizing: border-box;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
#float_label_modal #repeats_flexi {
  position: relative;
  width: 100%;
  padding-left: 0%;
  padding-right: 1%;
}
#float_label_modal #repeats_flexi.fullWidth {
  padding-right: 0;
}
#float_label_modal #repeats_flexi .has-float-label {
  margin-bottom: 0;
}
#float_label_modal #collapse_end_date .floated_width {
  padding-left: 1%;
  padding-right: 0%;
  width: 33.333%;
}
#float_label_modal #collapse_end_date .has-float-label {
  margin-bottom: 0;
}
#float_label_modal #collapse_weekday_picker {
  margin-top: 15px;
}
#float_label_modal #modal_select_group {
  position: relative;
  margin-bottom: 0;
  margin-top: 15px;
}
#float_label_modal .questionmark {
  position: absolute;
  right: 25px;
  top: 13px;
}
#float_label_modal .multi_show_hide .select2-selection {
  border-top: 0!important;
  border-radius: 0 0 5px 5px!important;
  box-shadow: none;
}
#float_label_modal .pretty_checkbox label {
  padding-left: 0;
  font-size: 15px;
}
#float_label_modal .pretty_checkbox input {
  width: 0;
  height: 0;
  margin: 0;
}
/* New Care Tools
---------------------- */
.box_shadow_container {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  /*border-top:1px solid #E9E9E9;*/
}
.activity_heading {
  font-weight: bold;
  font-size: 13px;
  background: #777;
  color: #fff;
  padding: 10px 20px 9px 20px;
}
.activity_heading a.pull-right {
  margin-left: 10px;
  color: #fff;
}
.activity_heading.past_activity {
  background: #ccc;
  color: #666;
}
.activity_heading.past_activity a.pull-right {
  margin-left: 10px;
  color: #777;
}
.activity_heading.today {
  background: #5cb85c;
}
.activity_list_bg {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.activity_list {
  *zoom: 1;
  display: block;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: 12px 0;
  color: #333;
  /*&:hover{
		background:#eee;
	}*/
  /*.expanded_details{
		a{
			font-size:inherit;
		}
	}*/
}
.activity_list:before,
.activity_list:after {
  display: table;
  content: "";
  line-height: 0;
}
.activity_list:after {
  clear: both;
}
.activity_list.past_activity {
  color: #666;
}
.activity_list.past_activity a,
.activity_list.past_activity em,
.activity_list.past_activity .btn {
  color: #777 !important;
}
.activity_list.past_activity .btn i {
  opacity: 0.5;
}
.activity_list.padded_row {
  margin-top: 10px;
}
.activity_list:nth-child(even) {
  background: #f9f9f9;
}
.activity_list .activity_collapse {
  display: none;
}
.activity_list.progress_note {
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: none;
}
.activity_list.progress_note .expanded_details p {
  line-height: 160%;
  margin-bottom: 5px;
}
.activity_list.progress_note .expanded_details em {
  display: inline;
}
.activity_list.progress_note .date {
  margin-top: 6px;
}
.activity_list.careplan {
  padding-bottom: 50px;
  padding-top: 50px;
  margin-top: 20px;
}
.activity_list.careplan:nth-child(even) {
  background: #fff;
}
.activity_list .date {
  float: left;
  text-align: center;
  padding: 0 20px;
  font-size: 18px;
  line-height: 100%;
  margin-top: 2px;
  min-width: 30px;
}
.activity_list .date span,
.activity_list .date .month {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 4px;
}
.activity_list .date .year {
  font-size: 12px;
  color: #aaa;
  font-weight: normal;
}
.activity_list .client_notes {
  margin: 10px 0 0 0;
}
.activity_list .expanded_details,
.activity_list .details {
  margin-left: 20px;
  overflow: hidden;
  /*& > a:first-child{
			padding-right:10px;
		}*/
}
.activity_list .expanded_details small,
.activity_list .details small {
  font-style: normal;
  font-size: 13px;
  color: #666;
  margin-top: 3px;
  display: block;
}
.activity_list .expanded_details.plaintext,
.activity_list .details.plaintext {
  margin-top: 12px;
}
.activity_list .expanded_details a.grey,
.activity_list .details a.grey,
.activity_list .expanded_details .text.grey,
.activity_list .details .text.grey {
  /* Used for past activities */
  color: #666;
}
.activity_list .expanded_details em,
.activity_list .details em {
  color: #999;
  display: block;
}
.activity_list .label {
  font-size: 12px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}
.activity_list .label.label-default {
  background: #e2e2e2;
  color: #777;
}
.activity_list .label.label-default:hover {
  text-decoration: none;
}
.activity_list .label.label-warning {
  color: #eca315;
  background: #fbedd0;
}
.activity_list .label.label-success {
  position: relative;
  top: -1px;
}
.activity_list .label em {
  display: inline;
  color: #fff;
}
.activity_list .text-right.more_padding a {
  margin-top: 17px;
}
.activity_list .text-right.more_padding .label {
  position: relative;
  top: 8px;
}
.activity_list .text-right .label {
  margin-right: 10px;
}
.activity_list .text-right .btn {
  margin-right: 8px;
}
.activity_list .text-right .btn-link {
  padding: 9px 18px 6px 18px;
  font-size: 16px;
  margin-top: 3px;
}
.activity_list .text-right .btn-link:hover {
  background: #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
}
.fancy_label {
  font-size: 12px;
  text-transform: uppercase;
  font-size: 10px;
  position: relative;
  top: -4px;
  letter-spacing: 1px;
}
.fancy_label.label-default {
  background: #e2e2e2;
  color: #777;
}
.fancy_label.label-default:hover {
  color: #333;
  text-decoration: none;
}
.fancy_label.label-warning {
  color: #eca315;
  background: #fbedd0;
}
.fancy_label.label-success {
  position: relative;
  top: -1px;
}
.fancy_label em {
  display: inline;
  color: #fff;
}
.alert_orb {
  border-radius: 100px;
  display: inline-block;
  height: 8px;
  width: 8px;
  color: #fff;
  font-weight: 700;
  margin: 0px 4px 0 0;
  margin-top: -2px;
}
.alert_orb.red {
  background: #fa5662;
}
.alert_orb.green {
  background: #46a546;
}
.alert_orb.yellow {
  background: #ffd870;
}
.alert_orb.grey {
  background: #bbb;
}
.alert_orb.shared {
  background: #ffe4a0;
  color: #b98600;
}
.careplan-form select.cpinput {
  width: 100%;
  font-size: 18px;
  height: 54px;
  padding: 8px;
}
.careplan .control-label {
  font-size: 16px;
  margin: 20px 0 10px 0;
}
.success-lady {
  margin-bottom: -30px;
}
.attendance_code {
  font-size: 15px;
  margin: 0;
  padding: 5px 10px;
  display: inline-block;
}
.to_time {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
.table-space-bordered th,
.table-space-bordered td {
  border-bottom: 1px solid #eee;
  padding: 10px;
}
.btn-save {
  border: none;
}
.btn-save:hover,
.btn-save:focus {
  border: none;
}
.delete_photo_container {
  position: relative;
}
.delete_photo_container #delete_photo {
  display: none;
}
.delete_photo_container:hover #delete_photo {
  border: none;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.35);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 200px;
  width: 200px;
  height: 200px;
  line-height: 200px;
  margin-left: -100px;
}
#fileUploadFrame {
  position: absolute;
  left: 50%;
  margin-left: -56px;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border: 4px dashed #ccc;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 500px;
  background-size: cover;
  z-index: 1;
}
#fileUploadFrame .text {
  color: #333;
  width: 100px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  text-align: center;
  margin-top: -10px;
  font-weight: bold;
  font-size: 12px;
}
#fileUploadFrame:hover {
  border-color: #aaa;
}
#fileUploadFrame.drop {
  border-color: #6fc76f;
  background-color: #cef9ce;
}
#filePhoto {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  padding: 0;
}
#item_list {
  width: 100%;
  line-height: 170%;
  color: #666;
  font-size: 14px;
  /*.clients_addnote{
		margin:auto;

		.modal_container{
			width:100%;
			text-align:center;
			margin:12px 0 0 0;

			input{
				margin:0;
			    box-shadow: none;
			    border: none;
			    font-weight: bold;
			    text-align: right;
				border-radius:10px;
			    width: 100px;
			}
			textarea{
				margin:0;
				//border-radius:10px;
				//height:34px;
			    //box-shadow: none;
			    //border: none;
			    resize: none;
			}
		}
	}*/
  /*.dob{flex:0 0 80px;}*/
  /*.born{
		flex:0 0 140px;
	}*/
}
#item_list .crow {
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  -webkit-flex-flow: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* TWEENER - IE 10 */
  align-items: center;
  background: #fff;
  padding: 12px;
  margin-bottom: 16px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#item_list .crow .clear_client {
  position: absolute;
  color: #666;
  right: 18px;
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  top: 50%;
  margin-top: -10px;
  border-radius: 100px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#item_list .crow .clear_client:hover,
#item_list .crow .clear_client:focus {
  color: #fff;
  text-decoration: none;
  background: #333;
}
#item_list .crow .options {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  right: 30px;
  margin-top: -20px;
  top: 50%;
}
#item_list .crow .options .btn {
  color: #ddd;
  background: none !important;
  letter-spacing: 2px;
  line-height: 17px;
  padding-top: 10px;
  writing-mode: tb-rl;
  box-shadow: none;
}
#item_list .crow .options .btn:hover,
#item_list .crow .options .btn:focus {
  background: none;
  box-shadow: none;
}
#item_list .crow .options .dropdown-menu a {
  color: #666;
  padding: 12px 20px;
}
#item_list .crow .options .dropdown-menu a.delete {
  color: #fa5662;
}
#item_list .crow .options .dropdown-menu a:hover {
  color: #fff;
}
#item_list .crow a {
  color: #666;
}
#item_list .crow:hover,
#item_list .crow:focus {
  -webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  /*.attendance{
				.floating{
					opacity: 1;
					display: inline-block;
				}
			}

			.attendance_percentage_container{

				.attendance_percentage{
					//border-radius:20px;

					> div{
						//border-radius:20px 0 0 20px;
						//height:10px;
					}

				}
			}*/
}
#item_list .crow:hover .options .btn,
#item_list .crow:focus .options .btn {
  color: #333;
}
#item_list .crow:hover .client_add_btn,
#item_list .crow:focus .client_add_btn {
  opacity: 1;
}
#item_list .crow:hover a,
#item_list .crow:focus a {
  color: #3394ec;
}
#item_list .crow:hover a.btn-default,
#item_list .crow:focus a.btn-default {
  color: #666;
}
#item_list .crow:hover a.btn-default.today,
#item_list .crow:focus a.btn-default.today {
  color: #5cb75c;
}
#item_list .crow:hover .client_avatar,
#item_list .crow:focus .client_avatar {
  transform: scale(1.1);
}
#item_list .crow:hover .clear_client,
#item_list .crow:focus .clear_client {
  color: #fff;
  background: #666;
}
#item_list .crow:hover .activities:before,
#item_list .crow:focus .activities:before,
#item_list .crow:hover .notes:before,
#item_list .crow:focus .notes:before,
#item_list .crow:hover .plans:before,
#item_list .crow:focus .plans:before,
#item_list .crow:hover .interests:before,
#item_list .crow:focus .interests:before {
  display: inline-block;
}
#item_list .crow:hover .name .alert_orb.shared,
#item_list .crow:focus .name .alert_orb.shared {
  opacity: 1;
}
#item_list .crow .ccol {
  vertical-align: middle;
  -ms-vertical-align: middle;
  padding: 0 13px;
}
#item_list .crow.header {
  padding: 20px 12px 0 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  font-weight: bold;
  color: #bbb;
  font-size: 12px !important;
  text-transform: uppercase;
}
#item_list .crow.header:hover {
  transform: none;
}
#item_list .crow.header a {
  color: #bbb;
}
#item_list .crow.header .activities:hover:before,
#item_list .crow.header .notes:hover:before,
#item_list .crow.header .plans:hover:before,
#item_list .crow.header .interests:hover:before {
  display: none !important;
}
#item_list .crow.header .activities:before,
#item_list .crow.header .notes:before,
#item_list .crow.header .plans:before,
#item_list .crow.header .interests:before {
  display: none !important;
}
#item_list .crow.header .activities a,
#item_list .crow.header .notes a,
#item_list .crow.header .plans a,
#item_list .crow.header .interests a {
  font-weight: 700;
  font-size: 10px;
  position: absolute;
  top: 50%;
  height: 30px;
  margin-top: -15px;
  width: 80px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: -40px;
  left: 50%;
  line-height: 30px;
}
#item_list .crow.header.controls .sort_clients.asc,
#item_list .crow.header.controls .sort_clients.desc {
  color: #3394ec;
  text-decoration: none;
}
#item_list .crow.header.controls .sort_clients:after {
  display: block;
  opacity: 0;
  content: '';
  margin-left: .25rem;
  display: inline-block;
}
#item_list .crow.header.controls .sort_clients.asc:after {
  opacity: 1;
  content: '▲';
}
#item_list .crow.header.controls .sort_clients.desc:after {
  opacity: 1;
  content: '▼';
}
#item_list .clients_addactivity,
#item_list .clients_addnote {
  -webkit-box-flex: 0 0 100%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 100%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 100%;
  /* Chrome */
  -ms-flex: 0 0 100%;
  /* IE 10 */
  flex: 0 0 100%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin: auto;
  width: 100%;
}
#item_list .clients_addactivity .modal_container,
#item_list .clients_addnote .modal_container {
  margin: 12px auto;
  max-width: 500px;
}
#item_list .clients_addactivity .modal_container textarea,
#item_list .clients_addnote .modal_container textarea {
  resize: none;
}
#item_list .client_add_btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  text-decoration: none;
  position: absolute;
  right: 4px;
  bottom: 0px;
  width: 24px;
  height: 24px;
  background: #3394ec;
  color: #fff !important;
  border-radius: 100px;
  box-sizing: border-box;
  font-size: 18px;
  padding: 0;
  line-height: 18px;
  border: 3px solid #fff;
}
#item_list .client_add_btn:hover {
  background: #1060a9;
}
#item_list .list .btn-default {
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #999;
  background: #f5f5f5;
  padding-left: 0;
  padding-right: 0;
}
#item_list .list .btn-default.faded {
  color: #ccc;
  font-weight: normal !important;
}
#item_list .list .btn-default.today {
  background: #e9f6e9;
  color: #7fc77f;
}
#item_list .list .btn-default:hover,
#item_list .list .btn-default:focus {
  background: #e9e9e9;
}
#item_list .list .btn-default:hover.today,
#item_list .list .btn-default:focus.today {
  background: #d8eed8;
}
#item_list .padded_wrap {
  padding: 15px 0;
  cursor: default;
}
#item_list .avatar {
  -webkit-box-flex: 0 0 80px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 80px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 80px;
  /* Chrome */
  -ms-flex: 0 0 80px;
  /* IE 10 */
  flex: 0 0 80px;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding: 0!important;
  position: relative;
}
#item_list .avatar a.client_avatar {
  display: block;
  height: 60px;
  width: 60px;
  margin: 0;
  padding: 0;
}
#item_list .avatar a.client_avatar img {
  max-width: 60px;
  padding: 0!important;
}
#item_list .avatar a.client_avatar .client_avatar_default {
  background: #e9e9e9;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 100px;
  width: 60px;
  max-width: 60px;
  height: 60px;
}
#item_list .avatar a.client_avatar .client_avatar_default.gender_F {
  background: #FFDEDE;
}
#item_list .avatar a.client_avatar .client_avatar_default.gender_M {
  background: #C2DEFF;
}
#item_list .avatar a.client_avatar .client_avatar_default.gender_S {
  background: #e5e7e7;
}
#item_list .avatar a.client_avatar .client_avatar_default.gender_SL {
  background: #ffe7a8;
}
#item_list .avatar a.client_avatar .client_avatar_default.attended {
  background: #c8eac8;
}
#item_list .avatar a.client_avatar .client_avatar_default.didnt_attend {
  background: #fdc4c8;
}
#item_list .avatar .special_considerations {
  position: absolute;
  bottom: -4px;
  right: 16px;
  max-width: 22px;
  z-index: 6;
}
#item_list .name {
  -webkit-box-flex: 0 0 200px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 200px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 200px;
  /* Chrome */
  -ms-flex: 0 0 200px;
  /* IE 10 */
  flex: 0 0 200px;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding: 0!important;
  position: relative;
}
#item_list .name .alert_orb {
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  padding: 2px;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
#item_list .name .alert_orb:hover {
  cursor: default;
}
#item_list .name .alert_orb.shared {
  opacity: 0.5;
}
#item_list .name .client_name {
  color: #333;
  font-size: 16px;
  display: block;
  line-height: 140%;
}
#item_list .name .client_name .nickname {
  display: block;
  font-weight: bold;
  font-size: 13px;
}
#item_list .name a.client_name {
  text-decoration: none;
}
#item_list .name a.client_name:hover {
  text-decoration: underline;
}
#item_list .name a.client_name:hover .wrap {
  text-decoration: underline;
}
#item_list .name .wrap {
  width: 180px;
  padding-right: 20px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
#item_list .name .special {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 180px;
  display: block;
  line-height: 140%;
  font-size: 12px;
  text-transform: capitalize;
}
#item_list .room {
  -webkit-box-flex: 0 0 100px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 100px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 100px;
  /* Chrome */
  -ms-flex: 0 0 100px;
  /* IE 10 */
  flex: 0 0 100px;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#item_list .count_text {
  -webkit-box-flex: 0 0 100px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 100px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 100px;
  /* Chrome */
  -ms-flex: 0 0 100px;
  /* IE 10 */
  flex: 0 0 100px;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  line-height: 140%;
}
#item_list .count_text .count {
  padding: 0;
}
#item_list .count_text .text {
  color: #bbb;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#item_list .age {
  -webkit-box-flex: 0 0 100px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 100px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 100px;
  /* Chrome */
  -ms-flex: 0 0 100px;
  /* IE 10 */
  flex: 0 0 100px;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  line-height: 140%;
}
#item_list .last_active {
  -webkit-box-flex: 0 0 100px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 100px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 100px;
  /* Chrome */
  -ms-flex: 0 0 100px;
  /* IE 10 */
  flex: 0 0 100px;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#item_list .last_active_time {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: default;
}
#item_list .last_active_time.red {
  color: #fa5662;
}
#item_list .last_active_time.green {
  color: #46a546;
}
#item_list .last_active_time.yellow {
  color: #ffc323;
}
#item_list .attendance {
  -webkit-box-flex: 0 0 100px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 100px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 100px;
  /* Chrome */
  -ms-flex: 0 0 100px;
  /* IE 10 */
  flex: 0 0 100px;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding-right: 30px!important;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  /*.floating{
			.transition(all 0.2s ease-in-out);
			display:none;
			opacity:0;
		    width: 20px;
		    height: 20px;
		    position: absolute;
		    top: 50%;
		    font-weight: bold;
		    font-size: 11px;
		    letter-spacing: 1px;
		    margin-top:-12px;

		    &.attended{
			    left: -10px;
			    color: #8fca8f;
			    text-align:right;
		    }
		    &.didnt_attend{
			    right: 5px;
			    color: #c68a89;
			    text-align:left;
		    }
		    &.percentage{
		    	left:50%;
		    	width:40px;
		    	margin-left:-20px;
		    	margin-top:0;
		    	text-align: center;
		    }
		}*/
}
#item_list .attendance_percentage_container {
  padding: 20px 0;
}
#item_list .attendance_percentage_container .attendance_percentage {
  width: 100%;
  background-color: #E7C0BF;
}
#item_list .attendance_percentage_container .attendance_percentage > div {
  background-color: #C6E6C6;
  height: 5px;
}
#item_list .activities {
  -webkit-box-flex: 0 0 60px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 60px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 60px;
  /* Chrome */
  -ms-flex: 0 0 60px;
  /* IE 10 */
  flex: 0 0 60px;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding: 6px!important;
  text-align: center;
  position: relative;
}
#item_list .activities:before {
  content: 'Activities';
}
#item_list .notes {
  -webkit-box-flex: 0 0 60px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 60px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 60px;
  /* Chrome */
  -ms-flex: 0 0 60px;
  /* IE 10 */
  flex: 0 0 60px;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding: 6px!important;
  text-align: center;
  position: relative;
}
#item_list .notes:before {
  content: 'Notes';
}
#item_list .plans {
  -webkit-box-flex: 0 0 60px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 60px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 60px;
  /* Chrome */
  -ms-flex: 0 0 60px;
  /* IE 10 */
  flex: 0 0 60px;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding: 6px!important;
  text-align: center;
  position: relative;
}
#item_list .plans .red {
  color: #fa5662 !important;
  background: #ffe5e7!important;
}
#item_list .plans:before {
  content: 'Plans';
}
#item_list .interests {
  -webkit-box-flex: 0 0 60px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 60px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 60px;
  /* Chrome */
  -ms-flex: 0 0 60px;
  /* IE 10 */
  flex: 0 0 60px;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding: 6px!important;
  text-align: center;
  position: relative;
}
#item_list .interests:before {
  content: 'Interests';
}
#item_list .activities,
#item_list .notes,
#item_list .plans,
#item_list .interests {
  /*&:after
		{
			//display:none;
			font-weight: 700;
		    font-size: 9px;
		    position: absolute;
		    bottom: -16px;
		    width: 70px;
		    text-align: center;
		    font-style: italic;
		    text-transform: uppercase;
		    letter-spacing: 1px;
		    margin-left: -35px;
		    left: 50%;
		    content:'Last 30days';

		    &:hover{
		    	display:none;
		    }
		}*/
  /*&:hover{
			&:before{
				display:none !important;
			}
		}*/
}
#item_list .activities:before,
#item_list .notes:before,
#item_list .plans:before,
#item_list .interests:before {
  display: none;
  font-weight: 700;
  font-size: 10px;
  position: absolute;
  top: -16px;
  width: 70px;
  text-align: center;
  text-transform: uppercase;
  margin-left: -35px;
  left: 50%;
}
#item_list .activities:before:hover,
#item_list .notes:before:hover,
#item_list .plans:before:hover,
#item_list .interests:before:hover {
  display: none;
}
#item_list .staff_email {
  -webkit-box-flex: 0 0 180px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 180px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 180px;
  /* Chrome */
  -ms-flex: 0 0 180px;
  /* IE 10 */
  flex: 0 0 180px;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
#item_list .attendance_select {
  -webkit-box-flex: 0 0 240px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 240px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 240px;
  /* Chrome */
  -ms-flex: 0 0 240px;
  /* IE 10 */
  flex: 0 0 240px;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  position: relative;
}
#item_list .attendance_select .sort {
  padding-left: 10px;
}
#item_list .attendance_select select {
  margin-bottom: 0;
  border: none;
}
#item_list .attendance_select select:hover,
#item_list .attendance_select select:focus {
  background: #f5f5f5;
}
#item_list .attendance_select .select2-selection {
  border-radius: 20px;
  box-shadow: none !important;
}
#item_list .attendance_select .select2-selection__rendered {
  background: #f5f5f5;
  border-radius: 4px;
}
#item_list .attendance_select .select2-selection__rendered:hover,
#item_list .attendance_select .select2-selection__rendered:focus {
  background: #eee;
}
#item_list .progressnote {
  -webkit-box-flex: 0 0 340px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 340px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 340px;
  /* Chrome */
  -ms-flex: 0 0 340px;
  /* IE 10 */
  flex: 0 0 340px;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#item_list .progressnote button {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -18px;
  float: right;
}
#item_list .attendance_textarea {
  -webkit-box-flex: 0 0 240px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 240px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 240px;
  /* Chrome */
  -ms-flex: 0 0 240px;
  /* IE 10 */
  flex: 0 0 240px;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#item_list .client_textarea {
  width: 100%;
  border: none;
  box-shadow: none;
  resize: none;
  height: inherit;
  box-sizing: border-box;
  background: #f5f5f5;
  margin-bottom: 0;
  padding: 13px 20px;
}
#item_list .client_textarea:hover,
#item_list .client_textarea:focus {
  background: #eee;
}
#item_list .client_textarea:disabled {
  background: #e9f6e9;
  color: #46a546;
}
#item_list .staff_last_active {
  -webkit-box-flex: 0 0 100px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 100px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 100px;
  /* Chrome */
  -ms-flex: 0 0 100px;
  /* IE 10 */
  flex: 0 0 100px;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#item_list .staff_access {
  -webkit-box-flex: 0 0 100px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 100px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 100px;
  /* Chrome */
  -ms-flex: 0 0 100px;
  /* IE 10 */
  flex: 0 0 100px;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#item_list .staff_groups {
  -webkit-box-flex: 0 0 100px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 100px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 100px;
  /* Chrome */
  -ms-flex: 0 0 100px;
  /* IE 10 */
  flex: 0 0 100px;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#item_list .staff_stats {
  -webkit-box-flex: 0 0 320px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 320px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 320px;
  /* Chrome */
  -ms-flex: 0 0 320px;
  /* IE 10 */
  flex: 0 0 320px;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#item_list .staff_stats .stat {
  background: #f5f5f5;
  display: inline-block;
  padding: 0px 10px;
  border-radius: 100px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 3px 1px;
}
#item_list .staff_stats .stat strong {
  display: inline-block;
  margin-left: 6px;
}
#item_list .group {
  -webkit-box-flex: 0 0 100px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 100px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 100px;
  /* Chrome */
  -ms-flex: 0 0 100px;
  /* IE 10 */
  flex: 0 0 100px;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.client_removed {
  color: #f80c1d;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fa5662;
  line-height: 100%;
}
#item_list.grid .list {
  /*
	.visible-phone{
		display:block!important;
	}
	.hidden-phone{
		display:none!important;
	}
	.visible-desktop{
		display:none!important;
	}*/
}
#item_list.grid .list .crow {
  max-width: 30%;
  float: left;
  margin: 0.5%;
  border-radius: 8px;
  height: 209px;
}
#item_list.grid .list .clearflex.client_orbs {
  width: 100%;
  margin: auto;
  text-align: center;
  height: 10px;
}
#item_list.grid .list .client_add_btn {
  display: none;
}
#item_list.grid .list .activities,
#item_list.grid .list .notes,
#item_list.grid .list .plans,
#item_list.grid .list .interests {
  margin: auto !important;
  padding-bottom: 20px;
}
.attendance_select .select2-selection {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 0;
  color: #999;
  border-radius: 100px;
  height: 44px !important;
  border: none !important;
}
.attendance_select .select2-selection__arrow {
  top: -2px;
  right: 14px;
}
.attendance_select .select2-container *:focus {
  outline: none;
}
.bgUpdated {
  background-image: none !important;
  animation: fadeIt 2.5s ease-in-out;
}
.swal-button {
  background: #3394ec;
}
.swal-button--cancel {
  background: none;
}
.swal-button--danger {
  background: #fa5662;
}
#client_list .span4 .padding {
  position: relative;
  background: #fff;
  display: block;
  padding: 15px;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#client_list .span4 .padding.attendance_client {
  background: #fafafa;
}
#client_list .span4 .padding:hover,
#client_list .span4 .padding:focus {
  -webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
#client_list .span4 .padding select {
  font-weight: normal;
  background: #dddddd;
}
#client_list .span4 .padding.attended,
#client_list .span4 .padding.didnt_attend {
  background: #ffffff;
}
#client_list .span4 .padding.attended select,
#client_list .span4 .padding.didnt_attend select {
  font-weight: bold;
  background: #ffffff;
}
#client_list .header {
  margin-bottom: 15px;
}
#client_list .header .sprite,
#client_list .header .client_avatar {
  float: left;
  margin: 0px 10px 0 0px;
}
#client_list .header .sprite_special_considerations {
  position: absolute;
  top: 28px;
  right: 10px;
  padding: 0;
}
#client_list .header .sprite_lightning {
  margin-left: -26px;
  margin-right: 0;
  margin-top: 23px;
}
#client_list .header .overflow {
  overflow: hidden;
  font-size: 16px;
  line-height: 90%;
  margin-top: 5px;
}
#client_list .header .overflow .dob {
  font-size: 13px;
  display: block;
  margin-top: 3px;
  color: #666;
}
#client_list .header .overflow div,
#client_list .header .overflow a,
#client_list .header .overflow span {
  font-size: 16px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 90%;
  line-height: 130%;
  padding-left: 3px;
}
#client_list .header .overflow a {
  font-weight: bold;
}
#client_list .header .overflow .ahref {
  display: inline-block;
  margin-bottom: 3px;
  padding-left: 3px;
}
#client_list p {
  margin: 10px 0 0 0;
  font-size: 15px;
  line-height: 120%;
}
#client_list textarea,
#client_list select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#client_list textarea {
  margin-bottom: 0;
}
#client_list textarea:disabled {
  cursor: inherit;
}
#client_list .button_group {
  text-align: center;
}
#client_list .button_group a {
  font-weight: inherit !important;
  margin-top: 4px;
  border: none;
  color: #7C7C7C;
  background: #f5f5f5;
  font-style: normal;
  font-size: 13px;
  box-sizing: border-box;
  width: 49%;
  padding: 4px 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#client_list .button_group a:hover {
  background: #eee;
}
.failure-popup {
  background-color: #fff;
  position: relative;
  text-align: center;
  width: auto;
  max-width: 530px;
  margin: 20px auto;
  padding: 40px 20px;
  border-radius: 5px;
}
#interventionlist .intinput {
  width: 90%;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
#interventionlist .intinput:focus {
  background: #e9e9e9;
}
#interventionlist .orderup,
#interventionlist .orderdown,
#interventionlist .intdel {
  color: #999;
}
#interventionlist .orderup:hover,
#interventionlist .orderdown:hover,
#interventionlist .intdel:hover {
  text-decoration: none;
  color: #333;
}
#interventionlist .intdel {
  font-size: 28px;
  font-weight: bold;
  line-height: 35px;
}
.btn-link.delete-btn {
  padding: 9px 18px 6px 18px;
  font-size: 16px;
  margin-top: 3px;
}
.btn-link.delete-btn:hover {
  background: #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
}
/* CALENDAR */
.calendar_container {
  max-width: 1800px;
  margin: auto;
}
.calendar_table {
  width: 100%;
  table-layout: fixed;
  margin: 0;
  /*.date_faded .activity_row,
	.date_faded .birthday,
	.date_faded .calendar_event{
		opacity:0.75;

		&:hover{
			opacity:1;
		}
	}*/
}
.calendar_table td,
.calendar_table th {
  position: relative;
  background: #fff;
  border-top: none;
  vertical-align: top;
  border: 8px solid #f4f4f4;
}
.calendar_table th {
  text-transform: uppercase;
  font-size: 12px;
  background: none;
}
.calendar_table th.calendar_thead {
  letter-spacing: 3px;
  background: #fff;
  padding: 5px;
  background: #666;
  color: #fff;
}
.calendar_table td.current_month_day {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.calendar_table td.current_month_day:hover {
  /*background:#cce7ff;
			background:lighten(@blue, 40%);
			cursor:pointer;
			background-image:none;
			background-size:inherit;*/
}
.calendar_table td.current_month_day:hover .add_activity {
  opacity: 1;
}
.calendar_table td.weekend_day {
  background-image: linear-gradient(135deg, #fdfdfd 25%, transparent 25%, transparent 50%, #fdfdfd 50%, #fdfdfd 75%, transparent 75%, transparent 100%);
  background-size: 56.57px 56.57px;
}
.calendar_table td.empty {
  background: rgba(255, 255, 255, 0.75);
}
.calendar_table td.empty .calendar_day {
  color: #bbb;
}
.calendar_table .label {
  margin-bottom: 0 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  padding: 2px 4px;
}
.calendar_table .ellipsis {
  display: inline-block;
  font-weight: bold;
  width: 50%;
}
.calendar_table .activity_row {
  display: block;
  position: relative;
  padding: 5px 5px 2px 5px;
}
.calendar_table .activity_row .l_r,
.calendar_table .activity_row .l_c,
.calendar_table .activity_row .l_g {
  display: none;
}
.calendar_table .activity_row:hover .l_r,
.calendar_table .activity_row:hover .l_c,
.calendar_table .activity_row:hover .l_g {
  display: inline-block;
}
.calendar_table .activity_time {
  display: inline-block;
  padding-right: 5px;
  width: 45px;
  text-align: right;
  float: left;
  white-space: nowrap;
  font-weight: normal;
}
.calendar_table .calendar_day {
  display: inline-block;
  padding: 8px 10px 8px 10px;
  color: #666;
  font-size: 13px;
  text-align: left;
}
.calendar_table .calendar_day:hover {
  text-decoration: underline;
}
#textareaProgressNote {
  box-sizing: border-box;
  width: 100%;
}
.calendar_table_container.calendar_year {
  margin-bottom: 30px;
  width: 23.6%;
  display: inline-block;
  padding: 0.5%;
}
.calendar_table_container.calendar_year table.calendar_table {
  width: 100%;
  padding: 20px;
}
.calendar_table_container.calendar_year table.calendar_table td,
.calendar_table_container.calendar_year table.calendar_table th {
  border-width: 0px;
}
.calendar_table_container.calendar_year table.calendar_table .current_month_day,
.calendar_table_container.calendar_year table.calendar_table .empty {
  height: 56px !important;
  text-align: center;
}
.calendar_table_container.calendar_year table.calendar_table .activities_container {
  display: none;
}
.calendar_table_container.calendar_year table.calendar_table .orb_container {
  min-height: auto;
  padding: 0 0 10px;
  text-align: center;
  min-height: 8px;
}
.calendar_table_container.calendar_year table.calendar_table .orb_container:hover .orb {
  transform: scale(1.5);
}
.calendar_table_container.calendar_year table.calendar_table .orb {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background: #3394ec;
  display: inline-block;
  border: none;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: pointer;
}
.calendar_table_container.calendar_year table.calendar_table .orb.b {
  background: #fda6ad;
}
.calendar_table_container.calendar_year table.calendar_table .orb.c {
  background: #ffd157;
}
.calendar_table_container.calendar_year table.calendar_table .orb.p {
  background: #c7a3de;
}
.calendar_table_container.calendar_year table.calendar_table .calendar_day {
  text-align: center;
  padding: 10px 0 0;
  font-size: 12px;
}
.calendar_table_container.calendar_year table.calendar_table .add_activity {
  display: none;
}
.calendar_table_container.calendar_year:nth-child(4n+1) {
  clear: both;
}
.activities_container {
  min-height: 150px;
  font-size: 11px;
  padding: 0 10px 10px 10px;
  line-height: 130%;
}
.activities_container .delete-activity {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  position: absolute;
  left: -25px;
  top: 50%;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  background: #666666;
  color: #ffffff;
  border-radius: 100px;
  cursor: pointer;
}
.activities_container .delete-activity:hover {
  background: #111;
  visibility: visible;
  opacity: 1;
  cursor: pointer;
}
.activities_container .delete-activity:before {
  cursor: pointer;
  position: absolute;
  background: transparent;
  width: 30px;
  height: 20px;
  content: ' ';
}
.activities_container a {
  color: #333;
  position: relative;
}
.activities_container a:hover {
  color: #333;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.activities_container a:hover .delete-activity {
  opacity: 1;
  visibility: visible;
}
.activities_container a:hover img {
  transform: scale(3);
  z-index: 8;
}
.activities_container .activity_row .client_avatar,
.activities_container .activity_row .staff_avatar {
  transform: scale(1) !important;
}
.activities_container .activity_row .client_avatar:hover,
.activities_container .activity_row .staff_avatar:hover {
  transform: scale(1) !important;
}
.activities_container .activity_row .client_avatar {
  right: 32px;
  z-index: 7;
}
.activities_container .activity_row .client_avatar:hover {
  z-index: 8;
}
.activities_container .activity_row .staff_avatar {
  right: 22px;
  z-index: 6;
}
.activities_container .activity_row .staff_avatar:hover {
  z-index: 8;
}
.activities_container .activity_row .staff_avatar,
.activities_container .activity_row .client_avatar {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.activities_container .activity_row .client_avatar + .staff_avatar {
  right: 34px;
}
.activities_container::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 100px;
}
.activities_container::-webkit-scrollbar {
  background: none;
  width: 8px;
}
.activities_container::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 100px;
}
.activities_container .attendance_count {
  font-weight: normal;
  float: right;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  width: 16px;
}
.activities_container .birthday,
.activities_container .calendar_event,
.activities_container .gc_calendar_event,
.activities_container .careplan,
.activities_container .progress_note,
.activities_container .staff {
  display: block;
  padding: 5px 5px 5px 8px;
  margin-bottom: 4px;
  font-weight: bold;
  text-decoration: none;
}
.activities_container a.gc_calendar_event .ellipsis {
  width: 85%;
  margin-bottom: -3px;
}
#cal_monthly {
  /*.l_label{
		&.l_g{
		    bottom: -6px;
		    margin-left: 0px;
		}
	}
	.l_label.l_g + .l_label.l_r{
		top: -1px;
    	margin-left: -14px;
	}
	.ellipsis .l_label.l_r:first-child{
		top:0;
	}*/
}
#cal_monthly .afternoon {
  background: #e9e9e9;
  height: 2px;
  margin: 4px 0;
}
#cal_monthly .current_day .afternoon {
  background: #b3dab3;
}
#cal_daily {
  max-width: 800px;
  margin: auto;
}
#cal_daily .btn-group .active {
  color: #fff;
  background: #777;
  border: 2px solid #777;
}
#cal_daily .current_day {
  background-color: #fff!important;
}
#cal_daily .activities_container {
  padding: 0;
  min-height: auto;
  border-radius: 10px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  /*&.past_activity{
			.cal_row{
				color:#666 !important;

				.search_txt{
					font-weight:normal !important;
				}
			}
		}*/
  /*.past_activity:last-child{
			border-top:2px solid red;
		}*/
}
#cal_daily .activities_container .col_day.calendar_table {
  background: #fff;
  border-radius: 10px;
}
#cal_daily .activities_container .col_day.calendar_table.items {
  background: none;
}
#cal_daily .activities_container:hover {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#cal_daily .activities_container:hover .add_activity {
  opacity: 1;
}
#cal_daily .activities_container .attendance_count {
  font-size: 14px;
  margin-top: -4px;
  margin-right: 0px;
  text-align: right;
}
#cal_daily .activities_container .activity_heading {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 16px;
  font-size: 12px;
  border-radius: 10px;
  margin-top: 20px;
}
#cal_daily .activities_container .activity_heading.past_activity {
  background: #ccc;
  color: #666;
}
#cal_daily .activities_container .activity_heading .daily_day {
  width: 100px;
  display: inline-block;
}
#cal_daily .activities_container .activity_heading .label-success {
  padding: 5px;
  margin-top: -5px;
  margin-bottom: -5px;
  margin-left: 15px;
}
#cal_daily .activities_container .activity_heading .add_activity {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #fff;
}
#cal_daily .activities_container .activity_heading .activities_container {
  padding: 0;
}
#cal_daily .activities_container .activity_heading .activities_container .cal_row:first-child {
  margin-top: 12px;
}
#cal_daily .activities_container .calendar_table {
  /*&.items
			{
	    		box-sizing: border-box;

	    		.activities_container{
	    			border-bottom:1px solid #555;
	    			background:#777;
					padding:2px 10px 10px 10px;

					// &:empty{
	    // 				padding:0;
					// }

				}

				&.past_activity{

		    		.activities_container{
    				border-bottom:1px solid #aaa;
    				background:#ccc;
		    			//border-bottom:1px solid #555;
		    		}
				}
			}*/
}
#cal_daily .activities_container .calendar_table .activity_row {
  margin-top: 0;
  font-size: 14px;
  padding: 16px 16px 10px 16px;
  border-top: 1px solid #e5e5e5;
}
#cal_daily .activities_container .calendar_table .activity_row .ellipsis {
  padding-top: 5px;
  padding-bottom: 5px;
}
#cal_daily .activities_container .calendar_table .activity_row .l_label {
  margin-top: -7px;
  font-size: 10px;
  width: auto;
  padding: 4px 10px;
  height: auto;
}
#cal_daily .activities_container .calendar_table .activity_row .l_label .short {
  display: none;
}
#cal_daily .activities_container .calendar_table .activity_row .l_label .full {
  display: inline-block;
}
#cal_daily .activities_container .calendar_table .activity_row.cal_row {
  border-radius: 0;
}
#cal_daily .activities_container .calendar_table .activity_row.cal_row .client_avatar {
  top: 10px;
  margin: 0;
}
#cal_daily .activities_container .calendar_table .activity_row.cal_row .client_avatar + .staff_avatar {
  right: 45px;
}
#cal_daily .weekly_view > .activity_row:first-child {
  border-top: 10px solid #777!important;
  margin-top: -10px !important;
}
#cal_daily .weekly_view > .afternoon:first-child {
  border-top: 10px solid #777!important;
  margin-top: -10px !important;
}
#cal_daily .weekly_view.grey_top > .activity_row:first-child {
  border-top: 10px solid #ccc!important;
  margin-top: -10px !important;
}
#cal_daily .weekly_view.grey_top > .afternoon:first-child {
  border-top: 10px solid #ccc!important;
  margin-top: -10px !important;
}
#cal_weekly {
  margin-top: 4px;
}
#cal_weekly .activity_row .client_avatar,
#cal_weekly .activity_row .staff_avatar {
  top: 16px;
  margin-right: 4px;
}
#cal_weekly .row_time_container {
  overflow-x: hidden;
  overflow-y: scroll;
}
#cal_weekly .row_time_container:hover {
  margin-right: -10px;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
#cal_weekly .row_time.afternoon:before {
  content: "Afternoon";
  text-align: center;
  padding: 8px;
  margin: auto;
  width: 100px;
  font-size: 12px;
  color: #999;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 0 8px 53px;
}
#cal_weekly .row_time .col_time {
  float: left;
  width: 2%;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 16px;
  padding: 26px 10px 0 10px;
}
#cal_weekly .row_time .col_time small {
  font-size: 13px;
}
#cal_weekly .row_time.first_row .calendar_table {
  margin-top: 0!important;
}
#cal_weekly .row_time .row_days {
  display: flex;
}
#cal_weekly .row_time .row_days .col_day {
  position: relative;
  width: 13.8%;
  float: left;
  margin: 4px;
  background: #fff;
}
#cal_weekly .row_time .row_days .col_day.items {
  background: #ddd;
  margin-bottom: 8px;
}
#cal_weekly .row_time .row_days .col_day .col_day_header {
  padding: 8px 10px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
  background: #666;
  color: #fff;
  text-transform: uppercase;
  *zoom: 1;
}
#cal_weekly .row_time .row_days .col_day .col_day_header:before,
#cal_weekly .row_time .row_days .col_day .col_day_header:after {
  display: table;
  content: "";
  line-height: 0;
}
#cal_weekly .row_time .row_days .col_day .col_day_header:after {
  clear: both;
}
#cal_weekly .row_time .row_days .col_day .col_day_header .day_name {
  display: inline-block;
  font-size: 22px;
  float: right;
}
#cal_weekly .row_time .row_days .col_day .col_day_header .day_date {
  display: inline-block;
  font-size: 12px;
  float: left;
}
#cal_weekly .row_time .row_days .col_day .add_activity {
  z-index: 6;
  position: absolute;
  color: #fff;
  width: 24px;
  height: 24px;
  font-size: 20px;
  font-weight: normal !important;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 0px;
  line-height: 24px;
  top: -6px;
  right: -6px;
}
#cal_weekly .row_time .row_days .col_day:hover .add_activity {
  opacity: 1;
}
#cal_weekly .row_time .row_days .col_day .activities_container {
  height: auto;
  min-height: auto;
  padding: 10px;
  position: relative;
  /*.divider{
						margin-bottom:8px;
					}

					.divider:last-child{
						display:none!important;
					}*/
}
#cal_weekly .row_time .row_days .col_day .activities_container.weekly_view {
  min-height: 54px;
}
#cal_weekly .row_time .row_days .col_day .activities_container .calendar_day {
  margin-left: 0;
}
#cal_weekly .row_time .row_days .col_day .activities_container .calendar_day:first-child {
  margin-top: 0;
}
#cal_weekly .row_time .row_days .col_day .activities_container .cal_row:last-child {
  margin-bottom: 0;
}
.l_label {
  display: inline-block;
  font-size: 10px;
  font-size: 8px;
  font-weight: bold;
  border-radius: 100px;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  bottom: -3px;
  /*&.l_c{
		background:lighten(#fda6ad, 10%); 
		color:darken(#fda6ad, 20%);
	}
	&.l_s{
		background:lighten(@red, 20%); 
		color:darken(@red, 20%); 
	}*/
}
.l_label .short {
  display: inline-block;
}
.l_label .full {
  display: none;
}
.l_label.l_r {
  background: #bbb;
  color: #777;
}
.l_label.l_g {
  background: #ffe4a0;
  color: #b98600;
}
.l_label.l_c {
  background: #ffe4a0;
  color: #b98600;
}
.calendar_table .activities_container.expanded .activity_row {
  font-size: 12px;
  padding: 10px 10px 7px;
}
.calendar_table .activities_container.expanded .activity_time {
  text-align: left;
}
.calendar_table .activities_container.expanded .l_label {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.calendar_table .activities_container.expanded .ellipsis {
  width: 100%;
  margin-top: 5px;
}
.calendar_table .activities_container.expanded.daily .activity_row {
  padding-left: 18px;
  padding-right: 18px;
  background: #fff;
  border-radius: 0;
  font-size: 13px;
  border-bottom: 1px solid #f2f2f2;
  /*&:nth-child(even){
    			background: #f9f9f9;
    		}*/
}
.calendar_table .activities_container.expanded.daily .ellipsis {
  margin-top: 8px;
  padding-bottom: 4px;
}
.calendar_table .activities_container.expanded.daily .activity_time {
  padding-top: 8px;
}
.calendar_table .activities_container.expanded.daily .l_label {
  font-size: 10px;
  width: auto;
  padding: 5px 10px 4px 10px;
  height: auto;
}
.calendar_table .activities_container.expanded.daily .l_label .short {
  display: none;
}
.calendar_table .activities_container.expanded.daily .l_label .full {
  display: inline-block;
}
.cal_row {
  border-style: solid;
  border-width: 0px;
  margin-top: -1px;
  border-radius: 0 20px 20px 0;
}
.cal_row:hover {
  opacity: 1;
}
.c_activity {
  background: transparent;
  border-color: #ddd;
}
.c_activity:hover {
  background: #eee!important;
}
#cal_weekly .c_activity {
  background: #ffffff;
  border-width: 1px;
  border-radius: 0;
}
.c_birthday {
  background: #e5e7e7;
  border-color: #b0b6b6;
}
.c_birthday:hover {
  color: #fff!important;
  background: #889191;
  border-color: #565d5d;
}
/*.c_birthday{
	background:@c_birthday;
	border-left: 4px solid darken(#ddd, 10%);

	&:hover{
		color:#fff!important;
		background: darken(#888, 15%);
		border-left: 4px solid darken(#888, 25%);
	}
}*/
.c_birthday.F {
  background: #fed8db;
  border-color: #fda6ad;
}
.c_birthday.F:hover {
  color: #fff!important;
  background: #fb5c68;
  border-color: #fa2a3a;
}
.c_birthday.M {
  background: #cde4fc;
  border-color: #9dcaf9;
}
.c_birthday.M:hover {
  color: #fff!important;
  background: #55a3f5;
  border-color: #2589f2;
}
.c_calendar {
  background: #ffedbd;
  border-color: #ffd157;
}
.c_calendar:hover {
  color: #fff!important;
  background: #ffbc0b;
  border-color: #d79c00;
}
.c_gc_calendar {
  background: #ffedbd;
  border-color: #ffd157;
  /*color:#fff;
	background:#449AD5;
	border-color: darken(#449AD5, 15%);

	&:hover{
		color:#fff;
		background: darken(#449AD5, 15%);
		border-color: darken(#449AD5, 35%);
	}*/
}
.c_gc_calendar:hover {
  color: #fff!important;
  background: #ffbc0b;
  border-color: #d79c00;
}
.c_progressnote {
  background: #e9dbf2;
  border-color: #c7a3de;
}
.c_progressnote:hover {
  color: #333;
  background: #d2b6e4;
  border-color: #9958c3;
}
.c_careplan {
  background: #c4e8dc;
  border-color: #8dd3bb;
}
.c_careplan:hover {
  color: #333;
  background: #9fdac6;
  border-color: #46b48f;
}
.c_staff {
  background: #e5e7e7;
  border-color: #bdc2c2;
}
.c_staff:hover {
  color: #333;
  background: #cacfcf;
  border-color: #889191;
}
/*
.c_staff{
	color:#fff;
	background: @c_staff;
	border-color: darken(@c_staff, 35%);

	&:hover{
		background: darken(@c_staff, 15%);
		border-color: darken(@c_staff, 55%);
	}
}*/
/*.activity_row{
	&:first-child{
		margin-top:8px !important;
	}
}*/
.assign_activity {
  text-align: center;
  padding-right: 5px;
}
.assign_activity a {
  color: #333;
  background: #f1f1f1;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  margin: 0 5px 15px 5px;
  border-radius: 0 0 5px 5px;
  padding: 2px 10px 4px 10px;
}
.assign_activity a:hover,
.assign_activity a:focus {
  color: #000;
  background: #ddd;
  text-decoration: none;
}
/*.activity_row,
.birthday,
.calendar_event,
.progress_note,
.gc_calendar_event,
.staff{
	&[style*="block"] + .divider{
		margin-top:8px;
	}
}*/
.pretty_checkbox {
  /*label input:checked ~ .checkmark:after {
		display: block;
	}*/
}
.pretty_checkbox label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pretty_checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.pretty_checkbox .checkmark {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  height: 16px;
  width: 16px;
  border-radius: 5px;
  border: 2px solid #ccc;
  background-color: #fff;
  margin-left: -36px;
  display: inline-block;
  margin: 0 0 -5px 0;
}
.pretty_checkbox label:hover input ~ .checkmark {
  border-color: #bbb;
  background-color: #ddd;
}
.pretty_checkbox label input:checked ~ .checkmark {
  background-color: #147bd8;
  border-color: #147bd8;
}
.pretty_checkbox .checkmark:after {
  position: relative;
  content: "";
  display: inline-block;
}
.pretty_checkbox label .checkmark:after {
  display: block;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pretty_checkbox.filters .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  margin-left: -36px;
}
#c_filters .dropdown-menu {
  padding: 10px 0;
}
#c_filters li {
  padding: 7px 18px 7px 18px;
}
#c_filters .dropdown-menu > li > a {
  padding: 0;
}
#c_filters input[type="checkbox"] {
  visibility: hidden;
  width: 0;
  height: 0;
}
#c_filters .c_filter {
  color: rgba(0, 0, 0, 0.8);
  padding: 1px 8px 2px 8px;
  margin: 0 0 0 32px;
  font-weight: bold;
  font-size: 10px;
  border-radius: 0 20px 20px 0;
  display: inline-block;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#c_filters a:hover,
#c_filters a:focus {
  background: none;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8) !important;
}
#c_filters a:focus label {
  color: rgba(0, 0, 0, 0.8);
}
.btn-pdf {
  color: #d9534f;
  border: 2px solid #e9e9e9;
  background: #fff;
}
.btn-pdf.active {
  background: #FA5662 !important;
  border: 2px solid #FA5662;
  color: #fff;
}
.btn-doc {
  color: #147bd8;
  border: 2px solid #e9e9e9;
  background: #fff;
}
.btn-doc.active {
  background: #147bd8 !important;
  border: 2px solid #147bd8;
  color: #fff;
}
.calendar_today {
  padding: 12px 30px;
}
.btn-arrow-left.calendar_btn {
  padding: 2px 12px;
  margin-right: -6px;
  border-top-left-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
}
.btn-today.calendar_btn {
  border-radius: 0;
  padding: 4px 16px;
  margin-right: -6px;
}
.btn-arrow-right.calendar_btn {
  padding: 2px 12px;
  border-top-right-radius: 100px !important;
  border-bottom-right-radius: 100px !important;
}
.page_top .btn-cal {
  border: none;
  margin-top: 5px;
  padding: 8px 14px;
}
.page_top .btn-cal .caret {
  border-top-color: #999;
  margin-top: 8px;
  margin-left: 2px;
  display: inline-block;
}
.page_top .btn-cal:hover {
  background: #e9e9e9;
}
/*.btn-arrow-left.calendar_btn{
	padding:12px 20px 12px 30px;
	border-top-left-radius: 100px !important;
	border-bottom-left-radius: 100px !important;

	span{
		top:9px;
		left:22px;
	}
}
.btn-arrow-right.calendar_btn{
	padding:12px 30px 12px 20px;
	border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;

	span{
		top:9px;
		right:22px;
	}
}*/
.calendar_buttons .btn-inverse {
  border: 2px solid #222;
}
.calendar_buttons .btn-inverse:hover {
  border: 2px solid #111;
}
/* END CALENDAR */
.interests {
  text-align: left;
}
.interests a {
  color: #999;
}
.interests a:hover {
  text-decoration: none;
  color: #fa5662;
}
.interests a.blue_link {
  color: #3394ec;
}
.interests a.blue_link:hover {
  text-decoration: underline;
  color: #147bd8;
}
.interests .checkbox {
  width: 360px;
  text-transform: capitalize;
  margin: 0 auto 5px auto;
  border-radius: 10px;
  padding: 7px 10px;
  border: 1px solid #e9e9e9;
}
.interests .checkbox:hover {
  background: #f5f5f5;
}
.interests .checkbox .client_interest,
.interests .checkbox .activity_interest,
.interests .checkbox .checkbox_toggle {
  float: none;
  margin: 0 10px 0 0;
}
.interests .checkbox.checked {
  background: #e9e9e9;
  border: 1px solid #ddd;
}
.interests .checkbox.checked:hover {
  background: #eee;
}
.interests .delete_via_data {
  font-size: 18px;
}
.register_checkbox {
  padding: 0;
}
.register_checkbox label {
  display: block;
  font-size: 13px;
  padding: 0 32px;
  margin-bottom: 12px;
  border-radius: 4px;
}
.register_modal {
  max-height: 600px;
  overflow: auto;
}
.no_menu {
  display: none;
  visibility: hidden;
}
.questionmark {
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  font-size: 16px;
  background: #e9e9e9;
  border-radius: 100px;
  color: #333;
  box-sizing: border-box;
  text-align: center;
}
.questionmark:hover {
  text-decoration: none;
  background: #ddd;
}
.btn-attendance {
  color: #333;
  width: 50px;
  text-align: left;
}
.btn-attendance .sprite {
  margin-left: 10px;
  float: right;
}
.table_padded td {
  padding: 12px;
  vertical-align: middle;
}
.billing_box {
  background: #fff;
  padding: 40px 60px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.billing_box .alert {
  padding: 8px 14px;
}
.billing_box.register_box {
  max-width: 450px;
  margin: 40px auto;
}
.incentive {
  text-transform: uppercase;
  color: #999;
  display: inline-block;
  margin: 0 15px;
  font-weight: normal;
}
.table_billing td {
  text-align: center;
  padding: 12px;
}
.table_billing .active .active_left {
  text-align: right;
  border-top: 1px solid #ddd;
  width: 50%;
}
.table_billing .active .active_right {
  border-top: 1px solid #ddd;
  text-align: left;
  width: 50%;
}
#accordion .accordion-group {
  margin-bottom: 7px;
}
#accordion .accordion-toggle {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
#accordion .accordion_subtext {
  font-weight: normal;
  color: #666;
  font-size: 13px;
}
#accordion a.accordion-toggle {
  display: block;
  margin-bottom: 0;
  border-radius: 5px;
  border-color: #ddd;
  color: #333;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
#accordion a.accordion-toggle:hover,
#accordion a.accordion-toggle:focus {
  text-decoration: none;
  background: #eee;
}
#accordion a.accordion-toggle h4 {
  margin: 7px 0 5px 0;
  font-size: 16px;
  color: inherit;
}
#accordion .pull-right {
  padding-top: 5px;
}
.panel-title .pull-right {
  text-align: right;
}
.panel-title .pull-right .sprite {
  margin-left: 10px;
}
.payment_panel {
  font-size: 16px;
  border: 3px solid #e9e9e9;
  border-radius: 6px;
  padding: 15px 20px 0px 20px;
  margin-top: 30px;
  margin-bottom: 100px;
}
/* MEDIA QUERIES!
------------------------------------------------*/
@media (max-width: 1199px) and (min-width: 979px) {
  .calendar_table .ellipsis {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .activity_time {
    display: inherit;
    width: auto !important;
  }
  .activities_container .activity_row .client_avatar,
  .activities_container .activity_row .staff_avatar {
    top: 12px;
    width: 14px;
  }
  #item_list .ccol.attendance {
    display: none;
  }
  #item_list .activities,
  #item_list .notes,
  #item_list .plans,
  #item_list .interests {
    -webkit-box-flex: 0 0 55px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 55px;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 55px;
    /* Chrome */
    -ms-flex: 0 0 55px;
    /* IE 10 */
    flex: 0 0 55px;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  #item_list .name {
    -webkit-box-flex: 0 0 180px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 180px;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 180px;
    /* Chrome */
    -ms-flex: 0 0 180px;
    /* IE 10 */
    flex: 0 0 180px;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  #item_list .name .wrap {
    width: 160px;
  }
  #item_list .age {
    -webkit-box-flex: 0 0 90px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 90px;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 90px;
    /* Chrome */
    -ms-flex: 0 0 90px;
    /* IE 10 */
    flex: 0 0 90px;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  #item_list .room {
    -webkit-box-flex: 0 0 80px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 80px;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 80px;
    /* Chrome */
    -ms-flex: 0 0 80px;
    /* IE 10 */
    flex: 0 0 80px;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  #item_list .last_active .attendance_percentage_container {
    display: block !important;
    padding: 10px 0;
  }
  #item_list .last_active .last_active_time {
    padding: 0;
  }
  #item_list .attendance_select {
    -webkit-box-flex: 0 0 200px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 200px;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 200px;
    /* Chrome */
    -ms-flex: 0 0 200px;
    /* IE 10 */
    flex: 0 0 200px;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  #item_list .attendance_select .select2-container {
    width: 200px !important;
  }
  #item_list .attendance_textarea {
    -webkit-box-flex: 0 0 210px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 210px;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 210px;
    /* Chrome */
    -ms-flex: 0 0 210px;
    /* IE 10 */
    flex: 0 0 210px;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  #item_list .crow .ccol {
    padding: 6px;
  }
  #item_list .clear_client {
    right: 12px!important;
  }
  #item_list .staff_stats {
    -webkit-box-flex: 0 0 180px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 180px;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 180px;
    /* Chrome */
    -ms-flex: 0 0 180px;
    /* IE 10 */
    flex: 0 0 180px;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
}
@media (max-width: 1200px) {
  .homepage_section.features {
    min-height: 720px;
  }
  .homepage_section.features_2 {
    min-height: 620px;
  }
  .homepage_section h2 {
    font-size: 26px;
  }
  .homepage_section .padded_top {
    padding-top: 20px;
  }
  .homepage_section .number {
    font-size: 16px;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    line-height: 30px;
  }
  .features_image {
    width: inherit;
  }
  #webinar {
    text-align: left;
  }
  #webinar h1 {
    font-size: 30px;
  }
  #webinar p {
    font-size: 20px;
  }
  #webinar .span6.padded_top {
    padding-top: 0;
  }
  #webinar form {
    background: none;
    padding: 60px 0;
    border-radius: 100%;
  }
  .activities_container a {
    white-space: unset;
    width: auto;
  }
}
@media (max-width: 979px) {
  #item_list {
    margin-top: 20px;
  }
  #item_list .crow.header {
    display: none;
  }
  #item_list .room {
    -webkit-box-flex: 0 0 80px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 80px;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 80px;
    /* Chrome */
    -ms-flex: 0 0 80px;
    /* IE 10 */
    flex: 0 0 80px;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  #item_list .last_active {
    -webkit-box-flex: 0 0 80px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 80px;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 80px;
    /* Chrome */
    -ms-flex: 0 0 80px;
    /* IE 10 */
    flex: 0 0 80px;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  #item_list .attendance {
    -webkit-box-flex: 0 0 60px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 60px;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 60px;
    /* Chrome */
    -ms-flex: 0 0 60px;
    /* IE 10 */
    flex: 0 0 60px;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    padding-right: 0!important;
  }
  #item_list .activities {
    margin-left: auto;
  }
  #item_list .interests {
    margin-right: auto;
  }
  #item_list .activities,
  #item_list .notes,
  #item_list .plans,
  #item_list .interests {
    display: inline-block;
  }
  #item_list .activities:before,
  #item_list .notes:before,
  #item_list .plans:before,
  #item_list .interests:before {
    display: block;
  }
  #item_list .staff_stats {
    -webkit-box-flex: 0 0 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 100%;
    /* Chrome */
    -ms-flex: 0 0 100%;
    /* IE 10 */
    flex: 0 0 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    margin-top: 15px;
    text-align: center;
    box-sizing: border-box;
  }
  #item_list .clearflex.client_active {
    width: 100%;
    height: 20px;
  }
  #item_list .clearflex.client_orbs {
    width: 100%;
    height: 20px;
  }
  #item_list .attendance_select {
    margin-left: auto;
  }
  #item_list .attendance_textarea {
    margin-right: auto;
  }
  #header .nav > li {
    float: none;
  }
  #header .nav > li.pull-right {
    float: none;
    display: block;
  }
  #header .btn-navbar {
    display: inline-block;
    background: #fa5662;
    float: right;
    margin: 20px 0 0 0;
  }
  #header .btn-navbar .icon-bar {
    background-color: #fff;
  }
  #header #logo {
    padding-right: 0;
  }
  #header .nav {
    margin-bottom: 20px;
  }
  #header .nav .sprite_menu_user_small {
    display: none;
  }
  #header .nav > li > a {
    float: none;
    text-align: left;
    padding: 10px 16px;
    border: none;
    margin-bottom: 0;
    border-left: 4px solid #FFD870;
  }
  #header .nav > li > a .sprite {
    float: left;
    margin-right: 20px;
  }
  #header .nav > li > a:hover,
  #header .nav > li > a:focus {
    border: none;
    border-left: 4px solid #FA5662;
  }
  #header .nav > li > a.active {
    border: none;
    border-left: 4px solid #ffc120;
  }
  #header .nav > li > a .sprite.sprite_menu_user_small {
    margin: 5px 19px 0 7px;
  }
  #header .nav > li > a.second_line {
    padding: 11px 16px 8px 16px;
  }
  #header .nav-collapse .dropdown-menu a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    font-weight: bold;
  }
  #header .nav-collapse .dropdown-menu a:hover {
    background: #FA5662;
  }
  .features_image {
    top: 30px;
  }
  .alert-float {
    padding-top: 3px;
    padding-bottom: 3px;
    top: 72px;
  }
  .activities_container {
    min-height: auto;
  }
  .calendar_table_container {
    margin: 0 8px;
  }
  .calendar_table td {
    display: table;
    border: none;
    margin-bottom: 8px;
    width: 100%;
  }
  .calendar_table td.empty {
    display: none;
    visibility: hidden;
  }
  .calendar_table th {
    display: none;
    visibility: hidden;
  }
  .calendar_table a.add_activity {
    opacity: 0.25;
  }
  /*td.current_month_day:nth-of-type(3n+1){
		clear:both;
	}*/
  .homepage_section {
    padding: 30px 0;
  }
  .homepage_section.features {
    min-height: 530px;
  }
  .homepage_section.features_2 {
    min-height: 480px;
  }
  .homepage_section p {
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 15px;
  }
  .homepage_section ul {
    margin-left: 0;
  }
  .homepage_section ul li {
    font-size: 15px;
    list-style: none;
  }
  .homepage_section .padded_top {
    padding-top: 80px;
  }
  #homepage_header {
    padding: 40px 0 30px;
    margin: 0;
  }
  #homepage_header h1 {
    font-size: 20px;
  }
  #homepage_header p {
    font-size: 16px;
  }
  .checkout_features {
    border-radius: 25px;
  }
  .checkout_features img {
    margin-top: -150px;
  }
  .checkout_features ul.fancy_ticks li {
    margin-left: 0;
    font-size: 18px;
  }
  #nursing_group_bg .container .pricing_container .pricing {
    display: block;
    margin: auto;
    width: 290px;
    margin-bottom: 30px;
    padding: 20px 0;
  }
  #nursing_group_bg .container .pricing_container .pricing.main {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #client_list .span4 .padding {
    margin-bottom: 25px;
  }
  .page_top .heading {
    width: 400px;
    margin-left: -200px;
  }
  .page_secondary .pull-left,
  .page_secondary .pull-right {
    float: none;
    text-align: center;
  }
  .billing_box.register_box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Small Phones and down */
@media (max-width: 767px) {
  .extra_buttons_under_header .search-box,
  .extra_buttons_under_header .intojs_filter_interests {
    margin: 5px 0;
  }
  /*
	h1 { font-size: 28px; }
	h2 { font-size: 28px; }
	h3 { font-size: 25px; }
	h4 { font-size: 20px; }
	h5 { font-size: 16px; }
	h6 { font-size: 14px; }
	*/
  #item_list {
    margin-top: 20px;
  }
  #item_list .crow.header {
    display: none;
  }
  #item_list .crow {
    /*.options{
				right:15px;
				top:40px;
			}*/
  }
  #item_list .crow .client_name {
    -webkit-box-flex: 0 0 70%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 70%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 70%;
    /* Chrome */
    -ms-flex: 0 0 70%;
    /* IE 10 */
    flex: 0 0 70%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  #item_list .crow .client_name .wrap {
    width: 100%;
  }
  #item_list .crow .room {
    display: none;
  }
  #item_list .crow .last_active {
    margin-left: auto;
    -webkit-box-flex: 0 0 80px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 80px;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 80px;
    /* Chrome */
    -ms-flex: 0 0 80px;
    /* IE 10 */
    flex: 0 0 80px;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  #item_list .crow .attendance {
    margin-right: auto;
    -webkit-box-flex: 0 0 80px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 80px;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 80px;
    /* Chrome */
    -ms-flex: 0 0 80px;
    /* IE 10 */
    flex: 0 0 80px;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  #item_list .crow .activities,
  #item_list .crow .notes,
  #item_list .crow .plans,
  #item_list .crow .interests {
    -webkit-box-flex: 0 0 50px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 50px;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 50px;
    /* Chrome */
    -ms-flex: 0 0 50px;
    /* IE 10 */
    flex: 0 0 50px;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  #item_list .crow .clearflex.client_age {
    width: 100%;
    height: 10px;
  }
  #item_list .crow .attendance_select {
    -webkit-box-flex: 0 0 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 100%;
    /* Chrome */
    -ms-flex: 0 0 100%;
    /* IE 10 */
    flex: 0 0 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    box-sizing: border-box;
    margin: 0;
  }
  #item_list .crow .attendance_select .select2-container {
    width: 100%!important;
  }
  #item_list .crow .attendance_textarea {
    -webkit-box-flex: 0 0 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 100%;
    /* Chrome */
    -ms-flex: 0 0 100%;
    /* IE 10 */
    flex: 0 0 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    box-sizing: border-box;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #item_list .crow .clear_client {
    right: 4px;
    display: inline-block !important;
    color: #fff;
    background: #666;
  }
  #item_list .crow .graphs {
    -webkit-box-flex: 0 0 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 100%;
    /* Chrome */
    -ms-flex: 0 0 100%;
    /* IE 10 */
    flex: 0 0 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    margin-top: 0;
    text-align: center;
    box-sizing: border-box;
  }
  #item_list .crow .staff_stats,
  #item_list .crow .staff_access,
  #item_list .crow .staff_groups {
    display: none;
  }
  #item_list .crow .staff_last_active {
    margin-left: 70px;
  }
  #item_list .crow .count_text {
    display: inline;
  }
  #item_list .crow .count_text .count,
  #item_list .crow .count_text .text {
    display: inline;
  }
  .btn-xlarge {
    font-size: 14px;
    padding: 12px 15px;
  }
  .billing_box {
    padding: 20px;
    margin-top: 50px;
  }
  .success-lady {
    margin-bottom: -20px;
  }
  .features_image {
    position: inherit;
  }
  .homepage_section {
    text-align: center;
  }
  .homepage_section.features {
    min-height: inherit;
    margin: 10px 0 0 0;
  }
  .homepage_section .signup {
    margin: 5px 0 300px 0;
  }
  .homepage_section .padded_top {
    padding-top: 0;
  }
  #contactModal .form-control {
    width: 90%;
  }
  .features_image {
    position: relative;
    left: auto !important;
    top: auto;
  }
  .features_image_2 {
    position: inherit;
    width: 100%;
    margin-top: 20px;
    left: 0;
  }
  .home_quote {
    margin: 30px auto;
    padding: inherit;
  }
  .home_quote .text,
  .home_quote .name {
    font-size: 14px;
  }
  .client_tabs.nav-tabs {
    margin-bottom: 20px;
  }
  .client_tabs.nav-tabs > li {
    display: block;
  }
  .client_tabs.nav-tabs > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-right: 0;
  }
  #client_list .span4 .padding {
    margin-bottom: 15px;
  }
  #client_list .span4 .padding .header overflow a,
  #client_list .span4 .padding .header overflow div {
    font-size: 16px;
  }
  .pricing_register_finalise .half {
    width: 85%;
  }
  .account_header ul {
    display: none;
    visibility: hidden;
  }
  .page_top {
    padding: 20px 0;
  }
  .page_top.then_tabs {
    margin-bottom: 20px;
  }
  .page_top .heading {
    position: inherit !important;
    display: block !important;
    margin: 0 0 10px 0;
    width: inherit !important;
    left: inherit !important;
  }
  .page_top .heading h1 {
    overflow: visible;
    text-overflow: initial;
    width: inherit;
    white-space: normal;
  }
  .page_top .heading.secondline {
    top: inherit !important;
  }
  .page_top h1 {
    margin-bottom: 20px;
  }
  .page_top .pull-left,
  .page_top .pull-right {
    text-align: center;
    float: none;
    display: block;
  }
  .page_top .pull-left a,
  .page_top .pull-right a {
    margin-top: 10px;
  }
  .page_top .pull-left .dropdown-menu li a,
  .page_top .pull-right .dropdown-menu li a {
    display: block !important;
    margin-bottom: 0;
    text-align: left;
  }
  .page_top .btn-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .activity_list .details {
    padding-right: 20px;
  }
  .activity_list .text-right {
    text-align: center;
  }
  .carousel-control {
    top: 15%;
    height: 40px;
    width: 40px;
    line-height: 30px;
    left: -10px;
  }
  .carousel-control.right {
    right: -10px;
  }
  .carousel-inner > .item .text-center h2 {
    font-size: 24px;
  }
  .carousel-inner > .item .text-center p {
    font-size: 14px;
    line-height: 160%;
  }
  .register_page {
    padding: 0 !important;
  }
}
@media (max-width: 480px) {
  .edit_add_box {
    padding: 20px 15px;
  }
  .features_list {
    padding: 20px 0;
  }
  .public_header {
    padding: 60px 0;
  }
  .public_header h1 {
    font-size: 32px;
  }
  .public_header p {
    font-size: 16px;
  }
  .homepage_section.features {
    min-height: inherit;
  }
  .homepage_section.features_2 {
    min-height: inherit;
  }
  .signup.white_text {
    padding: 60px 0 185px 0;
    margin-bottom: 150px;
  }
  .signup.white_text p {
    font-size: 20px;
  }
  .get_started_img {
    margin-top: -380px;
  }
  .lead {
    font-size: 16px;
  }
  .client_header .page_top {
    margin-bottom: 0;
  }
  .to_time {
    margin: 10px 0 5px 0;
    display: block;
  }
  .no_results_yet,
  .no_search_data {
    padding: 10px 15px 30px 15px;
    font-size: 14px;
  }
  .page_secondary .pull-left,
  .page_secondary .pull-right {
    float: none;
    text-align: center;
  }
  .page_secondary .pull-left .btn-group,
  .page_secondary .pull-right .btn-group,
  .page_secondary .pull-left input,
  .page_secondary .pull-right input,
  .page_secondary .pull-left a,
  .page_secondary .pull-right a {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .page_secondary#mark_attendance {
    text-align: center;
  }
  .page_secondary#mark_attendance .invite,
  .page_secondary#mark_attendance .quick_mark {
    position: inherit;
    right: inherit;
    top: inherit;
    margin-bottom: 15px;
  }
  .well.edit_add_box.nobg {
    padding: 0;
  }
  #login_box {
    float: none;
    position: inherit;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  #login_box .content {
    padding: 20px 13px 30px 13px;
  }
  .no_results_yet h2 {
    font-size: 24px;
  }
  .button_group a {
    margin-top: 10px;
  }
  .activity_list .expanded_details .label,
  .activity_list .details .label {
    margin-left: 0;
    margin-right: 10px;
  }
  .interests .checkbox {
    width: 100%;
    box-sizing: border-box;
  }
  .popup-gallery a {
    margin-top: 20px;
    font-size: 10px;
  }
  .popup-gallery a img {
    width: 100px;
  }
  .activity_list.careplan,
  .activity_list.progress_note {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .activity_list.careplan .date,
  .activity_list.progress_note .date {
    padding-left: 0;
  }
  .activity_list strong.date {
    margin-top: 0;
  }
  .activity_list .client_notes {
    display: none;
  }
  .activity_list .text-right {
    text-align: center;
  }
  .activity_list .text-right.more_padding a {
    margin-top: 15px;
  }
  .activity_list .text-right.more_padding a .label {
    top: 7px;
  }
  .activity_list .text-right .label {
    position: relative;
    top: 7px;
  }
  .activity_list .text-right .btn {
    margin-top: 16px;
  }
  .activity_list a.activity_collapse {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
  }
}
/* ------------------------------ Form Validation -------------------------------*/
.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  padding-bottom: 13px;
  display: block;
  z-index: 5000;
  cursor: pointer;
}
#debugMode {
  background: #000;
  position: fixed;
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
  overflow: scroll;
  opacity: 0.8;
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  z-index: 100000;
}
.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}
.formError .formErrorContent {
  width: 100%;
  background: #000;
  color: #fff;
  width: 150px;
  font-family: tahoma;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0px 0px 6px #000;
  -moz-box-shadow: 0px 0px 6px #000;
  -webkit-box-shadow: 0px 0px 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.greenPopup .formErrorContent {
  background: #33be40;
}
.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}
.formError .formErrorArrow {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 15px;
  height: 15px;
  z-index: 5001;
}
.formError .formErrorArrowBottom {
  top: 0;
  margin: -6px;
}
.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0px 2px 3px #444;
  -moz-box-shadow: 0px 2px 3px #444;
  -webkit-box-shadow: 0px 2px 3px #444;
  height: 1px;
  background: #000;
  margin: 0 auto;
  line-height: 0px;
  font-size: 0px;
  display: block;
}
.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.greenPopup .formErrorArrow div {
  background: #33be40;
}
.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}
.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}
.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}
.formError .formErrorArrow .line8 {
  width: 11px;
}
.formError .formErrorArrow .line7 {
  width: 9px;
}
.formError .formErrorArrow .line6 {
  width: 7px;
}
.formError .formErrorArrow .line5 {
  width: 5px;
}
.formError .formErrorArrow .line4 {
  width: 3px;
}
.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0px solid #ddd;
}
.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}
.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}
/* Print styles (HTML5 Boilerplate)
--------------------------------------- */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  header#header,
  #footer_social,
  #sidebar,
  #clouds,
  #footer,
  #leaveComment,
  .pagination {
    display: none !important;
    visibility: hidden !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* IE7 Hacks
--------------------------------------- */
.navbar#main_menu .input-append input {
  height: 31px\9;
  padding-top: 13px\9;
}
#features_footer.homepage {
  padding-top: 50px \ ;
}
.facebook-like {
  margin-top: 30px \ ;
  margin-bottom: 0 \ ;
}
* + html .badass_white {
  width: auto;
  margin-left: -1500px;
}
* + html .btn {
  padding-top: 7px;
  padding-bottom: 10px;
}
* + html .btn-large {
  padding-top: 7px;
  padding-bottom: 10px;
}
* + html a.btn-fancy.btn {
  width: auto;
}
* + html .btn .sprite {
  display: inline-block;
  position: relative;
  top: -6px;
  margin-right: 10px;
}
*:first-child + html .sprite_goldencarers_logo {
  text-indent: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
