/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**
 * selectize.default.css (v0.12.1) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #ffffff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.7.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chosen-container * {
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/Styles/vendor/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/Styles/vendor/chosen-sprite.png") no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("/Styles/vendor/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 0;
  width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.6);
  background-color: rgba(255, 255, 255, 0.9);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  font-size: 16px;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  width: 100%;
}
.chosen-container-multi .chosen-choices li.search-field input.default {
  width: auto !important;
  min-width: 85%;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 32px;
  padding-left: 7px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 16px;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0;
  padding: 5px 22px 5px 7px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
  max-width: 100%;
  border-radius: 1px;
  background-color: transparent;
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 6px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/Styles/vendor/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("/Styles/vendor/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("/Styles/vendor/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hidden {
  display: none !important;
}
.pagination {
  list-style: none;
  margin: 0;
  margin-top: 10px;
  text-align: center;
  padding: 0;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  display: block;
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #ddd;
}
.pagination li.active a {
  background-color: #111;
  color: white;
  border: 1px solid #111;
}
.pagination a:hover:not(.active) {
  background-color: #ddd;
}
.pagination a:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination a:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  background-color: #21aae7;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-primary {
  background-color: #4fbcec;
}
.btn-primary.red {
  background-color: #d9534f;
}
@font-face {
  font-family: 'icomoon';
  src: url('/public/fonts/icomoon.eot?-7fzhtl');
  src: url('/Styles/osa/app/fonts/icomoon.eot?#iefix-7fzhtl') format('embedded-opentype'), url('/public/fonts/icomoon.ttf?-7fzhtl') format('truetype'), url('/public/fonts/icomoon.woff?-7fzhtl') format('woff'), url('/public/fonts/icomoon.svg?-7fzhtl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e600";
}
.icon-office:before {
  content: "\e601";
}
.icon-pencil:before {
  content: "\e602";
}
.icon-camera:before {
  content: "\e619";
}
.icon-book:before {
  content: "\e625";
}
.icon-profile:before {
  content: "\e603";
}
.icon-paste:before {
  content: "\e626";
}
.icon-folder-plus:before {
  content: "\e604";
}
.icon-folder-download:before {
  content: "\e605";
}
.icon-price-tag:before {
  content: "\e606";
}
.icon-phone:before {
  content: "\e607";
}
.icon-address-book:before {
  content: "\e608";
}
.icon-envelop:before {
  content: "\e609";
}
.icon-location2:before {
  content: "\e60a";
}
.icon-calendar:before {
  content: "\e60b";
}
.icon-floppy-disk:before {
  content: "\e61a";
}
.icon-forward:before {
  content: "\e621";
}
.icon-bubble:before {
  content: "\e60c";
}
.icon-user:before {
  content: "\e60d";
}
.icon-users:before {
  content: "\e60e";
}
.icon-user-tie:before {
  content: "\e616";
}
.icon-spinner4:before {
  content: "\e60f";
}
.icon-search:before {
  content: "\e617";
}
.icon-cog:before {
  content: "\e610";
}
.icon-stats-dots:before {
  content: "\e614";
}
.icon-bin:before {
  content: "\e620";
}
.icon-briefcase:before {
  content: "\e611";
}
.icon-switch:before {
  content: "\e615";
}
.icon-clipboard:before {
  content: "\e612";
}
.icon-list2:before {
  content: "\e627";
}
.icon-link:before {
  content: "\e613";
}
.icon-eye:before {
  content: "\e622";
}
.icon-plus:before {
  content: "\e618";
}
.icon-minus:before {
  content: "\e61b";
}
.icon-blocked:before {
  content: "\e61c";
}
.icon-cross:before {
  content: "\e61d";
}
.icon-checkmark:before {
  content: "\e61e";
}
.icon-checkmark2:before {
  content: "\e61f";
}
.icon-arrow-up:before {
  content: "\e629";
}
.icon-arrow-right:before {
  content: "\e623";
}
.icon-arrow-down:before {
  content: "\e62a";
}
.icon-bold:before {
  content: "\e628";
}
.icon-lock:before {
  content: "\e624";
}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/public/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('/public/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('/public/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('/public/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('/public/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('/public/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 'FontAwesome';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background-color: #e6e5e3;
  font-size: 14px;
  font-family: "proxima-nova", sans-serif;
}
a,
a.highlight {
  text-decoration: none;
  color: #111;
}
a:hover {
  color: #55bd70;
  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}
.validation-summary {
  background-color: #f2dede;
  color: #a94442;
  border-color: #e4b9b9;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.validation-summary h4 {
  margin: 0;
  font-weight: 600;
  margin-bottom: 5px;
}
.validation-summary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.validation-summary-wrapper {
  margin-left: 40px;
  margin-bottom: 20px;
}
.field-validation-error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #e4b9b9;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.field-validation-error h4 {
  margin: 0;
  font-weight: 600;
  margin-bottom: 5px;
}
.field-validation-error ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cl {
  clear: both;
  line-height: 0px;
}
h1 {
  font-weight: 300;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 30px;
  font-size: 2.5em;
}
h1 span {
  font-weight: 600;
  padding-right: 30px;
  color: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 768px) {
  h1 span {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 1.8em;
  }
}
h1.outsidebox {
  margin-left: 30px;
  margin-bottom: -80px;
}
@media only screen and (max-width: 768px) {
  h1.outsidebox {
    margin-bottom: 0;
    margin-left: 20px;
  }
}
h1.noBottomMargin {
  margin-bottom: 0;
}
h2 {
  font-weight: 300;
  text-transform: uppercase;
  color: #444444;
  margin-top: 0px;
  font-size: 2em;
  margin-bottom: 20px;
}
h2.heading {
  background: #e3e3e3;
  text-align: center;
  padding: 10px;
  font-size: 27px;
  border-radius: 30px;
}
.red {
  color: red;
}
.wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  .wrapper {
    padding: 0 20px;
  }
}
.container {
  padding-bottom: 100px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
::-webkit-input-placeholder {
  color: #ddd;
}
:-moz-placeholder {
  color: #ddd;
}
::-moz-placeholder {
  color: #ddd;
}
:-ms-input-placeholder {
  color: #ddd;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
/** Main Content Blocks **/
.contentblock {
  max-width: 1440px;
  padding: 0px;
}
.contentblock .hasSubNav {
  margin-left: 300px !important;
  padding: 20px 20px;
}
@media only screen and (max-width: 768px) {
  .contentblock .hasSubNav {
    margin-left: 20px !important;
  }
}
.contentblock .hasSubNav:before,
.contentblock .hasSubNav:after {
  content: " ";
  display: table;
}
.contentblock .hasSubNav:after {
  clear: both;
}
.contentblock .hasSubNav:before,
.contentblock .hasSubNav:after {
  content: " ";
  display: table;
}
.contentblock .hasSubNav:after {
  clear: both;
}
.contentblock .hasSubNav:before,
.contentblock .hasSubNav:after {
  content: " ";
  display: table;
}
.contentblock .hasSubNav:after {
  clear: both;
}
.contentblock .hasSubNav:before,
.contentblock .hasSubNav:after {
  content: " ";
  display: table;
}
.contentblock .hasSubNav:after {
  clear: both;
}
.contentblock .hasSubNav:before,
.contentblock .hasSubNav:after {
  content: " ";
  display: table;
}
.contentblock .hasSubNav:after {
  clear: both;
}
.contentblock .hasToolsNav {
  margin-right: 350px !important;
}
@media only screen and (max-width: 768px) {
  .contentblock .hasToolsNav {
    margin-right: 20px !important;
  }
}
.contentblock .inner {
  padding: 30px 50px;
  margin: 20px 20px 0 20px;
  background: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 7px 6px 23px -10px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 7px 6px 23px -10px rgba(0, 0, 0, 0.21);
  box-shadow: 7px 6px 23px -10px rgba(0, 0, 0, 0.21);
}
.contentblock .inner .logo {
  max-width: 15%;
}
@media only screen and (max-width: 950px) {
  .contentblock .inner {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .contentblock .inner {
    padding: 30px 20px;
  }
}
.contentblock .inner .actions {
  min-height: 50px;
  padding: 0;
}
.contentblock .inner label {
  display: block;
  color: #646464;
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 12px;
}
.contentblock .inner label.check {
  color: #1d1d1b;
}
.contentblock .inner .row .field .value {
  font-size: 1.3em;
  font-weight: 500;
  color: #444444;
  margin-bottom: 20px;
}
.contentblock .inner .row .field .selectize-control {
  max-width: 90%;
  margin-bottom: 15px;
}
.contentblock .inner .row .field .selectize-input {
  box-shadow: none;
  background: #fafafa;
  border-radius: 0px;
  padding: 10px;
}
.contentblock .inner .row .field .selectize-control.multi .selectize-input [data-value] {
  background: #72685e;
  border-radius: 2px;
}
.contentblock .inner .row .field .selectize-control.multi .selectize-input > div {
  border: #72685e;
}
.contentblock .inner .row .field .selectize-control.plugin-remove_button [data-value] .remove {
  border-left: #72685e;
}
.contentblock .inner .row .field.right50 {
  margin-right: 50px;
}
.contentblock .inner .row .field.right50 label {
  text-align: right;
}
.contentblock .inner .row .field.right50 .selectize-control {
  float: right;
  min-width: 200px;
  width: 90%;
}
.contentblock .inner .row .field.right50 .selectize-input {
  text-align: right;
}
.contentblock .inner .row .field.grey .selectize-control.multi .selectize-input > div {
  background: #888888;
}
.contentblock .inner .row:before,
.contentblock .inner .row:after {
  content: " ";
  display: table;
}
.contentblock .inner .row:after {
  clear: both;
}
.contentblock .inner .row:before,
.contentblock .inner .row:after {
  content: " ";
  display: table;
}
.contentblock .inner .row:after {
  clear: both;
}
.contentblock .inner .row:before,
.contentblock .inner .row:after {
  content: " ";
  display: table;
}
.contentblock .inner .row:after {
  clear: both;
}
.contentblock .inner .row:before,
.contentblock .inner .row:after {
  content: " ";
  display: table;
}
.contentblock .inner .row:after {
  clear: both;
}
.contentblock .inner .row:before,
.contentblock .inner .row:after {
  content: " ";
  display: table;
}
.contentblock .inner .row:after {
  clear: both;
}
.contentblock .inner .row.create input {
  color: #444444;
  margin-bottom: 25px;
  width: 90%;
  font-size: 1.1em;
  padding: 7px;
  border: 1px solid #e3e3e3;
  background: #f2f2f2;
}
.contentblock .inner .row.create input.error {
  border: 1px solid red !important;
}
.contentblock .inner .row.create select.error {
  border: 1px solid red !important;
}
.contentblock .inner .row.create textarea {
  color: #444444;
  margin-bottom: 25px;
  width: 90%;
  font-size: 1.1em;
  padding: 7px;
  border: 1px solid #e3e3e3;
  background: #f2f2f2;
  height: 200px;
}
.contentblock .inner .row.create textarea.no-height {
  height: unset;
}
.contentblock .inner:before,
.contentblock .inner:after {
  content: " ";
  display: table;
}
.contentblock .inner:after {
  clear: both;
}
.contentblock .inner:before,
.contentblock .inner:after {
  content: " ";
  display: table;
}
.contentblock .inner:after {
  clear: both;
}
.contentblock .inner:before,
.contentblock .inner:after {
  content: " ";
  display: table;
}
.contentblock .inner:after {
  clear: both;
}
.contentblock .inner:before,
.contentblock .inner:after {
  content: " ";
  display: table;
}
.contentblock .inner:after {
  clear: both;
}
.contentblock .inner:before,
.contentblock .inner:after {
  content: " ";
  display: table;
}
.contentblock .inner:after {
  clear: both;
}
.contentblock select,
.contentblock .date-picker {
  color: #444444;
  margin-bottom: 25px;
  width: 90%;
  font-size: 14px;
  -webkit-appearance: none;
  border-radius: 15px;
  padding: 7px;
  border: 1px solid #e3e3e3;
  background: white;
  background-image: url(/public/img/downarrow.svg);
  background-position: right;
  background-repeat: no-repeat;
}
.contentblock .profile {
  max-width: 1400px;
  background: #ffffff;
  margin: 0 auto 20px auto;
  box-shadow: none;
  padding: 20px 20px 0 20px;
}
@media only screen and (min-width: 1440px) {
  .contentblock .profile {
    padding: 20px 0 0 0;
  }
}
.cv-header .cv-avatar {
  float: left;
  width: 90px;
}
.cv-header .cv-avatar img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.cv-header .cv-candid h3 {
  text-transform: uppercase;
  font-size: 20px;
  color: #111;
  margin: 10px 0;
}
.cv-header .cv-candid p {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  color: #888;
}
.cv-header .cv-candid p span {
  display: block;
  font-size: 12px;
}
.side-profile {
  width: auto;
  position: relative;
  margin: 20px;
}
.jobboxed {
  margin-bottom: 30px;
  display: block;
  background: #eeeeee;
  padding: 20px;
  padding-bottom: 20px;
}
.jobboxed h3 {
  color: #888888;
}
.side-profile.boxed {
  color: #1d1d1b;
  display: block;
  background: #ffffff;
  padding: 20px;
  margin-top: 0;
  transition: all .5s ease;
}
.side-profile.boxed label {
  color: #888888;
  text-align: center;
  font-size: 0.9em;
  display: block;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.side-profile.boxed label.smaller {
  padding-top: 20px;
  font-size: 0.8em;
}
.side-profile.boxed label.idNo {
  padding-bottom: 0;
  font-size: 1.42em;
}
.side-profile.boxed h3 {
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}
.side-profile.boxed h3 span {
  color: #888888;
}
.side-profile.left {
  padding: 10px 0px;
  margin-left: 0;
}
.side-profile.left label {
  text-align: left;
}
a.side-profile.boxed:hover {
  background: #ffffff;
}
.Id {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.6em;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
  border-bottom-right-radius: 50%;
  width: 70px;
  left: 0;
  height: 70px;
  line-height: 70px;
  z-index: 7;
  position: absolute;
}
.noimg .Id {
  position: relative;
}
/* fixed bar for saving */
.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 8;
  width: 100%;
}
.fixed .inner {
  max-width: 1400px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 7px -6px 23px -10px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 7px -6px 23px -10px rgba(0, 0, 0, 0.21);
  box-shadow: 7px -6px 23px -10px rgba(0, 0, 0, 0.21);
  padding: 0px 50px;
}
@media only screen and (max-width: 768px) {
  .fixed .inner {
    padding: 0px 20px;
  }
}
.fixed .inner .actions {
  margin-top: 20px;
  margin-bottom: 0px;
}
.top-actions {
  min-height: 61px;
}
@media only screen and (max-width: 768px) {
  .top-actions {
    min-height: 0;
  }
}
.fixed.hide-button {
  display: none;
}
/**Columns **/
.col {
  width: 33%;
  margin-right: 1%;
  float: left;
  margin-bottom: 0px;
}
.col .inner {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 1100px) {
  .col {
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  .col {
    margin-right: 0%;
    width: auto;
    float: none;
  }
}
.col .col-inner {
  padding: 0 15px;
}
.col50 {
  width: 49%;
  margin-right: 1%;
  float: left;
  margin-bottom: 0px;
}
.col50 .inner {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .col50 {
    margin-right: 0%;
    width: auto;
    float: none;
  }
}
.col100 {
  width: 100%;
  margin-right: 1%;
  float: left;
  margin-bottom: 0px;
}
.col100 .inner {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .col100 {
    margin-right: 0%;
    width: auto;
    float: none;
  }
}
.bigcol {
  width: 65%;
  margin-right: 1%;
  float: left;
  margin-bottom: 0px;
}
.bigcol .inner {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 1100px) {
  .bigcol {
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  .bigcol {
    margin-right: 0%;
    width: auto;
    float: none;
  }
}
.bigcol .col-inner {
  padding: 0 15px;
}
.bigcol input.field,
.bigcol textarea.field {
  color: #444444;
  margin-bottom: 25px;
  width: 90%;
  font-size: 1.1em;
  padding: 7px;
  border: 1px solid #e2e2e2 !important;
  background: #f2f2f2;
}
.bigcol textarea {
  /*color: @grey-mid;
        margin-bottom: 25px;
        width: 90%;
        font-size: 1.1em;
        padding: 7px;
        border: 1px solid @grey-light;
        background: @grey-light;*/
  height: 200px;
}
.bigcol textarea.no-height {
  height: unset;
}
.bigcol.offset {
  margin-right: 0%;
  margin-left: 34%;
}
@media only screen and (max-width: 1100px) {
  .bigcol.offset {
    margin-left: 0%;
    width: 99%;
  }
}
@media only screen and (max-width: 768px) {
  .bigcol.offset {
    margin-left: 0%;
    width: auto;
    float: none;
  }
}
.colbreak-breaker {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .colbreak-breaker {
    display: block;
  }
}
.col.borderleft {
  border-left: 1px solid #e6e5e3;
}
@media only screen and (max-width: 768px) {
  .col.borderleft {
    border-left: none;
  }
}
.col.center {
  text-align: center;
}
.thirdcol {
  width: 32%;
  margin-right: 0%;
}
@media only screen and (max-width: 1100px) {
  .thirdcol {
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  .thirdcol {
    margin-right: 0%;
    width: auto;
    float: none;
  }
}
@media only screen and (max-width: 1100px) {
  .widecol {
    width: auto;
    float: none;
    margin-right: 0;
    border-left: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .col.borderleft.widecol {
    border-left: 0;
  }
}
.outerrow {
  margin-left: 20px;
  margin-right: 20px;
}
.outerrow:before,
.outerrow:after {
  content: " ";
  display: table;
}
.outerrow:after {
  clear: both;
}
.outerrow:before,
.outerrow:after {
  content: " ";
  display: table;
}
.outerrow:after {
  clear: both;
}
.outerrow:before,
.outerrow:after {
  content: " ";
  display: table;
}
.outerrow:after {
  clear: both;
}
.outerrow:before,
.outerrow:after {
  content: " ";
  display: table;
}
.outerrow:after {
  clear: both;
}
.outerrow:before,
.outerrow:after {
  content: " ";
  display: table;
}
.outerrow:after {
  clear: both;
}
.profile-info-col {
  position: relative;
  margin-left: 280px;
  padding: 45px 20px 10px 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .profile-info-col {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
  }
}
.left-section {
  width: 220px;
  float: left;
  position: relative;
  margin-left: 40px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .left-section {
    width: auto;
    float: none;
  }
}
/***********/
/***** Tags ******/
ul.tags {
  margin-top: 0;
  margin-bottom: 20px;
  -webkit-padding-start: 0px;
}
ul.tags li {
  display: inline-block;
  background: #eeeeee;
  margin-right: 10px;
  font-size: 0.8em;
  padding: 5px 10px;
  border-radius: 2px;
}
/***********/
/** Full Page Form **/
.fullpageform {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(79, 188, 236, 0.8);
  z-index: 20;
  display: none;
}
.fullpageform #close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 3em;
  color: #ffffff;
}
.fullpageform .inner {
  height: 100px;
  margin-top: -50px;
  top: 50%;
  position: relative;
  width: 100%;
}
.fullpageform .inner ::-webkit-input-placeholder {
  color: #ffffff;
}
.fullpageform .inner :-moz-placeholder {
  color: #ffffff;
}
.fullpageform .inner ::-moz-placeholder {
  color: #ffffff;
}
.fullpageform .inner :-ms-input-placeholder {
  color: #ffffff;
}
.fullpageform .inner select {
  background: transparent;
  border: none;
  padding: 20px 30px;
  outline: none;
  font-size: 3em;
  width: 100%;
  font-weight: 600;
  text-align: center;
  border: 0px;
  height: 110px;
  outline: 0px;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .fullpageform .inner select {
    height: auto;
  }
}
.fullpageform .inner select.selected {
  color: #1d1d1b;
}
.fullpageform .inner select.half {
  width: 40%;
  margin-left: 10%;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .fullpageform .inner select.half {
    font-size: 2em;
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
    margin-top: 30px;
  }
}
.fullpageform .inner select.half1 {
  width: 40%;
  margin-left: 30%;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .fullpageform .inner select.half1 {
    font-size: 2em;
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
    margin-top: 30px;
  }
}
.fullpageform .inner option {
  display: block;
  font-size: 0.3em;
  border: none;
  padding: 10px 5px;
  outline: none;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
  -webkit-appearance: none;
}
@media only screen and (max-width: 768px) {
  .fullpageform .inner option {
    font-size: 0.5em;
  }
}
.fullpageform .inner option:focus {
  background: #000000;
}
.fullpageform .inner select.half:nth-child(2) {
  margin-right: 10%;
  margin-left: 0%;
}
@media only screen and (max-width: 768px) {
  .fullpageform .inner select.half:nth-child(2) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
    margin-top: 30px;
  }
}
.fullpageform .inner input {
  background: transparent;
  border: none;
  padding: 20px 30px;
  outline: none;
  font-size: 5em;
  width: 100%;
  height: 110px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .fullpageform .inner input {
    height: auto;
  }
}
.fullpageform .inner input.half {
  font-size: 3em;
  width: 50%;
  text-align: right;
  float: left;
}
@media only screen and (max-width: 768px) {
  .fullpageform .inner input.half {
    font-size: 2em;
    width: 100%;
    text-align: left;
  }
}
.fullpageform .inner input.half:nth-child(2) {
  text-align: left;
}
.fullpageform .inner button {
  width: 140px;
  margin-left: -70px;
  margin-top: 20px;
  left: 50%;
  text-align: center;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  font-size: 1.6em;
  border: none;
  color: #ffffff;
  padding: 20px;
  -webkit-transition: background .5s ease, color .5s ease;
  -moz-transition: background .5s ease, color .5s ease;
  -o-transition: background .5s ease, color .5s ease;
  transition: background .5s ease, color .5s ease;
}
.fullpageform .inner button:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #1d1d1b;
}
.fullpageform .inner button.hide-button {
  display: none;
}
.fullpageformmulti {
  background: rgba(79, 188, 236, 0.9);
}
.fullpageformmulti #close {
  top: 15px;
  right: 15px;
}
.fullpageformmulti .inner {
  margin-top: 15vh;
  top: 40px;
  /*top: 50px;
        margin-top:0;*/
}
.fullpageformmulti .inner .mw-1000 {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: left;
}
.fullpageformmulti .inner .mw-1000 input {
  text-align: left;
}
.fullpageformmulti .inner select {
  height: 360px;
  padding: 0;
}
.fullpageformmulti .inner select.chosen {
  text-align: left;
}
.fullpageformmulti .inner select.half1 {
  text-align: left;
  width: 60%;
  margin-left: 20%;
}
.fullpageformmulti .inner .checkbox {
  text-align: center;
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
.fullpageformmulti .inner .checkbox input {
  margin-right: 3px;
  vertical-align: bottom;
  width: 20px;
  height: 20px;
  padding: 0;
}
#searchbox {
  margin: 20px;
  background: transparent;
  border: none;
  border-bottom: #eeeeee 2px solid;
  font-size: 1.4em;
  padding: 10px;
  outline: none;
  font-weight: 600;
}
#searchboxfilter {
  float: left;
  margin: 5px;
  background: transparent;
  border: none;
  border-bottom: #eeeeee 2px solid;
  font-size: 1.3em;
  padding: 1px 10px 4px 10px;
  outline: none;
  font-weight: 600;
  width: 50%;
  max-width: 300px;
}
/* *  Top Button * * */
.osa-btn-top {
  background-color: #46b8eb;
  border-radius: 3px;
  padding: 12px 60px 12px 25px;
  float: right;
  border: none;
  font-size: 1em;
  color: #1d1d1b;
  margin-top: -60px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
@media only screen and (max-width: 768px) {
  .osa-btn-top {
    float: left;
  }
}
.osa-btn-top span {
  height: 100%;
  width: 40px;
  font-size: 1.3em;
  padding-top: 11px;
  top: 0px;
  display: block;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #1d1d1b;
  border: none;
  text-align: center;
  line-height: 100%;
  background-color: #4fbcec;
  position: absolute;
  right: -2px;
  -webkit-transition: all 1s 0s ease;
  -moz-transition: all 1s 0s ease;
  -o-transition: all 1s 0s ease;
  transition: all 1s 0s ease;
}
.osa-btn-top:hover {
  background: #4fbcec;
  color: #1d1d1b;
}
.osa-btn-top:hover span {
  color: #1d1d1b;
  background-color: #179dd7;
}
/* Diary */
#DiaryForm {
  display: none;
}
#DiaryForm select[disabled] {
  opacity: 0.7;
}
#DiaryForm select option[disabled] {
  display: none;
}
#DiaryForm.error {
  display: block;
}
tr.stage-upd {
  display: none;
}
.diary-topper {
  cursor: pointer;
  padding: 10px 0;
}
.diary-topper .title {
  width: 50%;
  float: left;
  display: block;
  font-size: 1em;
  font-weight: 600;
}
@media only screen and (max-width: 950px) {
  .diary-topper .title {
    width: 100%;
  }
}
.diary-topper span.type {
  width: 30%;
  display: block;
  float: left;
}
@media only screen and (max-width: 950px) {
  .diary-topper span.type {
    width: 50%;
  }
}
.diary-topper span.type .icon {
  padding-right: 10px;
  color: #888888;
}
.diary-topper time {
  display: block;
  width: 20%;
  float: left;
}
@media only screen and (max-width: 950px) {
  .diary-topper time {
    width: 50%;
  }
}
.fullEntry {
  display: none;
  padding-top: 20px;
}
.fullEntry label {
  margin-top: 20px;
}
.fullEntry p {
  margin-top: 0;
}
table.attachments {
  margin-bottom: 30px;
}
table.attachments .buttons {
  text-align: right;
}
table.attachments .buttons .delete-file {
  color: #d9534f;
  display: inline-block;
  padding: 5px;
}
table.attachments .buttons .view-file {
  color: #558dbd;
  display: inline-block;
  padding: 5px;
}
#ClientReport #logo {
  float: right;
}
.btn {
  background: #4fbcec;
  border-radius: 3px;
  padding: 12px 20px 12px 20px;
  border: none;
  font-size: 1em;
  color: #1d1d1b;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#updatebtn {
  display: none;
}
.delete select {
  width: auto;
}
.attachmentwrap {
  background: #f3f3f3;
  padding: 10px 20px;
  margin: 10px;
  border-radius: 15px;
}
.attachmentwrap h3 {
  margin-top: 0;
}
.attachmentTable {
  min-height: 50px;
}
#outcomefields {
  display: none;
}
#outcomefields.visible {
  display: inherit;
}
#progress-bar {
  height: 10px;
  background-color: #4fbcec;
  width: 0;
  position: fixed;
  bottom: 0;
}
.hold-title-height {
  height: 40px;
}
.deviceicons {
  min-width: 120px;
}
.deviceicons img {
  display: inline-block;
  width: 30px;
  margin-right: 8px;
}
.devicelisttable {
  border-bottom: 3px solid #ddd;
  margin-bottom: 30px;
  width: 100%;
}
.devicelisttable .namecell {
  width: 250px;
}
.devicelisttable .actioncell {
  width: 275px;
}
#DevicesPending {
  display: none;
  background-color: #4fbcec;
  color: #ffffff;
  z-index: 1000;
  font-weight: bold;
  text-align: center;
  width: 100%;
  position: fixed;
  bottom: 0;
}
#DevicesPending p {
  padding: 15px;
}
.layout-side-top .main-column {
  margin-right: 340px;
}
.layout-side-top .page-header:before,
.layout-side-top .page-header:after {
  content: " ";
  display: table;
}
.layout-side-top .page-header:after {
  clear: both;
}
.layout-side-top .page-header:before,
.layout-side-top .page-header:after {
  content: " ";
  display: table;
}
.layout-side-top .page-header:after {
  clear: both;
}
.layout-side-top .page-header:before,
.layout-side-top .page-header:after {
  content: " ";
  display: table;
}
.layout-side-top .page-header:after {
  clear: both;
}
.layout-side-top .page-header:before,
.layout-side-top .page-header:after {
  content: " ";
  display: table;
}
.layout-side-top .page-header:after {
  clear: both;
}
.layout-side-top .page-header:before,
.layout-side-top .page-header:after {
  content: " ";
  display: table;
}
.layout-side-top .page-header:after {
  clear: both;
}
.layout-side-top .page-header #profileholder {
  float: left;
  max-width: 90px;
  margin-right: 20px;
}
.layout-side-top .page-header .meta-dets {
  float: left;
}
.layout-side-top .page-header .meta-dets h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #111;
  margin: 10px 0;
}
.layout-side-top .page-header .meta-dets p {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  color: #888;
}
.layout-side-top .page-header .meta-dets p span {
  display: block;
  font-size: 12px;
}
#NewUpdate {
  display: none;
}
#NewUpdate select[disabled] {
  opacity: 0.7;
}
#NewUpdate select option[disabled] {
  display: none;
}
#NewUpdate .placement {
  display: none;
}
#NewUpdate .tempplacement {
  display: none;
}
#NewUpdate .refund {
  display: none;
}
#NewUpdate .offer {
  display: none;
}
#NewUpdate .interview {
  display: none;
}
#NewUpdate .interviewshowing,
#NewUpdate .offershowing,
#NewUpdate .placementshowing,
#NewUpdate .tempplacementshowing,
#NewUpdate .refundshowing {
  display: block;
}
#NewUpdate #AddFee,
#NewUpdate #AddHours {
  border-radius: 3px;
  margin-top: 25px;
  padding: 5px 15px 5px 40px;
  float: left;
  border: none;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  transition: all .5s ease;
  background-color: #55bd70;
  color: #ffffff;
}
#NewUpdate #AddFee span,
#NewUpdate #AddHours span {
  height: 100%;
  width: 30px;
  top: 0px;
  display: block;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: none;
  text-align: center;
  line-height: 100%;
  position: absolute;
  left: -2px;
  transition: all 1s 0s ease;
  padding-top: 5px;
  font-size: 1.1em;
  background-color: #378e4e;
  color: #ffffff;
}
#NewUpdate #AddHours {
  float: right;
  margin-right: 10%;
}
#NewUpdate #AddFee:hover,
#NewUpdate #AddHours:hover {
  background: #378e4e;
  color: #ffffff;
}
#NewUpdate #AddFee:hover span,
#NewUpdate #AddHours:hover span {
  background: #55bd70;
}
#NewUpdate #FeeTable,
#NewUpdate #HoursTable {
  margin-bottom: 30px;
}
.updates {
  margin-top: 20px;
}
.updateitem {
  position: relative;
  padding: 15px !important;
  margin-top: 50px !important;
  margin-right: 70px !important;
  min-height: 125px;
}
.updateitem h3 {
  margin-top: 0;
}
.updateitem p {
  white-space: pre-line;
  margin-right: 50px;
}
.updateitem time.UpdateDate {
  position: absolute;
  top: 45px;
  right: 30px;
  color: #888888;
}
.updateitem .photo {
  position: absolute;
  right: 35px;
  top: -55px;
  width: 60px;
  border-radius: 50%;
  border: #f3f3f3 solid 3px;
  box-shadow: 3px -5px 14px 0px rgba(0, 0, 0, 0.21);
}
.updateitem .col {
  margin-top: 10px;
}
.updateitem label {
  padding-bottom: 0 !important;
}
.updateitem .info {
  color: #444444;
  margin-bottom: 10px;
  display: block;
}
.updateitem tr {
  background: #ffffff !important;
}
.updateitem tr td {
  padding-left: 0 !important;
  padding-right: 25px !important;
}
.updateitem .delete-field {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  opacity: 0;
  height: 40px;
  margin-top: 2px;
  background: #e7908e;
  color: #ffffff;
  font-size: 1.3em;
  text-align: center;
  font-weight: normal;
  padding-top: 10px;
  transition: all .5s ease;
}
.updateitem .delete-field:hover {
  background: #de6764;
  color: #ffffff;
}
.updateitem:hover {
  background: #f8f8f8;
}
.updateitem:hover .icon-pencil {
  opacity: 1;
}
.updateitemlink {
  display: block;
  color: #111;
}
.updateitemlink .icon-pencil {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  opacity: 0;
  height: 40px;
  margin-top: 2px;
  background: #8cd29e;
  color: #ffffff;
  font-size: 1.3em;
  text-align: center;
  font-weight: normal;
  padding-top: 10px;
  transition: all .5s ease;
}
.updateitemlink .icon-pencil:hover {
  background: #67c47f;
  color: #ffffff;
}
.updateitemlink:hover {
  color: #111;
}
.updateitemlink:hover table.condensed tbody tr td {
  background: #f8f8f8;
}
#EditApplicationUpdate #AddFee,
#EditApplicationUpdate #AddHours {
  border-radius: 3px;
  margin-top: 25px;
  padding: 5px 15px 5px 40px;
  float: left;
  border: none;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  transition: all .5s ease;
  background-color: #55bd70;
  color: #ffffff;
}
#EditApplicationUpdate #AddFee span,
#EditApplicationUpdate #AddHours span {
  height: 100%;
  width: 30px;
  top: 0px;
  display: block;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: none;
  text-align: center;
  line-height: 100%;
  position: absolute;
  left: -2px;
  transition: all 1s 0s ease;
  padding-top: 5px;
  font-size: 1.1em;
  background-color: #378e4e;
  color: #ffffff;
}
#EditApplicationUpdate #AddHours {
  float: right;
  margin-right: 10%;
}
#EditApplicationUpdate #AddFee:hover,
#EditApplicationUpdate #AddHours:hover {
  background: #378e4e;
  color: #ffffff;
}
#EditApplicationUpdate #AddFee:hover span,
#EditApplicationUpdate #AddHours:hover span {
  background: #55bd70;
}
#EditApplicationUpdate #FeeTable,
#EditApplicationUpdate #HoursTable {
  margin-bottom: 30px;
}
.del-update {
  background-color: #d9534f;
  color: #fff;
  border-radius: 3px;
  padding: 12px 25px 12px 25px;
  border: none;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.del-update:hover {
  color: #fff;
  background-color: #c9302c;
}
.header-link {
  font-size: 14px;
  text-transform: none;
}
/*Sex Select*/
#Sex {
  width: 150px;
  text-align: center;
  position: absolute;
  top: 10px;
  z-index: 7;
  font-weight: 400;
  left: 510px;
}
@media only screen and (max-width: 768px) {
  #Sex {
    left: 0;
  }
}
#Sex span {
  width: 150px;
  border-radius: 8px;
  background: #eae8e5;
  color: #72685e;
  padding: 5px 10px;
  display: block;
  position: relative;
  cursor: pointer;
}
#Sex span::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 27px;
  left: 0;
  top: 0;
  background: #4fbcec;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
#Sex.Male span::before {
  background: #96cff1;
}
#Sex.Female span::before {
  background: #f186e1;
}
#Sex-select {
  position: absolute;
  top: 40px;
  display: none;
  left: 0;
}
#Sex-select .option {
  width: 150px;
  cursor: pointer;
  font-size: 0.8em;
  height: 30px;
  background: #444444;
  color: #ffffff;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border-top: rgba(0, 0, 0, 0.2) 2px solid;
}
#Sex-select .option:nth-child(1) {
  border-top: none;
}
/*Type Select*/
#JobType {
  width: 200px;
  text-align: center;
  position: absolute;
  top: 10px;
  z-index: 7;
  font-weight: 400;
  left: 210px;
}
@media only screen and (max-width: 768px) {
  #JobType {
    left: 0;
  }
}
#JobType span {
  width: 200px;
  border-radius: 8px;
  background: #eae8e5;
  color: #72685e;
  padding: 5px 10px;
  display: block;
  position: relative;
  cursor: pointer;
}
#JobType span::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 27px;
  left: 0;
  top: 0;
  background: #4fbcec;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
#JobType.Temporary span::before {
  background: #a53ccf;
}
#JobType.Permanent span::before {
  background: #558dbd;
}
#JobType.Perm.Temp span::before {
  background: #fe6912;
}
#type-select {
  position: absolute;
  top: 40px;
  display: none;
  left: 0;
}
#type-select .option {
  width: 200px;
  cursor: pointer;
  font-size: 0.8em;
  height: 30px;
  background: #444444;
  color: #ffffff;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border-top: rgba(0, 0, 0, 0.2) 2px solid;
}
#type-select .option:nth-child(1) {
  border-top: none;
}
/*Statuses*/
#status {
  width: 180px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 7;
  font-weight: 400;
}
#status.rel {
  position: relative;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #status {
    left: 0;
  }
}
#status span {
  width: 180px;
  border-radius: 8px;
  background: #eae8e5;
  color: #72685e;
  padding: 5px 10px;
  display: block;
  position: relative;
  cursor: pointer;
}
#status span::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 27px;
  left: 0;
  top: 0;
  background: #4fbcec;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
#status.Active span::before,
#status.Available span::before {
  background: #55bd70;
}
#status.In-active span::before,
#status.Off.Books span::before,
#status.No.Longer.Available span::before {
  background: #d9534f;
}
#status.On-hold span::before,
#status.Semi-active span::before {
  background: #fe6912;
}
#status.Temping span::before,
#status.Temping span::before {
  background: #a53ccf;
}
#status.Placed span::before {
  background: #4fbcec;
}
#status-select {
  position: absolute;
  top: 40px;
  display: none;
  left: 0;
}
#status-select .option {
  width: 120px;
  cursor: pointer;
  font-size: 0.8em;
  height: 30px;
  background: #444444;
  color: #ffffff;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border-top: rgba(0, 0, 0, 0.2) 2px solid;
}
#status-select .option:nth-child(1) {
  border-top: none;
}
/*Stage*/
#stage {
  width: 300px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 200px;
  z-index: 7;
  font-weight: 400;
}
#stage.rel {
  position: relative;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #stage {
    left: 0;
  }
}
#stage span {
  width: 300px;
  border-radius: 8px;
  background: #eae8e5;
  color: #72685e;
  padding: 5px 10px;
  display: block;
  position: relative;
  cursor: pointer;
}
#stage span::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 27px;
  left: 0;
  top: 0;
  background: #4fbcec;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
#stage-select {
  position: absolute;
  top: 40px;
  display: none;
  left: 0;
}
#stage-select .option {
  width: 300px;
  cursor: pointer;
  font-size: 0.8em;
  height: 30px;
  background: #444444;
  color: #ffffff;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border-top: rgba(0, 0, 0, 0.2) 2px solid;
}
#stage-select .option:nth-child(1) {
  border-top: none;
}
/*WebTag Select*/
#webTag {
  width: 100px;
  text-align: center;
  position: relative;
  top: 10px;
  left: 10px;
  z-index: 7;
  font-weight: 400;
  left: 0px;
}
@media only screen and (max-width: 768px) {
  #webTag {
    left: 0;
  }
}
#webTag span {
  width: 100px;
  border-radius: 8px;
  background: #eae8e5;
  color: #72685e;
  padding: 5px 10px;
  display: block;
  position: relative;
  cursor: pointer;
}
#webTag span::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 27px;
  left: 0;
  top: 0;
  background: #4fbcec;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
#webTag-select {
  position: absolute;
  top: 40px;
  display: none;
  left: 0;
}
#webTag-select .option {
  width: 100px;
  cursor: pointer;
  font-size: 0.8em;
  height: 30px;
  background: #444444;
  color: #ffffff;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border-top: rgba(0, 0, 0, 0.2) 2px solid;
}
#webTag-select .option:nth-child(1) {
  border-top: none;
}
/*On Website Select*/
#OnWebsite {
  width: 130px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 7;
  font-weight: 400;
  left: 290px;
}
@media only screen and (max-width: 768px) {
  #OnWebsite {
    left: 0;
  }
}
#OnWebsite span {
  width: 130px;
  border-radius: 8px;
  background: #eae8e5;
  color: #72685e;
  padding: 5px 10px;
  display: block;
  position: relative;
  cursor: pointer;
}
#OnWebsite span::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 27px;
  left: 0;
  top: 0;
  background: #4fbcec;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
#OnWebsite.True span::before {
  background: #55bd70;
}
#OnWebsite.Featured span::before {
  background: #55bd70;
}
#OnWebsite.False span::before {
  background: #d9534f;
}
#onWeb-select {
  position: absolute;
  top: 40px;
  display: none;
  left: 0;
}
#onWeb-select .option {
  width: 100px;
  cursor: pointer;
  font-size: 0.8em;
  height: 30px;
  background: #444444;
  color: #ffffff;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border-top: rgba(0, 0, 0, 0.2) 2px solid;
}
#onWeb-select .option:nth-child(1) {
  border-top: none;
}
/*On Website Select*/
#OnVideo {
  width: 130px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 7;
  font-weight: 400;
  left: 440px;
}
@media only screen and (max-width: 768px) {
  #OnVideo {
    left: 0;
  }
}
#OnVideo span {
  width: 130px;
  border-radius: 8px;
  background: #eae8e5;
  color: #72685e;
  padding: 5px 10px;
  display: block;
  position: relative;
  cursor: pointer;
}
#OnVideo span::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 27px;
  left: 0;
  top: 0;
  background: #4fbcec;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
#OnVideo.True span::before {
  background: #55bd70;
}
#OnVideo.Featured span::before {
  background: #55bd70;
}
#OnVideo.False span::before {
  background: #d9534f;
}
#OnVideo-select {
  position: absolute;
  top: 40px;
  display: none;
  left: 0;
}
#OnVideo-select .option {
  width: 100px;
  cursor: pointer;
  font-size: 0.8em;
  height: 30px;
  background: #444444;
  color: #ffffff;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border-top: rgba(0, 0, 0, 0.2) 2px solid;
}
#OnVideo-select .option:nth-child(1) {
  border-top: none;
}
#CV {
  /*.intro {
        p {
            font-size: 1.3em;
            line-height: 1.5em;
        }
    }*/
}
#CV #logo {
  float: right;
}
#CV h2 {
  margin-top: 50px;
  font-size: 1.6em;
  text-transform: none;
  font-weight: 600;
  border-top: 1px solid #e3e3e3;
  padding-top: 30px;
}
#CV h2.toggle {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
#CV h2.toggle:after {
  content: '+';
  position: absolute;
  left: 0px;
  font-size: 30px;
  top: 25px;
}
#CV h2.toggle.active:after {
  content: '-';
  position: absolute;
  left: 0px;
  font-size: 30px;
  top: 25px;
}
#CV .showdetails {
  cursor: pointer;
  text-decoration: underline;
  color: #4fbcec;
}
#CV .CVitem {
  position: relative;
  padding-bottom: 40px;
}
#CV .CVitem time {
  position: absolute;
  right: 100px;
  top: 10px;
  color: #888888;
}
#CV .CVitem h3 {
  margin-bottom: 0;
}
#CV .CVitem h4 {
  margin-bottom: 0;
  margin-top: 0;
  color: #888888;
}
#CV .CVitem p {
  white-space: pre-line;
}
#CV #candidateName {
  display: none;
}
#CV #cvphoto {
  width: 150px;
  padding-bottom: 10px;
  display: none;
  margin-top: 5px;
}
.cvrel {
  position: relative;
}
#consultsel {
  position: absolute;
  top: 80px;
  right: 350px;
  width: 220px;
}
@media only screen and (max-width: 768px) {
  #consultsel {
    display: none;
  }
}
#consultsel select {
  height: 31px;
  margin-top: 3px;
  padding: 2px 7px;
  font-size: 12px;
}
/*CV*/
.CVitem {
  padding-right: 100px;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-left: -20px;
  transition: all .5s ease;
}
.CVitem .cvfieldcontrol {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  opacity: 0;
  height: 40px;
  margin-top: 2px;
  background: #d0d0cd;
  color: #9f9f98;
  font-size: 1.3em;
  text-align: center;
  font-weight: normal;
  padding-top: 10px;
  transition: all .5s ease;
}
.CVitem .cvfieldcontrol:hover {
  background: #ddddda;
  color: #ffffff;
}
.CVitem .cvfieldcontrol.edit-field {
  bottom: 41px;
}
.CVitem .cvfieldcontrol.up-field {
  bottom: 41px;
  right: 41px;
  background: #f5f5f4;
}
.CVitem .cvfieldcontrol.down-field {
  bottom: 0px;
  right: 41px;
  background: #f5f5f4;
}
.CVitem .cvfieldcontrol.delete-field {
  background: #e7908e;
  color: #ffffff;
}
.CVitem .cvfieldcontrol.delete-field:hover {
  background: #de6764;
  color: #ffffff;
}
.CVitem:hover {
  background: #f8f8f8;
}
.CVitem:hover .cvfieldcontrol {
  opacity: 1;
}
.cvsection .CVitem:first-child .cvfieldcontrol.up-field {
  display: none !important;
}
.cvsection .CVitem:last-child .cvfieldcontrol.down-field {
  display: none !important;
}
.cvsection.footer {
  color: #888888;
  text-align: center;
  font-size: 1.1em;
}
.cvsection.footer .pipe {
  padding: 0 10px;
}
.edit-field {
  color: inherit;
}
.edit-field:hover {
  cursor: pointer;
  color: inherit;
}
.osamodal {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 768px;
  margin: 20px auto;
}
.osamodal .inner {
  margin: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 30px;
  padding-bottom: 0;
}
#UpdateClientCvFields {
  border-radius: 3px;
  margin-top: 5px;
  padding: 5px 15px 5px 40px;
  float: left;
  border: none;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  transition: all .5s ease;
  background-color: #55bd70;
  color: #ffffff;
}
#UpdateClientCvFields span {
  height: 100%;
  width: 30px;
  top: 0px;
  display: block;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: none;
  text-align: center;
  line-height: 100%;
  position: absolute;
  left: -2px;
  transition: all 1s 0s ease;
  padding-top: 5px;
  font-size: 1.1em;
  background-color: #378e4e;
  color: #ffffff;
}
#UpdateClientCvFields:hover {
  background: #378e4e;
  color: #ffffff;
}
#UpdateClientCvFields:hover span {
  background: #55bd70;
}
#Contacts {
  margin-left: 300px !important;
  padding-right: 20px;
}
#Contacts:before,
#Contacts:after {
  content: " ";
  display: table;
}
#Contacts:after {
  clear: both;
}
#Contacts:before,
#Contacts:after {
  content: " ";
  display: table;
}
#Contacts:after {
  clear: both;
}
#Contacts:before,
#Contacts:after {
  content: " ";
  display: table;
}
#Contacts:after {
  clear: both;
}
#Contacts:before,
#Contacts:after {
  content: " ";
  display: table;
}
#Contacts:after {
  clear: both;
}
#Contacts:before,
#Contacts:after {
  content: " ";
  display: table;
}
#Contacts:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  #Contacts {
    margin-left: 20px !important;
  }
}
#Contacts .contact-card {
  float: left;
  width: 50%;
  min-width: 300px;
  padding: 0 10px 20px;
}
@media only screen and (max-width: 1201px) {
  #Contacts .contact-card {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #Contacts .contact-card {
    width: 100%;
  }
}
#Contacts .contact-card-inner {
  overflow: hidden;
  height: 180px;
  padding: 10px 10px 10px 15px;
  background-color: white;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(50, 50, 50, 0.2);
  box-shadow: 1px 1px 5px 0 rgba(50, 50, 50, 0.2);
}
#Contacts .contact-card-photo {
  float: left;
  /*width: 75px;*/
  width: 15%;
  height: 100%;
  margin-right: 10px;
}
#Contacts .contact-card-photo img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
#Contacts .contact-card-details {
  width: 100%;
  height: 100%;
  margin-right: 0 !important;
}
#Contacts .contact-card-details .details-left {
  width: 45%;
  float: left;
}
#Contacts .contact-card-details .details-left h3 {
  font-size: 18px;
  margin-top: 2px;
  margin-bottom: 5px;
}
#Contacts .contact-card-details .details-left h4 {
  margin-top: 0;
  margin-bottom: 12px;
}
#Contacts .contact-card-details .details-left .ccdw {
  font-size: 13px;
}
#Contacts .contact-card-details .details-left .ccdw div {
  padding: 1px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
#Contacts .contact-card-details .details-left .ccdw p.Notes {
  height: 34px;
  overflow: hidden;
  cursor: pointer;
}
#Contacts .contact-card-details .details-left .ccdl {
  display: inline-block;
  min-width: 20px;
}
#Contacts .contact-card-details .details-right {
  width: 35%;
  height: 100%;
  float: left;
  overflow-y: auto;
}
#Contacts .contact-card-details .details-right .address-wrap,
#Contacts .contact-card-details .details-right .notes-wrap {
  margin-bottom: 5px;
  margin-top: 3px;
}
#Contacts .contact-card-details .details-right .title-right {
  font-weight: bold;
  font-size: 13px;
}
#Contacts .contact-card-details .details-right .address,
#Contacts .contact-card-details .details-right .Notes.notes-edit {
  font-size: 12px;
}
#Contacts .contact-item {
  padding-right: 100px;
  padding-top: 10px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-left: -20px;
  transition: all .5s ease;
  padding: 20px;
  margin-top: 50px;
}
#Contacts .contact-item span {
  font-size: 1.2em;
  margin-bottom: 10px;
  display: block;
}
#Contacts .contact-item .Notes {
  white-space: pre-line;
}
#Contacts .contact-item .photo {
  position: absolute;
  right: 35px;
  top: -25px;
  width: 90px;
  border-radius: 50%;
  border: #f3f3f3 solid 3px;
  box-shadow: 3px -5px 14px 0px rgba(0, 0, 0, 0.21);
}
#Contacts .contact-item .contactcontrol {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  opacity: 0;
  height: 40px;
  margin-top: 2px;
  background: #d0d0cd;
  color: #9f9f98;
  font-size: 1.3em;
  text-align: center;
  font-weight: normal;
  padding-top: 10px;
  transition: all .5s ease;
}
#Contacts .contact-item .contactcontrol:hover {
  background: #ddddda;
  color: #ffffff;
}
#Contacts .contact-item .contactcontrol.edit-contact {
  right: 41px;
}
#Contacts .contact-item .contactcontrol.delete-contact {
  background: #e7908e;
  color: #ffffff;
}
#Contacts .contact-item .contactcontrol.delete-contact:hover {
  background: #de6764;
  color: #ffffff;
}
#Contacts .contact-item:hover .contactcontrol {
  opacity: 1;
}
.EditContact {
  display: none;
}
.login {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
}
.login .login-form {
  max-width: 353px;
  margin: 0 auto;
  padding: 50px 0;
}
.login .login-form .login-logo {
  max-height: 90px;
}
.login .login-form form {
  background-color: #fff;
  padding: 30px 50px;
  margin-top: 20px;
}
.login .login-form form h1 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  margin-bottom: 30px;
  color: #eeeeee;
  padding-bottom: 5px;
  border-bottom: solid 1px #eeeeee;
}
.login .login-form form label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
.login .login-form form input {
  width: 100%;
  background-color: #eeeeee;
  border: none;
  border-bottom: solid 3px #4fbcec;
  padding: 9px 12px;
  margin-bottom: 25px;
}
.login .login-form form .error input {
  background-color: #f2dede;
  border-bottom: solid 3px #d9534f;
}
.login .login-form form button {
  font-weight: 600;
  margin-bottom: 10px;
  width: 160px;
  transition: all .5s ease;
}
.login .login-form form button:hover {
  background: #1d1d1b;
  color: #ffffff;
}
.login .login-form form a {
  color: black;
  font-size: 13px;
}
.header-container {
  position: fixed;
  width: 100%;
  height: 82px;
  top: 0;
  left: 0;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .header-container {
    position: relative;
    width: auto;
    height: auto;
  }
}
.container {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .container {
    margin-top: 0;
  }
}
.container.add-top-margin {
  margin-top: 128px;
}
@media only screen and (max-width: 768px) {
  .container.add-top-margin {
    margin-top: 0;
  }
}
.header {
  position: relative;
  margin-bottom: 0;
  height: 80px;
  background-color: white;
  overflow: hidden;
  -webkit-transition: height 500ms ease;
  -o-transition: height 500ms ease;
  transition: height 500ms ease;
  /** Burger **/
  /*****/
}
@media only screen and (max-width: 768px) {
  .header {
    min-height: 80px;
    height: auto;
  }
}
.header .logo {
  display: none;
  position: relative;
  top: 0;
  display: block;
  width: 96px;
  margin-top: 15px;
  float: left;
  left: 0;
}
.header .logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.header #burger {
  display: none;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.075, 0.820, 0.165, 1.000), all 400ms ease;
  -moz-transition: -moz-transform 600ms cubic-bezier(0.075, 0.820, 0.165, 1.000), all 400ms ease;
  -o-transition: -o-transform 600ms cubic-bezier(0.075, 0.820, 0.165, 1.000), all 400ms ease;
  transition: transform 600ms cubic-bezier(0.075, 0.820, 0.165, 1.000), all 400ms ease;
}
@media (max-width: 768px) {
  .header #burger {
    position: relative;
    width: 50px;
    height: 48px;
    float: right;
    margin: 20px 0px 1px 0;
    text-align: center;
    padding-top: 25px;
    display: block;
    z-index: 40;
  }
}
.header #burger .burgerline {
  width: 35px;
  background: #46b8eb;
  position: absolute;
  top: 0px;
  left: 8px;
  height: 5px;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.075, 0.820, 0.165, 1.000), all 400ms ease;
  -moz-transition: -moz-transform 600ms cubic-bezier(0.075, 0.820, 0.165, 1.000), all 400ms ease;
  -o-transition: -o-transform 600ms cubic-bezier(0.075, 0.820, 0.165, 1.000), all 400ms ease;
  transition: transform 600ms cubic-bezier(0.075, 0.820, 0.165, 1.000), all 400ms ease;
}
.header #burger .line2 {
  top: 9px;
}
.header #burger .line3 {
  top: 18px;
}
.header #burger .text {
  height: 16px;
  margin-top: 4px;
  display: block;
  overflow: hidden;
  color: #ffffff;
}
.header #burger .text span {
  display: block;
  transition: margin 500ms ease-in-out;
}
.header #burger:hover {
  color: #4fbcec;
  text-decoration: none;
}
.header #burger:hover .burgerline {
  background-color: #4fbcec;
}
.header #burger.open {
  color: #ffffff;
}
.header #burger.open .text span {
  margin-top: -16px;
}
.header #burger.open .line1 {
  background: #1d1d1b;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  top: 4px;
  left: 0px;
}
.header #burger.open .line2 {
  background: #1d1d1b;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  top: 4px;
  left: 10px;
}
.header #burger.open .line3 {
  background: #1d1d1b;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  top: 4px;
  left: 20px;
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
.header .nav {
  color: #ffffff;
  margin: 0;
  padding: 0;
  margin-left: 30px;
  float: right;
  margin-right: -50px;
}
@media only screen and (max-width: 768px) {
  .header .nav {
    float: none;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    display: none;
    padding-bottom: 20px;
  }
}
.header .nav li {
  list-style: none;
  display: block;
  float: left;
}
@media only screen and (max-width: 768px) {
  .header .nav li {
    float: none;
    border-bottom: none;
    height: auto;
  }
}
.header .nav li a {
  position: relative;
  color: #1d1d1b;
  height: 80px;
  width: 90px;
  display: block;
  font-size: 10px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
@media only screen and (max-width: 1050px) {
  .header .nav li a {
    overflow: hidden;
    width: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .header .nav li a {
    padding: 3px 0;
    width: auto;
    height: auto;
    font-size: 12px;
    color: #1d1d1b;
    text-align: left;
  }
}
.header .nav li a span.icon {
  display: block;
  text-align: center;
  padding-top: 10px;
  font-size: 22px;
  padding: 20px 0 16px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  color: #666;
}
@media only screen and (max-width: 1050px) {
  .header .nav li a span.icon {
    /*color: @white;*/
    padding-top: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .header .nav li a span.icon {
    display: inline-block;
    padding: 0;
    width: 70px;
    text-align: center;
    line-height: 24px;
    vertical-align: middle;
  }
}
.header .nav li a span.text {
  line-height: 16px;
  opacity: 0.6;
}
@media only screen and (max-width: 1050px) {
  .header .nav li a span.text {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .header .nav li a span.text {
    display: inline-block;
    /*color: @white;*/
    line-height: 24px;
    vertical-align: middle;
    opacity: 1;
  }
}
.header .nav li a:hover {
  background-color: #393939;
}
.header .nav li a:hover span.icon {
  /*color: @white;*/
}
.header .nav li a:hover span.text {
  opacity: 1;
  /*color: @white;*/
}
.header .nav li.user-action {
  background: #4fbcec;
}
@media only screen and (max-width: 768px) {
  .header .nav li.user-action {
    background: #4fbcec;
  }
}
@media only screen and (max-width: 768px) {
  .header .nav li.active {
    height: auto;
  }
}
.header .nav li.active a {
  background-color: #f3f3f3;
  color: #1d1d1b;
  border-bottom: #4fbcec 2px solid;
}
.header .nav li.active a span.icon {
  color: #1d1d1b;
}
@media only screen and (max-width: 768px) {
  .header .nav li.active a span.icon {
    padding-top: 0px;
  }
}
.header .nav li.active a span.text {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .header .nav li.active a span.text {
    display: inline-block;
    color: #1d1d1b;
  }
}
@media only screen and (max-width: 768px) {
  .header .nav.open {
    display: block;
  }
}
.scrold .header {
  height: 60px;
}
.scrold .header .logo {
  width: 60px;
}
.scrold .header .nav li a {
  height: 60px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.scrold .header .nav li a span.icon {
  padding: 7px 0 6px;
}
.scrold .header .nav li a span.text {
  opacity: 0.3;
  font-size: 10px;
}
.scrold .header .nav li a:hover span.text {
  opacity: 0.8;
}
.scrold .header-container .subnav ul li.top {
  opacity: 1;
}
.header-container .subnav {
  position: relative;
  padding: 0 0;
  background-color: #f3f3f3;
  text-align: center;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.header-container .subnav ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.header-container .subnav ul li.top {
  display: list-item;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 800ms linear;
  -o-transition: opacity 800ms linear;
  transition: opacity 800ms linear;
}
@media only screen and (max-width: 768px) {
  .header-container .subnav ul li.top {
    display: none;
  }
}
.header-container .subnav ul li.top a {
  height: 36px;
  width: 36px;
  padding: 0;
  border: none;
}
.header-container .subnav ul li.top a .icon {
  left: 8px;
}
.header-container .subnav ul li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 34px;
  padding: 0 8px;
  margin-left: -3px;
}
@media only screen and (max-width: 1050px) {
  .header-container .subnav ul li {
    padding: 0 4px;
  }
}
.header-container .subnav ul li a {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  padding-right: 10px;
  border: 1px solid #f3f3f3;
  color: #111;
}
@media only screen and (max-width: 1050px) {
  .header-container .subnav ul li a {
    padding-left: 30px;
    padding-right: 8px;
  }
}
.header-container .subnav ul li a .icon {
  position: absolute;
  left: 10px;
  top: 1px;
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 1050px) {
  .header-container .subnav ul li a .icon {
    left: 8px;
  }
}
.header-container .subnav ul li a.active {
  background-color: #4fbcec;
}
.header-container .subnav ul li a.red {
  color: white;
  background: #de6764;
}
#searchform {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(79, 188, 236, 0.8);
  z-index: 20;
  display: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#searchform #close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 3em;
  color: #ffffff;
}
#searchform .inner {
  height: 100px;
  margin-top: -50px;
  top: 50%;
  position: relative;
  width: 100%;
}
#searchform .inner ::-webkit-input-placeholder {
  color: #ffffff;
}
#searchform .inner :-moz-placeholder {
  color: #ffffff;
}
#searchform .inner ::-moz-placeholder {
  color: #ffffff;
}
#searchform .inner :-ms-input-placeholder {
  color: #ffffff;
}
#searchform .inner #searchinput {
  background: transparent;
  border: none;
  padding: 20px 30px;
  outline: none;
  font-size: 5em;
  width: 100%;
  font-weight: 600;
  text-align: center;
}
#searchform .inner #searchbutton {
  width: 140px;
  margin-left: -70px;
  margin-top: 20px;
  left: 50%;
  text-align: center;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  font-size: 1.6em;
  border: none;
  color: #ffffff;
  padding: 20px;
  -webkit-transition: background .5s ease, color .5s ease;
  -moz-transition: background .5s ease, color .5s ease;
  -o-transition: background .5s ease, color .5s ease;
  transition: background .5s ease, color .5s ease;
}
#searchform .inner #searchbutton:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #1d1d1b;
}
#searchform .inner #searchbutton.hide-button {
  display: none;
}
.filter-categories {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.filter-categories li {
  display: inline-block;
  margin-right: 3px;
}
.filter-categories li:after {
  content: ',';
}
.filter-categories li:last-of-type:after {
  content: '';
}
.inner.filterresult {
  position: relative;
  margin-left: 300px;
  padding: 20px 20px;
}
.inner.filterresult.filterresult-fullwidth {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .inner.filterresult {
    margin-left: 20px;
  }
}
.inner.filterresult .loading {
  position: fixed;
  font-size: 2em;
  text-align: center;
  display: block;
  color: #888888;
  margin-top: 70px;
  margin-left: 10px;
}
.inner.filterresult .count {
  float: right;
  display: block;
  margin-bottom: 10px;
  color: #999999;
}
.inner.filterresult table th {
  cursor: pointer;
}
.inner.filterresult table th .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-bottom: 3px;
}
.inner.filterresult table th.up .arrow {
  border-bottom: 5px solid #888888;
}
.inner.filterresult table th.down .arrow {
  border-top: 5px solid #888888;
}
.inner.filterresult table tr td {
  padding: 3px 20px;
}
.inner.filterresult table tr td a {
  font-weight: 600;
}
.hold-filter-height {
  min-height: 40000px;
}
tr.section-header {
  background-color: #4fbcec !important;
  color: #ffffff;
}
#yearSelectForm select {
  margin-bottom: 0;
}
#dashboardDataScopeForm select {
  width: 100px;
  float: right;
}
.chart-container {
  margin: 30px 0;
  padding-bottom: 20px;
  position: relative;
}
.chart-container h3 {
  margin-bottom: 15px;
}
.chart-container .chart-legend {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-top: 10px;
}
.chart-container .chart-legend .legend-item {
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 5px;
}
.chart-container .chart-legend .legend-item .color-box {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.chart-container .chart-legend .legend-item .color-box.segment-paid {
  background-color: #7F63B2;
}
.chart-container .chart-legend .legend-item .color-box.segment-work-exp {
  background-color: #5FA9D1;
}
.chart-container .chart-legend .legend-item .color-box.segment-kickstart {
  background-color: #F76A5E;
}
.chart-container .chart-legend .legend-item .color-box.segment-paid-trial {
  background-color: #F8B85E;
}
.chart-container .chart-legend .legend-item .color-box.segment-unpaid-trial {
  background-color: #FF907E;
}
.chart-container .chart-legend .legend-item .color-box.segment-voluntary {
  background-color: #FFD46F;
}
.chart-container .chart-legend .legend-item .color-box.segment-other {
  background-color: #72685e;
}
.chart-container .chart-legend .legend-item .legend-label {
  font-size: 12px;
  color: #1d1d1b;
}
.stacked-barchart {
  width: 100%;
  height: 300px;
  position: relative;
  margin-top: 25px;
  border-bottom: 1px solid #888888;
}
.stacked-barchart .y-axis {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
}
.stacked-barchart .y-axis .y-label {
  position: absolute;
  right: 5px;
  font-size: 10px;
  color: #888888;
  transform: translateY(-50%);
}
.stacked-barchart .x-axis {
  position: absolute;
  left: 40px;
  right: 0;
  bottom: -25px;
  height: 25px;
}
.stacked-barchart .chart-area {
  position: absolute;
  left: 40px;
  right: 0;
  top: 0;
  bottom: 0;
}
.stacked-barchart .stacked-bar {
  position: absolute;
  bottom: 0;
  width: 4%;
  height: 100%;
}
.stacked-barchart .stacked-bar .bar-segment {
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.stacked-barchart .stacked-bar .bar-segment:hover {
  opacity: 0.8;
}
.stacked-barchart .stacked-bar .segment-paid {
  background-color: #7F63B2;
}
.stacked-barchart .stacked-bar .segment-work-exp {
  background-color: #5FA9D1;
}
.stacked-barchart .stacked-bar .segment-kickstart {
  background-color: #F76A5E;
}
.stacked-barchart .stacked-bar .segment-paid-trial {
  background-color: #F8B85E;
}
.stacked-barchart .stacked-bar .segment-unpaid-trial {
  background-color: #FF907E;
}
.stacked-barchart .stacked-bar .segment-voluntary {
  background-color: #FFD46F;
}
.stacked-barchart .stacked-bar .segment-other {
  background-color: #72685e;
}
.stacked-barchart .stacked-bar .bar-label {
  position: absolute;
  bottom: -25px;
  font-size: 10px;
  width: 100%;
  left: 0;
  color: #888888;
  text-align: center;
  transform: rotate(-45deg);
  transform-origin: 0 0;
  white-space: nowrap;
}
.stacked-barchart .stacked-bar .bar-total {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #1d1d1b;
  top: -18px;
}
@media only screen and (max-width: 768px) {
  .stacked-barchart {
    height: 200px;
  }
  .stacked-barchart .stacked-bar {
    width: 8%;
  }
  .stacked-barchart .stacked-bar .bar-label {
    font-size: 9px;
  }
  .chart-container .chart-legend .legend-item {
    margin-right: 10px;
  }
  .chart-container .chart-legend .legend-item .color-box {
    width: 10px;
    height: 10px;
  }
  .chart-container .chart-legend .legend-item .legend-label {
    font-size: 10px;
  }
}
.side {
  float: left;
  width: 300px;
  position: absolute;
}
.side.side-top {
  width: 100%;
  position: initial;
  float: initial;
}
.side.side-top .filter {
  height: 125px;
}
.side.side-top .filter-section {
  width: 50%;
}
.side.side-top .filter-section .filter-section-inner {
  width: 60%;
  margin: 0 auto;
}
.side.side-top .filter-section .filter-section-inner li {
  float: left;
  margin-right: 20px;
}
.side.side-top .filter-section-left {
  float: left;
}
.side.side-top .filter-section-right {
  float: right;
}
.side input[type="checkbox"].show-me {
  display: inline !important;
}
@media only screen and (max-width: 768px) {
  .side {
    float: none;
    width: auto;
    position: relative;
  }
}
.side #status {
  position: relative;
  left: 50%;
  margin-left: -50px;
  top: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
.side #status-select .option {
  box-shadow: 7px 6px 23px -10px rgba(0, 0, 0, 0.21);
  border-top: rgba(255, 255, 255, 0.2) 2px solid;
  background: #1d1d1b;
  color: #ffffff;
}
.side #status-select .option:nth-child(1) {
  border-top: none;
}
.side .filter {
  padding: 10px 20px;
  margin: 20px;
  margin-top: 0;
  background: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 7px 6px 23px -10px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 7px 6px 23px -10px rgba(0, 0, 0, 0.21);
  box-shadow: 7px 6px 23px -10px rgba(0, 0, 0, 0.21);
}
.side .filter .loading-wrapper {
  display: none;
  position: absolute;
  top: 10px;
  right: 30px;
}
.side .filter .loading-wrapper i {
  font-size: 2em;
  color: #888888;
}
.side .filter ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.side .filter ul li {
  padding-left: 30px;
  position: relative;
}
.side .filter ul li label {
  line-height: 24px;
}
.side .filter ul li label span {
  position: absolute;
  left: 0px;
}
.side .subNav {
  padding: 0px 20px;
  margin: -14px 0px 0 0px;
  width: 100%;
  position: absolute;
  border-radius: 2px;
}
@media only screen and (max-width: 768px) {
  .side .subNav {
    position: relative;
  }
}
.side .subNav ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.side .subNav ul li {
  margin-bottom: 2px;
}
.side .subNav ul li a {
  color: #646464;
  background: #ffffff;
  display: block;
  padding: 10px 10px 10px 50px;
  position: relative;
  font-size: 1.1em;
  line-height: 30px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.side .subNav ul li a .icon {
  color: #888888;
  position: absolute;
  left: 15px;
  font-size: 1.4em;
  line-height: 30px;
}
.side .subNav ul li a.red {
  margin-top: 10px;
  background: #e7908e;
  color: #ffffff;
}
.side .subNav ul li a.red .icon {
  color: #ffffff;
}
.side .subNav ul li a:hover {
  background: #eeeeee;
}
.side .subNav ul li a.red:hover {
  background: #d9534f;
  color: #ffffff;
}
.side .subNav ul li a.active {
  background: #d9f1fb;
  color: #1d1d1b;
}
.side .subNav ul li a.active .icon {
  color: #1d1d1b;
}
.side .inner {
  margin-top: 0;
}
.side h5 {
  font-size: 1.1em;
  padding-bottom: 0;
  margin-bottom: 0;
}
.side label {
  font-size: 1em;
  padding: 5px 0;
}
.side input[type="checkbox"] {
  display: none;
}
.side input[type="checkbox"] + span {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(/public/img/check_radio_sheet.png) left top no-repeat;
  margin-bottom: -3px;
}
.side input[type="checkbox"]:checked + span {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(/public/img/check_radio_sheet.png) -19px 0 no-repeat;
}
.side .details label {
  font-weight: normal;
  text-align: left;
  margin-top: 10px;
  padding-bottom: 0;
  text-transform: none;
}
/** CTA Button Bar**/
.actions {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 10px 25px;
}
@media only screen and (max-width: 768px) {
  .actions {
    padding: 10px 20px;
  }
}
.actions .topinput {
  float: right;
  margin-left: 30px;
  margin-top: -10px;
  text-align: center;
}
.actions .topinput .onoffswitch {
  margin-top: 3px;
  text-align: left;
}
.actions button,
.actions .osa-btn {
  background: #558dbd;
  background: red;
  border-radius: 3px;
  padding: 12px 60px 12px 25px;
  float: right;
  border: none;
  font-size: 1em;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.actions button.is-input,
.actions .osa-btn.is-input {
  padding: 12px;
}
@media only screen and (max-width: 768px) {
  .actions button,
  .actions .osa-btn {
    float: left;
  }
}
.actions button span,
.actions .osa-btn span {
  height: 100%;
  width: 40px;
  font-size: 1.6em;
  padding-top: 8px;
  top: 0px;
  display: block;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #558dbd;
  border: none;
  text-align: center;
  line-height: 100%;
  background: #eeeeee;
  position: absolute;
  right: -2px;
  -webkit-transition: all 1s 0s ease;
  -moz-transition: all 1s 0s ease;
  -o-transition: all 1s 0s ease;
  transition: all 1s 0s ease;
}
.actions button.no-ico {
  padding: 12px 22px 12px 22px;
}
.actions button.in-set {
  margin-left: 8px;
}
.actions button.sml span,
.actions .osa-btn.sml span {
  padding-top: 11px;
  font-size: 1.3em;
}
.actions button.yellow,
.actions .osa-btn.yellow {
  background-color: #46b8eb;
  color: #1d1d1b;
}
.actions button.yellow span,
.actions .osa-btn.yellow span {
  background-color: #4fbcec;
  color: #1d1d1b;
}
.actions button.green,
.actions .osa-btn.green {
  background-color: #55bd70;
  color: #ffffff;
}
.actions button.green span,
.actions .osa-btn.green span {
  background-color: #378e4e;
  color: #ffffff;
}
.actions button.taupe,
.actions .osa-btn.taupe {
  background-color: #72685e;
  color: #ffffff;
}
.actions button.taupe.mfp-close,
.actions .osa-btn.taupe.mfp-close {
  width: initial !important;
  line-height: initial !important;
  height: initial !important;
}
.actions button.taupe span,
.actions .osa-btn.taupe span {
  background-color: #48423b;
  color: #ffffff;
}
.actions button:hover,
.actions .osa-btn:hover {
  background: #eeeeee;
  color: #558dbd;
}
.actions button:hover span,
.actions .osa-btn:hover span {
  color: #ffffff;
  background: #558dbd;
}
.actions button.yellow:hover,
.actions .osa-btn.yellow:hover {
  background: #4fbcec;
  color: #1d1d1b;
}
.actions button.yellow:hover span,
.actions .osa-btn.yellow:hover span {
  color: #1d1d1b;
  background-color: #179dd7;
}
.actions button.green:hover,
.actions .osa-btn.green:hover {
  background: #378e4e;
  color: #ffffff;
}
.actions button.green:hover span,
.actions .osa-btn.green:hover span {
  background: #55bd70;
}
.actions button.taupe:hover,
.actions .osa-btn.taupe:hover {
  background: #48423b;
  color: #ffffff;
}
.actions button.taupe:hover span,
.actions .osa-btn.taupe:hover span {
  background: #72685e;
}
.actions button.hide-button {
  display: none;
}
.actions:before,
.actions:after {
  content: " ";
  display: table;
}
.actions:after {
  clear: both;
}
.actions:before,
.actions:after {
  content: " ";
  display: table;
}
.actions:after {
  clear: both;
}
.actions:before,
.actions:after {
  content: " ";
  display: table;
}
.actions:after {
  clear: both;
}
.actions:before,
.actions:after {
  content: " ";
  display: table;
}
.actions:after {
  clear: both;
}
.actions:before,
.actions:after {
  content: " ";
  display: table;
}
.actions:after {
  clear: both;
}
.tools-wrap {
  position: absolute;
  right: 0;
  width: 330px;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .tools-wrap {
    position: static;
    float: none;
    width: auto;
    margin-left: 10px;
    padding-top: 10px;
  }
}
.cv-actions {
  position: static;
  width: 330px;
  padding-left: 10px;
}
.cv-actions:before,
.cv-actions:after {
  content: " ";
  display: table;
}
.cv-actions:after {
  clear: both;
}
.cv-actions:before,
.cv-actions:after {
  content: " ";
  display: table;
}
.cv-actions:after {
  clear: both;
}
.cv-actions:before,
.cv-actions:after {
  content: " ";
  display: table;
}
.cv-actions:after {
  clear: both;
}
.cv-actions:before,
.cv-actions:after {
  content: " ";
  display: table;
}
.cv-actions:after {
  clear: both;
}
.cv-actions:before,
.cv-actions:after {
  content: " ";
  display: table;
}
.cv-actions:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .cv-actions {
    position: relative;
    width: 100%;
    right: auto;
  }
}
.cv-actions .topinput {
  float: left;
  margin-left: 12px;
  margin-top: 6px;
  text-align: center;
}
.cv-actions .topinput label.onoffpre {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  padding-bottom: 2px;
}
.cv-actions .topinput .onoffswitch {
  margin-top: 3px;
  text-align: left;
}
.cv-actions .topinput.first {
  margin-left: 0;
}
.cv-actions button,
.cv-actions .osa-btn {
  position: relative;
  display: inline-block;
  padding: 12px 48px 12px 12px;
  margin-right: 2px;
  border: none;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  background: #558dbd;
  border-radius: 3px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.cv-actions button span,
.cv-actions .osa-btn span {
  height: 100%;
  width: 40px;
  font-size: 1.6em;
  padding-top: 8px;
  top: 0px;
  display: block;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #558dbd;
  border: none;
  text-align: center;
  line-height: 100%;
  background: #eeeeee;
  position: absolute;
  right: -2px;
  -webkit-transition: all 1s 0s ease;
  -moz-transition: all 1s 0s ease;
  -o-transition: all 1s 0s ease;
  transition: all 1s 0s ease;
}
.cv-actions .osa-btn.create-modal {
  font-weight: 600;
  padding: 12px 52px 12px 16px;
}
.cv-actions button.no-ico {
  padding: 12px 22px 12px 22px;
}
.cv-actions button.in-set {
  margin-left: 8px;
}
.cv-actions button.sml span,
.cv-actions .osa-btn.sml span {
  padding-top: 12px;
  font-size: 14px;
}
.cv-actions button.yellow,
.cv-actions .osa-btn.yellow {
  background-color: #46b8eb;
  color: #1d1d1b;
}
.cv-actions button.yellow span,
.cv-actions .osa-btn.yellow span {
  background-color: #4fbcec;
  color: #1d1d1b;
}
.cv-actions button.green,
.cv-actions .osa-btn.green {
  background-color: #55bd70;
  color: #ffffff;
}
.cv-actions button.green span,
.cv-actions .osa-btn.green span {
  background-color: #378e4e;
  color: #ffffff;
}
.cv-actions button.taupe,
.cv-actions .osa-btn.taupe {
  background-color: #72685e;
  color: #ffffff;
}
.cv-actions button.taupe span,
.cv-actions .osa-btn.taupe span {
  background-color: #48423b;
  color: #ffffff;
}
.cv-actions button:hover,
.cv-actions .osa-btn:hover {
  background: #eeeeee;
  color: #558dbd;
}
.cv-actions button:hover span,
.cv-actions .osa-btn:hover span {
  color: #ffffff;
  background: #558dbd;
}
.cv-actions button.yellow:hover,
.cv-actions .osa-btn.yellow:hover {
  background: #4fbcec;
  color: #1d1d1b;
}
.cv-actions button.yellow:hover span,
.cv-actions .osa-btn.yellow:hover span {
  color: #1d1d1b;
  background-color: #179dd7;
}
.cv-actions button.green:hover,
.cv-actions .osa-btn.green:hover {
  background: #378e4e;
  color: #ffffff;
}
.cv-actions button.green:hover span,
.cv-actions .osa-btn.green:hover span {
  background: #55bd70;
}
.cv-actions button.taupe:hover,
.cv-actions .osa-btn.taupe:hover {
  background: #48423b;
  color: #ffffff;
}
.cv-actions button.taupe:hover span,
.cv-actions .osa-btn.taupe:hover span {
  background: #72685e;
}
.cv-actions button.hide-button {
  display: none;
}
.cv-actions .cv-page-menu {
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
  max-width: 200px;
}
.cv-actions .cv-page-menu li {
  padding: 2px 5px;
  font-size: 12px;
  border-bottom: 1px solid #d3cec9;
}
.cv-actions .cv-page-menu li a {
  display: block;
  color: #72685e;
  padding: 5px;
}
.scrold .cv-actions {
  position: fixed;
  top: 115px;
}
@media only screen and (max-width: 768px) {
  .scrold .cv-actions {
    position: relative;
    top: auto;
  }
}
/** Responsive Stuff **/
.show-in-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .show-in-mobile {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .hide-in-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 1201px) {
  .wide-only {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .desktop-only {
    display: none;
  }
}
/*** Tables ***/
table thead tr th {
  color: #888888;
  font-weight: normal;
  text-align: left;
  font-size: 1.1em;
  padding: 20px;
}
table thead tr th.center {
  text-align: center;
}
table thead tr.small th {
  font-size: 0.9em;
  max-width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px;
}
table tbody tr td {
  font-size: 1em;
  padding: 20px;
  line-height: 1.4em;
}
table tbody tr td a {
  color: #1d1d1b;
}
table tbody tr td a .icon {
  color: #888888;
  padding-right: 20px;
}
table tbody tr td a:hover {
  color: #558dbd;
}
table tbody tr td label {
  display: block;
  color: #888888;
  font-weight: normal;
  text-align: left;
  padding-bottom: 3px;
}
table tbody tr td a.invert {
  color: #558dbd;
}
table tbody tr td a.invert:hover {
  color: #1d1d1b;
}
table tbody tr td.center {
  text-align: center;
}
table tbody tr td.grey {
  background: #e8e8e8;
}
table tbody tr td.grey2 {
  background: #e0e0e0;
}
table tbody tr td.button-cell.bcmiddle {
  vertical-align: middle;
}
table tbody tr td.button-cell {
  vertical-align: bottom;
  min-width: 190px;
  /*a.table-button:hover {

                            @media @notmobile {
                                background: @grey; color: @blue; padding: 6px 43px 0px 15px; span.icon {
                                    border-top-left-radius: 0px;
                                    border-bottom-left-radius: 0px;
                                    color: @white;
                                    background: @blue;
                                }

                                span.text {
                                    width: 70px;
                                }
                            }
                        }

                        a.table-button.del:hover {

                            @media @notmobile {
                                color: @red; span.icon {
                                    background: @red;
                                }
                            }
                        }

                        
                        a.table-button.green:hover {

                            @media @notmobile {
                                color: @green; span.icon {
                                    background: @green;
                                }
                            }
                        }

                        
                        a.table-button.taupe:hover {

                            @media @notmobile {
                                color: @taupe; span.icon {
                                    background: @taupe;
                                }
                            }
                        }*/
}
@media only screen and (max-width: 768px) {
  table tbody tr td.button-cell {
    min-width: 0px;
  }
}
table tbody tr td.button-cell a.table-button {
  background: #558dbd;
  border-radius: 3px;
  padding: 3px 0px 3px 0px;
  float: right;
  border: none;
  font-size: 0.9em;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  /*-webkit-transition: all .5s ease;
                        -moz-transition: all .5s ease;
                        -o-transition: all .5s ease;
                        transition: all .5s ease;*/
  min-width: 28px;
  margin-left: 10px;
}
table tbody tr td.button-cell a.table-button span.icon {
  height: 100%;
  width: 30px;
  font-size: 1em;
  padding-top: 8px;
  top: 0px;
  display: inline-block;
  padding-right: 0;
  display: block;
  border-radius: 3px;
  color: #ffffff;
  border: none;
  text-align: center;
  line-height: 100%;
  background: #558dbd;
  border: 1px solid #558dbd;
  position: absolute;
  right: -2px;
  /*-webkit-transition: all 1s 0s ease;
                            -moz-transition: all 1s 0s ease;
                            -o-transition: all 1s 0s ease;
                            transition: all 1s 0s ease;*/
}
table tbody tr td.button-cell a.table-button span.text {
  white-space: nowrap;
  width: 0;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  color: #558dbd;
  font-weight: 600;
  /*-webkit-transition: all 0.5s ease;
                            -moz-transition: all 0.5s ease;
                            -o-transition: all 0.5s ease;
                            transition: all 0.5s ease;*/
}
table tbody tr td.button-cell a.table-button.del {
  background: #d9534f;
}
table tbody tr td.button-cell a.table-button.del span.icon {
  background: #d9534f;
  border: 1px solid #d9534f;
}
table tbody tr td.button-cell a.table-button.del span.text {
  color: #d9534f;
}
table tbody tr td.button-cell a.table-button.taupe {
  background: #72685e;
}
table tbody tr td.button-cell a.table-button.taupe span.icon {
  background: #72685e;
  border: 1px solid #72685e;
}
table tbody tr td.button-cell a.table-button.taupe span.text {
  color: #72685e;
}
table tbody tr td.button-cell a.table-button.green {
  background: #55bd70;
}
table tbody tr td.button-cell a.table-button.green span.icon {
  background: #55bd70;
  border: 1px solid #55bd70;
}
table tbody tr td.button-cell a.table-button.green span.text {
  color: #55bd70;
}
table tbody tr td.button-cell a.table-button:hover span.text {
  width: 0 !important;
}
table tbody tr td.button-cell.narrow {
  min-width: 100px;
}
@media only screen and (min-width: 769px) {
  table tbody tr td.button-cell.narrow a.table-button:hover span.text {
    width: 35px;
  }
}
table tbody tr td.button-cell.double {
  min-width: 220px;
}
@media only screen and (max-width: 768px) {
  table tbody tr td.button-cell.double {
    min-width: 0px;
  }
}
table tbody tr td.main {
  font-weight: 600;
}
table tbody tr td.imagecell {
  width: 100px;
  text-align: center;
}
table tbody tr td.imagecell img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
table tbody tr.default {
  font-weight: 600;
}
table tbody tr.bold {
  font-weight: 600;
}
table tbody tr.bordertop {
  border-top: 1px solid #1d1d1b;
}
table tbody tr.temping.candidate td a {
  background: url(/public/img/clock.png);
  background-position: left center;
  background-repeat: no-repeat;
}
table tbody tr.candidate td a {
  padding-left: 25px;
  padding-top: 3px;
  display: block;
  padding-bottom: 2px;
}
table tbody tr.small td {
  padding-left: 1px;
  font-size: 0.95em;
  padding-right: 1px;
}
table tbody tr:nth-child(odd) {
  background: #f2f2f2;
}
table tbody tr.error span.icon-lock {
  background: #f4cecd;
  color: #d9534f;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  display: block;
  z-index: 4;
  top: 0;
  left: 0;
  opacity: 0.75;
  font-size: 2.8em;
  padding-top: 10px;
}
table tbody tr.clickfire {
  cursor: pointer;
}
table tbody tr.clickfire:hover {
  background: #e2e2e2;
}
table tbody tr.clickfire:hover:nth-child(odd) {
  background: #e2e2e2;
}
table.fullwidth {
  min-width: 100%;
}
table.condensed tbody tr td {
  font-size: 1em;
  padding: 7px 15px;
}
table.condensed tbody tr.small td {
  padding-left: 1px;
  font-size: 0.95em;
  padding-right: 1px;
}
table.supercondensed tbody tr td {
  font-size: 1em;
  padding: 4px 10px;
}
table.tinycondensed {
  width: 100%;
}
table.tinycondensed tbody tr td {
  font-size: 13px;
  padding: 3px 5px;
}
table.tinycondensed tbody tr td table tr {
  background-color: transparent !important;
}
.side .temprates table {
  margin-left: -5px;
}
.side .temprates table thead tr th {
  padding: 5px ;
  font-size: 0.9em;
}
.side .temprates table tr td .icon-bin {
  color: #d9534f;
}
.side .temprates h5 {
  font-size: 0.9em;
}
.side .temprates input {
  color: #444444;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 90%;
  font-size: 0.9em;
  padding: 7px;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  display: block;
}
.side .temprates input[type="checkbox"] {
  width: auto;
  display: inline-block;
}
.side .temprates label {
  font-weight: normal;
  text-transform: none;
  text-align: left;
  display: inline;
}
.side .temprates #AddRate {
  border-radius: 3px;
  margin-top: 25px;
  padding: 5px 15px 5px 40px;
  float: left;
  border: none;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  transition: all .5s ease;
  background-color: #55bd70;
  color: #ffffff;
}
.side .temprates #AddRate span {
  height: 100%;
  width: 30px;
  top: 0px;
  display: block;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: none;
  text-align: center;
  line-height: 100%;
  position: absolute;
  left: -2px;
  transition: all 1s 0s ease;
  padding-top: 5px;
  font-size: 1.1em;
  background-color: #378e4e;
  color: #ffffff;
}
.side .temprates #AddRate:hover {
  background: #378e4e;
  color: #ffffff;
}
.side .temprates #AddRate:hover span {
  background: #55bd70;
}
/****** */
/*** Profile Image Layout ***/
#profileholder,
#profileholder2 {
  width: 24%;
  position: relative;
  display: block;
  max-width: 400px;
  margin-right: 3%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #profileholder,
  #profileholder2 {
    width: 70%;
    margin-left: 0%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
#profileholder .mask,
#profileholder2 .mask {
  width: 100%;
  z-index: 5;
  position: relative;
  display: block;
}
#profileholder .photo,
#profileholder2 .photo {
  width: 100%;
  position: absolute;
  z-index: 3;
  display: block;
}
#profileholder .edit,
#profileholder2 .edit {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
}
#profileholder .edit .cvr,
#profileholder2 .edit .cvr {
  width: 100%;
  height: 200%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: table;
}
#profileholder .edit .cvr span.icon,
#profileholder2 .edit .cvr span.icon {
  color: rgba(255, 255, 255, 0.8);
  font-size: 3em;
  text-align: center;
  width: 100%;
  height: 100%;
  display: table-cell;
  opacity: 1;
  vertical-align: middle;
}
#profileholder .edit .cvr span.icon span,
#profileholder2 .edit .cvr span.icon span {
  margin: 0 auto;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.35em;
}
#profileholder .edited,
#profileholder2 .edited {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#profileholder .edited .cvr,
#profileholder2 .edited .cvr {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #55bd70;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: table;
}
#profileholder .edited .cvr span.icon,
#profileholder2 .edited .cvr span.icon {
  color: rgba(255, 255, 255, 0.8);
  font-size: 3em;
  text-align: center;
  width: 100%;
  height: 100%;
  display: table-cell;
  opacity: 1;
  vertical-align: middle;
}
#profileholder .edited .cvr span.icon span,
#profileholder2 .edited .cvr span.icon span {
  margin: 0 auto;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.35em;
}
#profileholder .edited.show,
#profileholder2 .edited.show {
  opacity: 1;
}
#profileholder:hover,
#profileholder2:hover {
  cursor: pointer;
}
#profileholder:hover .edited,
#profileholder2:hover .edited {
  opacity: 0;
}
#profileholder:hover .edit .cvr,
#profileholder2:hover .edit .cvr {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
}
#profileholder:hover .edit .cvr span.icon,
#profileholder2:hover .edit .cvr span.icon {
  margin-top: 0px;
  line-height: 100%;
  vertical-align: middle;
}
#profileholder.fullwidth,
#profileholder2.fullwidth {
  width: 100%;
}
#profileholder.business,
#profileholder2.business {
  max-width: 300px;
}
#profileholder.business .photo,
#profileholder2.business .photo {
  position: relative;
}
#profileholder.candidate,
#profileholder2.candidate {
  max-width: 300px;
}
#profileholder.candidate .photo,
#profileholder2.candidate .photo {
  position: relative;
}
#profileholder.candidate .cvr,
#profileholder2.candidate .cvr {
  border-radius: 50%;
  height: 80%;
}
#profileholder.candidate .edited .cvr,
#profileholder2.candidate .edited .cvr {
  border-radius: 50%;
  height: 100%;
}
#profileholder.candidate,
#profileholder2.candidate {
  max-width: 300px;
  border-radius: 50%;
}
#profileholder.candidate .photo,
#profileholder2.candidate .photo {
  position: relative;
}
#profileholder.small,
#profileholder2.small {
  max-width: 150px;
  margin: 0 auto 20px auto;
}
td #profileholder:hover,
td #profileholder2:hover {
  cursor: auto;
}
#profileholder.noclicks,
#profileholder2.noclicks {
  cursor: auto;
}
#ConsultantInfo {
  width: 100%;
  text-align: center;
  max-width: 150px;
  margin-right: 50px;
  float: right;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #ConsultantInfo {
    float: left;
    margin-bottom: 30px;
  }
}
#ConsultantInfo .primary {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
#ConsultantInfo .primary .mask {
  width: 100%;
  z-index: 5;
  position: relative;
  display: block;
}
#ConsultantInfo .primary .photo {
  width: 100%;
  position: relative;
  z-index: 3;
  display: block;
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#ConsultantInfo .primary .edit {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
}
#ConsultantInfo .primary .edit .cvr {
  width: 100%;
  border-radius: 100%;
  height: 100%;
  margin-top: 0%;
  margin-left: 0%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease;
  display: table;
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
}
#ConsultantInfo .primary .edit .cvr span.icon {
  color: rgba(255, 255, 255, 0.8);
  font-size: 2em;
  text-align: center;
  width: 100%;
  height: 100%;
  display: table-cell;
  opacity: 1;
  vertical-align: middle;
}
#ConsultantInfo .primary .edit .cvr span.icon span {
  margin: 0 auto;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  display: block;
  margin-top: 0px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.35em;
  text-wrap: none;
}
#ConsultantInfo .primary .edited {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#ConsultantInfo .primary .edited .cvr {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0.8;
  background: #55bd70;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: table;
}
#ConsultantInfo .primary .edited .cvr span.icon {
  color: rgba(255, 255, 255, 0.8);
  font-size: 2em;
  text-align: center;
  width: 100%;
  height: 100%;
  display: table-cell;
  opacity: 1;
  vertical-align: middle;
}
#ConsultantInfo .primary .edited .cvr span.icon span {
  margin: 0 auto;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  display: block;
  margin-top: 0px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.35em;
}
#ConsultantInfo .primary .edited.show {
  opacity: 1;
}
#ConsultantInfo .pc-text {
  border-radius: 15px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  margin: 0 auto;
  background: #888888;
  color: #ffffff;
  bottom: -15px;
  z-index: 8;
  position: absolute;
  width: 90%;
  left: 5%;
}
#ConsultantInfo .pc-text span {
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.7);
}
#ConsultantInfo #pc-select {
  z-index: 10;
  margin-left: 7px;
  border-radius: 4px;
  top: 0;
  display: none;
}
#ConsultantInfo #pc-select span {
  width: 135px;
  padding: 8px 20px;
  font-size: 0.9em;
  color: #ffffff;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  margin-bottom: 1px;
}
#ConsultantInfo #pc-select span.sel {
  background: #55bd70;
}
#ConsultantInfo #pc-select span:hover {
  background: #558dbd;
}
#ConsultantInfo.noimg {
  float: none;
  text-align: left;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
}
#ConsultantInfo.noimg .pc-text {
  position: relative;
  left: 0;
  bottom: auto;
  border-radius: 0;
}
#ConsultantInfo:hover {
  cursor: pointer;
}
#ConsultantInfo:hover .primary .edited {
  opacity: 0;
}
#ConsultantInfo:hover .primary .edit .cvr {
  margin-top: 0%;
  margin-left: 0%;
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
}
#ConsultantInfo.selecting .primary {
  display: none;
}
#ConsultantInfo.selecting .pc-text {
  display: none;
}
#ConsultantInfo.selecting #pc-select {
  display: block;
}
/*** Inline Editable ***/
.inline-editable .chk-inkline label {
  width: 50%;
  float: left;
}
.inline-editable .chk-inkline input {
  width: 50% !important;
  /*float: right;*/
}
.inline-editable label {
  margin-bottom: -7px;
  position: relative;
  z-index: 3;
  padding-left: 10px;
}
.inline-editable .field {
  margin-right: 0px;
  position: relative;
  display: inline-block;
  font-size: 1.4em;
  margin-bottom: 10px;
  max-width: 90%;
  /* auto resizing textarea stuff */
  /*---------*/
}
.inline-editable .field.alert input {
  border: 2px solid #d9534f;
}
.inline-editable .field input,
.inline-editable .field textarea {
  /*border: none;*/
  padding: 10px 20px 10px 10px;
  color: #444444;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 100%;
  font-size: 14px;
  border-radius: 15px;
  width: 400px;
  border: 1px solid #e3e3e3;
}
.inline-editable .field textarea {
  font-size: 0.9em;
  width: 100%;
}
.inline-editable .field .txtstuff {
  resize: none;
  overflow: hidden;
}
.inline-editable .field .hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 5px 20px 5px 10px;
}
.inline-editable .field .common {
  width: 100%;
  min-height: 50px;
  overflow: hidden;
  font-size: 0.9em;
}
.inline-editable .field .lbr {
  line-height: 3px;
}
.inline-editable .field input:focus,
.inline-editable .field textarea:focus {
  outline: none;
  padding: 10px 40px 10px 20px;
  background: #f2f2f2;
}
.inline-editable .field span {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  font-size: 0.8em;
  color: #55bd70;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.inline-editable .field.fullwidth {
  width: 100%;
}
.inline-editable .link-item {
  float: right;
  font-size: 1.2em;
}
.inline-editable.onCV {
  margin-left: -10px;
  padding-left: 10px;
  background: #f0f9fd;
}
.inline-editable.onCV .field {
  padding-left: 0;
}
.inline-editable.onCV input,
.inline-editable.onCV textarea {
  background: #f0f9fd;
}
.inline-editable.large {
  font-size: 1.5em;
  font-weight: 300;
  margin-left: 10px;
}
.inline-editable.large input,
.inline-editable.large textarea {
  font-size: 20px;
  border: none;
}
.inline-editable.large span {
  font-size: 0.7em;
}
@media only screen and (max-width: 768px) {
  .inline-editable.large {
    font-size: 1.3em;
  }
}
.inline-editable .field:hover input,
.inline-editable .field:hover textarea {
  background: #f2f2f2;
}
.inline-editable .field:hover span {
  opacity: 1;
  font-size: 0.5em;
}
.inline-editable.narrow .field {
  font-size: 1.2em;
}
.inline-editable.narrow .field input,
.inline-editable.narrow .field textarea {
  padding: 5px 20px 5px 10px;
}
.inline-editable.narrow .field input:focus,
.inline-editable.narrow .field textarea:focus {
  padding: 5px 40px 5px 20px;
}
.inline-editable.narrow .field input[type=checkbox] {
  margin: 10px;
}
/**********/
#factsheet .fs-header {
  text-align: center;
}
#factsheet .fs-header img {
  max-width: 300px;
  margin: 0 auto;
}
#factsheet .intro {
  font-size: 1.2em;
}
#factsheet #map {
  width: 100%;
  height: 450px;
  margin-bottom: 40px;
  margin-top: 40px;
}
#factsheet .address {
  white-space: pre-line;
}
/**** On Off Switch ***/
.contentblock .inner label.onoffpre {
  margin-top: 15px;
  padding-bottom: 5px;
  padding-left: 10px;
}
label.onoffpre.large {
  margin-top: 0px;
  font-size: 18px;
}
.onoffswitch {
  position: relative;
  width: 82px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-bottom: 15px;
}
.onoffswitch.onoffswitch-wide {
  width: 100px;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  padding-right: 0;
  border: 2px solid #FFFFFF;
  border-radius: 15px;
  padding-bottom: 0 !important;
}
.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 27px;
  padding: 0;
  line-height: 27px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: 600;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "Yes";
  padding-left: 10px;
  background-color: #4fbcec;
  color: #1d1d1b;
}
.onoffswitch-inner.onoffswitch-inner-diary:before {
  content: "Summary";
}
.locked .onoffswitch-inner:before {
  content: "Locked";
}
.red .onoffswitch-inner:before {
  background-color: #d9534f;
  color: #ffffff;
}
.onoffswitch-inner:after {
  content: "No";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}
.onoffswitch-inner.onoffswitch-inner-diary:after {
  content: "Full";
}
.onoffswitch-switch {
  width: 19px;
  height: 19px;
  margin: 6px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 51px;
  /*&.onoffswitch-wide {
        right: 65px;
    }*/
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.red .onoffswitch-switch {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
@media print {
  body,
  #content,
  #container {
    width: 100%;
    margin: 0;
    float: none;
    background: #ffffff url(/Styles/osa/app/none);
    font-size: 0.85em;
  }
  .container {
    margin-top: 0;
  }
  #topnav,
  #navbar,
  #nav,
  #sidebar,
  .ad,
  .noprint,
  header,
  .side,
  .header-container,
  #createNewButton {
    display: none;
  }
  .left-section .selectize-input {
    padding: 0 !important;
  }
  .left-section .selectize-input .item {
    box-shadow: none !important;
    border: none !important;
  }
  .left-section .selectize-input .remove {
    display: none !important;
  }
  .inline-editable.large .field {
    font-size: 0.8em;
    font-weight: bold;
  }
  .profile-info-col {
    /* For IE10 */
  }
  .profile-info-col .Active span,
  .profile-info-col #OnWebsite span {
    text-align: left !important;
  }
  .profile-info-col select {
    border: none !important;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  .profile-info-col select::-ms-expand {
    display: none;
  }
  .profile-info-col .icon {
    display: none;
  }
  .profile-info-col .inline-editable.narrow {
    width: 50%;
    float: left;
  }
  .profile-info-col .inline-editable.narrow input {
    font-size: 12px;
  }
  .profile-info-col .col {
    width: 100%;
  }
  .profile-info-col .col.borderleft {
    border: none;
  }
  .inner h3 {
    padding: 30px 0 10px 0 !important;
  }
  td {
    padding-top: 0;
    padding-bottom: 0;
    padding: 3px 10px;
  }
  .inner.filterresult {
    margin-left: 0;
  }
  body {
    font: 0.7em;
    color: #000;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #000;
  }
  h1 {
    font-size: 250%;
  }
  h2 {
    font-size: 175%;
  }
  h3 {
    font-size: 135%;
  }
  h4 {
    font-size: 100%;
    font-variant: small-caps;
  }
  h5 {
    font-size: 100%;
  }
  h6 {
    font-size: 90%;
    font-style: italic;
  }
  .inner.filterresult table tr td {
    padding: 1px 5px;
  }
  .inner.filterresult table tr td:nth-child(even) {
    background: #f8f8f8;
  }
  /*    table {
        page-break-inside: auto;
        width: 100%;
        table-layout: fixed;
    }



    tr {
        page-break-inside: avoid;
        page-break-after: auto;
        display: block;
        width: 100%;
        -webkit-region-break-inside: avoid;
    }

    th {
        font-size: 100%;
    }*/
  .print-1,
  th.print-1,
  td.print-1 {
    width: 1.5cm;
  }
  .print-5 {
    width: 5cm;
  }
  .print-8 {
    width: 8cm;
  }
  .hide-print {
    display: none !important;
  }
  .contentblock .hasSubNav {
    margin-left: 0 !important;
  }
  .header-container .subnav {
    display: none;
  }
  .container.add-top-margin {
    margin-top: 0;
  }
  h1.outsidebox {
    margin-bottom: 0 !important;
    margin: 0 !important;
    margin-top: 40px !important;
    font-size: 2em;
  }
  .actions {
    display: none;
  }
  .contentblock .inner {
    padding: 0;
    margin: 0;
    margin-top: 20px;
  }
  .contentblock .inner h2 {
    margin-bottom: 0;
  }
  .contentblock .inner table {
    width: 100% !important;
  }
  .contentblock .inner table tbody tr td {
    padding-left: 0;
    padding-bottom: 10px;
  }
  .contentblock .inner .button-cell {
    display: none;
  }
  .contentblock .inner .table-button {
    display: none;
  }
  .printClientJobs td:nth-child(2) {
    display: none;
  }
}
.modal-overlay,
.modal-loading {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.modal-overlay .loading,
.modal-loading .loading {
  font-size: 800%;
  color: #000000;
  margin: 0 auto;
  position: absolute;
  top: 45%;
}
.modal-overlay .modal-content,
.modal-loading .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 30px;
  width: 50%;
  text-align: center;
  font-size: 150%;
}
.modal-overlay .modal-text,
.modal-loading .modal-text {
  margin: 30px;
  margin-bottom: 500px;
}
.modal-overlay .modal-close,
.modal-loading .modal-close {
  margin-top: 30px;
  margin: 0 auto;
  width: 30%;
}
@media screen and (max-width: 960px) {
  .modal-overlay .modal-text,
  .modal-loading .modal-text {
    font-size: 80%;
    text-align: center;
    margin: 0;
  }
  .modal-overlay .modal-close,
  .modal-loading .modal-close {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .modal-overlay .modal-text,
  .modal-loading .modal-text {
    font-size: 70%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .modal-overlay .modal-close,
  .modal-loading .modal-close {
    font-size: 12px;
    width: 100%;
  }
}
#form-outcome div.hiddendiv {
  display: none !important;
}
table.tbl-outcomes {
  width: 100%;
  border-radius: 4px;
}
table.tbl-outcomes th {
  padding: 5px 10px;
}
table.tbl-outcomes tr.outcome-details {
  display: none;
  background: none !important;
}
table.tbl-outcomes tr.outcome-details .inner .inline-editable .field input,
table.tbl-outcomes tr.outcome-details .inner .inline-editable .field select {
  width: 100% !important;
}
table.tbl-outcomes tr.outcome-details td {
  text-align: left;
  padding-left: 20px;
}
table.tbl-outcomes tr.outcome-details td .inner {
  padding: 0 !important;
  margin: 0 !important;
}
table.tbl-outcomes tr.outcome-details td .onoffpre {
  margin-top: 0;
}
table.tbl-outcomes tr.outcome-details td .inner .col {
  margin-right: 0 !important;
}
table.tbl-outcomes tr.outcome-details td .inner .col .field {
  padding-left: 10px;
}
table.tbl-outcomes tr.outcome-details td .onoffswitch-inner:hover {
  cursor: initial;
}
table.tbl-outcomes tr td {
  text-align: center;
}
table.tbl-outcomes tr td.expander {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
table.tbl-outcomes tr td.expander:hover {
  cursor: pointer;
}
table.tbl-outcomes tr td.expander.expanded {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.inner.inner-outcomes .osa-btn-top {
  margin-top: 0;
}
.inner.inner-outcomes .inner {
  box-shadow: none;
}
#form-outcome {
  display: none;
}
td .DeleteOutcome {
  color: red;
  font-weight: 600;
}
td .DeleteOutcome:hover {
  cursor: pointer;
}
.jobEndReason {
  display: none;
}
.prompt-wrap {
  display: none;
  position: relative;
  margin-left: 280px;
  padding: 45px 20px 10px 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .prompt-wrap {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
  }
}
.prompt-wrap .prompt {
  background-color: #4abbed;
  height: 70px;
  font-size: 120%;
  margin-top: -25px;
  color: white;
  padding: 15px 30px;
}
.prompt-wrap .prompt span {
  float: right;
}
.prompt-wrap .prompt span:hover {
  cursor: pointer;
}
.prompt-wrap .triangle-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #4abbed;
  position: absolute;
  left: 32%;
  bottom: -10px;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(4.25em);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
table.table thead tr th {
  text-align: center !important;
  vertical-align: inherit;
}
