/* reboot */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button,
canvas,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
  font-weight: normal;
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

fieldset,
img {
  border: none;
}

caption,
th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  cursor: pointer;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

input,
button,
textarea {
  font-family: "GalanoGrotesqueAlt", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: normal;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="hidden"],
[hidden],
.hidden {
  display: none;
}

textarea {
  overflow: auto;
  resize: none;
}

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;
}

a > img {
  vertical-align: bottom;
}

strong,
.strong,
b {
  font-weight: bold;
}

em,
.italic,
i {
  font-style: italic;
}

del,
.del {
  text-decoration: line-through;
}

:focus {
  outline: none;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.map-canvas img {
  max-width: none;
}

.clear {
  clear: both;
  display: block;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.clearfix::after, .wysiwyg::after, .footer-extra-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.alignleft {
  float: left !important;
}

.alignright {
  float: right !important;
}

.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.overflow-hidden {
  overflow: hidden;
  display: block;
}

.nowrap {
  white-space: nowrap;
}

.content-box {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

html {
  height: 100%;
  background: #ffffff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "GalanoGrotesqueAlt", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.385;
  height: 100%;
  color: #636363;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* typography */
a {
  color: #01959a;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color, background-color, border-color;
}

a:hover {
  color: #01959a;
  text-decoration: none;
}

a.underline {
  text-decoration: underline;
}

.wysiwyg h1 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wysiwyg h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wysiwyg h3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wysiwyg h4 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wysiwyg h5 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wysiwyg h6 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wysiwyg p {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wysiwyg a {
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.wysiwyg img {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}

.wysiwyg img.alignleft {
  margin: 30px 30px 30px 0;
}

.wysiwyg img.alignright {
  margin: 30px 0 30px 30px;
}

.wysiwyg blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 30px;
  font-style: italic;
}

.wysiwyg blockquote p {
  margin-bottom: 0;
}

.wysiwyg hr {
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-bottom: 1px solid #f2f4f4;
}

.wysiwyg hr.transparent {
  border-bottom-color: transparent;
}

.wysiwyg ul {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  list-style: inside disc;
}

.wysiwyg ul li {
  padding-left: 30px;
}

.wysiwyg ol {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  list-style: inside decimal;
}

.wysiwyg ol li {
  padding-left: 30px;
}

.wysiwyg table {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wysiwyg table th {
  padding: 15px 30px;
  background: #f2f4f4;
  border: 1px solid #f2f4f4;
}

.wysiwyg table td {
  padding: 15px 30px;
  border: 1px solid #f2f4f4;
}

@font-face {
  font-family: 'GalanoGrotesque';
  src: url("../fonts/GalanoGrotesque-Bold.eot");
  src: url("../fonts/GalanoGrotesque-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GalanoGrotesque-Bold.woff2") format("woff2"), url("../fonts/GalanoGrotesque-Bold.woff") format("woff"), url("../fonts/GalanoGrotesque-Bold.ttf") format("truetype"), url("../fonts/GalanoGrotesque-Bold.svg#GalanoGrotesque-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'GalanoGrotesqueAlt';
  src: url("../fonts/GalanoGrotesqueAlt-Medium.eot");
  src: url("../fonts/GalanoGrotesqueAlt-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GalanoGrotesqueAlt-Medium.woff2") format("woff2"), url("../fonts/GalanoGrotesqueAlt-Medium.woff") format("woff"), url("../fonts/GalanoGrotesqueAlt-Medium.ttf") format("truetype"), url("../fonts/GalanoGrotesqueAlt-Medium.svg#GalanoGrotesqueAlt-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'GalanoGrotesqueAlt';
  src: url("../fonts/GalanoGrotesqueAlt-SemiBold.eot");
  src: url("../fonts/GalanoGrotesqueAlt-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GalanoGrotesqueAlt-SemiBold.woff2") format("woff2"), url("../fonts/GalanoGrotesqueAlt-SemiBold.woff") format("woff"), url("../fonts/GalanoGrotesqueAlt-SemiBold.ttf") format("truetype"), url("../fonts/GalanoGrotesqueAlt-SemiBold.svg#GalanoGrotesqueAlt-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'GalanoGrotesqueAlt';
  src: url("../fonts/GalanoGrotesqueAlt-Regular.eot");
  src: url("../fonts/GalanoGrotesqueAlt-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GalanoGrotesqueAlt-Regular.woff2") format("woff2"), url("../fonts/GalanoGrotesqueAlt-Regular.woff") format("woff"), url("../fonts/GalanoGrotesqueAlt-Regular.ttf") format("truetype"), url("../fonts/GalanoGrotesqueAlt-Regular.svg#GalanoGrotesqueAlt-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GalanoGrotesqueAlt';
  src: url("../fonts/GalanoGrotesqueAlt-Bold.eot");
  src: url("../fonts/GalanoGrotesqueAlt-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GalanoGrotesqueAlt-Bold.woff2") format("woff2"), url("../fonts/GalanoGrotesqueAlt-Bold.woff") format("woff"), url("../fonts/GalanoGrotesqueAlt-Bold.ttf") format("truetype"), url("../fonts/GalanoGrotesqueAlt-Bold.svg#GalanoGrotesqueAlt-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

/* grid */
.main-global {
  min-height: 100%;
  overflow: hidden;
}

.main-footer {
  padding-bottom: 35px;
}

.main-footer .api-key {
  margin-top: -35px;
  padding-bottom: 45px;
}

.container,
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/* forms */
.error {
  color: #ef343b !important;
  border-color: #ef343b !important;
}

.success {
  color: #00c100 !important;
  border-color: #00c100 !important;
}

.disabled {
  color: #ebebeb !important;
  border-color: #ebebeb !important;
  cursor: default !important;
}

input.input-text, textarea.textarea {
  vertical-align: top;
  border: 1px solid #e1e1e1;
  width: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 18px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #636363;
  height: 44px;
  -webkit-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color, background-color, border-color;
}

textarea.textarea {
  font-family: "GalanoGrotesqueAlt", Helvetica, Arial, sans-serif;
  overflow: auto;
  height: 144px;
}

select.select {
  border: 1px solid #e1e1e1;
  width: 100%;
  margin: 0;
  text-align: top;
  background: #ffffff url("../images/select.svg") no-repeat 100% 50%;
  -webkit-background-size: 23px 7px;
  background-size: 23px 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 44px;
  font-size: 13px;
  font-weight: 500;
  color: #636363;
  padding: 0 25px 0 18px;
  -webkit-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color, background-color, border-color;
}

select.select:focus {
  border-color: #959595;
}

select.select::-ms-expand {
  display: none;
}

.checkbox,
.radio {
  display: block;
}

.checkbox input,
.radio input {
  display: none;
}

.checkbox input:checked + label:after,
.radio input:checked + label:after {
  opacity: 1;
}

.checkbox input:disabled + label,
.radio input:disabled + label {
  cursor: default;
  opacity: 0.5;
}

.checkbox label,
.radio label {
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 28px;
  line-height: 16px;
  font-size: 13px;
  font-weight: 500;
  color: #636363;
  cursor: pointer;
}

.checkbox label:before,
.radio label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
  width: 16px;
  height: 16px;
  border: 1px solid #959595;
}

.checkbox label:after,
.radio label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: transparent url("../images/checked.svg") 50% 50% no-repeat;
  -webkit-background-size: 12px 12px;
  background-size: 12px;
  opacity: 0;
  -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.radio label:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.radio label:after {
  background: #01959a;
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

a.button,
input.button,
button.button {
  display: inline-block;
  padding: 15px 30px;
  -webkit-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color, background-color, border-color;
}

input.button,
button.button {
  line-height: normal;
}

.btn-primary {
  background-color: #01959a;
  border-color: #01959a;
}

.btn-primary:hover {
  background-color: #01aeb3;
  border-color: #01aeb3;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #017c81;
  border-color: #017c81;
}

.btn-secondary {
  background-color: #6572ed;
  border-color: #6572ed;
}

.btn-secondary:hover {
  background-color: #7c87f0;
  border-color: #7c87f0;
}

.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #4e5dea;
  border-color: #4e5dea;
}

.btn-outline-secondary {
  background-color: #ffffff;
  border-color: #6572ed;
  color: #6572ed;
}

.btn-outline-secondary path {
  -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-outline-secondary:hover {
  color: #ffffff;
  border-color: #7c87f0;
  background-color: #7c87f0;
}

.btn-outline-secondary:hover path {
  fill: #ffffff;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #4e5dea;
  border-color: #4e5dea;
  color: #ffffff;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active path {
  fill: #ffffff;
}

.btn-light {
  color: #6572ed;
  background-color: #ffffff;
  border-color: #ffffff;
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}

.btn-light:hover {
  color: #6572ed;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

.btn-light:not(:disabled):not(.disabled):active {
  color: #6572ed;
  background-color: #ffffff;
  border-color: #ffffff;
}

input.btn {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-width: 2px;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 19px 6px;
}

.btn-lg {
  font-size: 13px;
  font-weight: 500;
  padding: 12px 24px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ui-datepicker {
  width: 280px;
  display: none;
  padding: 10px;
  background: #ffffff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  z-index: 6060 !important;
}

.ui-datepicker-header {
  position: relative;
  margin-bottom: 10px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0px;
  font-size: 0;
  line-height: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  background: #eeeeee;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: "";
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  position: absolute;
  margin: -7px 0 0 -12px;
  border: 7px solid transparent;
  border-right-color: #01959a;
}

.ui-datepicker-next {
  left: auto;
  right: 0px;
}

.ui-datepicker-next:after {
  border-right-color: transparent;
  border-left-color: #01959a;
  margin-left: -2px;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none;
}

.ui-datepicker-title {
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 30px;
  color: #636363;
}

.ui-datepicker-calendar {
  width: 100%;
}

.ui-datepicker-calendar th {
  text-align: center;
  font-weight: bold;
  padding: 1px;
  font-size: 11px;
}

.ui-datepicker-calendar th span {
  cursor: default;
}

.ui-datepicker-calendar td {
  text-align: center;
  padding: 3px 1px;
  font-size: 11px;
  font-weight: 500;
  line-height: 26px;
}

.ui-datepicker-calendar td span {
  color: #cccccc;
  cursor: default;
}

.ui-datepicker-calendar td a {
  color: #000000;
  display: block;
  text-decoration: none;
  height: 26px;
  width: 26px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.ui-datepicker-calendar td a:hover {
  color: #000000;
  background-color: #f5f5f5;
}

.ui-datepicker-calendar td a.ui-state-active {
  color: #01959a;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  cursor: default;
}

input.input-datepiker {
  width: 251px;
  border: 2px solid #e1e1e1;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff url("../images/calendar.svg") 100% 50% no-repeat;
  -webkit-background-size: 28px 24px;
  background-size: 28px 24px;
  font-family: "GalanoGrotesqueAlt", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #636363;
  height: 34px;
  padding: 3px 34px 3px 10px;
}

input.input-datepiker::-webkit-input-placeholder {
  color: #636363;
}

input.input-datepiker:-ms-input-placeholder {
  color: #636363;
}

input.input-datepiker::-ms-input-placeholder {
  color: #636363;
}

input.input-datepiker::placeholder {
  color: #636363;
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

table.dataTable thead th:active, table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png");
}

table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png");
}

table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png");
}

table.dataTable tbody tr {
  background-color: #ffffff;
}

table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}

table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.compact thead th, table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
  padding: 4px;
}

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable, table.dataTable th, table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#111));
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), to(#0c0c0c));
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  -webkit-box-shadow: inset 0 0 3px #111;
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  -webkit-background-size: 10px 6px;
  background-size: 10px 6px;
  background-position: 90% 50%;
}

.modal-backdrop.show {
  opacity: 0.6;
}

.modal-content {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
}

#reportDetailsDialog .modal-dialog,#showLabResultDiv .modal-dialog{
  max-width: 1034px;
}

#reportDetailsDialog .modal-body,#showLabResultDiv .modal-body {
  padding: 37px 18px 0;
}

.modal-body h3, .modal-body h4, .modal-body dfn {
  color: #01959a;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  margin-bottom: 18px;
}

.modal-body h3 {
  color: #6572ed;
}

.modal-body p {
  margin-bottom: 18px;
}

.modal-body ol {
  margin-bottom: 18px;
  list-style: inside decimal;
}

.modal-title {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
}

.modal-header {
  padding: 13px 18px 9px;
  border: 0;
  background: #f9f9f9;
  width: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.modal-footer {
  padding: 10px 18px;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.modal-footer .btn {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
}

.popover .close,
.close-icon {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popover .close:before, .popover .close:after,
.close-icon:before,
.close-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #333;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.popover .close:after,
.close-icon:after {
  height: 2px;
  width: 100%;
}

.popover .close {
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: -10px;
  top: -10px;
  background: #01959a;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.popover .close:before, .popover .close:after {
  height: 60%;
  background: #ffffff;
}

.popover .close:after {
  height: 2px;
  width: 60%;
}

.bs-popover-right .close {
  left: auto;
  right: -10px;
}

.form-block-title {
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 26px;
}

.form-block-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.form-block-cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px;
  margin-bottom: 15px;
}

.label-text {
  display: block;
  font-size: 13px;
  color: #363636;
  font-weight: 500;
}

select.select-default {
  color: #898989;
}

.btn-send {
  display: block;
  width: 100%;
  text-align: center;
  height: 54px;
  font-size: 15px;
  font-weight: 500;
}

.icon-send {
  position: relative;
  top: -1px;
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: transparent url("../images/send.svg") left top no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}

.form-block {
  max-width: 522px;
  padding: 30px 20px;
}

.data-table-wrapper-small .data-table-minwidth {
  min-width: 320px;
}

.wrapper-line {
  border-right: 1px solid #ebebeb;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}

.no-js .inputfile + label {
  display: none;
}

.inputfile-6 + label {
  color: #898989;
  font-size: 11px;
  line-height: 26px;
  font-weight: 600;
}

.inputfile-6 + label {
  padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
  border-color: #722040;
}

.inputfile-6 + label span {
  display: inline-block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  padding-right: 10px;
}

.inputfile-6 + label strong {
  height: 100%;
  color: #fff;
  background-color: #01959a;
  display: inline-block;
  font-size: 11px;
  line-height: 26px;
  font-weight: 500;
  height: 26px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  padding: 0 20px;
}

.form-block-file {
  text-align: right;
  margin-bottom: -7px;
}

/* header */
.header-global {
  height: 58px;
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 505;
  -webkit-box-shadow: 0 1px 5px rgba(99, 99, 99, 0.2);
  box-shadow: 0 1px 5px rgba(99, 99, 99, 0.2);
}

.header-row {
  height: 58px;
}

.header-pull {
  background: #f2f2f2;
  height: 65px;
  position: relative;
  z-index: 404;
}

.logo {
  padding-left: 27px;
}

.logo-link {
  display: block;
  width: 131px;
  height: 41px;
  background: transparent url("../images/logo.svg") 0 0 no-repeat;
  -webkit-background-size: 131px 41px;
  background-size: 131px 41px;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu > li {
  margin: 0 12px 0 13px;
}

.menu > li.current-menu-parent > a, .menu > li.current-menu-item > a, .menu > li.log-menu-item > a {
  color: #363636;
}

.menu > li:hover > a {
  color: #363636;
}

.menu > li:hover > ul {
  display: block;
}

.menu > li > a {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a1a1a1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
}

.menu-text {
  white-space: nowrap;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.menu-note {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 34px;
  -ms-flex: 0 0 34px;
  flex: 0 0 34px;
  max-width: 34px;
  width: 34px;
  padding-left: 9px;
  text-align: center;
}

.menu-note span {
  display: block;
  width: 25px;
  height: 25px;
  border: 2px solid #6572ed;
  line-height: 21px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 11px;
  color: #6572ed;
}

.menu-note-fill span {
  background-color: #6572ed;
  color: #ffffff;
}

.menu-icon {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22px;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  max-width: 22px;
  width: 22px;
}

.menu-icon svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.navigation {
  padding-top: 2px;
  padding-right: 9px;
}

.navigation-toggle {
  display: none;
  position: absolute;
  right: 20px;
  top: 0;
  width: 40px;
  height: 40px;
  z-index: 5350;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.navigation-toggle-icon {
  position: absolute;
  top: 50%;
  left: 8px;
  right: 8px;
  height: 2px;
  background: #01959a;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.navigation-toggle-icon:before, .navigation-toggle-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #01959a;
  -webkit-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.navigation-toggle-icon:after {
  -webkit-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0);
}

.navigation-open .navigation-toggle-icon {
  background-color: transparent;
}

.navigation-open .navigation-toggle-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navigation-open .navigation-toggle-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* footer */
.footer-global {
  height: 35px;
  margin-top: -35px;
  background: #f8f8f8;
  position: relative;
  z-index: 305;
  font-size: 11px;
  font-weight: 500;
  color: #898989;
}

.footer-global a {
  color: #898989;
}

.footer-global a:hover {
  color: #000;
}

.footer-global .row {
  height: 35px;
}

.footer-menu {
  padding-right: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 17px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-menu li {
  position: relative;
  margin-left: 13px;
  padding-left: 14px;
}

.footer-menu li::before {
  content: "|";
  position: absolute;
  top: 0;
  left: 0;
}

.footer-menu li:first-child {
  padding-left: 0;
  margin-left: 0;
}

.footer-menu li:first-child::before {
  display: none;
}

.copyright {
  padding: 0 0 0 25px;
}

/* content */
.content {
  border-top: 1px solid #ebebeb;
}

.wrapper {
  padding: 0 20px 40px;
}

.wrapper-single-message {
  padding-top: 28px;
  padding-bottom: 0;
}

.content-info {
  padding: 28px 0 12px;
  font-size: 14px;
}

.content-info h1 {
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.content-info h1 span {
  color: #898989;
  font-weight: normal;
}

.content-info p {
  margin: 14px 0;
}

.content-info p a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.content-info p.caption {
  letter-spacing: 0.1px;
  font-size: 14px;
  line-height: 1.45;
  margin: 22px 0;
}

.footer-extra-wrapper {
  background: #ebebeb;
  font-size: 11px;
  color: #363636;
  font-weight: 500;
  padding: 7px 15px 8px 15px;
  min-height: 40px;
}

table.dataTable {
  margin-bottom: 9px;
  border-collapse: collapse;
  border-spacing: 0;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 14px 16px 12px;
  color: #ffffff;
  background: #2f3444;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

table.dataTable tbody tr.even td {
  background: #fbfbfb;
}

table.dataTable tbody tr.text-lowcase td {
  text-transform: none;
}

table.dataTable tbody tr.valign-top {
  vertical-align: top;
}

table.dataTable tbody td {
  padding: 15px 16px 13px;
  font-size: 11px;
  color: #636363;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 21px;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  -webkit-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

table.dataTable tbody td ul li {
  position: relative;
  padding-left: 6px;
  color: #363636;
  font-weight: 600;
  line-height: 1.5;
}

table.dataTable tbody td ul li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

table.dataTable tbody tr.no-data {
  position: relative;
}

table.dataTable tbody tr.no-data td {
  text-align: center;
  background: #f9f9f9;
}

table.dataTable tbody tr:hover td {
  color: #000;
  background: #ffffff;
}

table.dataTable tbody tr:hover td .action-link-answer,
table.dataTable tbody tr:hover td .action-link-read {
  opacity: 1;
}

table.dataTable tbody tr:hover td .action-link-eye svg path {
  fill: #01959a;
}

table.data-table-report tbody tr:hover td {
  color: #01959a;
}

.no-data-label {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 11px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

table.dataTable.no-footer {
  border-bottom: none;
}

.dataTables_length {
  display: none;
}

ul.action-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.action-list img {
  display: block;
}

ul.action-list li {
  padding: 0 !important;
}

ul.action-list li:before {
  display: none !important;
}

ul.action-list li + li {
  margin-left: 18px;
}

.action-link {
  display: block;
}
span.action-link{
	display : inline-block;
}

.action-link-chat img {
  width: 23px;
  height: 21px;
}

.action-link-visa img {
  width: 31px;
  height: 19px;
}

.action-link-read {
  opacity: 0.5;
  -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.action-link-read img {
  width: 20px;
  height: 19px;
}

.action-link-answer {
  opacity: 0.5;
  -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.action-link-answer img {
  width: 21px;
  height: 15px;
}

.action-link-eye svg {
  width: 22px;
  height: 25px;
  display: block;
}

.action-link-eye svg path {
  -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.green {
  color: #5fb709;
  font-weight: 600;
}

.blue {
  color: #0084ff;
  font-weight: 600;
}

.red {
  color: #cb3c40;
}

.black {
  color: #000000;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #363636 !important;
  text-decoration: underline !important;
  border: 0 !important;
  padding-top: 5px;
  padding-bottom: 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.first,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.last {
  padding-left: 6px;
  padding-top: 6px;
  padding-right: 6px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 0 !important;
  background: #ffffff;
  color: #000 !important;
  font-size: 12px;
  font-weight: 600;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: transparent;
  border: 0 !important;
  color: #01959a !important;
}

.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_info {
  padding-top: 0;
}

.dataTables_wrapper .dataTables_info {
  font-size: 11px;
  color: #363636;
  font-weight: 500;
  padding-top: 7px;
}

.dataTables_wrapper .dataTables_filter {
  width: 248px;
  margin-bottom: 9px;
}

.dataTables_wrapper .dataTables_filter label {
  display: block;
  padding: 0;
  margin: 0;
}

.dataTables_wrapper .dataTables_filter input {
  margin: 0;
  font-family: "GalanoGrotesqueAlt", Helvetica, Arial, sans-serif;
  width: 100%;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(235, 235, 235, 0.502) url("../images/search.svg") no-repeat 100% 50%;
  -webkit-background-size: 22px 22px;
  background-size: 22px;
  -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  height: 34px;
  padding: 3px 32px 3px 14px;
  font-size: 12px;
  font-weight: 500;
  color: #636363;
}

.dataTables_wrapper .dataTables_filter input::-webkit-input-placeholder {
  color: #cccccc;
}

.dataTables_wrapper .dataTables_filter input:-ms-input-placeholder {
  color: #cccccc;
}

.dataTables_wrapper .dataTables_filter input::-ms-input-placeholder {
  color: #cccccc;
}

.dataTables_wrapper .dataTables_filter input::placeholder {
  color: #cccccc;
}

.tab-pane {
  padding-top: 9px;
}

.nav-tabs {
  border-bottom: 1px solid #e1e1e1;
}

.nav-tabs .nav-item {
  padding-right: 7px;
}

.nav-tabs .nav-item-spacer {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.nav-tabs .nav-item-right {
  padding-right: 0;
}

.nav-tabs .nav-link {
  border-width: 1px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  background: #ebebeb;
  border-color: #ebebeb;
  border-bottom-color: #e1e1e1;
  color: #7d7d7d;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 9px 20px 8px;
}

.nav-tabs .nav-link:hover {
  border-color: #ebebeb;
  border-bottom-color: #e1e1e1;
}

.nav-tabs .nav-link.active {
  color: #6572ed;
  border-bottom-color: #ffffff;
}

.nav-tabs .nav-link.active .tab-link-note span {
  background-color: #6572ed;
  border-color: #6572ed;
}

.nav-tabs .nav-link-primary {
  background-color: #01959a;
  color: #ffffff;
  border-color: #01959a;
  border-bottom-color: #01959a;
}

.nav-tabs .nav-link-primary:hover {
  border-color: #01959a;
  border-bottom-color: #01959a;
}

.nav-tabs .nav-link-primary.active {
  background-color: #01959a;
  border-color: #01959a;
  border-bottom-color: #01959a;
  color: #ffffff;
}

.tab-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link-text {
  line-height: 22px;
  white-space: nowrap;
  display: block;
}

.tab-link-note {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32px;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  max-width: 32px;
  width: 32px;
  display: block;
  padding-left: 10px;
}

.tab-link-note span {
  width: 22px;
  height: 22px;
  border: 2px solid #959595;
  background: #959595;
  color: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  -webkit-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.request-appointment {
  padding-top: 25px;
  text-align: right;
}

.data-range-panel {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.data-range-cell {
  margin-bottom: 9px;
  padding-left: 6px;
}

.data-range-cell-input + .data-range-cell-nav {
  padding-left: 8px;
}

.data-range-cell-input + .data-range-cell-input {
  padding-left: 13px;
}

.tab-pane-notification {
  padding-right: 260px;
}

.tab-pane-notification + .data-table-wrapper {
  margin-top: -34px;
}

.content-info-search {
  padding-top: 39px;
  padding-bottom: 0;
  padding-right: 260px;
}

.content-info-search h1 {
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}

.content-info-search + .data-table-wrapper {
  margin-top: -26px;
}

.content-info-search + .data-table-wrapper .dataTables_filter {
  margin-bottom: 28px;
}

.notification-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 34px;
  position: relative;
  z-index: 2;
}

.notification-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23px;
  -ms-flex: 0 0 23px;
  flex: 0 0 23px;
  max-width: 23px;
}

.notification-icon img {
  display: block;
}

.notification-text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 12px;
  font-size: 12px;
  color: #898989;
  font-weight: 500;
}

.data-table-overflow {
  clear: both;
  overflow: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.data-table-minwidth {
  min-width: 720px;
}

.nav-tabs-overflow {
  overflow: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.wrapper-columns .form-block {
  max-width: 100%;
  padding: 0;
}

.single-message-wrapper {
  min-height: -webkit-calc(100vh - 264px);
  min-height: calc(100vh - 264px);
}

.single-message-meta {
  padding: 28px 20px;
}

.single-message-title {
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 53px;
}

.single-message-title span {
  color: #898989;
  font-weight: normal;
}

.single-message-info {
  color: #636363;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 15px;
}

.single-message-info-title {
  color: #000000;
  font-size: 11px;
}

.single-message-content {
  font-size: 16px;
  line-height: 1.2;
  color: #636363;
  max-width: 820px;
  padding: 0 20px;
  padding-bottom: 30px;
}

.single-message-content p {
  margin-top: 19px;
  margin-bottom: 19px;
}

.single-message-content p .small {
  font-size: 13px;
}

.single-message-navigation {
  position: relative;
  height: 85px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 18px 20px;
  background: #ebebeb;
}

.single-message-navigation textarea {
  padding-top: 12px;
  padding-bottom: 10px;
  padding-right: 87px;
  border-color: #ebebeb;
  height: 50px;
  vertical-align: top;
}

.single-message-navigation textarea::-webkit-input-placeholder {
  color: #b7b7b7;
  font-style: italic;
}

.single-message-navigation textarea:-ms-input-placeholder {
  color: #b7b7b7;
  font-style: italic;
}

.single-message-navigation textarea::-ms-input-placeholder {
  color: #b7b7b7;
  font-style: italic;
}

.single-message-navigation textarea::placeholder {
  color: #b7b7b7;
  font-style: italic;
}

.single-message-navigation .btn {
  position: absolute;
  right: 30px;
  top: 27px;
  padding: 0;
  height: 32px;
  width: 67px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.group {
  max-width: 100%;
  margin-bottom: 28px;
}

.group.open .group-toggle-icon:after {
  opacity: 0;
}

.group.open .group-content {
  display: block;
}

.group-toggle {
  display: block;
  color: #ffffff;
  background-color: #2f3444;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding: 11px 40px 10px 11px;
}

.group-expand-icon {
  position: absolute;
  top: 50%;
  right: 46px;
  width: 14px;
  height: 14px;
  background: transparent url("../images/resize.svg") left top no-repeat;
  -webkit-background-size: 14px 14px;
  background-size: 14px;
  margin-top: -7px;
}

.group-toggle-icon {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -6px;
}

.group-toggle-icon:before, .group-toggle-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #ffffff;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.group-toggle-icon:after {
  height: 100%;
  width: 2px;
  -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.group-content {
  display: none;
}

.group-content .data-table-minwidth {
  min-width: 0;
}

.group-content-max-cell .group-cell-label {
  max-width: 158px;
}

.group-content-max-cell .group-cell-input input.input-text, .group-content-max-cell .group-cell-input textarea.textarea,
.group-content-max-cell .group-cell-input select.select {
  max-width: 316px;
}

.radio-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.radio-item {
  padding: 5px 0;
  margin-right: 30px;
}

.check-item {
  margin: 1px 0;
}

.check-list {
  padding-top: 3px;
}

.radio-list .checkbox label,
.radio-list .radio label,
.check-list .checkbox label,
.check-list .radio label {
  padding-left: 26px;
  color: #000000;
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
}

.radio-list .checkbox input:checked + label,
.radio-list .radio input:checked + label,
.check-list .checkbox input:checked + label,
.check-list .radio input:checked + label {
  font-weight: 600;
}

.group-row {
  padding: 10px 18px 10px 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.group-row-no-padding {
  padding-left: 0;
  padding-right: 0;
}

.group-row:nth-child(odd) {
  background-color: #f8f8f8;
}

.group-row.valign-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.group-cell-input-multiple {
  margin-bottom: 5px;
}

.group-cell-label-valign {
  min-height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.group-cell-label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 27.5%;
  -ms-flex: 0 0 27.5%;
  flex: 0 0 27.5%;
  max-width: 27.5%;
  padding-right: 10px;
}

.group-cell-label label {
  font-size: 11px;
  line-height: 1.25;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  color: #363636;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.group-cell-label-x2 {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 13.75%;
  -ms-flex: 0 0 13.75%;
  flex: 0 0 13.75%;
  max-width: 13.75%;
}

.group-cell-input {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 72.5%;
  -ms-flex: 0 0 72.5%;
  flex: 0 0 72.5%;
  max-width: 72.5%;
}

.group-cell-input input.input-text, .group-cell-input textarea.textarea {
  height: 34px;
  padding-left: 12px;
  padding-right: 12px;
}

.group-cell-input select.select {
  padding-left: 12px;
  height: 34px;
}

.group-cell-input input.input-datepiker {
  border: 1px solid #e1e1e1;
  height: 34px;
  padding-left: 12px;
  font-weight: 500;
  width: 100%;
}

.group-cell-input-x2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 36.25%;
  -ms-flex: 0 0 36.25%;
  flex: 0 0 36.25%;
  max-width: 36.25%;
  padding-left: 10px;
  padding-right: 10px;
}

.group-cell-input-x2 input.input-text, .group-cell-input-x2 textarea.textarea,
.group-cell-input-x2 select.select,
.group-cell-input-x2 .group-cell-add,
.group-cell-input-x2 .group-cell-remove {
  max-width: 316px;
}

.group-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #01959a;
  color: #ffffff;
}

.group-header-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 14px 16px 12px;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.group-td-input {
  width: 100%;
  max-width: 100%;
  margin-top: -8px;
  margin-bottom: -8px;
}

.data-table-wrapper {
  max-width: 100%;
}

.data-table-wrapper input.input-text, .data-table-wrapper textarea.textarea {
  height: 34px;
  padding-left: 9px;
  padding-right: 9px;
  width: 80px;
}

.data-table-wrapper select.select {
  width: 86px;
  height: 34px;
  padding-left: 9px;
}

.data-table-wrapper input.input-datepiker {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
  max-width: 100px;
  border: 1px solid #e1e1e1;
  height: 34px;
  padding-left: 12px;
  font-weight: 500;
  width: 46px;
}

.group-navaigation {
  padding-top: 5px;
  margin-bottom: 44px;
  overflow: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.group-menu {
  border-bottom: 1px solid #01959a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.group-menu li {
  padding-left: 10px;
}

.group-menu li:first-child {
  padding-left: 0;
}

.group-menu li a {
  display: inline-block;
  padding: 5px 0;
  border-bottom: 2px solid transparent;
}

.group-menu li:hover a {
  border-bottom-color: #01959a;
}

table.data-table-group thead th {
  background-color: #01959a;
  border-bottom-color: #01959a;
}

.group-navigation {
  padding-top: 45px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.group-navigation .btn {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
}

.group-navigation-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.group-navigation-item {
  margin-left: 10px;
  margin-bottom: 10px;
}

.group-navigation-item:first-child {
  margin-left: 0;
}

.group-navigation-item .btn-light {
  color: #01959a;
}

.group-search {
  margin-top: -10px;
  background: #f8f8f8;
  padding: 11px;
}

.group-search input.input-text, .group-search textarea.textarea {
  width: 100%;
  height: 45px;
  padding-left: 18px;
  padding-right: 45px;
  font-size: 14px;
}

.group-search-button {
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  border: 0;
  background: transparent url("../images/search-dark.svg") 50% 50% no-repeat;
  -webkit-background-size: 16px 16px;
  background-size: 16px;
}

.group-search-wrap {
  position: relative;
  max-width: 408px;
  margin: 0 auto;
}

.group-search-button {
  position: absolute;
  right: 0;
  top: 0;
}

.btn-icon-chart,
.btn-icon-download {
  margin-right: 10px;
}

.group-line {
  width: 1px;
  bottom: 28px;
  background: #ebebeb;
  top: 0;
  position: absolute;
  right: 0;
}

.col-lg-overflow {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% - 230px);
  -ms-flex: 0 0 calc(100% - 230px);
  flex: 0 0 calc(100% - 230px);
  max-width: -webkit-calc(100% - 230px);
  max-width: calc(100% - 230px);
}

.popover {
  max-width: 320px;
}

.popover-body {
  font-size: 13px;
  padding: 10px;
  color: #636363;
}

.popover-body strong {
  color: #000;
}

.group-toggle-select {
  display: inline-block;
  margin: -6px 0 -6px 30px;
}

.group-toggle-select select.select {
  padding-left: 14px;
  padding-top: 0;
  padding-bottom: 0;
  height: 28px;
  width: 150px;
  border-color: #ffffff;
  color: #000000;
  font-size: 10px;
  font-weight: 600;
}

.td-strong {
  font-weight: 600;
  display: inline-block;
  color: #000;
  font-size: 13px;
  line-height: 1.2;
}

.group-content-medications {
  background: #cdf6e6;
  color: #111111;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  padding: 26px 16px;
}

.group-content-medications p {
  padding: 8px 0 8px;
}

.group-cell-add {
  text-align: right;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.group-cell-add a {
  color: #6572ed;
}

.group-cell-textarea textarea.textarea {
  height: 90px;
}

.group-cell-remove {
  text-transform: uppercase;
  text-align: right;
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
}

.group-cell-remove a {
  color: #cb3c40;
}

.group-content-overflow {
  clear: both;
  overflow: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.group-content-max {
  min-width: 720px;
}

.sidebar-global {
  position: fixed;
  z-index: 303;
  left: 0;
  top: 0;
  padding-top: 65px;
  width: 230px;
  border-right: 1px solid #ebebeb;
  min-height: -webkit-calc(100vh - 66px);
  min-height: calc(100vh - 66px);
}

.sidebar-global-push {
  width: 230px;
  min-height: 1px;
}

.sidebar-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 13px 17px;
}

.sidebar-profile-avatar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 71px;
  -ms-flex: 0 0 71px;
  flex: 0 0 71px;
  max-width: 71px;
}

.sidebar-profile-avatar-img {
  display: block;
  height: 0;
  padding-top: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ebebeb 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.sidebar-profile-content {
  padding-top: 1px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 14px;
}

.sidebar-profile-name {
  font-size: 12px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.sidebar-profile-nick {
  font-size: 10px;
  color: #959595;
}

.sidebar-profile-navigation {
  padding-top: 7px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
}

.sidebar-profile-navigation a {
  text-decoration: underline;
  color: #474f9b;
}

.sidebar-push {
  min-height: -webkit-calc(100vh - 99px);
  min-height: calc(100vh - 99px);
  padding-bottom: 30px;
}

.sidebar-menu {
  border-top: 1px solid #ebebeb;
}

.sidebar-menu > li {
  border-bottom: 1px solid #ebebeb;
}

.sidebar-menu > li.current-menu-parent > a, .sidebar-menu > li.current-menu-item > a, .sidebar-menu > li.log-menu-item > a {
  color: #01959a;
  font-weight: 600;
}

.sidebar-menu > li.current-menu-parent > a path, .sidebar-menu > li.current-menu-item > a path, .sidebar-menu > li.log-menu-item > a path {
  fill: #01959a;
}

.sidebar-menu > li.current-menu-parent > a:hover, .sidebar-menu > li.current-menu-item > a:hover, .sidebar-menu > li.log-menu-item > a:hover {
  color: #01959a;
}

.sidebar-menu > li.current-menu-parent > a:hover path, .sidebar-menu > li.current-menu-item > a:hover path, .sidebar-menu > li.log-menu-item > a:hover path {
  fill: #01959a;
}

.sidebar-menu > li > a {
  position: relative;
  padding: 15px 10px 13px 50px;
  display: block;
  position: relative;
  text-transform: uppercase;
  color: #898989;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
}

.sidebar-menu > li > a path {
  -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-menu > li > a:hover {
  color: #363636;
}

.sidebar-menu > li > a:hover path {
  fill: #363636;
}

.sidebar-menu-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  left: 10px;
}

.sidebar-menu-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.api-key {
  padding: 0 20px;
  min-height: 33px;
}

.api-key-title {
  font-size: 11px;
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
}

.api-key-text {
  margin-top: -2px;
  font-size: 8.5px;
  color: #b7b7b7;
  font-weight: 500;
}

/* home */
/* modal */
/* responsive */
@media screen and (max-width: 1260px) {
  .menu > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .navigation-toggle {
    display: block;
  }
  .navigation {
    display: none;
  }
  .request-appointment {
    text-align: left;
    padding-bottom: 25px;
  }
  .navigation {
    position: fixed;
    right: 0;
    top: 0;
    background: #ffffff;
    z-index: 5050;
    -webkit-box-shadow: 0 1px 5px rgba(99, 99, 99, 0.2);
    box-shadow: 0 1px 5px rgba(99, 99, 99, 0.2);
    padding: 60px 25px 25px;
    max-height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .menu-text {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .navigation-open .navigation {
    display: block;
  }
  .menu {
    display: block;
  }
  .menu > li {
    display: block;
    margin: 0;
  }
  .menu > li > a {
    padding: 5px 15px;
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  .wrapper-line {
    border-right: 0;
  }
  .logo {
    padding-left: 15px;
  }
  .navigation-toggle {
    right: 10px;
  }
  .sidebar-global {
    position: static;
    padding-top: 0;
    min-height: 0;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ebebeb;
  }
  .sidebar-push {
    min-height: 0;
    padding-bottom: 10px;
  }
  .main-footer {
    padding-bottom: 75px;
  }
  .main-footer .api-key {
    margin-top: 0;
    padding-bottom: 0;
  }
  .footer-global {
    padding-left: 15px;
    padding-right: 15px;
    height: 75px;
    margin-top: -75px;
  }
  .footer-global .row {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 75px;
  }
  .copyright {
    padding: 0;
    text-align: center;
  }
  .footer-menu {
    padding-right: 0;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-menu li {
    padding: 0;
    margin: 0 5px;
  }
  .footer-menu li::before {
    display: none;
  }
  .footer-menu li:first-child {
    margin: 0 5px;
  }
  .form-block {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .form-block-sort {
    padding-top: 40px !important;
  }
  .single-message-wrapper {
    min-height: 0;
  }
  .single-message-meta,
  .single-message-content {
    padding-left: 0;
    padding-right: 0;
  }
  .group-navigation {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
    margin-bottom: 0;
  }
  .group-line {
    display: none;
  }
  .col-lg-overflow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .data-range-panel {
    margin-left: -5px;
    margin-right: -5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .data-range-cell-input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .data-range-cell-nav,
  .data-range-cell-input {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  input.input-datepiker {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .tab-pane-notification {
    padding-right: 0;
    margin-bottom: 9px;
  }
  .tab-pane-notification + .data-table-wrapper {
    margin-top: 0;
  }
  .dataTables_wrapper .dataTables_filter {
    width: 100%;
  }
  .content-info-search {
    padding-bottom: 20px;
    padding-right: 0;
  }
  .content-info-search + .data-table-wrapper {
    margin-top: 0;
  }
  .content-info-search + .data-table-wrapper .dataTables_filter {
    margin-bottom: 9px;
  }
}

#tab-5,#tab-6{
	position : absolute;
	height : 100%;
	width : 100%;
	background : #fff;
	top : 0px;
	display : none;
}

.strucureTable5 td{
	padding: 5px;
}

.isloading-overlay{position:relative;text-align:center;}
.isloading-overlay .isloading-wrapper{background:#000;-webkit-border-radius:7px;-webkit-background-clip:padding-box;-moz-border-radius:7px;-moz-background-clip:padding;border-radius:7px;background-clip:padding-box;display:inline-block;margin:0 auto;padding:10px 20px;top:10%;z-index:9000;}
.glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}

#captchaImageDiv{
	background-image : url("../capBackground.jpeg");
	font-size : 25px;
	text-align : center;
	font-weight : bold;
	margin-bottom : 5px;
}

