/*  S T Y L E   R E S E T  */
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
}
body {
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}
em {
  font-style: italic;
}
ol {
  list-style: decimal;
}
strong {
  font-weight: bold;
}
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  /* tables still need 'cellspacing="0"' in the markup */
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus,
a:active {
  outline: 0;
  -moz-outline: none;
}
img a {
  cursor: pointer;
}
p {
  margin: 0 0 10px;
}
[contenteditable] {
  user-select: text;
  -webkit-user-select: text;
}
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0 / 100;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5 / 100;
  filter: alpha(opacity=0.5);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix,
.modal-header,
.modal-footer {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.modal-header:after,
.modal-footer: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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.table-wrapper {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  max-width: 100%;
  width: 100%;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table th div {
  position: relative;
}
.table th div input.filter-input {
  padding: 0 0 0 10px;
  max-width: 91px;
}
.table th div button {
  padding: 0 5px;
  border-radius: 0 3px 3px 0;
  position: absolute;
  top: 0;
  right: 0;
}
.table thead th {
  vertical-align: bottom;
  background-color: white;
}
.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 #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
  vertical-align: middle;
}
.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: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.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: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.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: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.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: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.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: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.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: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
@media (max-width: 1200px) {
  .table-bordered {
    border-collapse: collapse;
    background-color: white;
  }
  .table-bordered td:last-child,
  .table-bordered th:last-child {
    border-right: 2px solid #ddd;
  }
  .table-bordered td:first-child,
  .table-bordered th:first-child {
    border-left: 1px solid #ddd;
  }
  .table-bordered tr:first-child {
    border-top: 1px solid #ddd;
  }
  .table-bordered tr:last-child {
    border-bottom: 1px solid #ddd;
  }
  .table-bordered tr {
    border: 1px solid #ddd;
  }
  .table-bordered td {
    border: 1px solid #ddd;
  }
}
.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: 109px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 174px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 239px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 304px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 369px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 434px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 499px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 564px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 629px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 694px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 759px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
.clickable-cell {
  cursor: pointer;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 9px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -13px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.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: 65 / 100;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-right {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100px;
  border-radius: 0;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.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: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-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 {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #08c, #0044cc);
  background-image: -o-linear-gradient(top, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
.btn-purple {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #9b09cc;
  background-image: -moz-linear-gradient(top, #9c0fcc, #9900cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9c0fcc), to(#9900cc));
  background-image: -webkit-linear-gradient(top, #9c0fcc, #9900cc);
  background-image: -o-linear-gradient(top, #9c0fcc, #9900cc);
  background-image: linear-gradient(to bottom, #9c0fcc, #9900cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9c0fcc', endColorstr='#ff9900cc', GradientType=0);
  border-color: #9900cc #9900cc #600080;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #9900cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.btn-purple.disabled,
.btn-purple[disabled] {
  color: #fff;
  background-color: #9900cc;
  *background-color: #8600b3;
}
.btn-purple:active,
.btn-purple.active {
  background-color: #730099 \9;
}
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;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}
.btn-file input {
  cursor: pointer;
  direction: ltr;
  font-size: 23px;
  margin: 0;
  opacity: 0;
  position: relative;
  right: 0;
  top: 0;
  transform: translate(-300px, 0px) scale(1);
}
.btn-sent {
  background: #ff5b00;
  border-top: 1px solid orange;
  border-right: 1px solid orange;
  border-bottom: 1px solid #ff5b00;
  border-left: 1px solid orange;
  -moz-border-radius: 16px;
  -moz-box-shadow: inset 0 1px 0 0 gold, 0 1px 2px 0 gold;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  min-width: 70px;
  -webkit-background-clip: padding-box;
  text-shadow: 0 -1px 1px #FF514A;
  background-image: -moz-linear-gradient(top, #FF7A31, #D24B00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FF7A31), to(#D24B00));
  background-image: -webkit-linear-gradient(top, #FF7A31, #D24B00);
  background-image: -o-linear-gradient(top, #FF7A31, #D24B00);
  background-image: linear-gradient(to bottom, #FF7A31, #D24B00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-sent:hover {
  background-color: #E55200;
  color: white;
}
.btn-sent:active {
  background-color: #E55200;
}
.btn-sent:disabled {
  cursor: default;
  background-image: none;
  opacity: 65 / 100;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-sent:focus {
  background: #FF7B32;
  border-top: 1px solid orange;
  border-right: 1px solid orange;
  border-bottom: 1px solid #ff5b00;
  border-left: 1px solid orange;
  color: white;
}
.btn-clear {
  height: 100%;
  background: none;
  border: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11.9px;
  line-height: 20px;
  font-style: normal;
  color: #333333;
  text-align: left;
}
.btn-today {
  margin-left: -43px;
  height: 30px;
}
.btn-a {
  color: #08c;
  text-decoration: none;
  outline: 0 none;
  border: none;
  background: none;
  padding: 0;
  font-size: inherit;
  cursor: pointer;
}
.btn-a.wait {
  cursor: progress;
}
.exercises-list-popup .modal {
  z-index: 1060;
}
.popup .hover {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.popup .well {
  z-index: 100;
  position: fixed;
  top: 10%;
  left: 50%;
  width: 300px;
  /* adjust as per your needs */
  min-height: 100px;
  /* adjust as per your needs */
  margin-left: -150px;
  /* negative half of width above */
}
.popup .well p {
  min-height: 100px;
}
.background-spinner {
  background: url(assets/5109d0568d6526cdeeac.gif) no-repeat;
  background-size: 35px;
}
.background-position-center {
  background-position: center;
}
.confirm-block {
  display: none;
  position: absolute;
}
.confirm-block .confirm-backdrop {
  opacity: 0.5;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: #000;
}
.confirm-block .modal {
  display: block;
  background-color: white;
}
.confirm-block .modal .confirm-body {
  padding: 15px;
}
.confirm-block .modal .confirm-footer {
  padding: 10px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.confirm-block .modal .confirm-footer button {
  margin: 0 5px;
}
.bootbox.small .modal-content {
  width: 300px;
  margin-left: 150px;
}
@media (max-width: 414px) {
  .bootbox.small {
    margin-left: 0;
  }
}
.modal-header h4 {
  text-overflow: ellipsis;
}
.modal-body {
  max-height: 400px;
}
.modal-backdrop.in {
  opacity: 0.5 !important;
}
@media (min-width: 450px) {
  .modal.modal-width-450 .modal-dialog {
    width: 430px;
  }
}
.modal-alert {
  position: fixed;
  top: 1%;
  right: 1%;
  z-index: 1001;
  -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-alert.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-alert.fade.in {
  top: 10%;
}
.close,
.show-comment-box {
  margin: 0px -5px 0 0 !important;
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 80 / 100;
  filter: alpha(opacity=80);
}
.close:hover,
.show-comment-box:hover,
.close:focus,
.show-comment-box:focus {
  outline: none;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 40 / 100;
  filter: alpha(opacity=40);
}
.exercise-popup-header .close {
  margin: -4px -6px 0 0 !important;
}
.you-tube-header .close {
  margin: 8px -2px 0 0 !important;
  color: #fff;
}
.you-tube-header .close:hover,
.you-tube-header .close:focus {
  color: #eee;
}
#welcome-message .close {
  margin: 0 6px 0 0 !important;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.input-buffer {
  position: absolute;
  top: -1000px;
  left: -1000px;
  visibility: hidden;
  white-space: nowrap;
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
}
body.loading {
  background: #ffffff url(assets/5109d0568d6526cdeeac.gif) no-repeat center center;
}
main > header {
  height: 52px;
  margin-bottom: 20px;
}
.editable-header {
  border: 1px dotted #cccccc;
}
.repsnum {
  color: #222;
  background-color: #ddf0fa;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 2px;
  vertical-align: middle;
}
.reps {
  color: white;
  background-color: #38bbee;
  font-size: 12px;
  text-align: center;
  padding: 2px;
  cursor: pointer;
}
.setsnum {
  color: #222;
  background-color: #fae5e5;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 4px;
  vertical-align: middle;
}
.repsnum {
  font-size: 20px;
  padding: 4px;
}
.sets {
  color: white;
  background-color: #c00;
  font-size: 12px;
  text-align: center;
  padding: 2px;
}
.fake-image-block {
  width: 25%;
}
.ip-media-buttons td {
  border: none;
  padding: 0;
}
#dnd-area {
  padding: 2px 10px 10px;
}
.profile-sheet {
  background-color: #f1f1ff;
}
.profile-sheet ul.media-list.loading {
  min-height: 445px;
  background: #ffffff url(assets/5109d0568d6526cdeeac.gif) no-repeat center center;
}
.nav-small > li > a {
  font-size: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.small-scroll-area {
  max-height: 115px;
  overflow: hidden;
}
.small-scroll-area:hover {
  overflow-y: auto;
  padding-right: 1px;
  margin-right: -1px;
  overflow-x: hidden;
}
.ex-6-scroll-area {
  max-height: 215px;
  overflow: hidden;
}
.ex-6-scroll-area:hover {
  overflow-y: auto;
  padding-right: 1px;
  margin-right: -1px;
  overflow-x: hidden;
}
.medium-scroll-area {
  max-height: 205px;
  overflow: hidden;
}
.medium-scroll-area:hover {
  overflow-y: auto;
  padding-right: 1px;
  margin-right: -1px;
  overflow-x: hidden;
}
.large-scroll-area {
  min-height: 345px;
  height: 340px;
  overflow: hidden;
}
.large-scroll-area:hover {
  overflow-y: auto;
  padding-right: 1px;
  margin-right: -1px;
  overflow-x: hidden;
}
.large-resizable-scroll-area {
  max-height: 345px;
  overflow: hidden;
}
.large-resizable-scroll-area:hover {
  overflow-y: auto;
  padding-right: 1px;
  margin-right: -1px;
  overflow-x: hidden;
}
.mobile .small-scroll-area,
.mobile .ex-6-scroll-area,
.mobile .medium-scroll-area,
.mobile .large-scroll-area,
.mobile .large-resizable-scroll-area {
  overflow: auto;
}
.ui-frame {
  border-radius: 5px;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 5px #666;
  padding: 5px;
  margin-top: 5px;
}
.ui-frame:after,
.clear:after {
  content: " ";
  display: table;
  clear: both;
}
.row-fluid.ui-frame {
  padding: 5px 30px 5px;
}
#table-area {
  overflow-x: auto;
}
#table-area .dataTables_scrollBody {
  overflow: hidden !important;
}
#table-area .dataTables_scrollBody:hover {
  overflow: auto !important;
  padding-right: 1px;
  margin-right: -1px;
}
.table {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.table td,
.table th,
.table textarea,
.table input,
.table label {
  font-size: 12px;
}
.table thead {
  height: 30px !important;
  max-height: 30px !important;
}
.table thead th {
  vertical-align: top;
}
.table thead .sorting,
.table .sorting_asc,
.table .sorting_desc,
.table .sorting_asc_disabled,
.table .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
}
.table thead .sorting {
  background: url(assets/49fb17ab590f2fdc4239.png) no-repeat center right;
}
.table thead .sorting_asc {
  background: url(assets/3eafd898519988bd34ed.png) no-repeat center right;
}
.table thead .sorting_desc {
  background: url(assets/7c20275193c2f36352be.png) no-repeat center right;
}
.table thead .sorting_asc_disabed {
  background: url(assets/804b050e0fd378d630bd.png) no-repeat center right;
}
.table thead .sorting_desc_disabed {
  background: url(assets/558dccb1b37162ab0785.png) no-repeat center right;
}
.table tbody .data-centered {
  text-align: center;
}
.table tbody .data-right {
  text-align: right;
}
.table tbody .small10 {
  font-size: 10px;
}
.table tbody .row-selected {
  background-color: #ececec;
}
.table tbody .nowrap {
  white-space: nowrap;
}
.table--max-width-none {
  max-width: none;
}
.message-block {
  z-index: 1001;
  position: fixed;
  top: 5%;
  left: 100%;
  width: 300px;
  height: 70px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  outline: none;
}
.message-block.fade.in {
  right: 10%;
}
.help-block {
  font-size: 0.8em;
  font-style: italic;
  color: #343434;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  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: #999;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  padding: 15px;
}
.modal-body select,
.modal-body input[type="text"],
.modal-body input[type="email"],
.modal-body input[type="password"],
.modal-body input[type="number"] {
  box-sizing: border-box;
  height: 34px;
  width: 220px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.modal-footer {
  padding: 6px 15px 6px;
}
.modal-header {
  padding: 4px 15px;
  background: #f5f5f5;
  border-radius: 5px 5px 0 0;
}
.modal-header h3 {
  font-size: 18.5px;
}
.small10 {
  font-size: 10px;
}
.scrolled-list {
  height: 180px;
  overflow-y: auto;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 4px;
}
.navbar-inner {
  height: 41px;
}
.navbar-inner .debug-text {
  float: left;
  padding: 0 10px;
  margin: 0;
  height: 24px;
  line-height: 24px;
  color: #1d1d1b;
  font-size: 10px;
  position: fixed;
  background: white;
  opacity: 0.95;
  border-radius: 5px;
  bottom: 4px;
  right: 6px;
  box-shadow: 0 0 5px #1d1d1b;
}
@media (max-width: 500px) {
  .navbar-inner .debug-text {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    right: 0;
    bottom: 0;
    border-radius: 0;
  }
}
#library .nav-tabs > li a[data-target="#lib-injury"] span.tab-title:before {
  content: "Injuries";
}
#library .nav-tabs > li a[data-target="#lib-library"] span.tab-title:before {
  content: "Library";
}
#library .nav-tabs > li a[data-target="#lib-popularity"] span.tab-title:before {
  content: "Popularity";
}
#library .nav-tabs > li a[data-target="#lib-advice"] span.tab-title:before {
  content: "Advice";
}
#library .nav-tabs > li a[data-target="#lib-favs"] span.tab-title:before {
  content: "Fav's";
}
#library .nav-tabs > li a[data-target="#lib-custom"] span.tab-title:before {
  content: "My Ex's";
}
@media (min-width: 767px) and (max-width: 1100px) {
  #library .nav-tabs > li {
    width: 17%;
  }
  #library .nav-tabs > li a[data-target="#lib-injury"] span.tab-title:before {
    content: "Inj";
  }
  #library .nav-tabs > li a[data-target="#lib-library"] span.tab-title:before {
    content: "Lib";
  }
  #library .nav-tabs > li a[data-target="#lib-popularity"] span.tab-title:before {
    content: "Pop";
  }
  #library .nav-tabs > li a[data-target="#lib-advice"] span.tab-title:before {
    content: "Adv";
  }
  #library .nav-tabs > li a[data-target="#lib-favs"] span.tab-title:before {
    content: "Fav";
  }
  #library .nav-tabs > li a[data-target="#lib-custom"] span.tab-title:before {
    content: "MyEx";
  }
  .popover {
    max-width: 228px;
  }
}
#select-tag-word .show-all-area {
  width: auto !important;
}
#select-tag-word .pull-right {
  width: auto !important;
}
@media (max-width: 1100px) and (orientation: portrait) {
  #searchbox .show-hide-tags {
    display: inline-block;
  }
}
.nav-pills li .popover a,
.nav-pills li .popover .close-popover {
  display: none;
}
.nav-pills li .popover {
  min-height: 150px;
}
.nav-pills li .popover a.mobile-view,
.nav-pills li .popover .close-popover.mobile-view {
  display: inline-block;
}
@media (min-width: 1200px) {
  #search-field {
    margin-left: 2%;
  }
}
.ip-profile-wrap.table,
.ip-profile-wrap .table-row,
.ip-profile-wrap .table-cell {
  height: 100%;
}
.ip-profile-wrap.table {
  margin-bottom: 10px;
}
#navbar .navbar .nav > li > a {
  padding: 4px 15px 6px !important;
}
.simple-wrap {
  position: Relative;
}
.not-yet-loaded .brand.visible-xs {
  opacity: 0;
}
.app-menu {
  padding: 0 10px 10px 10px;
}
.app-menu .media {
  margin-top: 10px;
  box-shadow: 0 0 25px #e4e4e4 inset;
  background: #efefef;
  border-radius: 5px;
}
.app-menu .media .media-body .media-heading {
  margin: 0;
}
.app-menu .media .media-body a {
  font-size: 13px;
  line-height: 13px;
}
.browser-control-panel {
  margin-bottom: 10px;
}
.browser-control-panel > div {
  margin-top: 10px;
}
/*LOGIN FORM*/
.responsive-form-wrapper {
  padding-top: 2em;
  width: 285px;
}
.responsive-form-wrapper.wide-390 {
  width: 100%;
  max-width: 390px;
  min-width: 285px;
}
@media (max-width: 414px) {
  .responsive-form-wrapper.wide-390 {
    /* For mobile phones: */
    max-width: 325px;
  }
}
.responsive-form-wrapper.wide-410 {
  width: 100%;
  max-width: 410px;
  min-width: 285px;
}
.responsive-form-wrapper.wide-410 input[type="text"],
.responsive-form-wrapper.wide-410 input[type="password"] {
  width: 95%;
}
.responsive-form-wrapper form .controls input[type="text"] {
  margin-bottom: 0;
}
.responsive-form-wrapper form .controls .help-inline {
  font-size: 12px;
  display: block;
}
.responsive-form-wrapper form input[type="text"],
.responsive-form-wrapper form input[type="password"] {
  width: 231px;
}
.responsive-form-wrapper .remember-me {
  vertical-align: middle;
}
.responsive-form-wrapper .remember-me input,
.responsive-form-wrapper .remember-me span {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 10px;
  font-size: 11px;
}
.responsive-form-wrapper .remember-me input {
  line-height: 20px;
  margin: 0 0 0 -20px;
  padding: 0;
  height: auto;
  float: none;
}
.responsive-form-wrapper .remember-me span {
  margin: 0;
}
.records-per-page select {
  width: auto;
}
.browser-control-panel #paginator,
.browser-control-panel #pages-selector,
.browser-control-panel #pages-summary,
.browser-control-panel #search-box,
.browser-control-panel #custom-filter {
  display: flex;
  align-items: center;
  vertical-align: middle;
  height: 30px;
}
.browser-control-panel #paginator select,
.browser-control-panel #pages-selector select,
.browser-control-panel #pages-summary select,
.browser-control-panel #search-box select,
.browser-control-panel #custom-filter select {
  margin-bottom: 0;
}
.browser-control-panel #paginator .input-append,
.browser-control-panel #pages-selector .input-append,
.browser-control-panel #pages-summary .input-append,
.browser-control-panel #search-box .input-append,
.browser-control-panel #custom-filter .input-append {
  margin-bottom: 0;
}
.browser-control-panel #pages-selector {
  margin-left: 3%;
}
.browser-control-panel #custom-filter {
  margin-left: auto;
}
.browser-control-panel #search-box {
  margin-left: 10px;
}
.browser-control-panel #pages-summary p {
  margin: 0 0 0 7px !important;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}
@media (max-width: 500px) {
  .browser-control-panel #pages-selector {
    margin-left: 1%;
  }
}
.close-popover {
  position: absolute;
  right: 5px;
  top: 5px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .exercise .media-body div .bootstrap-select .pull-left {
    margin-bottom: 0;
  }
  .exercise .media-body div .bootstrap-select .dropdown-menu li a {
    padding: 0;
  }
  .media .pull-left {
    float: left;
  }
  #profile-sheet .ip-image-wrap {
    text-align: center;
  }
  .modal {
    top: 0 !important;
    right: 0;
    left: 0;
    width: auto;
    margin: 0;
  }
  .modal .modal-body {
    padding: 5px 15px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .modal .modal-header {
    padding: 2px 15px;
  }
  .modal .modal-header .close {
    padding: 2px;
  }
  .modal .modal-header h3 {
    font-size: 14.5px;
  }
  .modal .modal-footer {
    padding: 4px 7px 4px;
  }
}
button.watch-video:before {
  content: "Watch Video";
}
@media (max-width: 480px) and (orientation: portrait) {
  #library.collapsed ul.nav-tabs {
    display: inline-block;
    height: 20px;
    margin-top: 5px;
  }
  #library.collapsed ul.nav-tabs li {
    display: none;
  }
  #library.collapsed ul.nav-tabs:after {
    position: absolute;
    right: 10px;
    cursor: pointer;
    content: "Change TAB";
    top: 15px;
    color: #66f;
    font-weight: normal;
    font-size: 12px;
  }
  #library.collapsed ul.nav-tabs li.active {
    display: inline-block;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    position: absolute;
    top: 5px;
  }
  #library.collapsed ul.nav-tabs li.active a {
    padding: 5px 15px;
  }
  #library ul.nav-tabs li {
    display: block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: none;
    margin: 1px;
  }
}
.exercise-assigning-list .exercise-assigning-separator {
  display: block;
  background: #dfdfdf;
  text-align: center;
  border-radius: 2px;
  font-weight: bold;
  color: #666666;
  margin-top: 7px;
  border-bottom: 1px solid #a8a8a8;
}
.exercise-assigning-list .assigning-el {
  display: inline-block;
}
.exercise-assigning-list .assigning-el label {
  font-weight: normal;
  text-shadow: none;
}
.exercise-assigning-list .assigning-el label.label-info {
  background-color: #81b3cc;
}
.exercise-assigning-list .assigning-el label input {
  margin: 0;
}
.exercise-btn-group button,
.exercise-btn-group a {
  margin-top: 0;
}
#main-loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 10000;
  overflow: hidden;
}
#main-loader-wrapper #main-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -117px 0 0 -117px;
}
#main-loader-wrapper h2 {
  font-size: 2em;
  color: #08c;
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: 117px;
}
.IP-searchbox .input-append button {
  padding: 4px 7px;
  margin: 0;
}
@media (max-width: 1445px) {
  .IP-searchbox .btn-group {
    width: 100%;
  }
  .IP-searchbox .input-append {
    width: 100%;
    position: relative;
    max-width: 221px;
  }
  .IP-searchbox .input-append input {
    max-width: 100%;
    margin-right: 60px;
    width: 100%;
    padding-right: 60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 30px;
  }
  .IP-searchbox .input-append button {
    padding: 4px 7px;
    margin: 0;
  }
  .IP-searchbox .input-append .search {
    position: absolute;
    right: 27px;
  }
  .IP-searchbox .input-append .clear {
    position: absolute;
    right: -3px;
  }
  .IP-searchbox .IP-selected-tags:after {
    content: "";
    clear: both;
    display: block;
  }
  .IP-searchbox .IP-selectable-tags {
    display: inline-block;
    width: 100%;
  }
}
.tag-bg-color {
  display: inline-block;
  padding: 5px 10px;
  position: relative;
}
.exercise-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  font-size: 16px;
}
.exercise-title .pos-icons {
  cursor: pointer;
  display: inline-block;
}
@media (min-width: 1200px) {
  .row-fluid > .span12 > .span9 {
    margin-left: 1.564103% !important;
    width: 72.358974% !important;
  }
  .row-fluid .span3 {
    width: 26.076923%;
  }
  .fake-image-block {
    width: 350px;
  }
}
@media (max-width: 1200px) {
  #searchbox .IP-search-field {
    margin-left: 2%;
  }
}
.ip-media-buttons {
  width: 100%;
  vertical-align: bottom;
  clear: both;
}
.exercise-content > ul > li,
.content-maked-html li,
.summary-free-text-list li,
.markdown-preview li {
  list-style: url(assets/965e5fd582b485698a1e.gif) outside;
  padding: 0.5em 1em 0 0;
  margin: 0 0 0 1em;
  font-size: 13px;
  line-height: 14px;
  color: black;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.summary-free-text-list li {
  list-style: outside url(assets/965e5fd582b485698a1e.gif);
  padding: 0.5em 1em 0 0;
  margin: 0 0 0 1em;
  font-size: 13px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.table {
  display: table;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
}
.ip-bottom-button {
  width: 50%;
  float: left;
}
.ip-block {
  margin: 0 0 10px;
}
.clear-tags {
  clear: both;
  text-align: right;
}
.clear-tags button {
  font: 11.9px Arial;
  padding: 0 10px;
  border: none;
  background: #ffffff;
  color: #08c;
}
#clear-tags {
  font: 11.9px Arial;
  padding: 0 10px;
  border: none;
  background: #ffffff;
  color: #08c;
  margin-top: 3px;
}
.show-all-tags,
.show-all-tags:focus,
.show-hide-tags {
  font-size: 11.9px;
  padding: 0 1px;
  border: none;
  background: #ffffff;
  color: #6666ff;
  outline: none;
  vertical-align: initial;
}
.show-hide-tags {
  display: none;
}
#searchbox .div {
  display: inline-block;
  max-width: 300px;
  position: relative;
  width: 100%;
}
/* preloader */
#search-field > div {
  display: inline-block;
}
.input-append {
  float: left;
}
.preloader {
  display: none;
  height: 12.5px;
}
#squaresWaveG {
  position: relative;
  width: 50%;
  height: 12.5px;
  overflow: hidden;
}
.squaresWaveG {
  position: absolute;
  top: 0;
  background-color: #1e35cc;
  width: 25px;
  height: 25px;
  -moz-animation-name: bounce_squaresWaveG;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-animation-name: bounce_squaresWaveG;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-animation-name: bounce_squaresWaveG;
  -ms-animation-duration: 1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-animation-name: bounce_squaresWaveG;
  -o-animation-duration: 1s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  animation-name: bounce_squaresWaveG;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}
#squaresWaveG_1 {
  left: 0;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#squaresWaveG_2 {
  left: 26px;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#squaresWaveG_3 {
  left: 52px;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#squaresWaveG_4 {
  left: 78px;
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
#squaresWaveG_5 {
  left: 104px;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#squaresWaveG_6 {
  left: 130px;
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#squaresWaveG_7 {
  left: 156px;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
#squaresWaveG_8 {
  left: 182px;
  -moz-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
@-moz-keyframes bounce_squaresWaveG {
  0% {
    background-color: #1e35cc;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes bounce_squaresWaveG {
  0% {
    background-color: #1e35cc;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes bounce_squaresWaveG {
  0% {
    background-color: #1e35cc;
  }
  100% {
    background-color: #ffffff;
  }
}
@-o-keyframes bounce_squaresWaveG {
  0% {
    background-color: #1e35cc;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes bounce_squaresWaveG {
  0% {
    background-color: #1e35cc;
  }
  100% {
    background-color: #ffffff;
  }
}
.valign_top {
  vertical-align: top;
}
/* preloader is ends */
.template-sheet {
  background-color: #fffff9;
}
.template-sheet ul.media-list.loading {
  min-height: 445px;
  background: #ffffff url(assets/5109d0568d6526cdeeac.gif) no-repeat center center;
}
.clear {
  clear: both;
}
.you-tube-frame {
  width: 100%;
  height: 360px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 375px) {
  .you-tube-frame {
    height: 200px;
  }
}
@media (max-height: 320px) {
  .you-tube-frame {
    height: 225px;
  }
}
#linked-exercises .medium-scroll-area {
  max-height: 1000px;
}
#content-area,
#buttons-area {
  padding: 10px 10px 0 10px;
}
.new-ip-help-block {
  text-align: center;
}
.new-ip-help-block img {
  max-width: 100%;
}
.you-tube-header {
  background: linear-gradient(to bottom, #125fab, #105294) repeat-x;
  color: white;
}
.not-available {
  color: red;
}
.notouch {
  -webkit-user-select: none;
}
.popup {
  position: absolute;
  /* Fill */
}
.popup .popup-children {
  position: relative;
  margin-bottom: 1em;
  padding: 0.3em;
  border: 1px solid #999;
  background: #f3f3f3;
  border-radius: 5px;
}
.popup .popup-children:before,
.popup .popup-children:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  border-bottom-width: 0;
}
.popup .popup-children:before {
  bottom: -16px;
  left: 21px;
  /* If 1px darken stroke slightly */
  border-top-color: #777;
  border-width: 16px;
}
.popup .popup-children:after {
  bottom: -15px;
  left: 22px;
  border-top-color: #f3f3f3;
  border-width: 15px;
}
.top-five-add-all {
  text-align: right;
  margin: 0;
  padding: 5px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.top-five-add-all a {
  color: #08c;
  margin-right: 1px;
}
#linked-exercises {
  background: #f9ffff none repeat scroll 0 0;
}
.nav-pills li {
  background: #fff;
}
.library-exercise-popover {
  margin-top: 5px;
}
#lib-injury .popover .library-exercise-popover {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background: #f89406;
}
#library .popover-content,
#top5 .popover-content,
#top5-single .popover-content,
#top5-own .popover-content,
#linked-exercises .popover-content {
  text-align: center;
}
#search-spinner {
  vertical-align: top;
  display: none;
  margin-top: 3px;
}
#search-spinner img {
  width: 25px;
}
.search-form-wrapper {
  position: relative;
}
.search-form-wrapper #search-field {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.ta-big {
  width: 100%;
  height: 200px;
}
.email-sent-landing {
  text-align: center;
}
.email-sent-landing .image-success-block {
  margin: 60px 0 35px;
}
.email-sent-landing .actions {
  margin-top: 60px;
}
.email-sent-landing .actions ul {
  display: inline-block;
}
.email-sent-landing .actions ul li {
  float: left;
  width: 210px;
  margin-right: 50px;
  list-style-type: none;
}
@media (max-width: 768px) {
  .email-sent-landing .actions ul {
    display: flex;
  }
}
@media (max-width: 414px) {
  .email-sent-landing .actions ul {
    padding: 0;
    margin: 0;
    display: inline-block;
  }
  .email-sent-landing .actions ul li {
    float: none;
    margin-right: 0;
  }
}
.btn-reset {
  border: 0;
  cursor: pointer;
  margin: 10px 0 0 10px;
  display: inline-block;
  color: #0579b8;
}
.captcha-input-block {
  width: 205px;
  display: inline-block;
}
.captcha-input-block input {
  max-width: 200px;
}
.image-block {
  width: 100%;
  padding: 10px 0 0 0;
}
.image-block div {
  float: left;
}
span.expired {
  color: orange;
}
div.expired {
  margin: 10px 0;
  color: orange !important;
}
div.expired * {
  color: orange !important;
}
div.upgrade-to-subscribe {
  float: right;
  margin-top: 10px;
}
.badge-self-error {
  background-color: #e40000;
}
.like-modal-header {
  font-size: 18.5px;
}
#reasign-form .control-label {
  width: 45%;
  padding: 5px 5px 0 0;
}
.clickable-cell .badge {
  display: inline;
}
#account-type .upgrade-to-subscribe {
  position: absolute;
  top: -40px;
  right: 0;
}
.dashboard-edit-profile {
  padding-top: 10px;
}
.injury-profile-page {
  background-color: #f1f1ff;
}
.injury-profile-page .ui-frame {
  background-color: #fff;
}
.column-filter {
  max-width: 115px;
}
.dashboard-bottom-buttons {
  margin-top: 15px;
}
.dashboard-bottom-buttons button {
  margin-right: 10px;
}
pre.pre-borderred {
  outline: 1px solid #ccc;
  padding: 5px;
  margin: 5px;
  max-height: 300px;
  overflow-x: scroll;
}
pre.pre-borderred .string {
  color: green;
}
pre.pre-borderred .number {
  color: darkorange;
}
pre.pre-borderred .boolean {
  color: blue;
}
pre.pre-borderred .null {
  color: magenta;
}
pre.pre-borderred .key {
  color: red;
}
@media (max-width: 500px) {
  .ip-media-buttons button.watch-video:before {
    content: "Video";
  }
}
.image-block .rotate-buttons {
  width: 100%;
  text-align: center;
}
.image-block .rotate-buttons i {
  width: 13px;
  height: 13px;
  display: inline-block;
  background-image: url(assets/11fbac346494f7d4a4de.png);
  cursor: pointer;
  margin: 3px 5px;
}
.image-block .rotate-buttons i:active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.image-block .rotate-buttons i.rotate-left {
  background-position: 0 0;
}
.image-block .rotate-buttons i.rotate-right {
  background-position: -14px 0;
}
.image-block .rotate-buttons i.flip {
  background-position: -27px 0;
}
.image-block .rotate-buttons i.flop {
  background-position: -40px 0;
}
@media (max-width: 1200px) {
  .image-block .rotate-buttons i {
    background: none;
    width: 55px;
    height: 45px;
  }
  .image-block .rotate-buttons i:active {
    box-shadow: none;
  }
  .image-block .rotate-buttons i.rotate-left:before {
    content: "Rotate Clockwise";
  }
  .image-block .rotate-buttons i.rotate-right:before {
    content: "Rotate Anti-clockwise";
  }
  .image-block .rotate-buttons i.flip:before {
    content: "Flip Vertical";
  }
  .image-block .rotate-buttons i.flop:before {
    content: "Flip Horizontal";
  }
}
ul.thumbnails li {
  width: 98%;
  text-align: center;
}
.parent-row-green {
  color: white;
}
.linked-exercises-active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: green !important;
  background-image: none;
}
.contact-us-row {
  color: #fff;
  padding: 2px;
  font-size: 14px;
  background: #61c161 none no-repeat;
  text-shadow: none;
  width: 99%;
  display: inline-block;
  margin-bottom: 0;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.contact-us-row:hover {
  text-shadow: none;
  background: #479147 none no-repeat;
  color: white;
}
.contact-us-row:active {
  text-shadow: none;
  background: #479147 none no-repeat;
  color: white;
}
.contact-us-row:focus {
  text-shadow: none;
  background: #479147 none no-repeat;
  color: white;
}
.ie-old-frame {
  margin: 100px;
  text-align: center;
}
.ie .modal-alert {
  display: none;
}
.question {
  width: 16px;
  height: 16px;
  background-image: url(assets/49282d5efb00fba5f7a0.png);
}
a.total-help {
  display: none;
}
#practice-statistics.widget a.total-help {
  vertical-align: 4px;
  margin: 0 0 0 5px;
}
@media (max-width: 1100px) {
  #practice-statistics.widget a.total-help {
    display: inline-block;
  }
}
@media (min-width: 1100px) {
  #practice-statistics.widget a.total-help {
    display: none;
  }
}
#practice-statistics.widget a.help i {
  vertical-align: -3px;
  margin: 0 0 0 5px;
}
@media (max-width: 1100px) {
  #practice-statistics.widget a.help i {
    display: none;
  }
}
#practice-statistics.widget .btn-mini.btn-info {
  width: 12px;
}
#practice-statistics.widget .widget-header {
  box-sizing: border-box;
  width: 100%;
  padding-right: 0;
}
#practice-statistics.widget .widget-header .wh-button-container .btn-purple {
  margin-top: 7px;
  padding: 1px 6px;
}
#practice-statistics.widget .buttons {
  display: none;
}
.widget-header i.sprite {
  vertical-align: -6px;
}
.ip-buttons-area {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.change-top-5-collection {
  float: left;
  font-size: 13px;
  margin: 0 0 0 8px;
}
.tooltip {
  white-space: normal;
  text-shadow: none;
}
#alertify {
  border-color: rgba(29, 168, 237, 0.7);
}
a.loading {
  padding-right: 25px;
  background: url(assets/5109d0568d6526cdeeac.gif) no-repeat right 0 top;
  background-size: contain;
}
#content-area textarea {
  min-height: 48px;
  height: 40px;
  overflow: hidden;
  outline: none;
  resize: none;
  display: block;
}
.bootbox .bootbox-body {
  margin-top: 15px;
}
.bootbox .bootbox-body .loading {
  height: 50px;
}
.loading {
  min-height: 50px;
  background: #eeeeee url(assets/5109d0568d6526cdeeac.gif) no-repeat center center;
}
.loading * {
  display: none !important;
}
form.loading {
  height: 50px;
}
div.you-receive-block .loading {
  height: 172px;
}
.tab-pane.loading {
  background: #ffffff url(assets/5109d0568d6526cdeeac.gif) no-repeat center center;
}
.tab-pane.loading * {
  display: none !important;
}
.dataTables_length {
  margin-top: 10px;
}
.redirecting-to-pp-bootbox .loading {
  background: #ffffff url(assets/5109d0568d6526cdeeac.gif) no-repeat center center;
}
.list-group-item > .badge {
  float: right;
}
.ms-container .ms-selectable li {
  color: red !important;
}
.ms-container .ms-selection li {
  color: green !important;
}
.popup-for-non-owner .btn-subscribe {
  display: none;
}
#library .tab-pane .nav + div {
  margin: 0 auto;
  top: 85px;
}
#field-payer .control-label {
  float: left;
  margin-top: 1px;
}
#field-payer .controls {
  float: left;
  margin-left: 5px;
}
select#payer {
  width: 80px;
  margin-top: 4px;
}
@media (max-width: 500px) {
  .bc-breaker {
    display: block !important;
  }
}
.control-group.success p.help-block {
  height: auto;
}
.highlighted-warning {
  background-color: #ffffc6 !important;
}
.quick-search {
  margin-bottom: 10px;
  text-align: center;
}
.quick-search > div {
  display: inline-block;
  vertical-align: middle;
}
.quick-search .title {
  display: inline-block;
  vertical-align: middle;
  color: #08c;
}
.quick-search input {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  height: 12px;
}
.quick-search .btn.btn-mini.btn-info {
  width: auto !important;
  display: inline-block;
  vertical-align: middle;
}
.you-tube-modal {
  z-index: 1060;
  background: rgba(0, 0, 0, 0.5);
}
.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.pointer {
  cursor: pointer !important;
}
.border-box {
  box-sizing: border-box;
}
.no-wrap {
  white-space: nowrap !important;
}
.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.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
@media (max-width: 768px) {
  .btn-sent {
    min-width: 60px;
  }
}
.grid-filter-button {
  cursor: pointer;
  text-transform: uppercase;
}
.grid-filter-button:hover {
  text-decoration: underline;
}
.grid-filter-button.active {
  color: #006dcc;
  background: white;
  padding: 4px 5px;
  border-radius: 5px;
}
.btn-tag {
  border: none;
  background: none;
  width: 100%;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  height: 20px;
  box-shadow: none !important;
  outline: 0;
}
.btn-tag.tag {
  font-size: 12px;
}
.tags-filter {
  border: none;
  background: #62c462;
  color: white;
  text-shadow: none;
  height: 25px;
  padding: 0 5px;
  border-radius: 5px;
}
.tags-filter:hover,
.tags-filter:active,
.tags-filter:focus,
.tags-filter.active {
  border: none;
  color: white;
  text-shadow: none;
  background-color: #51a351;
}
.tags-filter:active,
.tags-filter.active {
  background-color: #407f40;
}
.tags-filter:focus {
  outline: 0;
}
.thumb-buttons i {
  display: inline;
}
.btn-thumb i {
  display: inline-block;
  margin-top: 1px;
}
.btn-thumb span {
  vertical-align: top;
}
.btn-group .btn,
.input-append .btn {
  margin-right: 0;
  margin-top: 0;
}
.btn-yellow {
  background: #fdcb2f;
  border: 1px solid #f8d650;
  -moz-border-radius: 16px;
  color: #f5f5f5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  min-width: 70px;
  -webkit-background-clip: padding-box;
}
.btn-yellow:disabled {
  cursor: default;
  background-image: none;
  opacity: 65 / 100;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-yellow:focus,
.btn-yellow:hover,
.btn-yellow:active {
  background: #ecb301;
  color: #f5f5f5;
  border: 1px solid #dcaf01;
}
.skypeShare {
  position: relative;
  float: left;
  background-color: #00AFF0;
  height: 22px;
  font-family: Segoe UI Semibold, Segoe WP Semibold, Segoe WP, Segoe UI, Arial, Sans-Serif;
  color: white;
  margin: 1px;
  cursor: pointer;
  box-sizing: content-box;
  border-radius: 14px;
  max-width: 70px;
}
.skypeShare:link,
.skypeShare:visited,
.skypeShare:hover,
.skypeShare:active {
  text-decoration: none;
}
.skypeShare .skypeShareLogo {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(assets/0d7ce0d84d7505934aee.svg), linear-gradient(transparent, transparent);
  width: 16px;
  height: 16px;
  top: 3px;
  left: 10px;
}
.skypeShare .skypeShareText {
  margin-right: 10px;
  margin-left: 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  visibility: visible;
  vertical-align: top;
  color: white;
}
.close-button {
  background-color: #CCCCCC;
  width: 18px;
  height: 2px;
  display: inline-block;
  position: relative;
  -webkit-transform: translateX(0%) translateY(-50%);
  -moz-transform: translateX(0%) translateY(-50%);
  -ms-transform: translateX(0%) translateY(-50%);
  -o-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  line-height: 97.31428571px !important;
  font: 400 13px "Roboto", "Open Sans", "Arial", sans-serif;
  color: #CCCCCC;
  line-height: 51px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.close-button:before {
  background-color: #CCCCCC;
  top: -5px;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  -webkit-transition: -webkit-transform 0.5s, top 0.5s, background-color 0.3s, width 0.2s;
  -moz-transition: -moz-transform 0.5s, top 0.5s, background-color 0.3s width 0.2s;
  transition: transform 0.5s, top 0.5s, background-color 0.3s width 0.2s;
}
.close-button:after {
  background-color: #CCCCCC;
  top: 5px;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  -webkit-transition: -webkit-transform 0.5s, top 0.5s, background-color 0.3s, width 0.2s;
  -moz-transition: -moz-transform 0.5s, top 0.5s, background-color 0.3s width 0.2s;
  transition: transform 0.5s, top 0.5s, background-color 0.3s width 0.2s;
}
.close-button.open {
  background-color: rgba(255, 255, 255, 0) !important;
}
.close-button.open:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-button.open:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-video-call {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #61bd4f;
  background-image: -moz-linear-gradient(top, #61bd4f, #61bd4f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#61bd4f), to(#61bd4f));
  background-image: -webkit-linear-gradient(top, #61bd4f, #61bd4f);
  background-image: -o-linear-gradient(top, #61bd4f, #61bd4f);
  background-image: linear-gradient(to bottom, #61bd4f, #61bd4f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff61bd4f', endColorstr='#ff61bd4f', GradientType=0);
  border-color: #61bd4f #61bd4f #428b34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #61bd4f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-video-call:hover,
.btn-video-call:focus,
.btn-video-call:active,
.btn-video-call.active,
.btn-video-call.disabled,
.btn-video-call[disabled] {
  color: #fff;
  background-color: #61bd4f;
  *background-color: #54b042;
}
.btn-video-call:active,
.btn-video-call.active {
  background-color: #4b9e3b \9;
}
.btn-skype {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #00aff0;
  background-image: -moz-linear-gradient(top, #00AFF0, #00AFF0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00AFF0), to(#00AFF0));
  background-image: -webkit-linear-gradient(top, #00AFF0, #00AFF0);
  background-image: -o-linear-gradient(top, #00AFF0, #00AFF0);
  background-image: linear-gradient(to bottom, #00AFF0, #00AFF0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00aff0', endColorstr='#ff00aff0', GradientType=0);
  border-color: #00AFF0 #00AFF0 #0077a3;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #00AFF0;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-skype:hover,
.btn-skype:focus,
.btn-skype:active,
.btn-skype.active,
.btn-skype.disabled,
.btn-skype[disabled] {
  color: #fff;
  background-color: #00AFF0;
  *background-color: #009cd7;
}
.btn-skype:active,
.btn-skype.active {
  background-color: #008abd \9;
}
.btn-skype.disabled {
  background-color: #808080;
  cursor: pointer;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 15px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(assets/f4c471994bafe5602b54.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/focus/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url(assets/d763722113489a4bd929.png);
}
.icon-glass {
  background-position: 0 0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
  margin-top: 0;
}
.icon-star-empty {
  background-position: -144px 0;
  margin-top: 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -357px -93px;
}
.icon-resize-small {
  background-position: -381px -93px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.sprite {
  background: url(assets/92c01e43451e87a37d0a.png?v=2) no-repeat;
  display: inline-block;
}
.sprite-account-type {
  width: 18px;
  height: 26px;
  background-position: -5px -5px;
}
.sprite-arrow-left {
  width: 25px;
  height: 50px;
  background-position: -33px -5px;
}
.sprite-arrow-right {
  width: 25px;
  height: 50px;
  background-position: -68px -5px;
}
.sprite-emblem-ok {
  width: 15px;
  height: 16px;
  background-position: -103px -5px;
}
.sprite-github {
  width: 30px;
  height: 30px;
  background-position: -128px -5px;
}
.sprite-gmail {
  width: 30px;
  height: 30px;
  background-position: -103px -45px;
}
.sprite-heart-icon {
  width: 20px;
  height: 20px;
  background-position: -143px -45px;
}
.sprite-heart-icon-off {
  width: 20px;
  height: 20px;
  background-position: -5px -75px;
}
.sprite-heart-icon-on {
  width: 20px;
  height: 20px;
  background-position: -35px -75px;
}
.sprite-help {
  width: 16px;
  height: 16px;
  background-position: -5px -45px;
}
.sprite-icon_deletelink {
  width: 10px;
  height: 10px;
  background-position: -65px -75px;
}
.sprite-ipad-iphone-drag-n-drop {
  min-width: 23px;
  height: 23px;
  background-position: -88px -88px;
}
.sprite-linkedin {
  width: 30px;
  height: 30px;
  background-position: -125px -85px;
}
.sprite-list-icon {
  width: 5px;
  height: 10px;
  background-position: -165px -75px;
}
.sprite-my-dashboard {
  width: 26px;
  height: 26px;
  background-position: -5px -125px;
}
.sprite-my-most-assigned-injuries {
  width: 21px;
  height: 26px;
  background-position: -41px -125px;
}
.sprite-my-most-prescribed-exercises {
  width: 26px;
  height: 26px;
  background-position: -72px -125px;
}
.sprite-practice-statistics {
  width: 26px;
  height: 26px;
  background-position: -108px -125px;
}
.sprite-red-cross {
  width: 10px;
  height: 10px;
  background-position: -144px -125px;
}
.sprite-stackoverflow {
  width: 30px;
  height: 30px;
  background-position: -168px -5px;
}
.sprite-therapist-usage-statistics {
  width: 28px;
  height: 26px;
  background-position: -180px -45px;
}
.sprite-tick-green-icon {
  width: 10px;
  height: 10px;
  background-position: -180px -81px;
}
.sprite-tick-icon {
  width: 10px;
  height: 10px;
  background-position: -200px -81px;
}
.sprite-tick-icon-another-white {
  width: 10px;
  height: 10px;
  background-position: -65px -101px;
}
.sprite-tick_cross_sm {
  width: 40px;
  height: 20px;
  background-position: -165px -101px;
}
.sprite-tick_cross_sm-yes {
  width: 20px;
  height: 20px;
  background-position: -165px -101px;
}
.sprite-tick_cross_sm-no {
  width: 20px;
  height: 20px;
  background-position: -185px -101px;
}
.sprite-tumblr {
  width: 30px;
  height: 30px;
  background-position: -164px -131px;
}
.sprite-twitter {
  width: 30px;
  height: 30px;
  background-position: -5px -171px;
}
.sprite-icons {
  background: url(assets/b62de03ca4a24100f9ae.png?v=5) no-repeat;
  display: block;
}
.sprite-icons.sprite-conversation {
  background-position: -5px -5px;
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.sprite-icons.sprite-dislike {
  background-position: -35px -5px;
  width: 18px;
  min-width: 18px;
  height: 18px;
}
.sprite-icons.sprite-dislike-red {
  background-position: -63px -5px;
  width: 18px;
  min-width: 18px;
  height: 18px;
}
.sprite-icons.sprite-grid-blue {
  background-position: -35px -33px;
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.sprite-icons.sprite-grid-dark-grey {
  background-position: -69px -33px;
  width: 25px;
  min-width: 25px;
  height: 20px;
}
.sprite-icons.sprite-grid-grey {
  background-position: -69px -63px;
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.sprite-icons.sprite-grid-lilac {
  background-position: -104px -5px;
  width: 25px;
  min-width: 25px;
  height: 20px;
}
.sprite-icons.sprite-grid-orange {
  background-position: -104px -35px;
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.sprite-icons.sprite-grid-purple {
  background-position: -5px -69px;
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.sprite-icons.sprite-help-icon {
  background-position: -103px -69px;
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.sprite-icons.sprite-icon-eye {
  background-position: -5px -103px;
  width: 25px;
  min-width: 25px;
  height: 15px;
}
.sprite-icons.sprite-icon-no-eye {
  background-position: -5px -35px;
  width: 17px;
  min-width: 17px;
  height: 15px;
}
.sprite-icons.sprite-like {
  background-position: -39px -69px;
  width: 18px;
  min-width: 18px;
  height: 18px;
}
.sprite-icons.sprite-like-green {
  background-position: -40px -103px;
  width: 18px;
  min-width: 18px;
  height: 18px;
}
.profile-view-comment {
  border: 1px solid #d3d3d3;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
  font-size: 13px;
  line-height: 14px;
  color: black;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.profile-view-comment button.close,
.profile-view-comment button.show-comment-box {
  position: absolute;
  font-size: 12px;
  font-weight: 400;
}
.profile-view-comment button.show-comment-box {
  border: none;
  padding: 0;
  bottom: 1px;
  right: 10px;
  background: none;
}
.profile-view-comment button.close {
  right: 10px;
  top: 1px;
}
.profile-view-comment .comment-heading {
  display: flex;
}
.profile-view-comment .comment-heading > div {
  margin-right: 20px;
}
.profile-view-comment .text-area-heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.profile-view-comment .remove-rating {
  float: right;
}
.profile-view-comment .comment-area textarea {
  width: 100%;
  box-sizing: border-box;
}
.profile-view-comment .buttons-area {
  align-items: baseline;
  justify-content: space-between;
}
.profile-view-comment.therapists-comment {
  background-color: #ddf0fa;
}
.profile-view-comment.therapists-comment .heading {
  display: flex;
  align-items: center;
}
.profile-view-comment.therapists-comment .heading h5 {
  margin-right: 5px;
}
.profile-view-comment .value-message {
  margin-top: 20px;
}
.profile-list-item .ip-image-wrap .ip-image img {
  width: 100%;
}
.comments {
  display: flex;
  flex-direction: column;
  list-style: none;
}
.comments .comment {
  width: 80%;
  border: 1px solid #ddd;
  padding: 5px 5px 5px 10px;
  margin-top: 10px;
  position: relative;
}
.comments .comment button.remove-comment {
  right: 5px;
  top: 0px;
  position: absolute;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
}
.comments .comment.therapists-comment {
  align-self: flex-end;
  background-color: #ddf0fa;
}
#modal .modal-view-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0.5;
}
#modal .modal-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#modal .modal-buttons > button {
  margin: 2px 1px !important;
  padding: 4px 7px !important;
}
#modal .modal-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal .modal-inner .content {
  margin: 0 auto;
  width: 300px;
  z-index: 10000;
  position: fixed;
  background-color: white;
  border-radius: 5px;
  top: 120px;
  left: 285px;
  padding: 25px 10px 10px;
}
#modal .modal-inner .content .close-inner {
  text-align: right;
  cursor: pointer;
  color: black !important;
  position: absolute;
  top: 5px;
  right: 12px;
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  margin: 0 -5px 0 0 !important;
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
}
#modal .modal-inner .content .close-modal-warning {
  min-width: 300px;
}
#modal .modal-inner .content .close-modal-warning .message {
  text-align: center;
  padding: 10px;
}
#modal .modal-inner .content .close-modal-warning .buttons button {
  margin-left: 5px;
}
#modal .modal-inner .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 109, 204, 0.21);
  position: absolute;
  top: 0;
  left: 0;
}
#modal .modal-body {
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 428px) {
  #modal .modal-body > form {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
img.flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  transform-origin: initial;
  -webkit-transform-origin: initial;
  -ms-transform-origin: initial;
}
.image-flip-block {
  position: relative;
  margin-bottom: -5px;
}
.image-flip-block img {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
.image-flip-block .hover-block {
  display: none;
  color: #ffffff;
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(17, 88, 159, 0.7);
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  line-height: 30px;
}
.image-upload {
  margin: 0 auto;
  max-width: 400px;
  box-sizing: border-box;
  padding: 10px 10px 0;
}
.image-upload > div {
  margin-bottom: 10px;
}
.image-upload .control-buttons {
  justify-content: center;
  flex-wrap: wrap;
}
.image-upload .control-buttons .image-upload-buttons {
  flex-wrap: wrap;
}
.image-upload .control-buttons .image-upload-buttons > * {
  margin: 5px;
}
.image-upload .image-preview {
  flex-grow: 1;
}
.image-upload .image-preview img {
  max-width: 100%;
  max-height: 100%;
}
.flex-form-row {
  margin-bottom: 20px;
  position: relative;
}
.flex-form-row .help-block-placement {
  box-sizing: border-box;
  padding: 0 10px;
}
.flex-form-row .form-control {
  margin-bottom: 0;
}
.flex-form-row .errors-placement {
  position: absolute;
  color: #b94a48;
  font-style: italic;
  font-size: 13px;
  bottom: -18px;
  text-align: center;
}
.flex-form-row .error-block-placement .errors-placement {
  position: relative;
  bottom: 0;
}
.flex-form-row.error label {
  color: #b94a48;
}
.flex-form-row.error .controls {
  position: relative;
}
.flex-form-row.error .controls input {
  border-color: #b94a48;
  -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);
  color: #b94a48;
}
.flex-form-row .control-column {
  display: flex !important;
  align-items: start;
  flex-direction: column;
}
.flex-form-row .control-column.hidden {
  display: none !important;
}
.flex-form-row .control-column:after {
  content: none !important;
}
.flex-form-row .control-column:before {
  content: none !important;
}
.flex-form-row .control-column.hidden {
  display: none !important;
}
.flex-form-row .control-column:after {
  content: none !important;
}
.flex-form-row .control-column:before {
  content: none !important;
}
.flex-form-row .control-column-row-column {
  display: flex !important;
  flex-direction: row;
}
.flex-form-row .control-column-row-column.hidden {
  display: none !important;
}
.flex-form-row .control-column-row-column:after {
  content: none !important;
}
.flex-form-row .control-column-row-column:before {
  content: none !important;
}
@media (max-width: 428px) {
  .flex-form-row .control-column-row-column {
    flex-direction: column;
  }
}
.flex-form-row .control-column-justify-content-end {
  display: flex !important;
  justify-content: flex-end;
}
.flex-form-row .control-column-justify-content-end.hidden {
  display: none !important;
}
.flex-form-row .control-column-justify-content-end:after {
  content: none !important;
}
.flex-form-row .control-column-justify-content-end:before {
  content: none !important;
}
.flex-form-row .control-column-justify-content-space-around {
  display: flex !important;
  justify-content: space-around;
}
.flex-form-row .control-column-justify-content-space-around.hidden {
  display: none !important;
}
.flex-form-row .control-column-justify-content-space-around:after {
  content: none !important;
}
.flex-form-row .control-column-justify-content-space-around:before {
  content: none !important;
}
.flex-form-row .control-column-align-self-center {
  display: flex !important;
  align-self: center;
}
.flex-form-row .control-column-align-self-center.hidden {
  display: none !important;
}
.flex-form-row .control-column-align-self-center:after {
  content: none !important;
}
.flex-form-row .control-column-align-self-center:before {
  content: none !important;
}
.flex-form-row .control-column-align-center {
  display: flex !important;
  align-items: center;
}
.flex-form-row .control-column-align-center.hidden {
  display: none !important;
}
.flex-form-row .control-column-align-center:after {
  content: none !important;
}
.flex-form-row .control-column-align-center:before {
  content: none !important;
}
.flex-form-row .control-column-align-stretch {
  display: flex !important;
  align-items: stretch;
}
.flex-form-row .control-column-align-stretch.hidden {
  display: none !important;
}
.flex-form-row .control-column-align-stretch:after {
  content: none !important;
}
.flex-form-row .control-column-align-stretch:before {
  content: none !important;
}
.flex-form-row .control-column-align-baseline {
  display: flex !important;
  align-items: baseline;
}
.flex-form-row .control-column-align-baseline.hidden {
  display: none !important;
}
.flex-form-row .control-column-align-baseline:after {
  content: none !important;
}
.flex-form-row .control-column-align-baseline:before {
  content: none !important;
}
.flex-form-row .control-column-row {
  display: flex !important;
  flex-direction: row;
}
.flex-form-row .control-column-row.hidden {
  display: none !important;
}
.flex-form-row .control-column-row:after {
  content: none !important;
}
.flex-form-row .control-column-row:before {
  content: none !important;
}
.flex-form-row .control-column .control-label {
  width: 100%;
  text-align: left;
}
.flex-form-row .control-column .controls {
  width: 100%;
}
.flex-form-row .control-row {
  display: flex !important;
  align-items: baseline;
  flex-direction: row;
}
.flex-form-row .control-row.hidden {
  display: none !important;
}
.flex-form-row .control-row:after {
  content: none !important;
}
.flex-form-row .control-row:before {
  content: none !important;
}
.flex-form-row .control-row.hidden {
  display: none !important;
}
.flex-form-row .control-row:after {
  content: none !important;
}
.flex-form-row .control-row:before {
  content: none !important;
}
.flex-form-row .control-row-row-column {
  display: flex !important;
  flex-direction: row;
}
.flex-form-row .control-row-row-column.hidden {
  display: none !important;
}
.flex-form-row .control-row-row-column:after {
  content: none !important;
}
.flex-form-row .control-row-row-column:before {
  content: none !important;
}
@media (max-width: 428px) {
  .flex-form-row .control-row-row-column {
    flex-direction: column;
  }
}
.flex-form-row .control-row-justify-content-end {
  display: flex !important;
  justify-content: flex-end;
}
.flex-form-row .control-row-justify-content-end.hidden {
  display: none !important;
}
.flex-form-row .control-row-justify-content-end:after {
  content: none !important;
}
.flex-form-row .control-row-justify-content-end:before {
  content: none !important;
}
.flex-form-row .control-row-justify-content-space-around {
  display: flex !important;
  justify-content: space-around;
}
.flex-form-row .control-row-justify-content-space-around.hidden {
  display: none !important;
}
.flex-form-row .control-row-justify-content-space-around:after {
  content: none !important;
}
.flex-form-row .control-row-justify-content-space-around:before {
  content: none !important;
}
.flex-form-row .control-row-align-self-center {
  display: flex !important;
  align-self: center;
}
.flex-form-row .control-row-align-self-center.hidden {
  display: none !important;
}
.flex-form-row .control-row-align-self-center:after {
  content: none !important;
}
.flex-form-row .control-row-align-self-center:before {
  content: none !important;
}
.flex-form-row .control-row-align-center {
  display: flex !important;
  align-items: center;
}
.flex-form-row .control-row-align-center.hidden {
  display: none !important;
}
.flex-form-row .control-row-align-center:after {
  content: none !important;
}
.flex-form-row .control-row-align-center:before {
  content: none !important;
}
.flex-form-row .control-row-align-stretch {
  display: flex !important;
  align-items: stretch;
}
.flex-form-row .control-row-align-stretch.hidden {
  display: none !important;
}
.flex-form-row .control-row-align-stretch:after {
  content: none !important;
}
.flex-form-row .control-row-align-stretch:before {
  content: none !important;
}
.flex-form-row .control-row-align-baseline {
  display: flex !important;
  align-items: baseline;
}
.flex-form-row .control-row-align-baseline.hidden {
  display: none !important;
}
.flex-form-row .control-row-align-baseline:after {
  content: none !important;
}
.flex-form-row .control-row-align-baseline:before {
  content: none !important;
}
.flex-form-row .control-row-row {
  display: flex !important;
  flex-direction: row;
}
.flex-form-row .control-row-row.hidden {
  display: none !important;
}
.flex-form-row .control-row-row:after {
  content: none !important;
}
.flex-form-row .control-row-row:before {
  content: none !important;
}
.flex-form-row .control-row .controls {
  max-width: 50%;
}
@media (max-width: 428px) {
  .flex-form-row .control-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .flex-form-row .control-row .controls {
    width: 100%;
    max-width: 100%;
  }
}
.flex-form-row .form-row-block label,
.flex-form-row .form-row-block .controls {
  box-sizing: border-box;
  padding: 0 10px;
}
.flex-form-row .form-row-block label {
  text-align: right;
  width: 42%;
}
@media (max-width: 428px) {
  .flex-form-row .form-row-block label,
  .flex-form-row .form-row-block .controls {
    padding-left: 0;
  }
  .flex-form-row .form-row-block label {
    width: 100%;
    text-align: left;
  }
}
.flex-form-row.two-third .control-label {
  width: 60%;
}
.form-legend {
  margin-bottom: 15px;
}
.exercise-upload-block {
  margin-right: 15px;
  margin-left: 15px;
}
.exercise-upload-block .help-text {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
}
.exercise-upload-block.error .image-upload {
  border-color: #b94a48;
  -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);
}
[contenteditable] {
  min-height: 20px;
}
[contenteditable][placeholder]:empty:before {
  content: attr(placeholder);
  color: #999;
}
[contenteditable][placeholder]:empty:focus:before {
  content: "";
}
.date-select select:not(:last-child),
.time-select select:not(:last-child) {
  margin-right: 5px;
}
.rehab-plan-schedule-form input {
  width: 265px !important;
}
@media (min-width: 812px) {
  .rehab-plan-schedule-form .flex-form-row .form-row-block label {
    width: 34%;
  }
}
form textarea,
form [contenteditable] {
  resize: none !important;
}
.line-chart {
  margin-left: -55px;
  /* Style the dots by assigning a fill and stroke */
}
.line-chart .line {
  fill: none;
  stroke: steelblue;
  stroke-width: 2px;
}
.line-chart .grid line {
  stroke: lightgrey;
  stroke-opacity: 0.7;
  shape-rendering: crispEdges;
}
.line-chart .grid path {
  stroke-width: 0;
}
.line-chart .overlay {
  fill: none;
  pointer-events: all;
}
.line-chart .dot {
  fill: steelblue;
  stroke: #fff;
}
.line-chart .focus circle {
  fill: none;
  stroke: steelblue;
}
.exercise-content-editor .content-edit-progress {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}
.exercise-content-editor .content-result {
  position: relative;
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0);
}
.exercise-content-editor .content-result:hover {
  background: rgba(195, 234, 249, 0.1);
  border: 1px solid #40BCEC;
  border-radius: 4px;
}
.exercise-content-editor .content-result:hover .click-hover {
  display: block;
  position: absolute;
  top: 1px;
  right: 5px;
  color: #40BCEC;
  width: 53.38px;
  height: 18px;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 18px;
}
.exercise-content-editor .content-result .click-hover {
  display: none;
}
.exercise-content-editor .btn-group {
  margin-top: 10px;
}
.checkbox-control .controls {
  margin: 10px;
}
.checkbox-group > .controls {
  margin-left: 10px;
}
.checkbox-group .checkbox-control .controls {
  margin-right: 10px;
}
.file-upload-button {
  position: relative;
}
.file-upload-button input[type="file"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  top: 0;
  width: 100%;
  left: 0;
  cursor: pointer;
}
.mpr-wysiwyg .trumbowyg-box,
.mpr-wysiwyg .trumbowyg-editor {
  border: none;
  min-height: initial;
  margin-top: 3px;
}
.mpr-wysiwyg .trumbowyg-button-pane::after {
  content: none;
}
.mpr-wysiwyg .trumbowyg-button-pane {
  background: none;
  border: none;
}
.mpr-wysiwyg li {
  list-style: url(assets/965e5fd582b485698a1e.gif) outside;
  padding: 0.5em 1em 0 0;
  margin: 0 0 0 1em;
  font-size: 13px;
  line-height: 14px;
  color: black;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mpr-wysiwyg .trumbowyg-editor[contenteditable] {
  min-height: 75px;
  width: 100%;
  -moz-appearance: textfield-multiline;
  border: 1px solid #ccc;
  font: medium -moz-fixed;
  overflow: auto;
  padding: 10px;
  resize: none;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  -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 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-radius: 4px;
  font-size: 13px;
}
.range-slider {
  /* The slider itself */
  /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
}
.range-slider.slidecontainer {
  width: 100%;
  /* Width of the outside container */
  position: relative;
  height: 20px;
}
.range-slider .slider {
  margin-left: 0;
  left: 0;
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #125fab;
  outline: none;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
.range-slider .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: url(assets/7955f947565a0daca136.png);
  cursor: pointer;
  border: none;
}
.range-slider .slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(assets/7955f947565a0daca136.png);
  cursor: pointer;
  border: none;
}
.range-slider__separators {
  height: 18px;
  position: absolute;
  top: -8px / 2;
  width: 100%;
  z-index: 1;
  padding: 0 6px;
  box-sizing: border-box;
}
.range-slider__separator {
  width: 2px;
  border: 1px solid #125fab;
  background: #125fab;
  border-radius: 5px;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: block;
  width: 30px;
  height: 17px;
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch input:checked + .slider {
  background-color: #62c462;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #62c462;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
.switch .slider.round {
  border-radius: 17px;
}
.switch .slider.round:before {
  border-radius: 50%;
}
.widget {
  text-align: left;
  width: 32%;
  margin-right: 1%;
  min-width: 280px;
  vertical-align: top;
  margin-bottom: 20px;
  min-height: 225px;
  /* my-dashboard widget styles */
  /* account-type widget styles */
  /* therapist-usage-statistics widget styles */
}
.widget .loading {
  background-color: #f5f5f5;
  margin: auto;
}
.widget .widget-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 15px 10px;
  border-radius: 5px;
  background: #f5f5f5;
  color: #0088cc;
  position: relative;
}
.widget .widget-body .tab-view__head {
  width: 150px;
  position: absolute;
  top: -28px;
  right: 0;
}
.widget .widget-body > div,
.widget .widget-body table {
  width: 100%;
}
.widget .widget-body > div thead > tr,
.widget .widget-body table thead > tr {
  color: #333;
}
.widget .widget-body .tabled-row,
.widget .widget-body tr {
  padding: 0 5px;
  height: 32px;
  align-items: center;
}
.widget .widget-body .tabled-row .row-info > div,
.widget .widget-body tr .row-info > div {
  margin: 0 2px;
}
.widget .widget-body .tabled-row:nth-child(even),
.widget .widget-body tr:nth-child(even) {
  background: #ededed;
}
.widget img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 428px) {
  .widget {
    width: 100%;
    margin-right: initial;
    display: block;
  }
}
.widget .buttons {
  display: inline-block;
}
.widget.bordered-4-blue .widget-body {
  border: 4px solid #1da8ed !important;
  background: none repeat scroll 0 0 white !important;
}
.widget .widget-header {
  padding: 5px;
  position: relative;
  display: inline-block;
}
.widget .widget-header .wh-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
.widget .widget-header .wh-title {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.widget .widget-header .wh-button-container {
  display: inline-block;
  float: right;
}
.widget .widget-header .wh-button-container .nav-tabs {
  padding: 3px 0 0 0;
}
.widget .widget-header .wh-button-container span.tab-title {
  padding: 0 5px;
}
.widget .widget-header .buttons {
  position: absolute;
  right: 10px;
  top: 9px;
}
@media (max-width: 768px) {
  .widget .widget-header .buttons {
    display: block;
    width: 100%;
    margin: 10px 0 0 5px;
    position: relative;
    top: auto;
    right: auto;
  }
}
.widget#my-dashboard .widget-body {
  position: relative;
}
.widget#my-dashboard .widget-body .practice-details {
  color: #08c;
  font-size: 14px;
  line-height: 16px;
  margin: 15px 0;
}
.widget#my-dashboard .widget-body .practice-details p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget#my-dashboard .widget-body button {
  position: absolute;
  bottom: 15px;
  right: 10px;
}
.widget#account-type .widget-header .wh-button-container {
  position: absolute;
  right: 5px;
  top: 4px;
}
.widget#account-type .widget-header .buttons {
  position: absolute;
  right: 10px;
  top: 9px;
}
.widget#account-type .widget-body {
  position: relative;
  padding: 23px 10px 15px 15px;
}
.widget#account-type .widget-body h5 {
  color: #08c;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  margin: 20px 0 7px 0;
}
.widget#account-type .widget-body p {
  color: #08c;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}
.widget#account-type .widget-body .dashboard-edit-profile {
  text-align: right;
}
.widget#account-type .widget-body .dashboard-edit-profile button {
  display: inline-block;
  margin: 0 0 0 5px;
}
.widget#my-subscriptions tr th,
.widget#my-subscriptions tr td {
  text-align: center;
}
.widget#my-subscriptions tr th:first-child,
.widget#my-subscriptions tr td:first-child {
  text-align: left;
}
.mpr-accordion__block {
  margin: 5px 0;
}
.mpr-accordion__block.active .mpr-accordion__header {
  color: #ffffff;
  border: 1px solid #377ad0;
  background: #377ad0;
  border-radius: 3px 3px 0 0;
}
.mpr-accordion__header {
  text-align: center;
  padding: 5px;
  cursor: pointer;
  background: #d0e5f5;
  border-radius: 3px;
  color: #08c;
  text-decoration: none;
  border: 1px solid transparent;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}
.mpr-accordion__body {
  display: none;
  background-color: #f7f7f7cc;
  padding: 5px;
}
.mpr-accordion__body.active {
  display: block;
}
.tab-view {
  display: flex;
  flex-direction: column;
}
.tab-view__head {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}
.tab-view__head > div {
  cursor: pointer;
  flex-grow: 1;
  background: #d0e5f5;
  border-radius: 3px 3px 0 0;
  padding: 3px;
  margin: 0 1px;
  color: #08c;
  text-decoration: none;
  border: 1px solid #377ad0;
  border-bottom: none;
}
.tab-view__head > div.active {
  color: #ffffff;
  border: 1px solid #377ad0;
  background: #377ad0;
  border-radius: 3px 3px 0 0;
}
.tab-view__head > div:first-child {
  margin-left: 0;
}
.tab-view__head > div:last-child {
  margin-right: 0;
}
.tab-view__body > div {
  display: none;
  background-color: #f7f7f7cc;
  padding: 5px;
}
.tab-view__body > div.active {
  display: block;
}
.mpr-carousel {
  overflow: hidden;
  width: 100%;
}
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
.mpr-toast {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 300px;
  z-index: 100500;
}
.mpr-toast .toast-block {
  width: 100%;
  min-height: 50px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 5px 0;
  cursor: pointer;
}
.mpr-toast .toast-block.success {
  color: #61bd4f;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}
.mpr-toast .toast-block.error {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}
.mpr-toast .toast-block.warning {
  color: #c09853;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
}
.mpr-toast .toast-block.info {
  color: #3a87ad;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
}
@media (max-width: 428px) {
  .mpr-toast {
    bottom: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
  }
  .mpr-toast .toast-block {
    margin-bottom: 0;
  }
}
.name-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.name-block > div {
  padding: 0;
}
@media (max-width: 812px) {
  .name-block .archived-summary {
    width: 100%;
  }
}
.name-block .clipboard-summary-block,
.name-block .archived-status {
  margin: 5px 0;
}
#lib-library ul li:first-child {
  background-color: #fffff9;
}
#lib-library ul li:first-child a {
  color: #ef9200;
}
#library .nav-pills > li > a {
  position: relative;
}
#library .nav-pills > li > a .ip-list-icon-film {
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
#library .nav-tabs > li:first-child > a {
  border: 1px solid #d0e5f5;
}
#library .nav-tabs > li > a {
  padding: 3px 0;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 414px) {
  #library .nav-tabs > li > a {
    height: 22px;
  }
}
#library .nav-tabs > li > a sup {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  right: -3px;
  top: -9px;
}
#library .nav-tabs > li > a sup span {
  padding: 0 3px;
  background: #fff;
  border: 2px solid #0088cc;
  border-radius: 3px;
  letter-spacing: normal;
}
@media (max-width: 1100px) and (min-width: 767px) {
  #library .nav-tabs > li > a sup {
    right: 0;
  }
}
@-moz-document url-prefix() {
  #library .nav-tabs > li > a sup {
    top: -6px;
  }
  #library .nav-tabs > li > a sup span {
    padding: 0 4px;
    border-radius: 3px;
    letter-spacing: normal;
  }
}
.injury-profile-page .nav-tabs {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.injury-profile-page .nav-tabs > li {
  text-align: center;
  display: table-cell;
  float: none;
}
.custom-template-block .nav-tabs > li {
  width: 50%;
}
#library .nav-tabs > li:first-child > a:hover {
  background-color: #fdebcf;
  border: 1px solid #ff9917;
}
.profile-sheet .body-clipboard-summary {
  font-size: 13px;
}
.profile-sheet .ip-buttons-area {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.profile-sheet .ip-buttons-area .rounded-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.profile-sheet .buttons-area {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.profile-sheet .buttons-area.bottom {
  margin-bottom: 40px;
  padding: 0 10px;
}
@media (max-width: 812px) {
  .profile-sheet .buttons-area a,
  .profile-sheet .buttons-area button {
    border-radius: 4px;
    min-width: 35%;
    padding-right: 0;
    padding-left: 0;
    margin: 1px !important;
    flex-grow: 1;
  }
}
.profile-sheet .archived-status {
  margin-left: 5px;
  line-height: 29px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 812px) {
  .profile-sheet .archived-status {
    margin-left: 0;
    margin-bottom: 5px;
    justify-content: flex-start;
  }
}
.profile-sheet .archived-status .btn-unarchive {
  margin-left: 5px;
  outline: none;
}
.notes-view {
  background-color: #ffffcd;
  border: 1px solid #ffff66;
  padding: 10px 5px;
  display: flex;
  flex-direction: column;
}
.notes-view__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.notes-view button {
  align-self: flex-start;
}
.notes-view textarea {
  width: 100%;
  background-color: #ffffcd;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}
.notes-view .note-title {
  font-weight: bold;
  padding-left: 6px;
}
.notes-view .note-body {
  min-height: 70px;
}
#content-area .body-client-notes {
  padding: 5px 0;
}
#content-area .body-client-messages {
  border: 1px solid #377ad0;
}
#content-area .tab-view__head,
#content-area .mpr-accordion__header,
#content-area .mpr-accordion__header .text-view {
  font-size: 13px !important;
}
.tab-view__head {
  text-align: center;
}
.ip-header {
  margin-top: 11px;
  padding: 0 10px;
  color: black;
  font-weight: normal;
  font-size: 13px;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 812px) {
  .ip-header > div {
    flex-wrap: wrap;
  }
}
.ip-header .rehab-plan-info {
  max-width: 300px;
}
.ip-header h3 {
  margin: 0 0 10px 0;
}
.ip-header .header-settings-area {
  float: left;
}
.ip-header .top-buttons-area {
  margin: 20px 0 0 0;
  float: right;
}
.ip-header .ip-client-data {
  position: relative;
}
.ip-header .ip-client-data .client-email-block {
  display: none;
  position: absolute;
  top: -45px;
  left: 65px;
  /* Fill */
}
.ip-header .ip-client-data .client-email-block .client-email {
  position: relative;
  margin-bottom: 2em;
  padding: 1em;
  border: 1px solid #999;
  background: #f3f3f3;
  border-radius: 5px;
}
.ip-header .ip-client-data .client-email-block .client-email:before,
.ip-header .ip-client-data .client-email-block .client-email:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  border-bottom-width: 0;
}
.ip-header .ip-client-data .client-email-block .client-email:before {
  bottom: -16px;
  left: 21px;
  /* If 1px darken stroke slightly */
  border-top-color: #777;
  border-width: 16px;
}
.ip-header .ip-client-data .client-email-block .client-email:after {
  bottom: -15px;
  left: 22px;
  border-top-color: #f3f3f3;
  border-width: 15px;
}
.ip-header .ip-practice-data {
  text-align: center;
}
.ip-header .injury-profile-info {
  margin: 5px 0;
  display: flex;
  display: -webkit-box;
  height: 30px;
}
.ip-header .injury-profile-info label,
.ip-header .injury-profile-info input,
.ip-header .injury-profile-info span {
  font-size: 13px;
  font-weight: normal;
}
.ip-header .injury-profile-info span.input {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 10px 0 6px;
  background-color: #fff;
  border: 1px solid #ccc;
  line-height: 20px;
  vertical-align: middle;
  outline: none;
  color: #555555;
  width: auto;
  min-width: 100px;
  min-height: 20px;
}
.ip-header .injury-profile-info span:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  min-width: 200px;
}
.ip-header .injury-profile-info span:focus#id-ip-title {
  min-width: 100px;
}
.ip-header .injury-profile-info label {
  margin: 0 5px 0 0;
  line-height: 29px;
}
.ip-header .injury-profile-info .on-focus-result-area {
  margin-left: 10px;
  height: 24px;
  padding: 3px;
}
.ip-header .injury-profile-info .on-focus-result-area .result-text {
  background: no-repeat -40px 0;
  width: 20px;
  height: 20px;
  float: none;
}
.ip-header .injury-profile-info #title-result {
  min-height: 25px;
}
.ip-header #title-result {
  min-height: 25px;
}
.ip-header .custom-template-object {
  display: inline-block;
}
.ip-header .practice-wide-block label {
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
}
.ip-header .practice-wide-block div {
  display: inline-block;
  vertical-align: middle;
}
.ip-header .practice-wide-block div input {
  margin: 0 0 5px;
}
.messengers-buttons {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 428px) {
  .messengers-buttons {
    justify-content: flex-start;
  }
}
.messengers-buttons button,
.messengers-buttons a {
  margin-left: 10px;
}
@media (max-width: 428px) {
  .messengers-buttons button,
  .messengers-buttons a {
    margin-left: 0;
    margin-right: 10px;
  }
}
.clipboard-summary-block {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 428px) {
  .clipboard-summary-block {
    justify-content: flex-start;
  }
}
.ip-attributes-block {
  display: flex;
}
@media (max-width: 666px) {
  .ip-attributes-block {
    justify-content: center;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
  }
}
li.media.exercise {
  padding: 10px 10px 0;
  border: 1px solid #cccccc;
  background-color: white;
}
li.media.exercise .ip-content {
  width: 70%;
  box-sizing: border-box;
  padding-left: 30px;
}
@media (max-width: 414px) {
  li.media.exercise .ip-content {
    padding-left: 10px;
  }
}
li.media.exercise .ip-content .ip-content-positioning-div {
  position: relative;
  padding-bottom: 20px;
  height: 100%;
  width: 100%;
}
@media (max-width: 666px) {
  li.media.exercise .ip-content .ip-content-positioning-div {
    margin-top: 10px;
  }
}
li.media.exercise .ip-content :-moz-any(.ip-content-positioning-div) {
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: top;
}
li.media.exercise .ip-content .ip-attributes-block {
  margin: 0 0 20px 0;
}
li.media.exercise .ip-content .ip-attributes-block .ip-attributes {
  float: left;
  width: 60px;
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  li.media.exercise .ip-content .ip-attributes-block .ip-attributes {
    float: none;
    width: 60px;
    display: inline-block;
  }
}
li.media.exercise .ip-content .ip-attributes-block .ip-attributes .btn.selectpicker,
li.media.exercise .ip-content .ip-attributes-block .ip-attributes .btn-group.open .btn.dropdown-toggle {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #38bbee;
  text-align: center;
  font-size: 12px;
  color: #fff;
  width: 60px;
  padding: 2px 10px;
  border: none;
  margin: 0;
}
li.media.exercise .ip-content .ip-attributes-block .ip-attributes .bootstrap-select.btn-group .btn .caret {
  border-top-color: #fff;
  right: 5px;
}
li.media.exercise .ip-content .ip-attributes-block .ip-attributes .bootstrap-select.btn-group.dropup .caret {
  border-top-color: transparent;
  border-bottom-color: #fff;
}
li.media.exercise .ip-content .ip-attributes-block .ip-attributes .dropdown-menu.open,
li.media.exercise .ip-content .ip-attributes-block .ip-attributes .dropdown-menu.open li a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #ddf0fa;
  width: 80px;
}
li.media.exercise .ip-content .ip-attributes-block .ip-attributes .btn.dropdown-toggle .filter-option {
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
}
li.media.exercise .ip-content .ip-attributes-block .ip-attributes .dropdown-menu.open {
  margin-left: -10px;
}
li.media.exercise .ip-content .ip-attributes-block .ip-attributes .dropdown-menu li:hover a,
li.media.exercise .ip-content .ip-attributes-block .ip-attributes .dropdown-menu li.selected a {
  background: #38bbee;
  color: #fff;
}
li.media.exercise .ip-content .ip-attributes-block .ip-attributes:last-child {
  margin-right: 0;
}
li.media.exercise .ip-content .ip-media-buttons {
  width: 100%;
}
@media (max-width: 666px) {
  li.media.exercise .ip-content {
    width: 100%;
  }
}
li.media.exercise .ip-image-wrap {
  width: 30%;
  text-align: center;
}
li.media.exercise .ip-image-wrap .ip-image {
  border: 2px solid #222;
  height: auto;
  overflow: hidden;
  max-width: 350px;
  position: Relative;
  float: none;
  width: 100%;
  text-align: center;
}
@media (max-width: 736px) {
  li.media.exercise .ip-image-wrap .ip-image {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  li.media.exercise .ip-image-wrap .ip-image {
    margin: 10px auto;
  }
}
@media (max-width: 320px) {
  li.media.exercise .ip-image-wrap .ip-image {
    width: 120px;
  }
}
@media (max-width: 666px) {
  li.media.exercise .ip-image-wrap {
    width: initial;
  }
}
li.media.exercise.has-bad-vote {
  background-color: #ffedff !important;
}
li.media.exercise .bootstrap-select {
  height: 24px;
}
li.media.exercise .thumb-buttons {
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 666px) {
  li.media.exercise .thumb-buttons {
    justify-content: center;
    display: flex;
  }
}
li.media.exercise .comment-block {
  margin-top: 10px;
  background-color: #f3f3f3;
}
li.media.exercise .pos-icons {
  padding-right: 10px;
  cursor: pointer;
}
li.media.exercise.library-item-1 .content-edit-progress {
  margin-top: -42px;
}
@media (max-width: 767px) {
  li.media.exercise .media-body .dropdown-menu li a {
    padding: 0;
  }
  li.media.exercise .media-body .ip-block .handle {
    display: none;
  }
  li.media.exercise .media-body .ip-profile-wrap.table,
  li.media.exercise .media-body .ip-profile-wrap .table-row,
  li.media.exercise .media-body .ip-profile-wrap .table-cell {
    display: block;
    width: 100%;
    height: auto;
  }
  li.media.exercise .media-body .ip-content-wrap {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
.exercise.free-text > div {
  padding-bottom: 10px;
}
.exercise.free-text > div .buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 480px) {
  .exercise.free-text > div .buttons {
    margin-bottom: 10px;
  }
}
.exercise.free-text > div .buttons .del-button {
  height: 22px;
}
.exercise.free-text > div .handle {
  position: initial;
}
.media-body.ip-block .repsnum input {
  width: 22px;
  background: initial;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 700;
  color: #222222;
  text-align: right;
}
.media-body.ip-block input {
  border: none;
  width: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #333333;
}
.media-body.ip-block input[name="reps"],
.media-body.ip-block input[name="sets"] {
  width: 52px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 700;
  color: #222222;
}
.media-body.ip-block label.sets {
  width: 56px;
}
.ip-media-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 812px) {
  .ip-media-buttons {
    margin-bottom: 10px;
  }
}
textarea {
  width: 100%;
  box-sizing: border-box;
}
#rp-limit-message {
  border-radius: 5px;
  border: 1px solid #20b8d5;
  padding: 2px 5px;
  align-items: center;
}
#rp-limit-message span {
  margin-bottom: 0;
  margin-right: 2px;
  color: #20b8d5;
  display: block;
  font-size: 16px;
  line-height: 25px;
}
.frequencies-area {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 0 10px;
  flex-wrap: wrap;
  gap: 20px;
}
.frequencies-area #frequencies {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.frequencies-area .frequency-buttons {
  gap: 10px;
}
.frequencies-area .frequencies-day {
  display: inline-block;
  margin: 0 4px;
}
.frequencies-area .frequencies-day:first-child {
  margin-left: 0;
}
.frequencies-area .frequencies-day span {
  cursor: pointer;
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #08c;
  color: #08c;
  font-size: 16px;
  text-align: center;
  line-height: 27px;
  border-radius: 5px;
}
.frequencies-area .frequencies-day .active {
  color: #fff;
  background-color: #f89406;
  border: 1px solid #f89406;
}
#top5 .ex-6-scroll-area,
#library .large-scroll-area {
  overflow-x: visible;
}
#library {
  position: relative;
}
.popover-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 196px;
  height: 164px;
  margin: 0 auto;
}
@media (min-width: 812px) {
  .popover-content {
    z-index: 910;
    background-color: white;
    border: 1px solid;
    border-radius: 5px;
    position: absolute;
    width: 196px;
    height: 134px;
  }
}
.custom-template-block .empty-list-message {
  font-size: 13px;
}
.custom-template-block .tab-view__head {
  line-height: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
.custom-template-block .tab-view__head > div {
  border: none;
}
.client-messages {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.client-messages .triangle {
  border-color: #bebfc1 transparent transparent transparent;
}
.client-messages .tab-control-buttons button {
  margin-left: 10px;
}
.client-messages .client-messages-header {
  align-items: center;
}
.client-messages .client-messages-header > div:nth-child(2) {
  margin-left: 5px;
}
.client-messages .send-reply {
  padding-right: 5px;
  font-size: 13px;
}
.client-messages-header .badge {
  margin-left: 10px;
}
.client-messages .mpr-accordion {
  width: 100%;
}
.client-messages .mpr-accordion__block {
  margin: 0;
}
.client-messages .mpr-accordion__header {
  width: 100%;
  box-sizing: border-box;
  color: #049cdb !important;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
  border: none !important;
  background: none !important;
  text-align: left;
}
.client-messages .comments {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 13px;
  margin-bottom: 10px;
  overflow-y: auto;
  max-height: 200px;
}
.client-messages .comments .headers {
  color: #377ad0;
  font-weight: 500;
  font-size: 15px;
}
.client-messages .comments .comments-section {
  border-top: 1px solid #377ad0;
}
.client-messages .comments .comments-right {
  margin-left: 20px;
  justify-content: flex-end;
}
.client-messages .comments .comments-right button {
  margin-top: 10px;
}
.client-messages .comments .comment-messages-list {
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  flex-direction: column;
  display: flex;
}
.client-messages .comments .comment-block {
  max-width: 80%;
  width: fit-content;
  margin-top: 10px;
  position: relative;
}
.client-messages .comments .comment-block .close-button {
  width: 10px;
  margin-right: 5px;
  cursor: pointer;
}
.client-messages .comments .comment-block.therapists-comment {
  flex: 0 0 auto;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.client-messages .comments .comment-block .author {
  font-size: 9px;
  font-weight: 400;
  color: #a3a3a3;
}
.client-messages .comments .comment-block .comment {
  padding: 3px 10px;
  width: fit-content;
  margin-top: 0;
  box-sizing: border-box;
  background-color: #ffedff;
}
.client-messages .comments .comment-block .comment.comment-icon {
  background-color: transparent;
  padding: 0;
  width: 18px;
  border: none;
}
.client-messages .comments .comment-block .comment.therapists-comment {
  background-color: #ddf0fa;
}
.client-messages .comments .comment-block .comment.highlighted {
  font-weight: bold;
}
.client-messages .comments .buttons button {
  margin-left: 10px;
}
@media (max-width: 428px) {
  .client-messages .comments .buttons button {
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 0;
  }
}
.client-messages .client-messages-input {
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 428px) {
  .client-messages .client-messages-input {
    flex-direction: column;
    align-items: flex-start;
  }
  .client-messages .client-messages-input > * {
    margin-top: 10px;
  }
}
.client-messages .client-messages-input textarea {
  width: auto;
  flex-grow: 1;
  margin-bottom: 0;
  min-height: 28px !important;
  margin-right: 5px;
}
@media (max-width: 428px) {
  .client-messages .client-messages-input textarea {
    width: 100%;
  }
}
.client-messages .client-messages-input button {
  margin-left: 10px;
}
@media (max-width: 428px) {
  .client-messages .client-messages-input button {
    margin-right: 10px;
    margin-left: 0;
  }
}
#rp-disclaimer {
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
}
.tiny-vas-graph {
  margin-bottom: -4px;
}
.tiny-vas-graph .line-chart {
  margin-left: 10px;
}
.tiny-vas-graph .line-chart .line {
  stroke-width: 1px;
  color: #f89406;
  stroke: #f89406;
}
.tiny-vas-graph .line-chart .chart__axis {
  color: steelblue;
}
.tiny-vas-graph .line-chart .chart__axis path {
  stroke-width: 3px;
}
.tags-column {
  width: 100%;
  margin: 0 2%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.custom-template-block ul.nav li a {
  display: flex;
  flex-direction: column;
}
.custom-template-block ul.nav li a span {
  width: 95%;
}
.custom-template-block ul.nav li a sup {
  width: 5%;
  padding-left: 0;
}
.content {
  z-index: 1;
}
.rehab-plan-edit-page {
  display: flex;
  flex-direction: row;
}
@media (max-width: 812px) {
  .rehab-plan-edit-page {
    flex-direction: column;
  }
}
.rehab-plan-edit-page > section {
  padding: 0 5px;
}
.rehab-plan-edit-page .control-blocks {
  width: 25%;
}
@media (max-width: 812px) {
  .rehab-plan-edit-page .control-blocks {
    width: 100%;
  }
}
.rehab-plan-edit-page .profile-sheet-block {
  width: 75%;
}
@media (max-width: 812px) {
  .rehab-plan-edit-page .profile-sheet-block {
    width: 100%;
  }
}
.small-title {
  font-size: 13px;
  padding: 5px;
  vertical-align: middle;
  line-height: 24px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.small-title i,
.small-title button {
  cursor: pointer;
}
.small-title span {
  min-height: 1px;
}
@media (max-width: 767px) {
  .small-title span {
    width: 82.90598291%;
    display: inline-block;
  }
}
#linked-exercises .small-title {
  color: #115aa2;
}
#top5-single .small-title,
#top5-own .small-title,
#top5 .small-title {
  color: #ef9200;
}
#assigned-exercises {
  background: #ffeaff;
}
#assigned-exercises .small-title {
  color: #a80fdb;
}
.exercise-custom-text {
  width: 100%;
  box-sizing: border-box;
}
.client-messengers {
  align-items: center;
}
.client-messengers > * {
  margin: 0 5px;
}
.profile-sheet-title #id-ip-title {
  white-space: nowrap;
  overflow: hidden;
}
.profile-sheet-title .on-focus-result-area {
  position: relative;
}
.profile-sheet-title .on-focus-result-area .not-available {
  position: absolute;
  width: 120px;
  left: 45px;
  top: 4px;
}
#library .exercise-counts {
  color: #08c;
  padding: 0 3px;
  background: #fff;
  border: 2px solid #08c;
  border-radius: 3px;
  letter-spacing: normal;
  position: absolute;
  top: -5px;
  right: -2px;
  line-height: 14px;
}
#library .tab-view__body > div,
#library .mpr-accordion__body {
  min-height: 345px;
  height: 340px;
  overflow-y: auto;
  overflow-x: hidden;
}
#library .tab-view__body > div ul,
#library .mpr-accordion__body ul {
  min-height: 100%;
}
#library .tab-view__head {
  padding: 0;
}
#library .tab-view__head > div {
  position: relative;
  font-size: 8pt;
  line-height: 20px;
  font-weight: bold;
  padding: 4px 0;
}
#library .header-popularity .exercise-counts {
  right: initial;
  left: -2px;
}
#library .header-injuries {
  color: #ef9200;
}
#library .header-injuries .exercise-counts {
  border-color: #ef9200;
  color: #ef9200;
}
#library .header-injuries.active {
  background: #ef9200 none;
  color: #ffffff;
  border: 1px solid #d08400;
  text-decoration: none;
}
#library .body-library li:first-child a {
  color: #ef9200;
}
#library .body-injuries .library-item-row a {
  color: orange;
}
.fill-name-form .form-row-name .control-label[for="name"] {
  width: fit-content;
  padding-left: 0;
}
@media (max-width: 428px) {
  .fill-name-form .form-row-name {
    align-items: flex-start;
  }
  .fill-name-form .form-row-name .control-label[for="name"],
  .fill-name-form .form-row-name .controls {
    padding-left: 0 !important;
  }
}
.library-item-popover-body {
  max-height: 100%;
  max-width: 100%;
}
.library-item-popover-body img {
  max-height: 100%;
  max-width: 100%;
}
#ms-subscribed-therapists {
  display: flex;
  flex-wrap: wrap;
}
#subscription-form > .container-fluid > div {
  margin-bottom: 20px;
}
.billing-data-button .help {
  margin-left: 15px;
}
@media (max-width: 414px) {
  .billing-data-button .help {
    margin-left: 0;
    margin-top: 10px;
  }
}
.highlighted-field {
  padding: 5px 15px 0 15px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  color: #333;
  background-color: #e7f2ff;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  line-height: 34px;
  max-width: 385px;
}
.highlighted-field .control-label {
  max-width: 310px;
  padding-bottom: 5px;
  text-align: left;
  padding-left: 25px;
}
.highlighted-field .controls {
  display: inline-block;
}
.highlighted-field .payment-results {
  box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 4px;
  color: #333;
}
.highlighted-field .payment-results ul {
  margin: 10px;
}
.highlighted-field .loading {
  min-height: 50px;
  background: #e7f2ff url(assets/5109d0568d6526cdeeac.gif) no-repeat center center;
}
.highlighted-field .loading * {
  display: none !important;
}
#subscribe-by-block .control-placement .form-row-block.control-row {
  justify-content: space-between;
}
#subscribe-by-block .control-placement .form-row-block.control-row label {
  text-align: left;
  width: fit-content;
}
#subscribe-by-block > div {
  max-width: 700px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  float: none;
  align-items: center;
}
#subscribe-by-block > div > div {
  max-width: 60%;
}
@media (max-width: 414px) {
  #subscribe-by-block > div > div {
    max-width: 100%;
  }
}
#subscribe-by-block .subscribe-by-control {
  height: 40px;
}
#subscribe-by-block .subscribe-by-control > label {
  min-width: 115px;
}
#update-payment-method-block > div {
  flex-wrap: wrap;
  align-items: center;
}
#update-payment-method-block > div > div {
  padding-left: 15px;
}
#subscription-history .panel-heading > div {
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  flex-wrap: wrap;
}
@media (max-width: 375px) {
  #subscription-history .panel-heading > div .panel-title-block {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
}
#therapists-required-block .label-row {
  padding-right: 10px;
}
#therapists-required-block input {
  width: 40px;
}
#billing-info .flex-form-row .control-row,
#shipping-info .flex-form-row .control-row {
  align-items: baseline;
}
#billing-info .errors-placement,
#shipping-info .errors-placement {
  position: relative;
  bottom: 0;
  display: flex;
  flex-direction: column;
}
.selectable-tags-view .tags-column button:before {
  content: '+ ';
}
.selected-tags-view .tags-column button:before {
  content: '- ';
}
#practice-logo img {
  max-height: 114px;
}
#dashboard {
  text-align: center;
}
#dashboard .therapist-usage-statistics-body {
  height: 100%;
}
#dashboard #tips-and-tricks {
  text-align: left;
  width: 98%;
  margin-right: 1%;
  display: inline-block;
  position: relative;
}
#dashboard #tips-and-tricks .widget-header {
  display: none;
}
#dashboard #tips-and-tricks .footer {
  margin-top: 5px;
  width: 100%;
}
#dashboard #tips-and-tricks .footer:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
#dashboard #tips-and-tricks .footer .title {
  font-size: 17.5px;
  display: inline-block;
}
#dashboard #tips-and-tricks .footer .link {
  float: left;
  padding: 7px;
}
#dashboard #tips-and-tricks .steps {
  padding: 40px 0;
  border: 4px solid #1da8ed;
  border-radius: 5px;
}
#dashboard #tips-and-tricks .steps .step {
  width: 32%;
  display: inline-block;
  text-align: center;
  position: relative;
  vertical-align: middle;
}
#dashboard #tips-and-tricks .steps .step .step-icon {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: #f89406;
  transition: transform 0.3s ease;
  margin-right: 10px;
}
#dashboard #tips-and-tricks .steps .step .step-icon img {
  vertical-align: middle;
}
#dashboard #tips-and-tricks .steps .step .step-content {
  display: inline-block;
  max-width: 54%;
}
#dashboard #tips-and-tricks .steps .step .step-content .step-heading {
  text-transform: uppercase;
  color: #377ad0;
  font-weight: bold;
  font-size: 18px;
  margin: 8px;
}
#dashboard #tips-and-tricks .steps .step .step-content .step-description {
  text-align: left;
}
#dashboard #tips-and-tricks .steps .step .step-content .step-button {
  margin-top: 10px;
}
#dashboard #tips-and-tricks .steps .step:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 71px;
  height: 49px;
  content: "";
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background-image: url(assets/8501e8dd8f4e0f05750f.png);
  background-size: contain;
}
@media (max-width: 992px) {
  #dashboard #tips-and-tricks .steps .step:after {
    display: none;
  }
}
#dashboard #tips-and-tricks .steps .step:last-of-type:after {
  display: none;
}
@media (max-width: 768px) {
  #dashboard #tips-and-tricks .steps {
    border: none;
  }
  #dashboard #tips-and-tricks .steps .step {
    width: 100%;
    margin-bottom: 40px;
  }
  #dashboard #tips-and-tricks .steps .step:last-child {
    margin-bottom: 0;
  }
  #dashboard #tips-and-tricks .steps .step .step-content {
    min-width: 200px;
  }
  #dashboard #tips-and-tricks .steps .btn-block.btn-clear {
    display: none;
  }
}
#dashboard #tips-and-tricks .steps .btn-block.btn-clear {
  position: absolute;
  top: 0;
  height: auto;
  width: auto;
  right: 10px;
  cursor: pointer;
  opacity: 0.7;
  outline: none;
}
#dashboard .dashboard-tabbed-widget .widget-header {
  padding: 5px 0 1px 5px;
  width: 100%;
  box-sizing: border-box;
}
#dashboard .dashboard-tabbed-widget .widget-body {
  border-radius: 5px 0 5px 5px;
}
#dashboard .dashboard-tabbed-widget .small-tabs > li > a {
  margin: 0;
}
#dashboard .dashboard-tabbed-widget .badge-warning[href],
#dashboard .dashboard-tabbed-widget .label-warning[href] {
  background-color: #f89406;
}
.vas-faces {
  width: 100%;
  height: 48px;
  background: url(assets/8360f43e64f5b073b5e4.png) no-repeat;
  display: inline-block;
  background-size: 287px 49px;
}
.vas-faces.zero {
  width: 48px;
  height: 48px;
  background-position: 0 -1px;
}
.vas-faces.two {
  width: 48px;
  height: 48px;
  background-position: calc(-1 * 48px) -1px;
}
.vas-faces.four {
  width: 48px;
  height: 48px;
  background-position: calc(-1 * 48px * 2) -1px;
}
.vas-faces.six {
  width: 48px;
  height: 48px;
  background-position: calc(-1 * 48px * 3) -1px;
}
.vas-faces.eight {
  width: 48px;
  height: 48px;
  background-position: calc(-1 * 48px * 4) -1px;
}
.vas-faces.ten {
  width: 48px;
  height: 48px;
  background-position: calc(-1 * 48px * 5) -1px;
}
.vas-scale {
  text-align: center;
  align-items: center;
}
.vas-scale__numbers {
  padding: 5px 20px;
}
.vas-scale__numbers span:nth-of-type(2) {
  padding-right: 30px;
}
.vas-scale__numbers span:nth-of-type(4) {
  padding-left: 30px;
}
.vas-scale__face-heading {
  margin-top: 35px;
}
.vas-scale__faces {
  margin-top: 10px;
}
.vas-scale__scale {
  margin-top: 15px;
  padding: 0 15px;
}
.vas-scale__items {
  max-width: 450px;
  width: 360px;
}
@media (max-width: 320px) {
  .vas-scale__items {
    width: 100%;
  }
}
.vas-scale__titles {
  font-weight: bold;
  font-size: 11px;
  margin-right: -10px;
}
.vas-scale__titles span {
  max-width: 65px;
}
.vas-scale .slider {
  background-image: linear-gradient(to right, white 6px, #388e44 6px, #f2f320 111px, #ea5501 200px, #d40501 324px, white 324px) !important;
}
@media (max-width: 320px) {
  .vas-scale .slider {
    background-image: linear-gradient(to right, white 6px, #388e44 6px, #f2f320 90px, #ea5501 180px, #d40501 252px, white 252px) !important;
  }
}
.vas-scale .range-slider__separator:nth-of-type(1) {
  border-color: #388e44;
  background: #388e44;
}
.vas-scale .range-slider__separator:nth-of-type(2) {
  border-color: #7ab237;
  background: #7ab237;
}
.vas-scale .range-slider__separator:nth-of-type(3) {
  border-color: #b1d02d;
  background: #b1d02d;
}
.vas-scale .range-slider__separator:nth-of-type(4) {
  border-color: #e4eb22;
  background: #e4eb22;
}
.vas-scale .range-slider__separator:nth-of-type(5) {
  border-color: #f0d119;
  background: #f0d119;
}
.vas-scale .range-slider__separator:nth-of-type(6) {
  border-color: #eea810;
  background: #eea810;
}
.vas-scale .range-slider__separator:nth-of-type(7) {
  border-color: #ec7507;
  background: #ec7507;
}
.vas-scale .range-slider__separator:nth-of-type(8) {
  border-color: #e23901;
  background: #e23901;
}
.vas-scale .range-slider__separator:nth-of-type(9) {
  border-color: #dc2001;
  background: #dc2001;
}
.vas-scale .range-slider__separator:nth-of-type(10) {
  border-color: #d50a01;
  background: #d50a01;
}
.vas-scale .range-slider__separator:nth-of-type(11) {
  border-color: #d50701;
  background: #d50701;
}
.vas-modal .modal-body {
  max-height: 600px !important;
}
.vas-modal-body__first-row,
.vas-modal-body__second-row {
  flex-flow: wrap;
}
.vas-modal-body__first-row > div,
.vas-modal-body__second-row > div {
  width: 45%;
  padding: 10px;
}
@media (max-width: 736px) {
  .vas-modal-body__first-row > div,
  .vas-modal-body__second-row > div {
    width: 100%;
  }
}
.vas-modal-body__second-row {
  margin-top: 25px;
}
.vas-rp-chart {
  margin-top: -35px;
}
.vas-add-entry {
  max-width: 270px;
  margin-bottom: 10px;
}
@media (max-width: 414px) {
  .vas-add-entry {
    width: 100%;
  }
}
.vas-add-entry__buttons {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
}
.vas-add-entry__fields {
  max-width: 220px;
}
.vas-add-entry__date-field .date-select select[name="score_date-day"] {
  width: 65px;
}
.vas-add-entry__date-field .date-select select[name="score_date-year"] {
  width: 80px;
}
.vas-entry-list {
  min-width: 300px;
  overflow-x: auto;
}
.vas-entry-list table {
  width: 100%;
}
.vas-entry-list table thead th {
  color: #4682b3;
  padding-bottom: 5px;
  border-bottom: 1px solid #4682b3;
}
.vas-entry-list table thead th span {
  white-space: nowrap;
  display: inline-block;
}
.vas-entry-list table tbody tr {
  position: relative;
}
.vas-entry-list table tbody tr.removeInProgress {
  background: linear-gradient(to left, #def3fc 48%, #f9a2a2 50%);
  background-size: 200% 200%;
  -webkit-animation: TrRemoving 4s;
  -moz-animation: TrRemoving 4s;
  animation: TrRemoving 4s;
}
.vas-entry-list table tbody tr:nth-child(even) {
  background-color: #def3fc;
}
.vas-entry-list table th,
.vas-entry-list table td {
  padding-left: 5px;
}
.vas-entry-list table th:nth-of-type(3),
.vas-entry-list table td:nth-of-type(3),
.vas-entry-list table th:nth-of-type(4),
.vas-entry-list table td:nth-of-type(4) {
  padding: 5px 20px;
}
.vas-entry-list table .buttons {
  cursor: pointer;
  color: #4682b3;
}
@-webkit-keyframes TrRemoving {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: 0%;
  }
}
@-moz-keyframes TrRemoving {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: 0%;
  }
}
@keyframes TrRemoving {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: 0%;
  }
}
.price-management-view button.remove {
  border: none;
  cursor: pointer;
}
.price-management-view .labels {
  width: 115px;
  margin-top: 20px;
}
.price-management-view .labels > div {
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.price-management-view > div {
  margin: 0 5px;
}
.price-management-view .management-area {
  text-align: center;
}
.price-management-view .management-area .price-column {
  margin: 0 5px;
}
.price-management-view .management-area .price-column > div {
  margin: 3px 0;
}
.billing-plan-prices .result {
  margin-left: 10px;
}
.billing-plan-prices input {
  width: 70px!important;
  height: 34px!important;
  box-sizing: border-box !important;
}
.billing-plan-prices .additional-price,
.billing-plan-prices .test-price-block {
  padding: 5px;
}
.billing-plan-prices .additional-price label,
.billing-plan-prices .test-price-block label {
  width: 115px;
  text-align: center;
}
.billing-plan-prices .additional-price .controls,
.billing-plan-prices .test-price-block .controls {
  margin-left: 15px;
}
.custom-exercise-desktop-form .form-row-content_html .trumbowyg-button-pane {
  position: relative;
  width: fit-content;
  float: right;
}
.custom-exercise-desktop-form #accessibility {
  max-width: initial;
}
.custom-exercise-desktop-form textarea,
.custom-exercise-desktop-form input[type="text"],
.custom-exercise-desktop-form select,
.custom-exercise-desktop-form [contenteditable],
.custom-exercise-desktop-form textarea:focus,
.custom-exercise-desktop-form input[type="text"]:focus,
.custom-exercise-desktop-form select:focus,
.custom-exercise-desktop-form [contenteditable]:focus {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.custom-exercise-desktop-form .form-row-video .control-label {
  width: auto !important;
}
.custom-exercise-desktop-form .form-row-video .controls {
  max-width: 100% !important;
}
.custom-exercise-desktop-form .form-row-video .controls input {
  width: 300px;
}
.custom-exercise-desktop-form select {
  width: auto;
  max-width: 220px;
}
.custom-exercise-desktop-form .reps-hold-row .control-label {
  width: auto !important;
}
.custom-exercise-desktop-form .image-upload-rows {
  position: relative;
  margin-right: 20px;
}
.custom-exercise-desktop-form .image-upload-rows .image-preview {
  box-sizing: border-box;
  width: 100%;
  height: 250px;
  border: 2px solid;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.custom-exercise-desktop-form .image-upload-rows .image-help-text {
  position: absolute;
  bottom: 10px;
  width: 600px;
  left: 240px;
}
@media (max-width: 768px) {
  .custom-exercise-desktop-form .image-upload-rows .image-help-text {
    width: 500px;
  }
}
.custom-exercise-desktop-form .image-upload-rows .image-upload {
  margin: 0;
  width: 250px;
  min-width: 250px;
}
.custom-exercise-desktop-form .image-upload-rows .image-upload .control-buttons {
  justify-content: flex-start;
  align-self: flex-start;
  max-width: 230px;
}
.custom-exercise-desktop-form .image-upload-rows .image-upload .control-buttons > div {
  justify-content: center;
  flex-wrap: wrap;
}
.custom-exercise-desktop-form .flex-form-row .control-label {
  text-align: left;
  width: 150px;
}
.custom-exercise-desktop-form .flex-form-row .control-label > * {
  display: inline;
}
.custom-exercise-desktop-form .content-html-block {
  flex-grow: 1;
}
.custom-exercise-desktop-form .content-html-block label {
  position: absolute;
  top: 12px;
  left: 0;
}
.custom-exercise-desktop-form .content-html-block .buttons {
  padding-left: 230px;
}
.custom-exercise-desktop-form .content-html-block [contenteditable] {
  height: 218px;
}
.custom-exercise-desktop-form .thumbnail {
  border: none;
  box-shadow: none;
  min-height: 270px;
  min-width: 300px;
}
.custom-exercise-desktop-form .confirm-usage-row {
  width: auto;
}
.custom-exercise-desktop-form .confirm-usage-row .control-label {
  width: auto;
}
.custom-exercise-desktop-form .confirm-usage-row .controls {
  padding: 0 !important;
}
.custom-exercise-desktop-form .help-block {
  margin-top: 0;
}
.custom-exercise-desktop-form .free-text-row .controls {
  max-width: 100% !important;
  width: 100%;
}
.custom-exercise-desktop-form .free-text-row .control-label {
  width: 100%;
}
.custom-exercise-desktop-form .free-text-row textarea {
  min-height: 54px;
  width: 100%;
}
.custom-exercise-desktop-form .form-row-confirm_usage {
  color: #f89406;
  font-weight: 500;
}
.custom-exercise-desktop-form .form-row-content_html .control-label {
  width: auto !important;
}
.custom-exercise-name-field .control-label {
  width: auto !important;
  font-weight: bold;
}
.custom-exercise-name-field .control-row .controls {
  flex-grow: 1;
  max-width: 100% !important;
}
.custom-exercise-name-field .input-placement {
  position: relative;
}
.custom-exercise-name-field .input-placement input {
  width: 100%;
}
.custom-exercise-name-field .input-placement .sprite-icons {
  position: absolute;
  right: 5px;
  top: 5px;
}
.custom-exercise-name-field .help-block {
  margin-left: 15px;
  padding-right: 15px;
  color: #ffab13;
  font-size: 0.8em;
  font-style: italic;
}
.custom-exercise-form #accessibility {
  max-width: initial;
}
.custom-exercise-form textarea,
.custom-exercise-form input[type="text"],
.custom-exercise-form select,
.custom-exercise-form [contenteditable],
.custom-exercise-form textarea:focus,
.custom-exercise-form input[type="text"]:focus,
.custom-exercise-form select:focus,
.custom-exercise-form [contenteditable]:focus {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.custom-exercise-form .form-group {
  margin-left: 0;
  margin-right: 0;
}
.custom-exercise-form label.control-label {
  text-align: left;
}
.custom-exercise-form .custom-exercise-name {
  margin-bottom: 0;
}
@media (max-width: 400px) {
  .custom-exercise-form .custom-exercise-name #show-matched-exercises {
    margin-left: 35px;
  }
}
.custom-exercise-form label[for="confirm_usage"] i {
  white-space: pre-wrap;
}
.custom-exercise-form label[for="confirm_usage"] + div.controls {
  width: auto !important;
}
.custom-exercise-form textarea[id="free_text"] {
  min-height: 54px;
  width: 92%;
}
.custom-exercise-form label[for="free_text"] {
  white-space: pre-wrap;
}
.custom-exercise-form label[for="free_text"] + div.controls {
  width: 100%;
}
.custom-exercise-form .image-preview img {
  width: 100%;
}
@media (min-width: 428px) {
  .custom-exercise-form .form-row-image_id .control-row {
    flex-direction: column;
  }
  .custom-exercise-form .form-row-image_id .control-row .control-label {
    text-align: left;
    min-width: 400px;
  }
  .custom-exercise-form .form-row-image_id .controls {
    max-width: 100%;
    min-width: 400px;
  }
  .custom-exercise-form .form-row-confirm_usage .control-label {
    width: auto;
  }
  .custom-exercise-form .form-row-content_html .form-row-block {
    align-items: flex-start;
  }
  .custom-exercise-form .form-row-content_html .control-label {
    text-align: left;
  }
  .custom-exercise-form .form-row-video {
    flex-direction: row;
  }
  .custom-exercise-form .form-row-video .controls {
    max-width: 100% !important;
  }
  .custom-exercise-form .form-row-video .help-block {
    margin-bottom: 0;
    line-height: 28px;
  }
  .custom-exercise-form .form-row-free_text .control-label {
    text-align: left;
    width: 100%;
  }
  .custom-exercise-form .form-row-free_text textarea {
    width: 100%;
  }
}
.version-manager {
  width: 100%;
  text-align: center;
  background: #ffffcd;
  margin-top: -20px;
  font-size: 13px;
  padding: 5px;
  box-sizing: border-box;
}
.flex {
  display: flex !important;
}
.flex.hidden {
  display: none !important;
}
.flex:after {
  content: none !important;
}
.flex:before {
  content: none !important;
}
.flex-row-column {
  display: flex !important;
  flex-direction: row;
}
.flex-row-column.hidden {
  display: none !important;
}
.flex-row-column:after {
  content: none !important;
}
.flex-row-column:before {
  content: none !important;
}
@media (max-width: 428px) {
  .flex-row-column {
    flex-direction: column;
  }
}
.flex-justify-content-end {
  display: flex !important;
  justify-content: flex-end;
}
.flex-justify-content-end.hidden {
  display: none !important;
}
.flex-justify-content-end:after {
  content: none !important;
}
.flex-justify-content-end:before {
  content: none !important;
}
.flex-justify-content-space-around {
  display: flex !important;
  justify-content: space-around;
}
.flex-justify-content-space-around.hidden {
  display: none !important;
}
.flex-justify-content-space-around:after {
  content: none !important;
}
.flex-justify-content-space-around:before {
  content: none !important;
}
.flex-align-self-center {
  display: flex !important;
  align-self: center;
}
.flex-align-self-center.hidden {
  display: none !important;
}
.flex-align-self-center:after {
  content: none !important;
}
.flex-align-self-center:before {
  content: none !important;
}
.flex-align-center {
  display: flex !important;
  align-items: center;
}
.flex-align-center.hidden {
  display: none !important;
}
.flex-align-center:after {
  content: none !important;
}
.flex-align-center:before {
  content: none !important;
}
.flex-align-stretch {
  display: flex !important;
  align-items: stretch;
}
.flex-align-stretch.hidden {
  display: none !important;
}
.flex-align-stretch:after {
  content: none !important;
}
.flex-align-stretch:before {
  content: none !important;
}
.flex-align-baseline {
  display: flex !important;
  align-items: baseline;
}
.flex-align-baseline.hidden {
  display: none !important;
}
.flex-align-baseline:after {
  content: none !important;
}
.flex-align-baseline:before {
  content: none !important;
}
.flex-row {
  display: flex !important;
  flex-direction: row;
}
.flex-row.hidden {
  display: none !important;
}
.flex-row:after {
  content: none !important;
}
.flex-row:before {
  content: none !important;
}
.flex-row-reverse {
  display: flex !important;
  flex-direction: row-reverse;
}
.flex-row-reverse.hidden {
  display: none !important;
}
.flex-row-reverse:after {
  content: none !important;
}
.flex-row-reverse:before {
  content: none !important;
}
.flex-row-reverse.hidden {
  display: none !important;
}
.flex-row-reverse:after {
  content: none !important;
}
.flex-row-reverse:before {
  content: none !important;
}
.flex-row-reverse-row-column {
  display: flex !important;
  flex-direction: row;
}
.flex-row-reverse-row-column.hidden {
  display: none !important;
}
.flex-row-reverse-row-column:after {
  content: none !important;
}
.flex-row-reverse-row-column:before {
  content: none !important;
}
@media (max-width: 428px) {
  .flex-row-reverse-row-column {
    flex-direction: column;
  }
}
.flex-row-reverse-justify-content-end {
  display: flex !important;
  justify-content: flex-end;
}
.flex-row-reverse-justify-content-end.hidden {
  display: none !important;
}
.flex-row-reverse-justify-content-end:after {
  content: none !important;
}
.flex-row-reverse-justify-content-end:before {
  content: none !important;
}
.flex-row-reverse-justify-content-space-around {
  display: flex !important;
  justify-content: space-around;
}
.flex-row-reverse-justify-content-space-around.hidden {
  display: none !important;
}
.flex-row-reverse-justify-content-space-around:after {
  content: none !important;
}
.flex-row-reverse-justify-content-space-around:before {
  content: none !important;
}
.flex-row-reverse-align-self-center {
  display: flex !important;
  align-self: center;
}
.flex-row-reverse-align-self-center.hidden {
  display: none !important;
}
.flex-row-reverse-align-self-center:after {
  content: none !important;
}
.flex-row-reverse-align-self-center:before {
  content: none !important;
}
.flex-row-reverse-align-center {
  display: flex !important;
  align-items: center;
}
.flex-row-reverse-align-center.hidden {
  display: none !important;
}
.flex-row-reverse-align-center:after {
  content: none !important;
}
.flex-row-reverse-align-center:before {
  content: none !important;
}
.flex-row-reverse-align-stretch {
  display: flex !important;
  align-items: stretch;
}
.flex-row-reverse-align-stretch.hidden {
  display: none !important;
}
.flex-row-reverse-align-stretch:after {
  content: none !important;
}
.flex-row-reverse-align-stretch:before {
  content: none !important;
}
.flex-row-reverse-align-baseline {
  display: flex !important;
  align-items: baseline;
}
.flex-row-reverse-align-baseline.hidden {
  display: none !important;
}
.flex-row-reverse-align-baseline:after {
  content: none !important;
}
.flex-row-reverse-align-baseline:before {
  content: none !important;
}
.flex-row-reverse-row {
  display: flex !important;
  flex-direction: row;
}
.flex-row-reverse-row.hidden {
  display: none !important;
}
.flex-row-reverse-row:after {
  content: none !important;
}
.flex-row-reverse-row:before {
  content: none !important;
}
.flex-column {
  display: flex !important;
  flex-direction: column;
}
.flex-column.hidden {
  display: none !important;
}
.flex-column:after {
  content: none !important;
}
.flex-column:before {
  content: none !important;
}
.flex-column.hidden {
  display: none !important;
}
.flex-column:after {
  content: none !important;
}
.flex-column:before {
  content: none !important;
}
.flex-column-row-column {
  display: flex !important;
  flex-direction: row;
}
.flex-column-row-column.hidden {
  display: none !important;
}
.flex-column-row-column:after {
  content: none !important;
}
.flex-column-row-column:before {
  content: none !important;
}
@media (max-width: 428px) {
  .flex-column-row-column {
    flex-direction: column;
  }
}
.flex-column-justify-content-end {
  display: flex !important;
  justify-content: flex-end;
}
.flex-column-justify-content-end.hidden {
  display: none !important;
}
.flex-column-justify-content-end:after {
  content: none !important;
}
.flex-column-justify-content-end:before {
  content: none !important;
}
.flex-column-justify-content-space-around {
  display: flex !important;
  justify-content: space-around;
}
.flex-column-justify-content-space-around.hidden {
  display: none !important;
}
.flex-column-justify-content-space-around:after {
  content: none !important;
}
.flex-column-justify-content-space-around:before {
  content: none !important;
}
.flex-column-align-self-center {
  display: flex !important;
  align-self: center;
}
.flex-column-align-self-center.hidden {
  display: none !important;
}
.flex-column-align-self-center:after {
  content: none !important;
}
.flex-column-align-self-center:before {
  content: none !important;
}
.flex-column-align-center {
  display: flex !important;
  align-items: center;
}
.flex-column-align-center.hidden {
  display: none !important;
}
.flex-column-align-center:after {
  content: none !important;
}
.flex-column-align-center:before {
  content: none !important;
}
.flex-column-align-stretch {
  display: flex !important;
  align-items: stretch;
}
.flex-column-align-stretch.hidden {
  display: none !important;
}
.flex-column-align-stretch:after {
  content: none !important;
}
.flex-column-align-stretch:before {
  content: none !important;
}
.flex-column-align-baseline {
  display: flex !important;
  align-items: baseline;
}
.flex-column-align-baseline.hidden {
  display: none !important;
}
.flex-column-align-baseline:after {
  content: none !important;
}
.flex-column-align-baseline:before {
  content: none !important;
}
.flex-column-row {
  display: flex !important;
  flex-direction: row;
}
.flex-column-row.hidden {
  display: none !important;
}
.flex-column-row:after {
  content: none !important;
}
.flex-column-row:before {
  content: none !important;
}
.flex-align-start {
  display: flex !important;
  align-items: flex-start;
}
.flex-align-start.hidden {
  display: none !important;
}
.flex-align-start:after {
  content: none !important;
}
.flex-align-start:before {
  content: none !important;
}
.flex-align-start.hidden {
  display: none !important;
}
.flex-align-start:after {
  content: none !important;
}
.flex-align-start:before {
  content: none !important;
}
.flex-align-start-row-column {
  display: flex !important;
  flex-direction: row;
}
.flex-align-start-row-column.hidden {
  display: none !important;
}
.flex-align-start-row-column:after {
  content: none !important;
}
.flex-align-start-row-column:before {
  content: none !important;
}
@media (max-width: 428px) {
  .flex-align-start-row-column {
    flex-direction: column;
  }
}
.flex-align-start-justify-content-end {
  display: flex !important;
  justify-content: flex-end;
}
.flex-align-start-justify-content-end.hidden {
  display: none !important;
}
.flex-align-start-justify-content-end:after {
  content: none !important;
}
.flex-align-start-justify-content-end:before {
  content: none !important;
}
.flex-align-start-justify-content-space-around {
  display: flex !important;
  justify-content: space-around;
}
.flex-align-start-justify-content-space-around.hidden {
  display: none !important;
}
.flex-align-start-justify-content-space-around:after {
  content: none !important;
}
.flex-align-start-justify-content-space-around:before {
  content: none !important;
}
.flex-align-start-align-self-center {
  display: flex !important;
  align-self: center;
}
.flex-align-start-align-self-center.hidden {
  display: none !important;
}
.flex-align-start-align-self-center:after {
  content: none !important;
}
.flex-align-start-align-self-center:before {
  content: none !important;
}
.flex-align-start-align-center {
  display: flex !important;
  align-items: center;
}
.flex-align-start-align-center.hidden {
  display: none !important;
}
.flex-align-start-align-center:after {
  content: none !important;
}
.flex-align-start-align-center:before {
  content: none !important;
}
.flex-align-start-align-stretch {
  display: flex !important;
  align-items: stretch;
}
.flex-align-start-align-stretch.hidden {
  display: none !important;
}
.flex-align-start-align-stretch:after {
  content: none !important;
}
.flex-align-start-align-stretch:before {
  content: none !important;
}
.flex-align-start-align-baseline {
  display: flex !important;
  align-items: baseline;
}
.flex-align-start-align-baseline.hidden {
  display: none !important;
}
.flex-align-start-align-baseline:after {
  content: none !important;
}
.flex-align-start-align-baseline:before {
  content: none !important;
}
.flex-align-start-row {
  display: flex !important;
  flex-direction: row;
}
.flex-align-start-row.hidden {
  display: none !important;
}
.flex-align-start-row:after {
  content: none !important;
}
.flex-align-start-row:before {
  content: none !important;
}
.flex-align-end {
  display: flex !important;
  align-items: flex-end;
}
.flex-align-end.hidden {
  display: none !important;
}
.flex-align-end:after {
  content: none !important;
}
.flex-align-end:before {
  content: none !important;
}
.flex-align-end.hidden {
  display: none !important;
}
.flex-align-end:after {
  content: none !important;
}
.flex-align-end:before {
  content: none !important;
}
.flex-align-end-row-column {
  display: flex !important;
  flex-direction: row;
}
.flex-align-end-row-column.hidden {
  display: none !important;
}
.flex-align-end-row-column:after {
  content: none !important;
}
.flex-align-end-row-column:before {
  content: none !important;
}
@media (max-width: 428px) {
  .flex-align-end-row-column {
    flex-direction: column;
  }
}
.flex-align-end-justify-content-end {
  display: flex !important;
  justify-content: flex-end;
}
.flex-align-end-justify-content-end.hidden {
  display: none !important;
}
.flex-align-end-justify-content-end:after {
  content: none !important;
}
.flex-align-end-justify-content-end:before {
  content: none !important;
}
.flex-align-end-justify-content-space-around {
  display: flex !important;
  justify-content: space-around;
}
.flex-align-end-justify-content-space-around.hidden {
  display: none !important;
}
.flex-align-end-justify-content-space-around:after {
  content: none !important;
}
.flex-align-end-justify-content-space-around:before {
  content: none !important;
}
.flex-align-end-align-self-center {
  display: flex !important;
  align-self: center;
}
.flex-align-end-align-self-center.hidden {
  display: none !important;
}
.flex-align-end-align-self-center:after {
  content: none !important;
}
.flex-align-end-align-self-center:before {
  content: none !important;
}
.flex-align-end-align-center {
  display: flex !important;
  align-items: center;
}
.flex-align-end-align-center.hidden {
  display: none !important;
}
.flex-align-end-align-center:after {
  content: none !important;
}
.flex-align-end-align-center:before {
  content: none !important;
}
.flex-align-end-align-stretch {
  display: flex !important;
  align-items: stretch;
}
.flex-align-end-align-stretch.hidden {
  display: none !important;
}
.flex-align-end-align-stretch:after {
  content: none !important;
}
.flex-align-end-align-stretch:before {
  content: none !important;
}
.flex-align-end-align-baseline {
  display: flex !important;
  align-items: baseline;
}
.flex-align-end-align-baseline.hidden {
  display: none !important;
}
.flex-align-end-align-baseline:after {
  content: none !important;
}
.flex-align-end-align-baseline:before {
  content: none !important;
}
.flex-align-end-row {
  display: flex !important;
  flex-direction: row;
}
.flex-align-end-row.hidden {
  display: none !important;
}
.flex-align-end-row:after {
  content: none !important;
}
.flex-align-end-row:before {
  content: none !important;
}
.flex-space-between {
  display: flex !important;
  justify-content: space-between;
}
.flex-space-between.hidden {
  display: none !important;
}
.flex-space-between:after {
  content: none !important;
}
.flex-space-between:before {
  content: none !important;
}
.flex-space-between.hidden {
  display: none !important;
}
.flex-space-between:after {
  content: none !important;
}
.flex-space-between:before {
  content: none !important;
}
.flex-space-between-row-column {
  display: flex !important;
  flex-direction: row;
}
.flex-space-between-row-column.hidden {
  display: none !important;
}
.flex-space-between-row-column:after {
  content: none !important;
}
.flex-space-between-row-column:before {
  content: none !important;
}
@media (max-width: 428px) {
  .flex-space-between-row-column {
    flex-direction: column;
  }
}
.flex-space-between-justify-content-end {
  display: flex !important;
  justify-content: flex-end;
}
.flex-space-between-justify-content-end.hidden {
  display: none !important;
}
.flex-space-between-justify-content-end:after {
  content: none !important;
}
.flex-space-between-justify-content-end:before {
  content: none !important;
}
.flex-space-between-justify-content-space-around {
  display: flex !important;
  justify-content: space-around;
}
.flex-space-between-justify-content-space-around.hidden {
  display: none !important;
}
.flex-space-between-justify-content-space-around:after {
  content: none !important;
}
.flex-space-between-justify-content-space-around:before {
  content: none !important;
}
.flex-space-between-align-self-center {
  display: flex !important;
  align-self: center;
}
.flex-space-between-align-self-center.hidden {
  display: none !important;
}
.flex-space-between-align-self-center:after {
  content: none !important;
}
.flex-space-between-align-self-center:before {
  content: none !important;
}
.flex-space-between-align-center {
  display: flex !important;
  align-items: center;
}
.flex-space-between-align-center.hidden {
  display: none !important;
}
.flex-space-between-align-center:after {
  content: none !important;
}
.flex-space-between-align-center:before {
  content: none !important;
}
.flex-space-between-align-stretch {
  display: flex !important;
  align-items: stretch;
}
.flex-space-between-align-stretch.hidden {
  display: none !important;
}
.flex-space-between-align-stretch:after {
  content: none !important;
}
.flex-space-between-align-stretch:before {
  content: none !important;
}
.flex-space-between-align-baseline {
  display: flex !important;
  align-items: baseline;
}
.flex-space-between-align-baseline.hidden {
  display: none !important;
}
.flex-space-between-align-baseline:after {
  content: none !important;
}
.flex-space-between-align-baseline:before {
  content: none !important;
}
.flex-space-between-row {
  display: flex !important;
  flex-direction: row;
}
.flex-space-between-row.hidden {
  display: none !important;
}
.flex-space-between-row:after {
  content: none !important;
}
.flex-space-between-row:before {
  content: none !important;
}
.flex-justify-start {
  display: flex !important;
  justify-content: flex-start;
}
.flex-justify-start.hidden {
  display: none !important;
}
.flex-justify-start:after {
  content: none !important;
}
.flex-justify-start:before {
  content: none !important;
}
.flex-justify-start.hidden {
  display: none !important;
}
.flex-justify-start:after {
  content: none !important;
}
.flex-justify-start:before {
  content: none !important;
}
.flex-justify-start-row-column {
  display: flex !important;
  flex-direction: row;
}
.flex-justify-start-row-column.hidden {
  display: none !important;
}
.flex-justify-start-row-column:after {
  content: none !important;
}
.flex-justify-start-row-column:before {
  content: none !important;
}
@media (max-width: 428px) {
  .flex-justify-start-row-column {
    flex-direction: column;
  }
}
.flex-justify-start-justify-content-end {
  display: flex !important;
  justify-content: flex-end;
}
.flex-justify-start-justify-content-end.hidden {
  display: none !important;
}
.flex-justify-start-justify-content-end:after {
  content: none !important;
}
.flex-justify-start-justify-content-end:before {
  content: none !important;
}
.flex-justify-start-justify-content-space-around {
  display: flex !important;
  justify-content: space-around;
}
.flex-justify-start-justify-content-space-around.hidden {
  display: none !important;
}
.flex-justify-start-justify-content-space-around:after {
  content: none !important;
}
.flex-justify-start-justify-content-space-around:before {
  content: none !important;
}
.flex-justify-start-align-self-center {
  display: flex !important;
  align-self: center;
}
.flex-justify-start-align-self-center.hidden {
  display: none !important;
}
.flex-justify-start-align-self-center:after {
  content: none !important;
}
.flex-justify-start-align-self-center:before {
  content: none !important;
}
.flex-justify-start-align-center {
  display: flex !important;
  align-items: center;
}
.flex-justify-start-align-center.hidden {
  display: none !important;
}
.flex-justify-start-align-center:after {
  content: none !important;
}
.flex-justify-start-align-center:before {
  content: none !important;
}
.flex-justify-start-align-stretch {
  display: flex !important;
  align-items: stretch;
}
.flex-justify-start-align-stretch.hidden {
  display: none !important;
}
.flex-justify-start-align-stretch:after {
  content: none !important;
}
.flex-justify-start-align-stretch:before {
  content: none !important;
}
.flex-justify-start-align-baseline {
  display: flex !important;
  align-items: baseline;
}
.flex-justify-start-align-baseline.hidden {
  display: none !important;
}
.flex-justify-start-align-baseline:after {
  content: none !important;
}
.flex-justify-start-align-baseline:before {
  content: none !important;
}
.flex-justify-start-row {
  display: flex !important;
  flex-direction: row;
}
.flex-justify-start-row.hidden {
  display: none !important;
}
.flex-justify-start-row:after {
  content: none !important;
}
.flex-justify-start-row:before {
  content: none !important;
}
.flex-justify-content-center {
  display: flex !important;
  justify-content: center;
}
.flex-justify-content-center.hidden {
  display: none !important;
}
.flex-justify-content-center:after {
  content: none !important;
}
.flex-justify-content-center:before {
  content: none !important;
}
.flex-justify-content-center.hidden {
  display: none !important;
}
.flex-justify-content-center:after {
  content: none !important;
}
.flex-justify-content-center:before {
  content: none !important;
}
.flex-justify-content-center-row-column {
  display: flex !important;
  flex-direction: row;
}
.flex-justify-content-center-row-column.hidden {
  display: none !important;
}
.flex-justify-content-center-row-column:after {
  content: none !important;
}
.flex-justify-content-center-row-column:before {
  content: none !important;
}
@media (max-width: 428px) {
  .flex-justify-content-center-row-column {
    flex-direction: column;
  }
}
.flex-justify-content-center-justify-content-end {
  display: flex !important;
  justify-content: flex-end;
}
.flex-justify-content-center-justify-content-end.hidden {
  display: none !important;
}
.flex-justify-content-center-justify-content-end:after {
  content: none !important;
}
.flex-justify-content-center-justify-content-end:before {
  content: none !important;
}
.flex-justify-content-center-justify-content-space-around {
  display: flex !important;
  justify-content: space-around;
}
.flex-justify-content-center-justify-content-space-around.hidden {
  display: none !important;
}
.flex-justify-content-center-justify-content-space-around:after {
  content: none !important;
}
.flex-justify-content-center-justify-content-space-around:before {
  content: none !important;
}
.flex-justify-content-center-align-self-center {
  display: flex !important;
  align-self: center;
}
.flex-justify-content-center-align-self-center.hidden {
  display: none !important;
}
.flex-justify-content-center-align-self-center:after {
  content: none !important;
}
.flex-justify-content-center-align-self-center:before {
  content: none !important;
}
.flex-justify-content-center-align-center {
  display: flex !important;
  align-items: center;
}
.flex-justify-content-center-align-center.hidden {
  display: none !important;
}
.flex-justify-content-center-align-center:after {
  content: none !important;
}
.flex-justify-content-center-align-center:before {
  content: none !important;
}
.flex-justify-content-center-align-stretch {
  display: flex !important;
  align-items: stretch;
}
.flex-justify-content-center-align-stretch.hidden {
  display: none !important;
}
.flex-justify-content-center-align-stretch:after {
  content: none !important;
}
.flex-justify-content-center-align-stretch:before {
  content: none !important;
}
.flex-justify-content-center-align-baseline {
  display: flex !important;
  align-items: baseline;
}
.flex-justify-content-center-align-baseline.hidden {
  display: none !important;
}
.flex-justify-content-center-align-baseline:after {
  content: none !important;
}
.flex-justify-content-center-align-baseline:before {
  content: none !important;
}
.flex-justify-content-center-row {
  display: flex !important;
  flex-direction: row;
}
.flex-justify-content-center-row.hidden {
  display: none !important;
}
.flex-justify-content-center-row:after {
  content: none !important;
}
.flex-justify-content-center-row:before {
  content: none !important;
}
.flex-wrap {
  display: flex !important;
  flex-wrap: wrap;
}
.flex-wrap.hidden {
  display: none !important;
}
.flex-wrap:after {
  content: none !important;
}
.flex-wrap:before {
  content: none !important;
}
.flex-wrap.hidden {
  display: none !important;
}
.flex-wrap:after {
  content: none !important;
}
.flex-wrap:before {
  content: none !important;
}
.flex-wrap-row-column {
  display: flex !important;
  flex-direction: row;
}
.flex-wrap-row-column.hidden {
  display: none !important;
}
.flex-wrap-row-column:after {
  content: none !important;
}
.flex-wrap-row-column:before {
  content: none !important;
}
@media (max-width: 428px) {
  .flex-wrap-row-column {
    flex-direction: column;
  }
}
.flex-wrap-justify-content-end {
  display: flex !important;
  justify-content: flex-end;
}
.flex-wrap-justify-content-end.hidden {
  display: none !important;
}
.flex-wrap-justify-content-end:after {
  content: none !important;
}
.flex-wrap-justify-content-end:before {
  content: none !important;
}
.flex-wrap-justify-content-space-around {
  display: flex !important;
  justify-content: space-around;
}
.flex-wrap-justify-content-space-around.hidden {
  display: none !important;
}
.flex-wrap-justify-content-space-around:after {
  content: none !important;
}
.flex-wrap-justify-content-space-around:before {
  content: none !important;
}
.flex-wrap-align-self-center {
  display: flex !important;
  align-self: center;
}
.flex-wrap-align-self-center.hidden {
  display: none !important;
}
.flex-wrap-align-self-center:after {
  content: none !important;
}
.flex-wrap-align-self-center:before {
  content: none !important;
}
.flex-wrap-align-center {
  display: flex !important;
  align-items: center;
}
.flex-wrap-align-center.hidden {
  display: none !important;
}
.flex-wrap-align-center:after {
  content: none !important;
}
.flex-wrap-align-center:before {
  content: none !important;
}
.flex-wrap-align-stretch {
  display: flex !important;
  align-items: stretch;
}
.flex-wrap-align-stretch.hidden {
  display: none !important;
}
.flex-wrap-align-stretch:after {
  content: none !important;
}
.flex-wrap-align-stretch:before {
  content: none !important;
}
.flex-wrap-align-baseline {
  display: flex !important;
  align-items: baseline;
}
.flex-wrap-align-baseline.hidden {
  display: none !important;
}
.flex-wrap-align-baseline:after {
  content: none !important;
}
.flex-wrap-align-baseline:before {
  content: none !important;
}
.flex-wrap-row {
  display: flex !important;
  flex-direction: row;
}
.flex-wrap-row.hidden {
  display: none !important;
}
.flex-wrap-row:after {
  content: none !important;
}
.flex-wrap-row:before {
  content: none !important;
}
.mobile-body {
  min-height: initial;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  max-height: inherit;
  flex: 1;
}
.mobile-content {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
@media (max-width: 736px) and (orientation: landscape) {
  #modal-dialog {
    display: block;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-height: 900px) and (orientation: portrait) {
  #modal-dialog .modal-dialog {
    margin: 0;
    height: 100%;
    width: 100%;
  }
}
@media (orientation: landscape) and (max-height: 414px) {
  #modal-dialog .modal-dialog {
    margin: 0;
    height: 100%;
    width: 100%;
  }
}
@media (max-height: 675px) {
  #modal-dialog .modal-dialog {
    margin: 0;
    height: 100%;
  }
}
@media (max-height: 675px) {
  #modal-dialog .modal-dialog .modal-content {
    flex: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }
}
@media (max-height: 900px) and (orientation: portrait) {
  #modal-dialog .modal-dialog .modal-content {
    flex: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }
}
@media (orientation: landscape) and (max-height: 414px) {
  #modal-dialog .modal-dialog .modal-content {
    flex: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }
}
#modal-dialog .modal-dialog .exercise-popup-header {
  padding: 4px 15px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff125fab', endColorstr='#ff105294', GradientType=0);
  border: 1px solid #0a335d;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -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);
  height: auto;
}
#modal-dialog .modal-dialog .exercise-popup-header.orange {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
#modal-dialog .modal-dialog .exercise-popup-header.purple {
  background: #a80fdb none;
  border: none;
}
#modal-dialog .modal-dialog .exercise-popup-header .close {
  color: #FFF;
  opacity: 1;
  line-height: 26px;
}
#modal-dialog .modal-dialog .exercise-popup-header .close:hover {
  color: #FFF;
  opacity: 0.9;
}
#modal-dialog .modal-dialog .exercise-popup-header span {
  line-height: 30px;
}
#modal-dialog .modal-dialog .modal-header {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  height: auto;
  padding: 4px 15px;
}
#modal-dialog .modal-dialog .modal-header h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
#modal-dialog .modal-dialog .modal-body {
  max-height: 535px;
  min-height: auto;
}
@media (max-height: 900px) and (orientation: portrait) {
  #modal-dialog .modal-dialog .modal-body {
    min-height: initial;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    max-height: inherit;
    flex: 1;
  }
}
@media (orientation: landscape) and (max-height: 414px) {
  #modal-dialog .modal-dialog .modal-body {
    min-height: initial;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    max-height: inherit;
    flex: 1;
  }
}
@media (max-height: 675px) {
  #modal-dialog .modal-dialog .modal-body {
    min-height: initial;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    max-height: inherit;
    flex: 1;
  }
}
@media (max-height: 900px) and (orientation: portrait) {
  #modal-dialog .modal-dialog .modal-body > * {
    flex: 1 1 auto;
  }
}
@media (orientation: landscape) and (max-height: 414px) {
  #modal-dialog .modal-dialog .modal-body > * {
    flex: 1 1 auto;
  }
}
@media (max-height: 675px) {
  #modal-dialog .modal-dialog .modal-body > * {
    flex: 1 1 auto;
  }
}
#modal-dialog .modal-dialog .modal-body p {
  font-size: 14px;
}
#modal-dialog .modal-dialog .modal-footer .message {
  display: inline-block;
  float: left;
  line-height: 30px;
}
#modal-dialog .modal-dialog .modal-footer .buttons {
  display: inline-block;
}
#modal-dialog .modal-dialog.modal-grid,
#modal-dialog .modal-dialog.modal-medium {
  max-width: 885px;
  width: 97%;
}
@media (max-width: 812px) {
  #modal-dialog .modal-dialog.modal-grid,
  #modal-dialog .modal-dialog.modal-medium {
    width: 100%;
    margin: 0;
  }
}
#modal-dialog .modal-dialog.modal-grid .modal-footer,
#modal-dialog .modal-dialog.modal-medium .modal-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#modal-dialog .modal-dialog.modal-grid .modal-footer:before,
#modal-dialog .modal-dialog.modal-medium .modal-footer:before,
#modal-dialog .modal-dialog.modal-grid .modal-footer:after,
#modal-dialog .modal-dialog.modal-medium .modal-footer:after {
  display: none;
}
#modal-dialog .modal-dialog.modal-message .modal-body {
  min-height: auto;
}
#modal-dialog .modal-dialog.modal-huge {
  max-width: 1300px;
  width: 97%;
}
@media (max-width: 767px) {
  #modal-dialog .modal-dialog.modal-huge {
    width: 100%;
    margin: 0;
  }
}
#modal-dialog .modal-dialog.modal-huge .modal-body {
  max-height: 600px;
}
#modal-dialog .modal-dialog.modal-huge .modal-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#modal-dialog .modal-dialog.modal-huge .modal-footer:before,
#modal-dialog .modal-dialog.modal-huge .modal-footer:after {
  display: none;
}
#modal-dialog .modal-dialog.modal-full-page {
  width: 100%;
  height: 100%;
  margin: 0;
}
#modal-dialog .modal-dialog.modal-full-page .modal-content {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
  max-height: 100%;
}
#modal-dialog .modal-dialog.modal-full-page .modal-body {
  overflow-x: hidden;
  height: 100%;
  max-height: initial;
}
@media (min-width: 450px) {
  #modal-dialog .modal-dialog.modal-width-450 {
    width: 430px;
  }
}
#modal-dialog .modal-dialog.theme-orange button.close {
  color: white;
}
#modal-dialog .modal-dialog.theme-orange .modal-body {
  height: 400px;
}
#modal-dialog .modal-dialog.theme-orange .modal-header {
  color: aliceblue;
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
#modal-dialog .modal-dialog.theme-purple button.close {
  color: white;
}
#modal-dialog .modal-dialog.theme-purple .modal-body {
  height: 400px;
}
#modal-dialog .modal-dialog.theme-purple .modal-header {
  color: aliceblue;
  background: #a80fdb none;
  border: none;
}
#modal-dialog .modal-dialog.theme-blue button.close {
  color: white;
}
#modal-dialog .modal-dialog.theme-blue .modal-header {
  padding: 4px 15px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff125fab', endColorstr='#ff105294', GradientType=0);
  border: 1px solid #0a335d;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -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);
  height: auto;
}
#modal-dialog .modal-dialog.theme-dark-blue .modal-header {
  background: linear-gradient(to bottom, #125fab, #105294) repeat-x;
  color: white;
}
#modal-dialog .modal-dialog.theme-dark-blue .close {
  font-family: initial;
  color: #fff;
}
#modal-dialog .modal-dialog.theme-dark-blue .close:hover,
#modal-dialog .modal-dialog.theme-dark-blue .close:focus {
  color: #eee;
}
.style-a {
  color: #0088cc;
  border-bottom: 1px solid #0088cc;
  cursor: pointer;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.text-align-center {
  text-align: center !important;
}
.text-align-left {
  text-align: left !important;
}
.opacity-5 {
  opacity: 50 / 100;
  filter: alpha(opacity=50);
}
.opacity-3 {
  opacity: 30 / 100;
  filter: alpha(opacity=30);
}
.cursor-pointer {
  cursor: pointer !important;
}
@media (min-width: 812px) {
  .mobile-only {
    display: none;
  }
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                   supported by Chrome, Opera and Firefox */
}
.force-select-desktop {
  -webkit-user-select: all;
  /* Chrome 49+ */
  -moz-user-select: all;
  /* Firefox 43+ */
  -ms-user-select: all;
  /* No support yet */
  user-select: all;
  /* Likely future */
}
.remove-shadow {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #1a92ce transparent transparent transparent;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.triangle.bottom {
  transform: rotateX(180deg);
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.preloader-spinner {
  background: url(assets/5109d0568d6526cdeeac.gif) no-repeat;
}
button {
  cursor: pointer;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  background-color: #d4eaf8;
  margin: 0;
  color: #333;
}
body h4 {
  margin: 10px 0;
}
body .hide {
  display: none;
}
body .system-text {
  color: #215383;
}
body .system-little {
  font-size: 12px;
}
body .system-big {
  font-size: 16px;
}
body .head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 5px 10px #aaa;
  -moz-box-shadow: 0px 5px 10px #aaa;
  -webkit-box-shadow: 0px 5px 10px #aaa;
}
body .head .practice-logo,
body .head .logo {
  margin: 5px 50px;
}
body .head .practice-logo img,
body .head .logo img {
  max-width: 200px;
  max-height: 90px;
}
@media (max-width: 428px) {
  body .head {
    flex-direction: column;
    height: auto;
    justify-content: space-around;
  }
}
body .body {
  margin: 0 auto;
}
body .body .profile-area {
  width: 80%;
  margin: 20px auto 0;
}
body .body .profile-area .blue-line {
  border-bottom: 1px solid #89a9b2;
  height: 12px;
  margin-bottom: 12px;
}
body .body .profile-area .ip-title {
  display: inline-block;
}
body .body .profile-area .date-block {
  display: inline-block;
  float: right;
}
body .body .profile-area ul.media-list {
  margin: 0;
  padding: 0;
}
body .body .profile-area ul.media-list.loading {
  min-height: 445px;
  background: #ffffff url(assets/5109d0568d6526cdeeac.gif) no-repeat center center;
}
body .body .profile-area ul.media-list:last-child {
  border: none;
  margin-bottom: 10px;
}
body .body .profile-area .custom-text {
  padding: 10px 0;
  color: #215383;
  font-size: 14px;
}
body .body .profile-area .exercises-area {
  position: relative;
}
body .body .profile-area .exercises-area .record-vas-button {
  position: absolute;
  right: 0;
  z-index: 1001;
  margin: 10px;
}
@media (max-width: 768px) {
  body .body .profile-area .exercises-area .record-vas-button {
    position: relative;
    margin: 10px 0;
    width: 100%;
    max-width: 340px;
  }
}
body .body .profile-area .exercises-area .reps,
body .body .profile-area .exercises-area .sets {
  cursor: auto;
  line-height: 20px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.media {
  margin-top: 0;
}
p {
  margin: 0 0 10px;
}
#view-main-page {
  background: url(assets/4502ad4c61dfa9de47b2.gif) repeat-x top left;
}
#view-main-page .main-page {
  width: 880px;
  margin: 0 auto;
  background: url(assets/ede18561462f9900227d.jpg) no-repeat top center;
}
#view-main-page .main-page .logo {
  width: 100%;
  display: inline-block;
  margin-bottom: 80px;
}
#view-main-page .main-page .content {
  width: 642px;
  margin-left: 0;
  padding: 10px 20px 70px 20px;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  box-shadow: 1px 1px 5px #666;
  min-height: 470px;
  height: auto;
}
#view-main-page .main-page .content p {
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px #aed4e8 dotted;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  width: 100%;
  color: #0579b8;
}
#view-main-page .main-page .content p a {
  color: #0579b8;
  text-decoration: underline;
}
#view-main-page .main-page .content a.downloadLink {
  background-image: url(assets/ed5bb80330b12d540e68.gif);
  height: 23px;
  font-size: 17.5px;
  text-transform: uppercase;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 15px;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  text-align: left;
  width: 187px;
  padding: 10px 0 10px 15px;
  line-height: 20px;
}
#view-main-page .main-page .content a.downloadLink:hover {
  background-position: bottom center;
}
#view-main-page .main-page .terms {
  width: 662px;
  padding: 25px 0 35px 0;
  background: none;
  text-decoration: none;
  color: #9fad9f;
  font-size: 10px;
}
#view-main-page .main-page .terms .right {
  display: inline-block;
  float: right;
}
#view-main-page .main-page .terms .left {
  display: inline-block;
}
#view-main-page .main-page .terms .left a {
  color: #9fad9f;
  text-decoration: none;
}
li.media.exercise {
  padding: 10px 10px 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  background-color: white;
}
@media (max-width: 767px) {
  li.media.exercise .media-body .dropdown-menu li a {
    padding: 0;
  }
  li.media.exercise .media-body .ip-image-wrap {
    text-align: center;
  }
  li.media.exercise .media-body .ip-block .handle {
    display: none;
  }
  li.media.exercise .media-body .ip-content-wrap {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  li.media.exercise .media-body .ip-media-buttons .delete-exercise {
    float: right;
  }
  li.media.exercise .media-body .ip-media-buttons .watch-video {
    float: left;
  }
  li.media.exercise .media-body .ip-media-buttons a {
    float: left;
  }
}
@media (max-width: 767px) {
  li.media.exercise .media-body .ip-profile-wrap {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
  }
}
li.media.exercise .media-body div .ip-image-wrap {
  max-width: 350px;
}
@media (max-width: 767px) {
  li.media.exercise .media-body div .ip-image-wrap {
    width: 100%;
    flex-direction: column;
    margin: 0 auto;
  }
}
li.media.exercise .media-body div .ip-image-wrap .ip-image {
  border: 2px solid #222;
  height: auto;
  overflow: hidden;
  max-width: 350px;
  position: Relative;
  float: none;
  width: 100%;
  text-align: center;
}
@media (max-width: 736px) {
  li.media.exercise .media-body div .ip-image-wrap .ip-image {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  li.media.exercise .media-body div .ip-image-wrap .ip-image {
    margin: 10px auto;
  }
}
@media (max-width: 320px) {
  li.media.exercise .media-body div .ip-image-wrap .ip-image {
    width: 120px;
  }
}
li.media.exercise .media-body div .ip-content {
  width: 68%;
  padding: 0 10px 0 30px;
}
@media (max-width: 767px) {
  li.media.exercise .media-body div .ip-content {
    width: 100%;
  }
}
li.media.exercise .media-body div .ip-content .ip-content-positioning-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 210px;
  height: 100%;
  width: 100%;
}
@media (max-width: 736px) {
  li.media.exercise .media-body div .ip-content .ip-content-positioning-div {
    margin-top: 10px;
  }
}
li.media.exercise .media-body div .ip-content :-moz-any(.ip-content-positioning-div) {
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: top;
}
li.media.exercise .media-body div .ip-content .ip-attributes-block {
  margin: 0 0 20px 0;
}
li.media.exercise .media-body div .ip-content .ip-attributes-block .ip-attributes {
  float: left;
  min-width: 60px;
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  li.media.exercise .media-body div .ip-content .ip-attributes-block .ip-attributes {
    float: none;
    width: 60px;
    display: inline-block;
  }
}
li.media.exercise .media-body div .ip-content .ip-attributes-block .ip-attributes .btn.selectpicker,
li.media.exercise .media-body div .ip-content .ip-attributes-block .ip-attributes .btn-group.open .btn.dropdown-toggle {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #38bbee;
  text-align: center;
  font-size: 12px;
  color: #fff;
  width: 60px;
  padding: 2px 10px;
  border: none;
  margin: 0;
}
li.media.exercise .media-body div .ip-content .ip-attributes-block .ip-attributes .bootstrap-select.btn-group .btn .caret {
  border-top-color: #fff;
  right: 5px;
}
li.media.exercise .media-body div .ip-content .ip-attributes-block .ip-attributes .bootstrap-select.btn-group.dropup .caret {
  border-top-color: transparent;
  border-bottom-color: #fff;
}
li.media.exercise .media-body div .ip-content .ip-attributes-block .ip-attributes .dropdown-menu.open,
li.media.exercise .media-body div .ip-content .ip-attributes-block .ip-attributes .dropdown-menu.open li a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #ddf0fa;
  width: 80px;
}
li.media.exercise .media-body div .ip-content .ip-attributes-block .ip-attributes .btn.dropdown-toggle .filter-option {
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
}
li.media.exercise .media-body div .ip-content .ip-attributes-block .ip-attributes .dropdown-menu.open {
  margin-left: -10px;
}
li.media.exercise .media-body div .ip-content .ip-attributes-block .ip-attributes .dropdown-menu li:hover a,
li.media.exercise .media-body div .ip-content .ip-attributes-block .ip-attributes .dropdown-menu li.selected a {
  background: #38bbee;
  color: #fff;
}
li.media.exercise .media-body div .ip-content .ip-attributes-block .ip-attributes:last-child {
  margin-right: 0;
}
li.media.exercise .media-body div .ip-content .exercise-content {
  padding: 4px;
  margin: 0;
}
li.media.exercise .media-body div .ip-content .exercise-content ul {
  padding: 0;
  margin-left: 0;
}
li.media.exercise .media-body div .ip-content .ip-media-buttons {
  margin-top: auto;
  width: 100%;
}
.left-block-additional-buttons {
  text-align: right;
  margin: 0;
  padding: 5px 0;
  font-size: 13px;
}
.left-block-additional-buttons a {
  color: #08c;
  margin-right: 1px;
}
.left-block-additional-buttons button.close {
  color: #08c;
  opacity: 1;
  font-size: 13px;
  font-weight: normal;
  height: 8px;
  margin: 0;
  padding: 0;
  width: 50px;
  white-space: nowrap;
}
@media (max-width: 736px) {
  .left-block-additional-buttons button.close {
    width: 16.12903226%;
    display: inline-block;
    float: left;
  }
}
.left-block-additional-buttons span {
  margin: 5px 0 0;
  display: inline-block;
}
@media (max-width: 736px) {
  .span12.ip-block {
    width: 95%;
    margin: 0 auto !important;
  }
}
.comment-block,
.therapist-comment-block {
  margin-top: 20px;
}
.more-rehab-plans,
.current-rehab-plan {
  overflow-y: auto;
  color: #0579b8 !important;
  font-size: 16px !important;
  line-height: 20px;
}
.more-rehab-plans a,
.current-rehab-plan a {
  color: #0579b8 !important;
  text-decoration: underline;
}
.more-rehab-plans {
  margin-top: 35px;
}

.mpr-tooltip {
  position: relative;
}
.mpr-tooltip .tooltiptext {
  display: none;
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  font-size: 12px;
}
.mpr-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}
.mpr-tooltip .tooltiptext.right {
  top: -5px;
  left: 105%;
}
.mpr-tooltip .tooltiptext.right::after {
  top: 50%;
  right: 100%;
  /* To the left of the tooltip */
  border-color: transparent black transparent transparent;
  margin-top: -5px;
}
.mpr-tooltip .tooltiptext.left {
  top: -5px;
  right: 105%;
}
.mpr-tooltip .tooltiptext.left::after {
  top: 50%;
  left: 100%;
  /* To the right of the tooltip */
  border-color: transparent transparent transparent black;
  margin-top: -5px;
}
.mpr-tooltip .tooltiptext.top {
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}
.mpr-tooltip .tooltiptext.top::after {
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  border-color: black transparent transparent transparent;
  margin-left: -5px;
}
.mpr-tooltip .tooltiptext.bottom {
  top: 100%;
  left: 50%;
  margin-left: -60px;
}
.mpr-tooltip .tooltiptext.bottom::after {
  bottom: 100%;
  /* At the top of the tooltip */
  left: 50%;
  border-color: transparent transparent black transparent;
  margin-left: -5px;
}
.mpr-tooltip:hover .tooltiptext {
  visibility: visible;
  display: initial;
}
[data-mpr-tooltip] {
  position: relative;
}
[data-mpr-tooltip]:hover:before {
  visibility: visible;
  display: initial;
}
[data-mpr-tooltip]:before {
  content: attr(data-mpr-tooltip);
  display: none;
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  font-size: 12px;
  width: fit-content;
  white-space: nowrap;
}
[data-mpr-tooltip]:before::after {
  content: "";
  position: absolute;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}
[data-mpr-tooltip][data-mpr-tooltip-top]:before {
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}
[data-mpr-tooltip][data-mpr-tooltip-top]::after {
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  border-color: black transparent transparent transparent;
  margin-left: -5px;
}
[data-mpr-tooltip][data-mpr-tooltip-right]:before {
  top: -5px;
  left: 105%;
}
[data-mpr-tooltip][data-mpr-tooltip-right]::after {
  top: 50%;
  right: 100%;
  /* To the left of the tooltip */
  border-color: transparent black transparent transparent;
  margin-top: -5px;
}
[data-mpr-tooltip][data-mpr-tooltip-bottom]:before {
  top: 100%;
  left: 50%;
  margin-left: -60px;
}
[data-mpr-tooltip][data-mpr-tooltip-bottom]::after {
  bottom: 100%;
  /* At the top of the tooltip */
  left: 50%;
  border-color: transparent transparent black transparent;
  margin-left: -5px;
}
[data-mpr-tooltip][data-mpr-tooltip-left]:before {
  top: -5px;
  right: 105%;
}
[data-mpr-tooltip][data-mpr-tooltip-left]::after {
  top: 50%;
  left: 100%;
  /* To the right of the tooltip */
  border-color: transparent transparent transparent black;
  margin-top: -5px;
}

.mpr-tag {
  margin-right: 3px;
  margin-bottom: 4px;
  font-size: 12px;
  color: #fff;
  background-color: #3a87ad;
  display: flex;
  flex-direction: row;
  width: fit-content;
  border-radius: 3px;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
}
.mpr-tag.green {
  background-color: #3aad46;
}
.mpr-tag.red {
  background-color: #ad3a3a;
}
.mpr-tag.lime {
  background-color: #69ad3a;
}
.mpr-tag span {
  padding: 1px 5px;
}
.mpr-tag button {
  margin: 0;
  padding: 0 5px 0 1px;
  border: none;
  box-shadow: none;
  text-shadow: none;
  margin-left: 3px;
  color: #fff;
  background-color: initial;
  background-repeat: no-repeat;
  background-image: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.mpr-tag button:hover,
.mpr-tag button:active,
.mpr-tag button:focus {
  background-color: initial;
  background-image: none;
  border: none;
  color: #fff;
}

input.form-control[type="color"] {
  height: 34px;
  width: 50px;
}
input.form-control.invalid {
  border-color: #b94a48;
  -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);
  color: #b94a48;
}

.mpr-button-input {
  display: flex;
  flex-direction: row;
  margin-top: 4px;
}
.mpr-button-input input.form-control {
  margin-top: 0;
  border-radius: 4px 0 0 4px;
}
.mpr-button-input button {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
}
.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}
.custom-select .select-selected {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #38bbee;
  text-align: center;
  font-size: 12px;
  color: #fff;
  width: 60px;
  border: none;
  margin: 0;
  box-sizing: border-box;
  padding-right: 5px;
  /*style the arrow inside the select element:*/
  /*point the arrow upwards when the select box is open (active):*/
}
.custom-select .select-selected:after {
  position: absolute;
  content: "";
  top: 8px;
  right: 4px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #fff transparent transparent transparent;
}
.custom-select .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 4px;
}
.custom-select .select-items div,
.custom-select .select-selected {
  color: #ffffff;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
.custom-select .select-items {
  position: absolute;
  background-color: #38bbee;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.custom-select .select-hide {
  display: none;
}
.custom-select .select-items div:hover,
.custom-select .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


.date-select #expiration_date-day,
.date-select #date-day {
  max-width: 61px;
}
.date-select #date-month {
  max-width: 115px;
}
.date-select #expiration_date-year,
.date-select #date-year {
  max-width: 77px;
}

.time-select select {
  padding-left: 0;
  width: 50px;
}

.clearable-input {
  position: relative;
}
.clearable-input input {
  width: 100%;
  padding-right: 20px !important;
}
.clearable-input button {
  margin-left: -19px;
  top: 0;
  height: 30px;
  right: 5px;
  width: 14px;
  background-size: 14px;
  background-repeat: no-repeat;
  border: 0;
  background-color: transparent;
  left: auto;
  padding: 0;
  cursor: pointer;
}

/** Trumbowyg v2.25.1 - A lightweight WYSIWYG editor - alex-d.github.io/Trumbowyg - License MIT - Author : Alexandre Demode (Alex-D) / alex-d.fr */
#trumbowyg-icons,
#trumbowyg-icons svg {
  height: 0;
  width: 0;
}
#trumbowyg-icons {
  overflow: hidden;
  visibility: hidden;
}
.trumbowyg-box *,
.trumbowyg-box ::after,
.trumbowyg-box ::before,
.trumbowyg-modal *,
.trumbowyg-modal ::after,
.trumbowyg-modal ::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.trumbowyg-box svg,
.trumbowyg-modal svg {
  width: 17px;
  height: 100%;
  fill: #222;
}
.trumbowyg-box,
.trumbowyg-editor {
  display: block;
  position: relative;
  border: 1px solid #DDD;
  width: 100%;
  min-height: 300px;
}
.trumbowyg-box .trumbowyg-editor {
  margin: 0 auto;
}
.trumbowyg-box.trumbowyg-fullscreen {
  background: #FEFEFE;
  border: none !important;
}
.trumbowyg-editor,
.trumbowyg-textarea {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  min-height: 300px;
  width: 100%;
  border-style: none;
  resize: none;
  outline: 0;
  overflow: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.trumbowyg-editor.trumbowyg-autogrow-on-enter,
.trumbowyg-textarea.trumbowyg-autogrow-on-enter {
  -webkit-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
.trumbowyg-box-blur .trumbowyg-editor *,
.trumbowyg-box-blur .trumbowyg-editor::before {
  color: transparent!important;
  text-shadow: 0 0 7px #333;
}
@media screen and (min-width: 0 \0) {
  .trumbowyg-box-blur .trumbowyg-editor *,
  .trumbowyg-box-blur .trumbowyg-editor::before {
    color: rgba(200, 200, 200, 0.6) !important;
  }
}
@supports (-ms-accelerator:true) {
  .trumbowyg-box-blur .trumbowyg-editor *,
  .trumbowyg-box-blur .trumbowyg-editor::before {
    color: rgba(200, 200, 200, 0.6) !important;
  }
}
.trumbowyg-box-blur .trumbowyg-editor hr,
.trumbowyg-box-blur .trumbowyg-editor img {
  opacity: 0.2;
}
.trumbowyg-textarea {
  position: relative;
  display: block;
  overflow: auto;
  border: none;
  font-size: 14px;
  font-family: Inconsolata, Consolas, Courier, "Courier New", sans-serif;
  line-height: 18px;
}
.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
  height: 1px!important;
  width: 25%;
  min-height: 0!important;
  padding: 0!important;
  background: 0 0;
  opacity: 0 !important;
}
.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
  display: block;
  margin-bottom: 1px;
}
.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor {
  display: none;
}
.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea {
  opacity: 0.8;
  background: 0 0;
}
.trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before {
  content: attr(placeholder);
  color: #999;
  pointer-events: none;
  white-space: break-spaces;
}
.trumbowyg-button-pane {
  width: 100%;
  min-height: 36px;
  background: #ecf0f1;
  border-bottom: 1px solid #d7e0e2;
  margin: 0;
  padding: 0 5px;
  position: relative;
  list-style-type: none;
  line-height: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 11;
}
.trumbowyg-button-pane::after {
  content: " ";
  display: block;
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #d7e0e2;
}
.trumbowyg-button-pane .trumbowyg-button-group {
  display: inline-block;
}
.trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
  color: transparent;
}
.trumbowyg-button-pane .trumbowyg-button-group::after {
  content: " ";
  display: inline-block;
  width: 1px;
  background: #d7e0e2;
  margin: 0 5px;
  height: 35px;
  vertical-align: top;
}
.trumbowyg-button-pane .trumbowyg-button-group:last-child::after {
  content: none;
}
.trumbowyg-button-pane button {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  padding: 1px 6px!important;
  margin-bottom: 1px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: 0 0;
  vertical-align: middle;
  -webkit-transition: background-color 150ms, opacity 150ms;
  -o-transition: background-color 150ms, opacity 150ms;
  transition: background-color 150ms, opacity 150ms;
}
.trumbowyg-button-pane button.trumbowyg-textual-button {
  width: auto;
  line-height: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.trumbowyg-button-pane button.trumbowyg-disable,
.trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-active),
.trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button) {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}
.trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before,
.trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group::before {
  background: #e3e9eb;
}
.trumbowyg-button-pane button.trumbowyg-active,
.trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
.trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
  background-color: #FFF;
  outline: 0;
}
.trumbowyg-button-pane .trumbowyg-open-dropdown::after {
  display: block;
  content: " ";
  position: absolute;
  top: 25px;
  right: 3px;
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-top-color: #555;
}
.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button {
  padding-left: 10px!important;
  padding-right: 18px !important;
}
.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button::after {
  top: 17px;
  right: 7px;
}
.trumbowyg-button-pane .trumbowyg-right {
  float: right;
}
.trumbowyg-dropdown {
  max-width: 300px;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: nowrap;
  border: 1px solid #ecf0f1;
  padding: 5px 0;
  border-top: none;
  background: #FFF;
  margin-left: -1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
  z-index: 12;
}
.trumbowyg-dropdown button {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  background: #FFF;
  padding: 0 20px 0 10px;
  color: #333 !important;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}
.trumbowyg-dropdown button:focus,
.trumbowyg-dropdown button:hover {
  background: #ecf0f1;
}
.trumbowyg-dropdown button svg {
  float: left;
  margin-right: 14px;
}
.trumbowyg-modal {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 520px;
  width: 100%;
  height: 350px;
  z-index: 12;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.trumbowyg-modal-box {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 500px;
  width: calc(100% - 20px);
  padding-bottom: 45px;
  z-index: 1;
  background-color: #FFF;
  text-align: center;
  font-size: 14px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.trumbowyg-modal-box .trumbowyg-modal-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 15px 0 13px;
  display: block;
  border-bottom: 1px solid #EEE;
  color: #333;
  background: #fbfcfc;
}
.trumbowyg-modal-box .trumbowyg-progress {
  width: 100%;
  height: 3px;
  position: absolute;
  top: 58px;
}
.trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
  background: #2BC06A;
  width: 0;
  height: 100%;
  -webkit-transition: width 150ms linear;
  -o-transition: width 150ms linear;
  transition: width 150ms linear;
}
.trumbowyg-modal-box .trumbowyg-input-row {
  position: relative;
  margin: 15px 12px;
  border: 1px solid #DEDEDE;
  overflow: hidden;
}
.trumbowyg-modal-box .trumbowyg-input-infos {
  text-align: left;
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
  width: 150px;
  border-right: 1px solid #DEDEDE;
  padding: 0 7px;
  background-color: #fbfcfc;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.trumbowyg-modal-box .trumbowyg-input-infos label {
  color: #69878f;
  overflow: hidden;
}
.trumbowyg-modal-box .trumbowyg-input-infos label,
.trumbowyg-modal-box .trumbowyg-input-infos label span {
  display: block;
  height: 27px;
  line-height: 27px;
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}
.trumbowyg-modal-box .trumbowyg-input-infos .trumbowyg-msg-error {
  color: #e74c3c;
}
.trumbowyg-modal-box .trumbowyg-input-html {
  padding: 1px 1px 1px 152px;
}
.trumbowyg-modal-box .trumbowyg-input-html,
.trumbowyg-modal-box .trumbowyg-input-html input,
.trumbowyg-modal-box .trumbowyg-input-html select,
.trumbowyg-modal-box .trumbowyg-input-html textarea {
  font-size: 14px;
}
.trumbowyg-modal-box .trumbowyg-input-html input,
.trumbowyg-modal-box .trumbowyg-input-html select,
.trumbowyg-modal-box .trumbowyg-input-html textarea {
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
  height: 27px;
  line-height: 27px;
  border: 0;
  width: 100%;
  padding: 0 7px;
}
.trumbowyg-modal-box .trumbowyg-input-html input:focus,
.trumbowyg-modal-box .trumbowyg-input-html input:hover,
.trumbowyg-modal-box .trumbowyg-input-html select:focus,
.trumbowyg-modal-box .trumbowyg-input-html select:hover,
.trumbowyg-modal-box .trumbowyg-input-html textarea:focus,
.trumbowyg-modal-box .trumbowyg-input-html textarea:hover {
  outline: #95a5a6 solid 1px;
}
.trumbowyg-modal-box .trumbowyg-input-html input:focus,
.trumbowyg-modal-box .trumbowyg-input-html select:focus,
.trumbowyg-modal-box .trumbowyg-input-html textarea:focus {
  background: #fbfcfc;
}
.trumbowyg-modal-box .trumbowyg-input-html input[type=checkbox] {
  width: 16px;
  height: 16px;
  padding: 0;
}
.trumbowyg-modal-box .trumbowyg-input-html-with-checkbox {
  text-align: left;
  padding: 3px 1px 1px 3px;
}
.trumbowyg-modal-box .trumbowyg-input-error input,
.trumbowyg-modal-box .trumbowyg-input-error select,
.trumbowyg-modal-box .trumbowyg-input-error textarea {
  outline: #e74c3c solid 1px;
}
.trumbowyg-modal-box .trumbowyg-input-error .trumbowyg-input-infos label span:first-child {
  margin-top: -27px;
}
.trumbowyg-modal-box .error {
  margin-top: 25px;
  display: block;
  color: red;
}
.trumbowyg-modal-box .trumbowyg-modal-button {
  position: absolute;
  bottom: 10px;
  right: 0;
  text-decoration: none;
  color: #FFF;
  display: block;
  width: 100px;
  height: 35px;
  line-height: 33px;
  margin: 0 10px;
  background-color: #333;
  border: none;
  cursor: pointer;
  font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
  font-size: 16px;
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
  right: 110px;
  background: #2bc06a;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus,
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover {
  background: #40d47e;
  outline: 0;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
  background: #25a25a;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
  color: #555;
  background: #e6e6e6;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus,
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover {
  background: #fbfbfb;
  outline: 0;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
  background: #d5d5d5;
}
.trumbowyg-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 100%;
  left: 0;
  display: none;
  top: 0;
  z-index: 10;
}
body.trumbowyg-body-fullscreen {
  overflow: hidden;
}
.trumbowyg-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 99999;
}
.trumbowyg-fullscreen .trumbowyg-editor,
.trumbowyg-fullscreen.trumbowyg-box {
  border: none;
}
.trumbowyg-fullscreen .trumbowyg-editor,
.trumbowyg-fullscreen .trumbowyg-textarea {
  height: calc(100% - 37px) !important;
  overflow: auto;
}
.trumbowyg-fullscreen .trumbowyg-overlay {
  height: 100% !important;
}
.trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
  color: #222;
  fill: transparent;
}
.trumbowyg-editor embed,
.trumbowyg-editor img,
.trumbowyg-editor object,
.trumbowyg-editor video {
  max-width: 100%;
}
.trumbowyg-editor img,
.trumbowyg-editor video {
  height: auto;
}
.trumbowyg-editor img {
  cursor: move;
}
.trumbowyg-editor canvas:focus {
  outline: 0;
}
.trumbowyg-editor.trumbowyg-reset-css {
  background: #FEFEFE !important;
  font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
  font-size: 14px!important;
  line-height: 1.45em !important;
  color: #333;
}
.trumbowyg-editor.trumbowyg-reset-css a {
  color: #15c !important;
  text-decoration: underline !important;
}
.trumbowyg-editor.trumbowyg-reset-css blockquote,
.trumbowyg-editor.trumbowyg-reset-css div,
.trumbowyg-editor.trumbowyg-reset-css ol,
.trumbowyg-editor.trumbowyg-reset-css p,
.trumbowyg-editor.trumbowyg-reset-css ul {
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  background: 0 0!important;
  margin: 0 0 15px!important;
  line-height: 1.4em !important;
  font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
  font-size: 14px!important;
  border: none;
}
.trumbowyg-editor.trumbowyg-reset-css hr,
.trumbowyg-editor.trumbowyg-reset-css iframe,
.trumbowyg-editor.trumbowyg-reset-css object {
  margin-bottom: 15px !important;
}
.trumbowyg-editor.trumbowyg-reset-css blockquote {
  margin-left: 32px!important;
  font-style: italic!important;
  color: #555;
}
.trumbowyg-editor.trumbowyg-reset-css ul {
  list-style: disc;
}
.trumbowyg-editor.trumbowyg-reset-css ol {
  list-style: decimal;
}
.trumbowyg-editor.trumbowyg-reset-css ol,
.trumbowyg-editor.trumbowyg-reset-css ul {
  padding-left: 20px !important;
}
.trumbowyg-editor.trumbowyg-reset-css ol ol,
.trumbowyg-editor.trumbowyg-reset-css ol ul,
.trumbowyg-editor.trumbowyg-reset-css ul ol,
.trumbowyg-editor.trumbowyg-reset-css ul ul {
  border: none;
  margin: 2px!important;
  padding: 0 0 0 24px !important;
}
.trumbowyg-editor.trumbowyg-reset-css hr {
  display: block;
  height: 1px;
  border: none;
  border-top: 1px solid #CCC;
}
.trumbowyg-editor.trumbowyg-reset-css h1,
.trumbowyg-editor.trumbowyg-reset-css h2,
.trumbowyg-editor.trumbowyg-reset-css h3,
.trumbowyg-editor.trumbowyg-reset-css h4 {
  color: #111;
  background: 0 0;
  margin: 0!important;
  padding: 0!important;
  font-weight: 700;
}
.trumbowyg-editor.trumbowyg-reset-css h1 {
  font-size: 32px!important;
  line-height: 38px!important;
  margin-bottom: 20px !important;
}
.trumbowyg-editor.trumbowyg-reset-css h2 {
  font-size: 26px!important;
  line-height: 34px!important;
  margin-bottom: 15px !important;
}
.trumbowyg-editor.trumbowyg-reset-css h3 {
  font-size: 22px!important;
  line-height: 28px!important;
  margin-bottom: 7px !important;
}
.trumbowyg-editor.trumbowyg-reset-css h4 {
  font-size: 16px!important;
  line-height: 22px!important;
  margin-bottom: 7px !important;
}
.trumbowyg-dark .trumbowyg-textarea {
  background: #111;
  color: #ddd;
}
.trumbowyg-dark .trumbowyg-box {
  border: 1px solid #343434;
}
.trumbowyg-dark .trumbowyg-box.trumbowyg-fullscreen {
  background: #111;
}
.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,
.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
  text-shadow: 0 0 7px #ccc;
}
@media screen and (min-width: 0 \0) {
  .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,
  .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
    color: rgba(20, 20, 20, 0.6) !important;
  }
}
@supports (-ms-accelerator:true) {
  .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,
  .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
    color: rgba(20, 20, 20, 0.6) !important;
  }
}
.trumbowyg-dark .trumbowyg-box svg {
  fill: #ecf0f1;
  color: #ecf0f1;
}
.trumbowyg-dark .trumbowyg-button-pane {
  background-color: #222;
  border-bottom-color: #343434;
}
.trumbowyg-dark .trumbowyg-button-pane::after {
  background: #343434;
}
.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty)::after {
  background-color: #343434;
}
.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg {
  color: transparent;
}
.trumbowyg-dark .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::after {
  background-color: #2a2a2a;
}
.trumbowyg-dark .trumbowyg-button-pane button.trumbowyg-active,
.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
  background-color: #333;
}
.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-open-dropdown::after {
  border-top-color: #fff;
}
.trumbowyg-dark .trumbowyg-fullscreen .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg {
  color: #ecf0f1;
  fill: transparent;
}
.trumbowyg-dark .trumbowyg-dropdown {
  border-color: #222;
  background: #333;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
}
.trumbowyg-dark .trumbowyg-dropdown button {
  background: #333;
  color: #fff !important;
}
.trumbowyg-dark .trumbowyg-dropdown button:focus,
.trumbowyg-dark .trumbowyg-dropdown button:hover {
  background: #222;
}
.trumbowyg-dark .trumbowyg-modal-box {
  background-color: #222;
}
.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-title {
  border-bottom: 1px solid #555;
  color: #fff;
  background: #3c3c3c;
}
.trumbowyg-dark .trumbowyg-modal-box label {
  display: block;
  position: relative;
  margin: 15px 12px;
  height: 27px;
  line-height: 27px;
  overflow: hidden;
}
.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span {
  color: #eee;
  background-color: #2f2f2f;
  border-color: #222;
}
.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
  color: #e74c3c;
}
.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error input,
.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error textarea {
  border-color: #e74c3c;
}
.trumbowyg-dark .trumbowyg-modal-box label input {
  border-color: #222;
  color: #eee;
  background: #333;
}
.trumbowyg-dark .trumbowyg-modal-box label input:focus,
.trumbowyg-dark .trumbowyg-modal-box label input:hover {
  border-color: #626262;
}
.trumbowyg-dark .trumbowyg-modal-box label input:focus {
  background-color: #2f2f2f;
}
.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
  background: #1b7943;
}
.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus,
.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover {
  background: #25a25a;
}
.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
  background: #176437;
}
.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
  background: #333;
  color: #ccc;
}
.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus,
.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover {
  background: #444;
}
.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
  background: #111;
}
.trumbowyg-dark .trumbowyg-overlay {
  background-color: rgba(15, 15, 15, 0.6);
}

.mpr-wysiwyg .trumbowyg-box,
.mpr-wysiwyg .trumbowyg-editor {
  border: none;
  min-height: initial;
  margin-top: 3px;
}
.mpr-wysiwyg .trumbowyg-button-pane::after {
  content: none;
}
.mpr-wysiwyg .trumbowyg-button-pane {
  background: none;
  border: none;
}
.mpr-wysiwyg li {
  list-style: url(assets/965e5fd582b485698a1e.gif) outside;
  padding: 0.5em 1em 0 0;
  margin: 0 0 0 1em;
  font-size: 13px;
  line-height: 14px;
  color: black;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mpr-wysiwyg .trumbowyg-editor[contenteditable] {
  min-height: 75px;
  width: 100%;
  -moz-appearance: textfield-multiline;
  border: 1px solid #ccc;
  font: medium -moz-fixed;
  overflow: auto;
  padding: 10px;
  resize: none;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  -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 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-radius: 4px;
  font-size: 13px;
}

.date-control {
  display: flex;
  flex-direction: row;
}

.mpr-tags-input {
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
.mpr-tags-input .existing-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.vote-buttons .btn-thumb {
  max-height: 22px;
  white-space: nowrap;
  min-width: 60px;
  position: relative;
  text-align: right;
}
.vote-buttons .btn-thumb:before {
  content: ' ';
  background: url(assets/b62de03ca4a24100f9ae.png) no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 3px;
  top: 1px;
}
.vote-buttons .btn-thumb.sprite-like:before {
  background-position: -39px -69px;
}
.vote-buttons .btn-thumb.sprite-like-green:before {
  background-position: -40px -103px;
}
.vote-buttons .btn-thumb.sprite-dislike-red:before {
  background-position: -63px -5px;
}
.vote-buttons .btn-thumb.sprite-dislike-red:before {
  background-position: -63px -5px;
}
.vote-buttons .btn-thumb.sprite-dislike:before {
  background-position: -35px -5px;
}

.mpr-drop-down__result {
  position: relative;
}
.mpr-drop-down__result-wrapper {
  background-color: white;
  top: 0;
  left: 0;
  max-height: 150px;
  overflow-y: auto;
  position: absolute;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  max-width: 100%;
  z-index: 1000000;
}
.mpr-drop-down__result-row {
  padding: 3px 10px;
  cursor: pointer;
}
.mpr-drop-down__result-row:hover {
  background-color: rgba(195, 234, 249, 0.5);
}

.mpr-checkbox {
  /* Customize the label (the container) */
}
.mpr-checkbox__container {
  line-height: 25px;
  display: block;
  min-height: 25px;
  align-items: center;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.mpr-checkbox__container .input-placement {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.mpr-checkbox__container .checkmark {
  margin-left: 10px;
  position: absolute;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.mpr-checkbox__container:hover input ~ .checkmark {
  background-color: #ccc;
}
.mpr-checkbox__container input[type="checkbox"] {
  display: none;
  visibility: hidden;
}
.mpr-checkbox__container input:checked ~ .checkmark {
  background-color: #2196f3;
}
.mpr-checkbox__container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.mpr-checkbox__container input:checked ~ .checkmark:after {
  display: block;
}
.mpr-checkbox__container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
.mpr-toast {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 300px;
  z-index: 100500;
}
.mpr-toast .toast-block {
  width: 100%;
  min-height: 50px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 5px 0;
  cursor: pointer;
}
.mpr-toast .toast-block.success {
  color: #61bd4f;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}
.mpr-toast .toast-block.error {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}
.mpr-toast .toast-block.warning {
  color: #c09853;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
}
.mpr-toast .toast-block.info {
  color: #3a87ad;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
}
@media (max-width: 428px) {
  .mpr-toast {
    bottom: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
  }
  .mpr-toast .toast-block {
    margin-bottom: 0;
  }
}

.search-field {
  max-width: 230px;
  width: 100%;
  display: block !important;
}
.search-field form {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.search-field form input {
  width: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search-field form button.search {
  border-radius: 0;
}
.search-field form button.clear {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.opbar {
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  padding: 8px 15px;
  margin: 0 0 10px;
  background-color: #f5f5f5;
  align-items: center;
}
.opbar.compact {
  flex-wrap: wrap;
}
.opbar ul {
  display: flex;
  flex-direction: row;
}
.opbar ul li:not(:first-child) {
  list-style-type: ' >> ';
  margin-left: 25px;
}
.opbar > .active {
  color: #999;
}
.opbar .options-bar-title {
  max-width: 85%;
  min-width: 30%;
}
.opbar .ops-bar {
  position: relative;
}
.opbar .ops-bar.compact .btn-group {
  position: absolute;
  top: 22px;
  right: -24px;
  z-index: 10000;
  opacity: 1;
  background: white;
  box-shadow: 3px 3px 15px #969696;
  display: none;
}
.opbar .ops-bar.compact .btn-group.opened {
  display: block;
}
.opbar .ops-bar.compact .btn {
  display: block !important;
  width: 100%;
  border-radius: 0 !important;
}
.opbar .ops-bar.compact .breadcrumb-actions-link {
  display: block;
  border: 1px solid #aaaaaa;
  text-align: center;
  text-decoration: none;
  background: #d8d8d8;
  border-radius: 3px;
  color: #4d4747;
  font-weight: bold;
  font-size: 14px;
  width: 75px;
  right: 9px;
  top: 7px;
}
.opbar .breadcrumb-actions-link {
  display: none;
}

.input-append > div {
  display: flex;
  flex-direction: row;
}
.input-append > div input {
  width: 115px;
  max-width: none !important;
}
.input-append > div button {
  position: relative !important;
}

.multi-selector {
  padding: 5px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
}
.multi-selector .selected-items__block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

