/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

.nav.navbar-toolbar.navbar-right.navbar-toolbar-right .nav-item .nav-link .icon {
  font-size: 18px !important;
}

.nav>li>a {
  /*padding: 10px 12px !important;*/
}

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: 700;
}

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;
}

.dropdown-item .icon:first-child {
  width: auto !important;
}

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;
}

body .site-navbar-small .site-navbar .navbar-toggler {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
}

body .site-navbar-small .site-navbar .navbar-toggler:after,
body .site-navbar-small .site-navbar .navbar-toggler:before {
    display: none;
}

body .navbar-header {
    display: flex;
  justify-content: flex-end;
}

body .open > .dropdown-toggle.typeahead__container button,
body .typeahead__container button.active,
body .typeahead__container button:active,
body .typeahead__container button.focus,
body .typeahead__container button:focus,
body .open > .dropdown-toggle.typeahead__container button.focus,
body .open > .dropdown-toggle.typeahead__container button:focus,
body .open > .dropdown-toggle.typeahead__container button:hover,
body .typeahead__container button.active.focus,
body .typeahead__container button.active:focus,
body .typeahead__container button.active:hover,
body .typeahead__container button:active.focus,
body .typeahead__container button:active:focus,
body .typeahead__container button:active:hover {
    background-color: #fff;
    border-color: #66afe9;
}

body .modal-body-audio {
  background-color: white !important;
}

.nav-opener,
#nav-opener2 {
    width: 35px;
    height: 35px;
    margin: 0 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
    border: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    border: 1px solid #000;
    border-radius: 4px;
    background: #000;
    border-radius: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.nav-opener svg,
#nav-opener2 svg {
    width: 18px;
    stroke: #fff;
}

.navbar-openers-holder {
  display: flex;
  position: absolute;
  right: 20px;
  top: 17px;
}

.navbar-openers-holder a {
  margin-left: 15px;
}

.sidebar .logo-details img {
  font-size: 0;
  line-height: 0;
}

body .sidebar {
    z-index: 2222;
}

.sidebar .nav-opener {
    position: absolute;
    top: 10px;
    left: 10px;
    display: none !important;
}

.site-menubar-fold .page {
    background-color: #f4f6f9;
    overflow: hidden;
}

.main-site-wrapper {
  display: flex;
  height: 100%;
  flex-flow: wrap row;
}

body.site-menubar-fold .main-site-wrapper.main-wrapper-custom  .page {
  width: 100%;
}

body.site-menubar-fold .page {
  width: calc(100% - 65px);
  margin-left: 0;
}

body {
    font-family: "Inter", sans-serif !important;
  font-style: normal;
}

body .nav-tabs-line li a {
    background: transparent;
    font-weight: 600;
}

body .nav-tabs-line li a.active {
    background: #6c737a !important;
    color: #fff !important;
    box-shadow: 0 4px 11px rgb(106 116 123 / 35%) !important;
}

body .nav-tabs-line li a.active:hover {
    background: #6c737a !important;
}

body .nav-tabs-line {
  margin-left: -5px;
  margin-right: -5px;
}

body .nav-tabs-line li a {
    background: rgba(106,116,123,.1);
    font-size: 1rem;
    color: #212529;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    line-height: 20px;
    font-weight: 500;
    border: none !important;
    margin: 4px 5px;
}

body .nav-tabs-line li a:hover {
    background: #6c737a !important;
    color: #fff !important;
}

.goods-columns {
  width: 100%;
  display: flex;
  padding-left: 50px;
}

.goods-columns .form-group {
  padding: 5px;
  margin-bottom: 0 !important;
}

.goods-columns .form-group,
.goods-received-item .item-row .form-group {
  width: 16%;
}

.goods-columns .form-group:first-child,
.goods-received-item .item-row .form-group:first-child {
  width: 4%;
}

.goods-received-item {
  padding-left: 50px;
}

.goods-received-item .form-group {
  position: relative;
}

.goods-received-item .btn.remove-item {
  position: absolute;
  top: 0;
  left: -50px;
}

body .nav-tabs {
    border-bottom: none;
}

body.layout-full .page {
    background: #F2EEE5;
    height: auto;
    width: 100%;
}

body .form-material .form-control {
    border: 1px solid #000000a6;
    border-radius: 8px;
    padding: 0px 25px;
    height: 45px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
}

body .form-material .form-control:focus {
    border: 1px solid #000;
    border-radius: 8px;
}

body .form-material .form-control:invalid {
    background: #fff;
}

.page-login-v3 .panel .input-group .form-control:first-child {
    border-radius: 8px !important;
}

body .form-material .form-control, body .form-material .form-control.focus, body .form-material .form-control:focus {
    background: #fff;
}

body .form-material .floating-label {
    left: 10px;
    z-index: 22;
}

body  .form-material .form-control~.floating-label {
    top: 0.871429rem;
    font-size: 1rem;
}

.page-login-v3 .panel .btn.btn-consentz-light {
    border-radius: 4px;
    min-width: 250px;
    margin-top: 20px;
    margin-bottom: 10px;
}

body .navbar-inverse .navbar-toolbar .nav-link:focus,
body .navbar-inverse .navbar-toolbar .nav-link:hover {
    background: rgba(0,0,0,0.1);
}

body .navbar-inverse .navbar-toolbar .nav-link:focus .icon,
body .navbar-inverse .navbar-toolbar .nav-link:hover .icon {
    color: #fff !important;
}

body .navbar-default .navbar-toolbar.clinics-drop-area .nav-link {
  display: block;
  padding: 5px 26px 5px 9px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
  color: #000;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  text-align: left;
  position: relative;
  box-shadow: none !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

body .navbar-default .navbar-toolbar.clinics-drop-area .nav-link:before {
  content: '\25BC';
  position: absolute;
  top: 12px;
  font-size: 8px;
  right: 7px;
}

body .navbar-default .navbar-toolbar.clinics-drop-area .nav-link:hover {
  background: rgba(0, 0, 0, 0.1);
}

body .upload-box .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: static;
  margin-right: 0.6145rem;
}

body .nav-link.btn-icon:hover {
    background: #000;
    color: #fff;
}

body .form-group.large-select .select2-container {
  width: 100%;
}

.page-login-v3 .panel .form-group a ,
.page-login-v3 .panel a,
.page-login-v3 .panel h3 {
    font-weight: bold;
    color: #000;
}

.page-login-v3 .panel {
    width: 100% !important;
    max-width: 600px;
    box-shadow: 0px 6px 9px 2px #66666614;
    background: #fff;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 20px !important;
}

.page-login-v3 .page-content {
    width: 100%;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

  *,
  :after,
  :before {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),
    url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),
    url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
    url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
    url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ddd;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}

.h1,
h1 {
  font-size: 36px;
}

.h2,
h2 {
  font-size: 30px;
}

.h3,
h3 {
  font-size: 24px;
}

.h4,
h4 {
  font-size: 18px;
}

.h5,
h5 {
  font-size: 14px;
}

.h6,
h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

.small,
small {
  font-size: 85%;
}

.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
.bg-secondary {
  background-color: #b9c0c5 !important;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd,
dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
  background-color: #e8e8e8;
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
  background-color: #dff0d8;
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
  background-color: #d0e9c6;
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
  background-color: #d9edf7;
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
  background-color: #c4e3f3;
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
  background-color: #faf2cc;
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
  background-color: #f2dede;
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

body .modal-sidebar #errorBlock .alert {
  margin: 10px 0 0 0 !important;
}

body .modal-sidebar .modal-header {
    justify-content: flex-start;
    min-height: inherit;
    background: #fff !important;
    padding: 18px 16px;
}

body .modal-sidebar .modal-header button.close {
  top: 28px;
  right: 2px;
  position: absolute;
}

body .form-group label {
    color: #000;
}

body .btn .icon {
  width: 1.5rem;
}

body .page-header.day-sheet-head .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  min-height: inherit;
  padding-top: 10px;
}

body .page-header.day-sheet-head .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin: 4px 3px 0px;
}

body .btn.icon-btn {
  padding: 6px 12px;
}

body .form-group label {
    font-size: 14px;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered,
body .select2-container--default .select2-selection--multiple .select2-selection__rendered li,
body .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #495057;
    border-radius: 40px;
    font-size: 1rem;
    font-weight: 400;
}

body .select2-container--default .select2-selection--multiple {
    border-radius: 8px;
}

body .form-control,
body .select2-container--default .select2-selection--single,
body select.form-control {
    display: block;
    width: 100%;
    height: 2.973rem;
    padding: 0.375rem 1.65rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.9;
    color: #495057;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    text-align: left;
    box-shadow: none !important;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

body .form-control:focus {
  background-color: rgb(255, 255, 255) !important;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAFCAYAAABB9hwOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiNWZkMzNlMC0zNTcxLTI4NDgtYjA3NC01ZTRhN2RjMWVmNjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTUxRUI3MDdEQjk4MTFFNUI1NDA5QTcyNTlFQzRERTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTUxRUI3MDZEQjk4MTFFNUI1NDA5QTcyNTlFQzRERTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZWNiNjQzMjYtNDc1Yi01OTQxLWIxYjItNDVkZjU5YjZlODA2IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6N2RlYzI2YWMtZGI5OC0xMWU1LWIwMjgtY2ZhNDhhOGNjNWY1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+AXTIGgAAAFRJREFUeNpidI1KSWFgYDBlwASngXjOrqWzGcgBTEC8DIjfo4m/h4qTDUAGfwPi+UD8Hyr2H8r/RqnBIHATiPdC2XuhfIoACxJ7PRDzQmmKAUCAAQDxOxHyb4DjOAAAAABJRU5ErkJggg==) no-repeat center right !important;
}

body .form-control {
  padding: 0.375rem 0.75rem;
}

body .btn-link:hover {
    text-decoration: none;
}

body .section.kanban {
    margin-top: 0;
    position: relative;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0.575rem 0.75rem 0.375rem;
}

.f-width-form textarea {
    width: 100%;
    min-height: 200px;
}

body .form-control:focus,
body .select2-container--default .select2-selection--single:focus,
body select.form-control:focus {
  border-color: #000;
    background: #fff;
  outline: 0;
}

body .form-control::-moz-placeholder,
body .select2-container .select2-search--inline .select2-search__field::-moz-placeholder {
  color: #485058;
  opacity: 1;
}

body .form-control:-ms-input-placeholder,
body .select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder {
  color: #485058;
}

body .form-control::-webkit-input-placeholder,
body .select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: #485058;
}

body .form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

body .form-control[disabled],
body .form-control[readonly],
body fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

body .form-control[disabled],
body fieldset[disabled] .form-control {
  cursor: not-allowed;
}

body textarea.form-control {
    height: auto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    min-height: 50px;
}

input[type="search"] {
  -webkit-appearance: none;
}

.form-check-label input[type="checkbox"], .form-check-label input[type="radio"]{
  margin-top: 4px;
  margin-left: -1.429rem;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  input[type="date"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    line-height: 34px;
  }

  .input-group-sm input[type="date"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  .input-group-sm input[type="time"],
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 30px;
  }

  .input-group-lg input[type="date"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  .input-group-lg input[type="time"],
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 46px;
  }
}

body .page-aside { 
  top: 60px;
}

body  .page-aside .page-aside-inner {
  overflow-y: auto;
  height: 100%;
}

.sidebar .logo-details:hover {
  cursor: default;
}

.form-group {
  margin-bottom: 15px;
  clear: both;
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-left: -20px;
  display: none;
}

.checkbox+.checkbox,
.radio+.radio {
  margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label~.form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }

  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: none !important;
  border-width: 2px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

li.dropdown {
  list-style: none;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: 400;
  border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
  outline: none !important;
}

.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
  outline: none !important;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-xs>.btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

.patients-search-holder.full .form-group {
  width: 100%;
}

.patients-search-holder {
  display: flex;
  align-items: end;
}

.patients-search-holder .btn-icon {
  margin-left: 10px;
}

.campaign-graph-holder .btn-icon {
  border-radius: 8px;
  width: 80px;
}

.btn-envelope {
  background: #FDEFD6;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px !important;
}

.btn-envelope svg {
  width: 16px;
  stroke: #C19132;
}

.btn-icon {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 100%;
  background: #fff;
  border: 2px solid #398bf7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-icon svg {
  margin: 0 !important;
  color: #000;
}

.btn-icon-del {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 100%;
  background: #ffbdbd;
  border: 1px solid #ffbdbd;
}

.btn-icon-del svg {
  margin: 0 !important;
}

.btn-icon-del:hover {
  background: #f18989;
}

.btn-icon svg {
  margin: 0 !important;
}

.btn-icon:hover {
  background: rgb(255, 255, 255);
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown,
.dropup {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

body .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 260px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(120, 130, 140, .13);
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
  box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
  background-clip: padding-box;
}

body .dropdown-item {
    font-weight: 500;
    color: #000;
    word-wrap: break-word;
    white-space: normal;
}

body #site-navbar-collapse .dropdown-item:hover {
  color: #000 !important;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  color: #777;
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}

.open>.dropdown-menu {
  display: block;
}

body .top-drop-btn .nav-link {
    border-radius: 4px;
    background: #000;
    border: 1px solid #000;
    padding: 0.375rem 0.75rem !important;
    color: #fff !important;
    height: auto;
    transition: all 0.3s ease;
}

body .top-drop-btn .nav-link:hover,
body .top-drop-btn.open .nav-link,
body .top-drop-btn.show .nav-link {
    border-color: #F5F6F9;
    background: #000 !important;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  float: left;
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.input-group {
    position: relative;
}

.form-material .input-group .input-group-addon {
    position: absolute;
    top: 9px;
      right: 20px;
    z-index: 2;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified>.btn-group .btn {
  width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
  height: auto;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
  height: auto;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
}

.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
  z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px;
}

.site-navbar-small .site-navbar .navbar-toolbar > li.demo-clinic-drop {
  margin: 0 0 0 10px;
}

.site-navbar-small .site-navbar .navbar-toolbar > li.demo-clinic-drop > a {
  width: auto;
  height: auto;
  border-radius: 4px;
  color: #000;
  font-weight: 500;
  padding: 5px 9px;
  padding-right: 30px;
  border: 1px solid #ddd;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
}

.site-navbar-small .site-navbar .navbar-toolbar > li.demo-clinic-drop > a:focus,
.site-navbar-small .site-navbar .navbar-toolbar > li.demo-clinic-drop > a:active {
  color: #000 !important;
}

.site-navbar-small .site-navbar .navbar-toolbar > li.demo-clinic-drop > a:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 14px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  clear: both;
}

.phone-form-control .form-group {
  margin-bottom: 0;
}

.navbar-mega .nav.clinics-drop-area.show {
  display: flex !important;
}

.navbar-mega .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.navbar-mega .nav>li {
  position: relative;
  display: block;
  margin-right: 10px;
}

.navbar-mega .nav>li>a {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.navbar-mega .nav>li>a:focus,
.navbar-mega .nav>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav>li.disabled>a {
  color: #777;
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified>li {
  float: none;
}

.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff;
  }
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 4px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified>li {
  float: none;
}

.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs-justified>.active>a:hover {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 105px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {

  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {

  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 42.5px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 105px;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.main-navbar {
    margin-left: 65px;
    transition: width .25s;
}

body .nav-link {
    transition: all 0.3s ease;
}

body .navbar-inverse .navbar-toolbar .nav-link.btn-icon:hover {
    background: #000;
    color: #fff;
}

.top-clinic-select .clinic-name-top {
  background: #000000;
  border-radius: 4px;
}

.onboarding-card {
  position: relative;
  background-color: #fff;
  border: 0 solid transparent;
  border-radius: 0.286rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.top-clinic-select .clinic-name-top .nav-link{
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 600;
}

.site-navbar-small .site-navbar .navbar-toolbar > li > a.navbar-avatar.btn-icon {
    width: 46px;
    height: 46px;
    background: #fff;
}

.site-navbar-small .site-navbar .navbar-toolbar > li.show > a.navbar-avatar.btn-icon {
    background: #d9d9d9;
}

.site-navbar-small .site-navbar .navbar-toolbar > li > a.navbar-avatar.btn-icon:hover {
    background: #E1E8FA;
}

.navbar-inverse.main-navbar .navbar-toolbar .nav-link {
    font-weight: bold;
}

.navbar-inverse.main-navbar .navbar-toolbar .nav-link,
.navbar-inverse.main-navbar .navbar-toolbar .icon {
    color: #000;
}

body .main-navbar .navbar-inverse .hamburger .hamburger-bar,
body .main-navbar .navbar-inverse .hamburger::after,
body .main-navbar .navbar-inverse .hamburger::before{
    background: #000;
}

.site-menubar-unfold .main-navbar {
    margin-left: 260px;
    transition: margin-left .25s;
}

.navbar-brand>img {
  display: block;
}

@media (min-width: 768px) {

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 35.5px;
  margin-bottom: 35.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 21.25px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-brand-center {
    left: 27px;
    top: 4px;
  }

  body .page {
    margin-left: 0 !important;
  }

  .site-menubar-fold .page {
    margin:0 0 0 0 !important;
  }

  body .sidebar {
    margin-left: -56px;
  }
  body.menu-active .sidebar {
    margin-left: 0;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 42.5px;
    padding-bottom: 42.5px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 35.5px;
  margin-bottom: 35.5px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }

  .navbar-form .input-group>.form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }

  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form .radio input[type="radio"] {
    position: relative;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 35.5px;
  margin-bottom: 35.5px;
}

.navbar-btn.btn-sm {
  margin-top: 37.5px;
  margin-bottom: 37.5px;
}

.navbar-btn.btn-xs {
  margin-top: 41.5px;
  margin-bottom: 41.5px;
}

.navbar-text {
  margin-top: 42.5px;
  margin-bottom: 42.5px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }

  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #fff;
  border-color: #eee;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #009688;
}

.navbar-default .navbar-nav>li>a {
  color: #777;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: #eee;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eee;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: #eee;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #555;
    background-color: #eee;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
  display: none;
}

.navbar-openers-holder,
.site-navbar.navbar .navbar-header {
  display: none;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  background-color: #080808;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #949494;
}

.breadcrumb>.active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
    font-weight: 500;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li>a:focus,
.pager li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #4a4a4a;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
  text-transform: capitalize;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron>hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail a>img,
.thumbnail>img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px !important;
  opacity: 1;
}

body .alert.alert-success,
body .alert.alert-danger {
  color: #000;
}

body .alert .close {
  color: #000;
  top: -3px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-image: -o-linear-gradient(45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-image: linear-gradient(45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: 40px 40px;
}

.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-image: -o-linear-gradient(45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-image: linear-gradient(45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-image: -o-linear-gradient(45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-image: linear-gradient(45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-image: -o-linear-gradient(45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-image: linear-gradient(45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-image: -o-linear-gradient(45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-image: linear-gradient(45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media>.pull-right {
  padding-left: 10px;
}

.media-left,
.media>.pull-left {
  padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group+.panel-footer {
  border-top-width: 0;
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
  margin-bottom: 0;
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
  border-left: 0;
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
  border-right: 0;
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
  border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0;
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  flex-direction: column;
}

.modal-header .close {
  margin: 0 !important;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
}

.tooltip.in {
  opacity: 0.9;
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover>.arrow {
  border-width: 11px;
}

.popover>.arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner>.item.active.right,
  .carousel-inner>.item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.active.left,
  .carousel-inner>.item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.active,
  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left,
      rgba(0, 0, 0, 0.5) 0,
      rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left,
      rgba(0, 0, 0, 0.5) 0,
      rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right,
      rgba(0, 0, 0, 0.5) 0,
      rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left,
      rgba(0, 0, 0, 0.0001) 0,
      rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left,
      rgba(0, 0, 0, 0.0001) 0,
      rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right,
      rgba(0, 0, 0, 0.0001) 0,
      rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}

.carousel-control:focus,
.carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.select2-container-multi .select2-choices .select2-search-choice {
  cursor: move;
}

.select2-container {
  display: block;
  width: 100%;
}

.select2-choices {
  border-radius: 0;
  border-color: #d0d0d0;
}

.select2-container-multi .select2-choices {
  border-color: #d0d0d0;
  padding: 0;
}

.select2-drop {
  border-radius: 0;
}

.select2-container-multi.select2-container-active {
  border-color: #646464;
}

.select2-container-multi.select2-container-active .select2-choices {
  border-color: #646464;
}

.select2-drop-active {
  border-color: #646464;
}

.select2-container-multi .select2-choices .select2-search-choice {
  background: #646464;
  color: #fdfdfd;
  width: 100%;
  margin: 0 0 2px 0;
  border: 0;
  border-radius: 0;
  padding: 10px 10px 10px 30px;
  box-shadow: 0 0 0 #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}

.select2-container-multi .select2-search-choice-close {
  left: 10px;
  top: 10px;
}

.select2-results .select2-highlighted {
  background: #2f73b6;
}

.page-login-v3:before {
  background: #F2EEE5!important;
  background-image: linear-gradient(to bottom, #F2EEE5 0, #F2EEE5 100%);
}

.page-login-v3 .page-content {
  margin: auto;
  padding: 30px;
  padding-top: 0;
  margin-top: 0;
}

.page-login-v3 .form-control.focus~.floating-label,
.page-login-v3 .form-control:focus~.floating-label,
.page-login-v3 .form-control:not(.empty)~.floating-label {
  color: #000 !important;
}

.page-login-v3 .form-control:-webkit-autofill~.floating-label {
  color: #000 !important;
}

.highed-chart-template-thumbnail {
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% auto;
  cursor: pointer;
  color: #fafafa;
  background-position: middle middle;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}

.highed-chart-template-thumbnail:hover {
  border: 5px solid #61bc7b !important;
}

.highed-chart-template-thumbnail-img {
  width: 100%;
  max-height: 100%;
}

.highed-chart-active {
  border: 5px solid #61bc7b !important;
}

.favorite span {
  cursor: pointer;
}

.template-chart {
  background: #333;
  padding: 20px;
  color: #fff;
}

.clear-report>a {
  width: 200px;
  margin-left: 31px;
  margin-top: 31px;
}

.custom-report-desc {
  line-height: 19px !important;
  width: auto !important;
  display: inline-table !important;
  padding-top: 20px;
}

body .table a {
    color: #000;
}

@media (max-width: 767px) {

  .h1,
  .h2,
  .h3,
  h1,
  h2,
  h3 {
    margin: 0 0 10px;
  }
}

header .navbar {
  border: none;
}

header .top-clinic-select-wrapper {
  margin-top: -5px;
}

header .top-clinic-select-wrapper .container-1 {
  padding: 0;
}

header .top-clinic-select-wrapper .container-1 .top-clinic-select .bootstrap-select {
  width: auto;
}

header .top-clinic-select-wrapper .container-1 .top-clinic-select .clinic-name-top {
  color: #000;
  font-size: 20px;
}

header .top-clinic-select-wrapper .container-1 button {
  border: none;
  color: #000;
  font-size: 20px;
  background-color: transparent;
}

header .top-clinic-select-wrapper .container-1 button .bs-caret {
  margin-left: 5px;
}

header .top-clinic-select-wrapper .container-1 button .bs-caret .caret {
  border-width: 8px;
}

header .top-clinic-select-wrapper .container-1 button:focus {
  outline: 0 !important;
  background-color: transparent;
  color: #000;
  border: none;
}

header .top-clinic-select-wrapper .container-1 button:hover {
  background-color: transparent;
  color: #000;
  border: none;
}

header .top-clinic-select-wrapper .container-1 .open button,
header .top-clinic-select-wrapper .container-1 .open button:hover {
  background-color: transparent;
  color: #000;
  border: none;
  box-shadow: none;
}

.profile-name {
  margin-right: 13px;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  min-height: 0;
}

.mock-block {
  display: block;
  width: 100%;
  min-height: 40px;
}

.container.organisation-div {
  padding-bottom: 7px;
  position: relative;
  padding-top: 5px;
}

.navbar-default .navbar-text {
  color: #009688;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav {
    margin: 10px 0;
  }
}

.navbar-default .navbar-nav li a {
  color: #009688;
  font-size: 16px;
}

.navbar-default .navbar-nav li a .role-user {
  font-size: 14px;
}

.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav li a:hover {
  color: #009688;
  background-color: #ececec;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .navbar-default .navbar-nav>li>a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.navbar-default .navbar-nav .active a {
  font-weight: 500;
  color: #009688;
  background-color: transparent;
  text-decoration: underline;
}

.navbar-default .navbar-nav .active a:focus,
.navbar-default .navbar-nav .active a:hover {
  color: #009688;
  background-color: #ececec;
}

@media screen and (max-width: 767px) {
  ul.navbar-nav:first-of-type {
    margin-bottom: 0;
  }

  ul.navbar-nav:last-of-type {
    margin-top: 0;
  }
}

.navbar>.container-fluid .navbar-brand {
  height: auto;
  padding: 8px;
  margin-left: 10px;
  position: absolute;
}

.navbar>.container-fluid .navbar-brand img {
  width: auto;
  height: 60px;
  display: block;
}

@media (max-width: 1387px) {
  .navbar>.container-fluid .navbar-brand {
    height: auto;
    padding: 8px;
    margin-left: 10px;
    position: relative;
  }

  .navbar>.container-fluid .navbar-brand img {
    width: auto;
    height: 60px;
    display: block;
  }

  .container.organisation-div {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.navbar-toggle {
  margin: 23px 10px;
  padding: 6px 9px;
  border: 1px solid transparent;
  border-radius: 0;
}

.site-menu>.site-menu-item>a {
    border-radius: 6px;
    color: #C2C7D0;
}

.site-menubar .site-menubar-footer > a {
    background: #000;
    color: #fff;
}

.site-menubar .site-menubar-footer > a:hover {
    background: #16361B;
}

.site-menubar .site-menubar-footer > a:hover i {
    color: #0eb97b;
}

.top-wrapper {
  background-color: #fff;
}

.top-wrapper .top-menu {
  border-bottom: 1px solid #000;
}

.top-wrapper .top-menu .container {
  padding: 0;
}

.top-wrapper .top-menu .container ul {
  position: relative;
}

.top-wrapper .top-menu .container ul li {
  border: 1px solid #000;
  border-left: none;
  border-bottom: none;
  background-color: #fff;
}

.top-wrapper .top-menu .container ul li:first-child {
  border-left: 1px solid #000;
  border-top-left-radius: 5px;
}

.top-wrapper .top-menu .container ul li:last-child {
  border-top-right-radius: 5px;
}

.top-wrapper .top-menu .container ul li a {
  padding: 6px 10px;
  color: #000;
  font-size: 16px;
}

.top-wrapper .top-menu .container ul li a:active,
.top-wrapper .top-menu .container ul li a:focus,
.top-wrapper .top-menu .container ul li a:hover {
  background-color: transparent;
}

.top-wrapper .top-menu .container ul li.active,
.top-wrapper .top-menu .container ul li:hover {
  background-color: #000;
}

.top-wrapper .top-menu .container ul li.active a,
.top-wrapper .top-menu .container ul li:hover a {
  color: #fff;
}

.top-wrapper .top-menu .container ul li.active a {
  font-weight: 700;
}

.top-wrapper .bottom-menu {
  background-color: #000;
}

.top-wrapper .bottom-menu .container {
  padding: 0;
}

.top-wrapper .bottom-menu .container ul li {
  float: left;
}

.top-wrapper .bottom-menu .container ul li a {
  padding: 5px 8px;
  color: #fff;
  font-size: 14px;
}

.top-wrapper .bottom-menu .container ul li a:active,
.top-wrapper .bottom-menu .container ul li a:focus,
.top-wrapper .bottom-menu .container ul li a:hover {
  background-color: transparent;
}

.top-wrapper .bottom-menu .container ul li.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  border: 6px solid transparent;
  border-bottom-color: #f7f7f7;
  margin-left: -3px;
}

.top-wrapper .bottom-menu .container ul li.active a {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .navbar-default .navbar-nav>li>a {
    padding-top: 6px;
    padding-bottom: 0;
  }
}

body .site-menubar-footer {
    background: #000;
}

.form-material .form-control:-webkit-autofill~.floating-label,
.form-material .form-control.focus~.floating-label,
.form-material .form-control:focus~.floating-label,
.form-material .form-control:not(.empty)~.floating-label {
    top: -1.1rem !important;
}

.site-menubar-footer .site-menu-icon {
  margin-right: 0;
}

.table {
  color: #0d0e0e !important;
}

.table tbody tr {
  /* border-top: 1px solid #e0e0e0; */
}

.table tbody tr td {
  border: none;
  padding: 10px;
  vertical-align: middle;
  border-top: 1px solid #e0e0e0;
  font-weight: 400;
}

.table tbody tr td .modal.fade a {
  color: inherit;
}

body .phone-search .select2-container--default .select2-selection--single {
  min-width: 220px;
}
body .btn-danger,
body .btn-danger:hover,
body .btn-danger:focus,
body .btn-danger:active,
body .btn-danger:not([disabled]):not(.disabled).active, 
body .btn-danger:not([disabled]):not(.disabled):active, 
body .open>.btn-danger.dropdown-toggle, 
body .show>.btn-danger.dropdown-toggle {
  background: #fff;
  color: #000;
  text-decoration: none;
}

.table tbody tr td a.btn-danger,
.table tbody tr td a.btn-danger:hover,
.table tbody tr td a.btn-danger:focus,
.table tbody tr td a.btn-danger:active {
  color: #ff4d4d;
  text-decoration: none;
}

.table tbody tr td a.btn-danger,
.table tbody tr td a.btn-danger:hover,
.table tbody tr td a.btn-danger:focus,
.table tbody tr td a.btn-danger:active {
  color: #ff4d4d;
  text-decoration: none;
}

body .badge {
  border-radius: 4px;
}

.table tbody tr td a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
}

.table tbody tr td a:hover {
  color: #000;
  text-decoration: underline;
}

body .table tbody tr td .btn-consentz-light:hover {
  text-decoration: none;
}

.datepicker table tr td.active:not(:disabled):not(.disabled).active {
    font-weight: 500;
}

.table tbody tr td span.glyphicon {
  color: #000 !important;
  text-decoration: none;
  font-weight: 400;
}

body .icon.md-check-circle {
    color: #000 !important;
}

.inline-filter-holder .form-inline .form-group {
  margin-left: 10px;
}

.inline-filter-holder .form-inline .form-group:first-child {
  margin-left: 0;
}

.table tbody tr td .checkbox {
  margin: 0;
}

.table thead tr th {
  border: none;
  padding: 13px 10px;
  color: #333;
  font-weight: 600;
}

.table thead tr th.table-actions {
  vertical-align: middle;
  font-size: 18px;
  padding-bottom: 5px;
}

.table-appointment tbody tr td {
  padding: 5px 5px !important;
}

.table-appointment thead tr th {
  padding: 5px 5px !important;
}

.table-actions {
  width: 50px;
}

.table-actions a span:hover,
.table-actions a:hover {
  text-decoration: none;
  color: grey;
}

.table-responsive .table {
  margin-bottom: 0;
}

.table-date {
  min-width: 14%;
}

.table-description {
  width: 20%;
}

.table-person {
  min-width: 17%;
}

.dd-important-info {
  display: flex;
}

.dd-question {
  display: block;
  width: 50%;
  min-height: 28px;
  vertical-align: middle;
}

.dd-answer {
  display: block;
  width: 50%;
  text-align: right;
  min-height: 28px;
  vertical-align: middle;
}

th a {
  color: #333;
  padding-right: 18px;
}

th a.desc {
  background: url(../../images/sorting-desc.png) no-repeat right center;
  background-size: 8px 16px;
}

th a.asc {
  background: url(../../images/sorting-asc.png) no-repeat right center;
  background-size: 8px 16px;
}

th a.sortable {
  background: url(../../images/sorting-none.png) no-repeat right center;
  background-size: 8px 16px;
}

th a:hover {
  cursor: pointer;
  text-decoration: none;
}

#treatments-per-practitioner-table td {
  width: 12%;
}

#treatments-per-practitioner-table th {
  width: 12%;
}

#treatments-per-practitioner-table table td {
  width: 10%;
}

#average-spend-per-patient-table td {
  width: 8%;
}

#average-spend-per-patient-table th {
  width: 8%;
}

#average-spend-per-patient-table table td {
  width: 8%;
}

::-webkit-input-placeholder {
  text-transform: capitalize;
}

:-moz-placeholder { 
  text-transform: capitalize;
}

::-moz-placeholder {  
  text-transform: capitalize;
}

:-ms-input-placeholder { 
  text-transform: capitalize;
}

body .direct-chat-text {
  border: none;
  margin: 0;
  border-radius: 0;
  padding: 5px 0;
}

body .direct-chat-text + span.pull-right {
  text-align: left;
  display: block;
  width: 100%;
}

body .direct-chat-text:before,
body .direct-chat-text:after {
  display: none;
}

.g-reports-holder .check-sub-heading-label .h6, h6 {
  margin-bottom: 4px;
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: static !important;
  margin-right: 10px;
}

.invoices-label .checkbox .switchery + label {
  background: none;
}

.g-reports-holder .check-sub-heading-label {
  font-size: 11px;
}

.table-sticky {
  height: 70vh;
  margin-top: 20px;
}

.table-sticky table.table {
  margin-top: -1px !important;
  margin-bottom: 0 !important;
  max-width: none !important;
}

.table tbody tr td form[name="priceList"] .bootstrap-select a {
  color: #000;
}

.table tbody tr td form[name="priceList"] .bootstrap-select button.dropdown-toggle {
  height: 40px;
}

.categoryTable .category a {
  text-decoration-line: underline;
  padding-right: 0;
}

.categoryTable th.category[data-on="true"] {
  white-space: nowrap;
}

.categoryTable th.category[data-on="true"] :before {
  content: " + ";
}

.categoryTable th.category[data-on="false"] {
  white-space: nowrap;
}

.categoryTable th.category[data-on="false"] :before {
  content: " - ";
}

.bordered-div-daySheet {
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 5px;
  width: 100%;
}

.bordered-div-daySheet.active-border {
  border: 1px solid transparent;
}

.bordered-div-daySheet h3 {
  background: #fff;
  margin: 0;
  padding: 8px 20px 8px 0;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #ececec;
}

.bordered-div-daySheet h3.hidden-actions-td .delete-day-sheet,
.bordered-div-daySheet h3.hidden-actions-td .edit-day-sheet {
  padding: 0 5px;
}

.bordered-div-daySheet h3.hidden-actions-td .delete-day-sheet span.btn-link,
.bordered-div-daySheet h3.hidden-actions-td .edit-day-sheet span.btn-link {
  font-size: 16px;
}

.bordered-div-daySheet h3.hidden-actions-td:hover .hidden-actions {
  display: inline-block !important;
}

.bordered-div-daySheet .table-with-mh {
  overflow: auto;
}

.bordered-div-daySheet .table {
  border: none;
}

.bordered-div-daySheet .table tbody tr {
  padding: 10px 0;
}

.bordered-div-daySheet .table tbody tr td {
  padding: 12px 20px;
}

.bordered-div-daySheet .table tbody tr td .form-group {
  margin-bottom: 0;
}

.bordered-div-daySheet .bootstrap-select ul li a {
  color: #000;
}

.form-group .typeahead__cancel-button {
  top: 12px;
}

.alert {
  border-radius: 1px;
  opacity: 1;
}

.alert-success {
  background-color: rgba(178, 223, 219, 1);
  color: #009688;
  border-color: #b2dfdb;
}

.alert-success .close {
  color: #009688;
  padding: 0;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
  border-color: #f5c6cb;
}

.alert-danger .close {
  color: #721c24;
  padding: 0;
}

.alert-warning {
  background-color: #fff3cd;
  color: #856404;
  border-color: #ffeeba;
}

.alert-warning .close {
  color: #856404;
  padding: 0;
}

.help-block.medical-app {
  background: #e6e6e6;
  padding: 6px 12px;
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}

.pagination-wrapper {
  text-align: center;
}

.pagination-wrapper ul.pagination li {
  display: inline-block;
  margin: 0 5px;
}

.pagination-wrapper ul.pagination li a{
    border-radius: 5px;
}

.pagination-wrapper ul.pagination li a,
.pagination-wrapper ul.pagination li span {
  background: 0 0;
  border: none;
  color: #777;
}

.pagination-wrapper ul.pagination li.disabled a,
.pagination-wrapper ul.pagination li.disabled span,
.pagination-wrapper ul.pagination li.disabled:hover a,
.pagination-wrapper ul.pagination li.disabled:hover span {
  background: 0 0;
  color: #777;
}

.pagination-wrapper ul.pagination li.active a,
.pagination-wrapper ul.pagination li.active span,
.pagination-wrapper ul.pagination li.active:hover a,
.pagination-wrapper ul.pagination li.active:hover span {
  background: #000;
  color: #fff !important;
}

.pagination-wrapper ul.pagination li:first-child a,
.pagination-wrapper ul.pagination li:first-child span,
.pagination-wrapper ul.pagination li:last-child a,
.pagination-wrapper ul.pagination li:last-child span {
  color: inherit;
}

.choices-practitioners {
  margin-top: 10px;
  margin-bottom: 10px;
}

.filter-wrapper {
  text-align: center;
  clear: both;
}

.chosen-filter-wrapper {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: left;
  width: 57%;
}

.inner-has-m-0 {
  margin: 0;
}

.chosen-filter-wrapper-centered {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
}

.chosen-container ul.chosen-choices {
  border: 1px solid #c7c7c7;
  background: #fff url(/images/icon_dropdown_1.png) no-repeat right 12px center;
  background-size: 6px;
}

.chosen-container ul.chosen-choices li.search-choice {
  height: 30px;
  margin: 4px;
}

.chosen-container ul.chosen-choices li.search-choice span {
  line-height: 24px;
  margin: 0 12px 0 4px;
}

.chosen-container ul.chosen-choices li.search-choice a.search-choice-close {
  right: 8px !important;
  top: 7px !important;
  width: 16px !important;
  height: 16px !important;
  background: url(/images/icon_close.png) no-repeat center/80% !important;
}

.chosen-container ul.chosen-choices .search-choice+.search-field {
  margin-top: 5px;
}

.chosen-container .chosen-drop ul.chosen-results {
  border: 1px solid #c7c7c7;
}

.chosen-container .chosen-drop ul.chosen-results li {
  border-top: 1px solid #c7c7c7;
}

.chosen-container .chosen-drop ul.chosen-results:first-child {
  border-top: none;
}

.header-clinics .chosen-container .chosen-choices {
  background-color: #fff;
}

li[data-status] {
  padding-left: 12px;
  background: url(../../images/patient-status/questionblue.png) no-repeat scroll 1% 50% transparent;
  background-size: 20px;
}

li[data-status] a {
  background-color: transparent;
  outline: 0;
}

li[data-status] a:focus,
li[data-status] a:hover {
  background-color: transparent;
  outline: 0;
}

.patient-status-image {
  width: 44px;
  height: 44px;
  display: inline-block;
  background: url(../../images/patient-status/questionblue.png) no-repeat scroll left center transparent;
  background-size: 26px;
  background-position: 50%;
}

.patient-status-image-ajax {
  width: 34px;
  height: 25px;
  display: inline-block;
  background: url(../../images/patient-status/questionblue.png) no-repeat scroll 1% 50% transparent;
  background-size: 20px;
}

.patient-status-image-ajax-input {
  width: 34px;
  height: 25px;
  display: inline-block;
  user-select: none;
  position: absolute;
  top: 4px;
  left: 5px;
  cursor: pointer;
}

.patient-status-name {
  display: block;
  margin-top: -22px;
  padding-left: 34px;
}

input[data-status="Unrated Customer"],
span[data-status="Unrated Customer"] {
  background: url(../../images/patient-status/questionblue.png) no-repeat scroll 1% 50% transparent;
  padding-left: 30px;
  background-size: 20px;
}

input[data-status="Unhappy Customer"],
span[data-status="Unhappy Customer"] {
  background: url(../../images/patient-status/unhappyblue.png) no-repeat scroll 1% 50% transparent;
  background-size: 20px;
}

input[data-status="null"],
span[data-status="null"] {
  background: url(../../images/patient-status/questionblue.png) no-repeat scroll 1% 50% transparent;
  background-size: 20px;
}

input[data-status="Bad Customer"],
span[data-status="Bad Customer"] {
  background: url(../../images/patient-status/bad_customer_blue.png) no-repeat scroll 1% 50% transparent;
  background-size: 20px;
}

input[data-status="Prospect Customer"],
span[data-status="Prospect Customer"] {
  background: url(../../images/patient-status/prospect-blue.png) no-repeat scroll 1% 50% transparent;
  background-size: 20px;
}

input[data-status="Valued Customer"],
span[data-status="Valued Customer"] {
  background: url(../../images/patient-status/valued-blue.png) no-repeat scroll 1% 50% transparent;
  background-size: 20px;
}

input[data-status="Highly Valued Customer"],
span[data-status="Highly Valued Customer"] {
  background: url(../../images/patient-status/highly_valued-blue.png) no-repeat scroll 1% 50% transparent;
  background-size: 20px;
  padding-left: 30px;
}

li[data-status="Unrated Customer"] {
  background: url(../../images/patient-status/questionblue.png) no-repeat scroll 1% 50% transparent;
  background-size: 20px;
}

.patient-status-image[data-status="Unrated Customer"] {
  background: url(../../images/patient-status/questionblue.png) no-repeat scroll 1% 50% transparent;
  background-size: 26px;
}

li[data-status="Unhappy Customer"] {
  background: url(../../images/patient-status/unhappyblue.png) no-repeat scroll 1% 50% transparent;
  background-size: 20px;
}

.patient-status-image[data-status="Unhappy Customer"] {
  background: url(../../images/patient-status/unhappyblue.png) no-repeat scroll 1% 50% transparent;
  background-size: 26px;
}

li[data-status="Bad Customer"] {
  background: url(../../images/patient-status/bad_customer_blue.png) no-repeat scroll 1% 50% transparent;
  background-size: 20px;
}

.patient-status-image[data-status="Bad Customer"] {
  background: url(../../images/patient-status/bad_customer_blue.png) no-repeat scroll 1% 50% transparent;
  background-size: 26px;
}

li[data-status="Prospect Customer"] {
  background: url(../../images/patient-status/prospect-blue.png) no-repeat scroll 1% 50% transparent;
  background-size: 20px;
}

.patient-status-image[data-status="Prospect Customer"] {
  background: url(../../images/patient-status/prospect-blue.png) no-repeat scroll 1% 50% transparent;
  background-size: 26px;
}

li[data-status="Valued Customer"] {
  background: url(../../images/patient-status/valued-blue.png) no-repeat scroll 1% 50% transparent;
  background-size: 20px;
}

.patient-status-image[data-status="Valued Customer"] {
  background: url(../../images/patient-status/valued-blue.png) no-repeat scroll 1% 50% transparent;
  background-size: 26px;
}

li[data-status="Highly Valued Customer"] {
  background: url(../../images/patient-status/highly_valued-blue.png) no-repeat scroll 1% 50% transparent;
  background-size: 20px;
}

.patient-status-image[data-status="Highly Valued Customer"] {
  background: url(../../images/patient-status/highly_valued-blue.png) no-repeat scroll 1% 50% transparent;
  background-size: 26px;
}

.bootstrap-select .dropdown-menu li a:hover {
  background-color: #000;
  color: #fff;
}

.bootstrap-select .dropdown-menu li.active a {
  background-color: #000;
  color: #fff;
}

.bootstrap-select .dropdown-menu .glyphicon.glyphicon-ok.check-mark {
  color: #000;
}

.chosen-container-multi .chosen-choices .search-field .default {
  width: auto !important;
}

.form-file-link {
  position: relative;
  padding-left: 29px;
  display: inline-block;
  margin: 4px 0;
}

.table.treatment-slide-table thead tr th {
  padding: 13px 15px;
}

.table.treatment-slide-table tbody tr td {
  padding: 10px 15px;
}

.table tbody.treatment-slide-holder td[colspan="5"] {
  padding-left: 0;
  padding-right: 0;
}

.form-file-link svg {
  position: absolute;
  top: 0;
  left: 0;
}

.signature-to-btn {
  display: inline-block;
  margin-left: 10px;
  margin-right: 30px;
  text-decoration: none;
}

.d-flex-center .signature-to-btn {
  margin: 0 0 0 10px;
}

.signature-to-archive {
  color: #000;
  display: inline-block;
  line-height: 32px;
}

.fc .fc-view {
  overflow-x: scroll;
}

.fc .fc-view>table {
  background-color: #fff;
}

.fc .fc-month-view .fc-event {
  min-height: 10px;
  border-radius: 3px;
}

.fc .fc-month-view .fc-event .calendar-event-wrapper .calendar-event-show {
  height: 100%;
  min-height: 20px;
  position: absolute;
  width: 100%;
}

.fc .fc-month-view .fc-event .calendar-event-wrapper .calendar-event-content {
  display: none;
}

.fc .fc-month-view .fc-event .calendar-event-wrapper {
    padding: 4px 2px;
}

.fc .fc-row.custom-fc-row {
  border-top: 1px solid #ddd;
  padding: 10px;
}

.fc .fc-row.custom-fc-row a {
  color: #000;
}

.fc .fc-row.custom-fc-row a:hover {
  text-decoration: none;
}

.fc .fc-toolbar {

}

.fc .fc-toolbar h2 {
  display: inline-block;
  vertical-align: baseline;
}

.fc .fc-toolbar .fc-center .fc-state-default,
.fc .fc-toolbar .fc-left .fc-state-default,
.fc .fc-toolbar .fc-right .fc-state-default {
  background-image: none;
  font-size: 13px;
  background-color: rgba(106, 116, 123, .1);
}

.fc .fc-toolbar .fc-center .fc-addAppointment-button,
.fc .fc-toolbar .fc-left .fc-addAppointment-button,
.fc .fc-toolbar .fc-right .fc-addAppointment-button {
  width: auto !important;
  margin-left: 14px;
  font-size: 18px;
  height: 29px;
  padding-left: 0.4em;
  padding-right: 0.4em;
  background-color: #000;
  color: #fff;
}

body .fc-button {
    font-weight: 600;
}

body .fc-button.fc-state-active,
body .fc-button.fc-state-hover {
  background-color: #6c737a !important;
  color: #fff;
  border-color: #6c737a;
}

.calendar-container {
  overflow: inherit !important;
}

.fc-button.fc-agendaDay-button,
.fc-button.fc-agendaWeek-button,
.fc-button.fc-month-button {
  padding: 8px 22px !important;
  height: 34px !important;
}

#new_patient_form {
  z-index: 1551;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.datepicker table tr td.today {
  color: inherit !important;
  background-color: inherit !important;
  border-color: inherit !important;
}

.datepicker table tr td.today:hover {
  background-color: #eee !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover {
  color: #f00b0b !important;
  background-color: #ffebea !important;
  border-color: #ffebea !important;
}

.datepicker table tfoot th.today {
  border: 1px #e0e0e0 solid;
}

#new_appointment_form,
#new_copy_form {
  z-index: 1541;
}

#new_appointment_form .copy-form-body,
#new_copy_form .copy-form-body {
  display: none;
}

#new_appointment_form .close-form-new,
#new_copy_form .close-form-new {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  font-size: 14px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  cursor: pointer;
  display: none;
  z-index: 9999;
}

#new_appointment_form.opened .close-form-new,
#new_appointment_form.opened .copy-form-body,
#new_copy_form.opened .close-form-new,
#new_copy_form.opened .copy-form-body {
  display: block;
}

#new_appointment_form.opened .close-copy-form,
#new_appointment_form.opened .move-copied-event,
#new_copy_form.opened .close-copy-form,
#new_copy_form.opened .move-copied-event {
  display: inline-block;
}

#new_appointment_form.opened h4,
#new_copy_form.opened h4 {
  display: block;
  text-align: center;
  color: #000;
}

#new_appointment_form .radio,
#new_copy_form .radio {
  padding-left: 20px;
}

#new_appointment_form .form-create-appointment-popup .form-create-appointment,
#new_copy_form .form-create-appointment-popup .form-create-appointment {
  overflow: hidden;
  margin: 0;
}

#new_appointment_form .form-create-appointment-popup .form-create-appointment form,
#new_copy_form .form-create-appointment-popup .form-create-appointment form {
  padding: 19px;
}

#new_appointment_form .form-create-appointment-popup .form-create-appointment .calendar-render,
#new_copy_form .form-create-appointment-popup .form-create-appointment .calendar-render {
  padding: 10px 0 0 0;
}

#new_appointment_form .form-create-appointment-popup .form-create-appointment .calendar-render fieldset div,
#new_copy_form .form-create-appointment-popup .form-create-appointment .calendar-render fieldset div {
  padding-left: 0;
  padding-right: 0;
}

#new_appointment_form .form-create-appointment-popup .form-create-appointment .calendar-render fieldset .input-group,
#new_copy_form .form-create-appointment-popup .form-create-appointment .calendar-render fieldset .input-group {
  width: 40%;
}

#new_appointment_form .form-create-appointment-popup .form-create-appointment .calendar-render .dropdown-menu,
#new_copy_form .form-create-appointment-popup .form-create-appointment .calendar-render .dropdown-menu {
  max-width: 238px;
}

#new_appointment_form .form-create-appointment-popup .form-create-appointment .calendar-render .dropdown-menu.inner,
#new_copy_form .form-create-appointment-popup .form-create-appointment .calendar-render .dropdown-menu.inner {
  overflow-y: auto;
}

#new_appointment_form .close-copy-form,
#new_appointment_form .move-copied-event,
#new_appointment_form h4,
#new_copy_form .close-copy-form,
#new_copy_form .move-copied-event,
#new_copy_form h4 {
  display: none;
}

#new_copy_form {
  width: 0;
  position: absolute;
  left: 35%;
  top: 5px;
  background-color: #f5f5f5;
  padding-bottom: 25px;
}

#new_copy_form.opened {
  width: 500px;
  border: 1px solid #e3e3e3;
}

form[name="appointment"] .radio {
  padding-left: 0;
}

.calendar-event-content a {
  color: #111 !important;
}

@media (max-width: 1024px) {
  #new_appointment_form {
    top: 0;
  }
}

body .phone-search .select2-container--default .select2-selection--single {
  min-width: 220px;
}

.second-logo {
    display: none;
}

.fc-month-view .fc-body .fc-row {
  min-height: 100px !important;
}

.fc-agendaDay-view .fc-event,
.fc-agendaWeek-view .fc-event {
  min-height: 14px !important;
  border: 1px solid #000 !important;
}

.fc-agendaDay-view .fc-event .calendar-event-wrapper,
.fc-agendaWeek-view .fc-event .calendar-event-wrapper {
  padding-left: 2px;
  padding-right: 2px;
}

.fc-agendaDay-view .fc-event .calendar-event-wrapper .calendar-event-show,
.fc-agendaWeek-view .fc-event .calendar-event-wrapper .calendar-event-show {
  display: inline-block;
  width: 5%;
}

.fc-agendaDay-view .fc-event .calendar-event-wrapper .calendar-event-content,
.fc-agendaWeek-view .fc-event .calendar-event-wrapper .calendar-event-content {
  display: inline-block;
  width: 93%;
}

.fc-agendaDay-view .fc-event .calendar-event-wrapper .calendar-event-content a,
.fc-agendaWeek-view .fc-event .calendar-event-wrapper .calendar-event-content a {
  display: inline-block;
  line-height: 16px;
}

.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 !important;
}

.tooltip {
  font-size: 1rem !important;
}

span.info-ajax {
  display: none;
  position: absolute;
  width: max-content;
  z-index: 1000;
  margin-top: 35px;
  padding: 4px;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  background-color: #000;
  border-radius: 2px;
}

.calendar-page-view {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 270px;
}

.calendar-page-view .calendar-filter {
  display: block;
  width: 250px;
  position: absolute;
  top: 30px;
  left: 0;
}

.calendar-page-view #calendar-hold-area {
  display: block;
  min-height: 100px;
  left: 0;
  top: 500px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  padding: 5px;
}

.calendar-page-view #calendar-hold-area p {
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #d3d3d3;
}

.calendar-page-view .external-event {
  display: inline-block;
  width: 170px;
  min-height: 14px;
  margin-top: 5px;
  margin-right: 5px;
  vertical-align: top;
  cursor: move;
  color: #000;
  border-color: #000;
  background-color: #000;
}

.calendar-page-view .external-event:hover {
  color: #000;
}

.calendar-page-view .external-event span {
  display: inline-block;
  white-space: pre-line;
}

.calendar-page-view #appointment_endType .radio input {
  margin-left: 0 !important;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 231px;
  margin-left: 8px;
}

.fc-axis.fc-time,
.fc-day-header {
  text-transform: capitalize !important;
}

.fc-resource-cell {
  text-transform: capitalize !important;
}

.fc td.fc-widget-header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.page-calendar .select2-container--open {
  z-index: 1701;
}

.calendar-access-link {
  background-color: #B5D7E6;
  color: #000;
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-left: 10px;
  font-weight: 500;
}

.calendar-access-link.taskboard {
  background-color: #B0E8D4;
}

.calendar-access-link svg {
  margin-right: 10px;
}

.modal .btn-apt-form {
  width: 120px;
  font-size: 12px;
  padding: 6px 1px;
}

.btn-consentz-dark {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-consentz-dark.focus,
.btn-consentz-dark:focus {
  color: #fff;
  background-color: #00080b;
  border-color: #000;
}

.btn-consentz-dark:hover {
  color: #fff;
  background-color: #00080b;
  border-color: #000;
}

.btn-consentz-dark.active,
.btn-consentz-dark:active,
.open>.dropdown-toggle.btn-consentz-dark {
  color: #fff;
  background-color: #00080b;
  border-color: #000;
}

.btn-consentz-dark.active.focus,
.btn-consentz-dark.active:focus,
.btn-consentz-dark.active:hover,
.btn-consentz-dark:active.focus,
.btn-consentz-dark:active:focus,
.btn-consentz-dark:active:hover,
.open>.dropdown-toggle.btn-consentz-dark.focus,
.open>.dropdown-toggle.btn-consentz-dark:focus,
.open>.dropdown-toggle.btn-consentz-dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-consentz-dark.active,
.btn-consentz-dark:active,
.open>.dropdown-toggle.btn-consentz-dark {
  background-image: none;
}

.btn-consentz-dark.disabled.focus,
.btn-consentz-dark.disabled:focus,
.btn-consentz-dark.disabled:hover,
.btn-consentz-dark[disabled].focus,
.btn-consentz-dark[disabled]:focus,
.btn-consentz-dark[disabled]:hover,
fieldset[disabled] .btn-consentz-dark.focus,
fieldset[disabled] .btn-consentz-dark:focus,
fieldset[disabled] .btn-consentz-dark:hover {
  background-color: #000;
  border-color: #000;
}

.btn-consentz-dark .badge {
  color: #000;
  background-color: #fff;
}

.btn-consentz-dark.focus,
.btn-consentz-dark:focus {
  color: #fff;
  background-color: #00080b;
  border-color: #000;
}

.btn-consentz-dark:hover {
  color: #fff;
  background-color: #00080b;
  border-color: #000;
}

.btn-consentz-dark.active,
.btn-consentz-dark:active,
.open>.dropdown-toggle.btn-consentz-dark {
  color: #fff;
  background-color: #00080b;
  border-color: #000;
}

.btn-consentz-dark.active.focus,
.btn-consentz-dark.active:focus,
.btn-consentz-dark.active:hover,
.btn-consentz-dark:active.focus,
.btn-consentz-dark:active:focus,
.btn-consentz-dark:active:hover,
.open>.dropdown-toggle.btn-consentz-dark.focus,
.open>.dropdown-toggle.btn-consentz-dark:focus,
.open>.dropdown-toggle.btn-consentz-dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-consentz-dark.active,
.btn-consentz-dark:active,
.open>.dropdown-toggle.btn-consentz-dark {
  background-image: none;
}

.btn-consentz-dark.disabled.focus,
.btn-consentz-dark.disabled:focus,
.btn-consentz-dark.disabled:hover,
.btn-consentz-dark[disabled].focus,
.btn-consentz-dark[disabled]:focus,
.btn-consentz-dark[disabled]:hover,
fieldset[disabled] .btn-consentz-dark.focus,
fieldset[disabled] .btn-consentz-dark:focus,
fieldset[disabled] .btn-consentz-dark:hover {
  background-color: #000;
  border-color: #000;
}

.btn-consentz-dark .badge {
  color: #000;
  background-color: #fff;
}

.btn-consentz-dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-consentz-dark:hover.focus,
.btn-consentz-dark:hover:focus {
  color: #fff;
  background-color: #000;
  border-color: #398bf7;
}

.btn-consentz-dark:hover:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-consentz-dark:hover.active,
.btn-consentz-dark:hover:active,
.open>.dropdown-toggle.btn-consentz-dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-consentz-dark:hover.active.focus,
.btn-consentz-dark:hover.active:focus,
.btn-consentz-dark:hover.active:hover,
.btn-consentz-dark:hover:active.focus,
.btn-consentz-dark:hover:active:focus,
.btn-consentz-dark:hover:active:hover,
.open>.dropdown-toggle.btn-consentz-dark:hover.focus,
.open>.dropdown-toggle.btn-consentz-dark:hover:focus,
.open>.dropdown-toggle.btn-consentz-dark:hover:hover {
  color: #fff;
  background-color: #4bb2b3;
  border-color: #398bf7;
}

.btn-consentz-dark:hover.active,
.btn-consentz-dark:hover:active,
.open>.dropdown-toggle.btn-consentz-dark:hover {
  background-image: none;
}

.btn-consentz-dark:hover.disabled.focus,
.btn-consentz-dark:hover.disabled:focus,
.btn-consentz-dark:hover.disabled:hover,
.btn-consentz-dark:hover[disabled].focus,
.btn-consentz-dark:hover[disabled]:focus,
.btn-consentz-dark:hover[disabled]:hover,
fieldset[disabled] .btn-consentz-dark:hover.focus,
fieldset[disabled] .btn-consentz-dark:hover:focus,
fieldset[disabled] .btn-consentz-dark:hover:hover {
  background-color: #000;
  border-color: #000;
}

.btn-consentz-dark:hover .badge {
  color: #000;
  background-color: #fff;
}

.btn-consentz-dark:hover.focus,
.btn-consentz-dark:hover:focus {
  color: #fff;
  background-color: #000;
  border-color: #398bf7;
}

.btn-consentz-dark:hover:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-consentz-dark:hover.active,
.btn-consentz-dark:hover:active,
.open>.dropdown-toggle.btn-consentz-dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-consentz-dark:hover.active.focus,
.btn-consentz-dark:hover.active:focus,
.btn-consentz-dark:hover.active:hover,
.btn-consentz-dark:hover:active.focus,
.btn-consentz-dark:hover:active:focus,
.btn-consentz-dark:hover:active:hover,
.open>.dropdown-toggle.btn-consentz-dark:hover.focus,
.open>.dropdown-toggle.btn-consentz-dark:hover:focus,
.open>.dropdown-toggle.btn-consentz-dark:hover:hover {
  color: #fff;
  background-color: #4bb2b3;
  border-color: #398bf7;
}

.btn-consentz-dark:hover.active,
.btn-consentz-dark:hover:active,
.open>.dropdown-toggle.btn-consentz-dark:hover {
  background-image: none;
}

.btn-consentz-dark:hover.disabled.focus,
.btn-consentz-dark:hover.disabled:focus,
.btn-consentz-dark:hover.disabled:hover,
.btn-consentz-dark:hover[disabled].focus,
.btn-consentz-dark:hover[disabled]:focus,
.btn-consentz-dark:hover[disabled]:hover,
fieldset[disabled] .btn-consentz-dark:hover.focus,
fieldset[disabled] .btn-consentz-dark:hover:focus,
fieldset[disabled] .btn-consentz-dark:hover:hover {
  background-color: #000;
  border-color: #000;
}

.verify {
  display: flex;
  flex-flow: wrap row;
  align-items: center;
}

.verify #verify_email {
  width: 70px;
  margin-top: 20px;
}

.verify .form-group {
  width: calc(100% - 90px);
}

.prospects-form-holder form {
  display: flex;
  align-items: center;
}

body #lead_capture_search_search,
body #search_waiting_search,
body #search_filter_search,
body #search_filter_user {
    background: #fff;
    border: 1px solid #e0e0e0;
    min-width: 250px;
    max-width: 250px;
}

body .select2-container--default.select2-container--open .select2-selection {
    border-color: #e0e0e0 !important;
}

body button.close span {
    font-size: 27px;
    font-weight: normal;
}

.section.kanban .board {
    margin-top: 20px;
}

body .board-column {
    min-width: 200px !important;
}

form[name="task_board_search_clinic"] {
    position: relative;
    z-index: 2;
}

form[name="search_waiting"] .btn-consentz-light,
form[name="search_waiting"] .btn-consentz-search {
    margin-top: -4px !important;
}

form[name="search_waiting"] .upload-download-link {
    margin-top: 0 !important;
}

form[name="search_waiting"]
.btn-consentz-light, form[name="search_waiting"] .btn-consentz-search {
    margin-top: 0 !important;
}

form[name="lead_capture_search"] .btn-consentz-light .glyphicon-plus,
form[name="search_filter"] .btn-consentz-light .glyphicon-plus,
form[name="search_waiting"] .btn-consentz-light .glyphicon-plus,
.waves-classic .glyphicon-plus {
    color: #fff;
}

body .sidebar {
  background: #000;
}

.treatment-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    font-weight: 600;
}

.btn-consentz-dark:hover .badge {
  color: #000;
  background-color: #fff;
}

.page-login-v3 .page-content .page-copyright-inverse {
  color: #000;
}

.btn-consentz-light,
body .btn-primary,
body .btn-primary:hover,
body .btn-primary:not([disabled]):not(.disabled).active, 
body .btn-primary:not([disabled]):not(.disabled):active, 
body .open>.btn-primary.dropdown-toggle, 
body .show>.btn-primary.dropdown-toggle,
body .btn-default,
body .btn-default:hover,
body .btn-default.focus, 
body .btn-default.hover, 
body .btn-default:focus, 
body .btn-default:hover,
body .btn-default:not([disabled]):not(.disabled).active, 
body .btn-default:not([disabled]):not(.disabled):active, 
body .open>.btn-default.dropdown-toggle, 
body .show>.btn-default.dropdown-toggle,
body .btn-primary:not([disabled]):not(.disabled).active.focus, 
body .btn-primary:not([disabled]):not(.disabled).active:focus, 
body .btn-primary:not([disabled]):not(.disabled).active:hover, 
body .btn-primary:not([disabled]):not(.disabled):active.focus, 
body .btn-primary:not([disabled]):not(.disabled):active:focus, 
body .btn-primary:not([disabled]):not(.disabled):active:hover, 
body .open>.btn-primary.dropdown-toggle.focus, 
body .open>.btn-primary.dropdown-toggle:focus, 
body .open>.btn-primary.dropdown-toggle:hover, 
body .show>.btn-primary.dropdown-toggle.focus, 
body .show>.btn-primary.dropdown-toggle:focus, 
body .show>.btn-primary.dropdown-toggle:hover,
body .btn-default:not([disabled]):not(.disabled).active.focus, 
body .btn-default:not([disabled]):not(.disabled).active:focus, 
body .btn-default:not([disabled]):not(.disabled).active:hover, 
body .btn-default:not([disabled]):not(.disabled):active.focus, 
body .btn-default:not([disabled]):not(.disabled):active:focus, 
body .btn-default:not([disabled]):not(.disabled):active:hover, 
body .open>.btn-default.dropdown-toggle.focus, 
body .open>.btn-default.dropdown-toggle:focus, 
body .open>.btn-default.dropdown-toggle:hover, 
body .show>.btn-default.dropdown-toggle.focus, 
body .show>.btn-default.dropdown-toggle:focus, 
body .show>.btn-default.dropdown-toggle:hover {
  color: #000;
  background-color: #fff;
  border-color: #398bf7;
}

.btn-consentz-light.focus,
.btn-consentz-light:focus,
body .btn-primary:focus,
body .btn-primary.focus {
  color: #000;
  background-color: #fff;
  border-color: #398bf7;
}

.form-group.parent-completed .checkbox input.goods-received + label {
  background-size: 22px;
  background-position: 50% 50%;
}

.btn-link-dark {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}

.btn-link-dark.focus,
.btn-link-dark:focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-dark:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-dark.active,
.btn-link-dark:active,
.open>.dropdown-toggle.btn-link-dark {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-dark.active.focus,
.btn-link-dark.active:focus,
.btn-link-dark.active:hover,
.btn-link-dark:active.focus,
.btn-link-dark:active:focus,
.btn-link-dark:active:hover,
.open>.dropdown-toggle.btn-link-dark.focus,
.open>.dropdown-toggle.btn-link-dark:focus,
.open>.dropdown-toggle.btn-link-dark:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-dark.active,
.btn-link-dark:active,
.open>.dropdown-toggle.btn-link-dark {
  background-image: none;
}

.btn-link-dark.disabled.focus,
.btn-link-dark.disabled:focus,
.btn-link-dark.disabled:hover,
.btn-link-dark[disabled].focus,
.btn-link-dark[disabled]:focus,
.btn-link-dark[disabled]:hover,
fieldset[disabled] .btn-link-dark.focus,
fieldset[disabled] .btn-link-dark:focus,
fieldset[disabled] .btn-link-dark:hover {
  background-color: transparent;
  border-color: transparent;
}

.btn-link-dark .badge {
  color: transparent;
  background-color: #000;
}

.btn-link-dark.focus,
.btn-link-dark:focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-dark:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-dark.active,
.btn-link-dark:active,
.open>.dropdown-toggle.btn-link-dark {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-dark.active.focus,
.btn-link-dark.active:focus,
.btn-link-dark.active:hover,
.btn-link-dark:active.focus,
.btn-link-dark:active:focus,
.btn-link-dark:active:hover,
.open>.dropdown-toggle.btn-link-dark.focus,
.open>.dropdown-toggle.btn-link-dark:focus,
.open>.dropdown-toggle.btn-link-dark:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-dark.active,
.btn-link-dark:active,
.open>.dropdown-toggle.btn-link-dark {
  background-image: none;
}

.btn-link-dark.disabled.focus,
.btn-link-dark.disabled:focus,
.btn-link-dark.disabled:hover,
.btn-link-dark[disabled].focus,
.btn-link-dark[disabled]:focus,
.btn-link-dark[disabled]:hover,
fieldset[disabled] .btn-link-dark.focus,
fieldset[disabled] .btn-link-dark:focus,
fieldset[disabled] .btn-link-dark:hover {
  background-color: transparent;
  border-color: transparent;
}

.btn-link-dark .badge {
  color: transparent;
  background-color: #000;
}

.btn-link-dark:hover {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}

.btn-link-dark:hover.focus,
.btn-link-dark:hover:focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-dark:hover:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-dark:hover.active,
.btn-link-dark:hover:active,
.open>.dropdown-toggle.btn-link-dark:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-dark:hover.active.focus,
.btn-link-dark:hover.active:focus,
.btn-link-dark:hover.active:hover,
.btn-link-dark:hover:active.focus,
.btn-link-dark:hover:active:focus,
.btn-link-dark:hover:active:hover,
.open>.dropdown-toggle.btn-link-dark:hover.focus,
.open>.dropdown-toggle.btn-link-dark:hover:focus,
.open>.dropdown-toggle.btn-link-dark:hover:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-dark:hover.active,
.btn-link-dark:hover:active,
.open>.dropdown-toggle.btn-link-dark:hover {
  background-image: none;
}

.btn-link-dark:hover.disabled.focus,
.btn-link-dark:hover.disabled:focus,
.btn-link-dark:hover.disabled:hover,
.btn-link-dark:hover[disabled].focus,
.btn-link-dark:hover[disabled]:focus,
.btn-link-dark:hover[disabled]:hover,
fieldset[disabled] .btn-link-dark:hover.focus,
fieldset[disabled] .btn-link-dark:hover:focus,
fieldset[disabled] .btn-link-dark:hover:hover {
  background-color: transparent;
  border-color: transparent;
}

.btn-link-dark:hover .badge {
  color: transparent;
  background-color: #000;
}

.btn-link-dark:hover.focus,
.btn-link-dark:hover:focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-dark:hover:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-dark:hover.active,
.btn-link-dark:hover:active,
.open>.dropdown-toggle.btn-link-dark:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-dark:hover.active.focus,
.btn-link-dark:hover.active:focus,
.btn-link-dark:hover.active:hover,
.btn-link-dark:hover:active.focus,
.btn-link-dark:hover:active:focus,
.btn-link-dark:hover:active:hover,
.open>.dropdown-toggle.btn-link-dark:hover.focus,
.open>.dropdown-toggle.btn-link-dark:hover:focus,
.open>.dropdown-toggle.btn-link-dark:hover:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-dark:hover.active,
.btn-link-dark:hover:active,
.open>.dropdown-toggle.btn-link-dark:hover {
  background-image: none;
}

.btn-link-dark:hover.disabled.focus,
.btn-link-dark:hover.disabled:focus,
.btn-link-dark:hover.disabled:hover,
.btn-link-dark:hover[disabled].focus,
.btn-link-dark:hover[disabled]:focus,
.btn-link-dark:hover[disabled]:hover,
fieldset[disabled] .btn-link-dark:hover.focus,
fieldset[disabled] .btn-link-dark:hover:focus,
fieldset[disabled] .btn-link-dark:hover:hover {
  background-color: transparent;
  border-color: transparent;
}

.btn-link-dark:hover .badge {
  color: transparent;
  background-color: #000;
}

.btn-link-light {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}

.btn-link-light.focus,
.btn-link-light:focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-light:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-light.active,
.btn-link-light:active,
.open>.dropdown-toggle.btn-link-light {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-light.active.focus,
.btn-link-light.active:focus,
.btn-link-light.active:hover,
.btn-link-light:active.focus,
.btn-link-light:active:focus,
.btn-link-light:active:hover,
.open>.dropdown-toggle.btn-link-light.focus,
.open>.dropdown-toggle.btn-link-light:focus,
.open>.dropdown-toggle.btn-link-light:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-light.active,
.btn-link-light:active,
.open>.dropdown-toggle.btn-link-light {
  background-image: none;
}

.btn-link-light.disabled.focus,
.btn-link-light.disabled:focus,
.btn-link-light.disabled:hover,
.btn-link-light[disabled].focus,
.btn-link-light[disabled]:focus,
.btn-link-light[disabled]:hover,
fieldset[disabled] .btn-link-light.focus,
fieldset[disabled] .btn-link-light:focus,
fieldset[disabled] .btn-link-light:hover {
  background-color: transparent;
  border-color: transparent;
}

.btn-link-light .badge {
  color: transparent;
  background-color: #000;
}

.btn-link-light.focus,
.btn-link-light:focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-light:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-light.active,
.btn-link-light:active,
.open>.dropdown-toggle.btn-link-light {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-light.active.focus,
.btn-link-light.active:focus,
.btn-link-light.active:hover,
.btn-link-light:active.focus,
.btn-link-light:active:focus,
.btn-link-light:active:hover,
.open>.dropdown-toggle.btn-link-light.focus,
.open>.dropdown-toggle.btn-link-light:focus,
.open>.dropdown-toggle.btn-link-light:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-light.active,
.btn-link-light:active,
.open>.dropdown-toggle.btn-link-light {
  background-image: none;
}

.btn-link-light.disabled.focus,
.btn-link-light.disabled:focus,
.btn-link-light.disabled:hover,
.btn-link-light[disabled].focus,
.btn-link-light[disabled]:focus,
.btn-link-light[disabled]:hover,
fieldset[disabled] .btn-link-light.focus,
fieldset[disabled] .btn-link-light:focus,
fieldset[disabled] .btn-link-light:hover {
  background-color: transparent;
  border-color: transparent;
}

.btn-link-light .badge {
  color: transparent;
  background-color: #000;
}

.btn-link-light:hover {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}

.btn-link-light:hover.focus,
.btn-link-light:hover:focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-light:hover:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-light:hover.active,
.btn-link-light:hover:active,
.open>.dropdown-toggle.btn-link-light:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-light:hover.active.focus,
.btn-link-light:hover.active:focus,
.btn-link-light:hover.active:hover,
.btn-link-light:hover:active.focus,
.btn-link-light:hover:active:focus,
.btn-link-light:hover:active:hover,
.open>.dropdown-toggle.btn-link-light:hover.focus,
.open>.dropdown-toggle.btn-link-light:hover:focus,
.open>.dropdown-toggle.btn-link-light:hover:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-light:hover.active,
.btn-link-light:hover:active,
.open>.dropdown-toggle.btn-link-light:hover {
  background-image: none;
}

.btn-link-light:hover.disabled.focus,
.btn-link-light:hover.disabled:focus,
.btn-link-light:hover.disabled:hover,
.btn-link-light:hover[disabled].focus,
.btn-link-light:hover[disabled]:focus,
.btn-link-light:hover[disabled]:hover,
fieldset[disabled] .btn-link-light:hover.focus,
fieldset[disabled] .btn-link-light:hover:focus,
fieldset[disabled] .btn-link-light:hover:hover {
  background-color: transparent;
  border-color: transparent;
}

.btn-link-light:hover .badge {
  color: transparent;
  background-color: #000;
}

.btn-link-light:hover.focus,
.btn-link-light:hover:focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-light:hover:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-light:hover.active,
.btn-link-light:hover:active,
.open>.dropdown-toggle.btn-link-light:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-light:hover.active.focus,
.btn-link-light:hover.active:focus,
.btn-link-light:hover.active:hover,
.btn-link-light:hover:active.focus,
.btn-link-light:hover:active:focus,
.btn-link-light:hover:active:hover,
.open>.dropdown-toggle.btn-link-light:hover.focus,
.open>.dropdown-toggle.btn-link-light:hover:focus,
.open>.dropdown-toggle.btn-link-light:hover:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}

.btn-link-light:hover.active,
.btn-link-light:hover:active,
.open>.dropdown-toggle.btn-link-light:hover {
  background-image: none;
}

.btn-link-light:hover.disabled.focus,
.btn-link-light:hover.disabled:focus,
.btn-link-light:hover.disabled:hover,
.btn-link-light:hover[disabled].focus,
.btn-link-light:hover[disabled]:focus,
.btn-link-light:hover[disabled]:hover,
fieldset[disabled] .btn-link-light:hover.focus,
fieldset[disabled] .btn-link-light:hover:focus,
fieldset[disabled] .btn-link-light:hover:hover {
  background-color: transparent;
  border-color: transparent;
}

.btn-link-light:hover .badge {
  color: transparent;
  background-color: #000;
}

.btn-patient-save {
  width: 100%;
}

.btn-form {
  text-align: center;
}

.btn-form-lg {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}

.btn-add-clinic {
  margin: 0 5px;
  border-radius: 0;
}

.btn-search {
  height: 34px;
}

.btn-invoices {
  width: 33.33333333%;
}

.btn-form {
  margin-top: 10px;
  margin-bottom: 15px;
}

.btn-form-invoice {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 150px;
  text-align: center;
}

.form-invoice {
  margin-top: 15px;
}

.btn-profile {
  margin-bottom: 40px;
}

.btn-tabs a {
  text-align: center;
  font-size: large;
  background-color: #ebebeb;
}

button.pencil,
button.trash {
  border: 0 solid transparent;
  background-color: transparent;
  padding: 0;
}

button.pencil:hover,
button.trash:hover {
  color: #337ab7;
  text-decoration: none;
}

button.pencil:focus,
button.trash:focus {
  outline: none;
  text-decoration: none;
  box-shadow: none;
}

button.btn-template {
  width: 80px;
}

.btn.btn-consentz-add {
  background: #000;
  color: #fff;
}

.btn.btn-consentz-search {
  background: #000;
  color: #fff;
  height: 34px;
}

.btn.btn-export {
  text-decoration: underline;
  margin-right: 15px;
  color: #000;
}

.btn-export {
  color: #000;
}

.export-import-wrapper {
  display: inline-table;
  vertical-align: middle;
}

.export-import-wrapper span {
  display: inline-block;
  width: 34px;
  height: 34px;
  cursor: pointer;
  margin: 0 5px -4px 5px;
}

.btn-filter-dashboard {
  width: 24%;
  margin: 0 auto;
  margin-left: 1px;
  text-align: center;
}

.btn-add-item-invoice {
  margin-top: 26px;
  margin-left: 40%;
}

.export-import-wrapper.correspondence-files {
  text-align: right;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.export-import-wrapper.correspondence-files #fileName {
  margin-top: 0;
}

.betterInputFile .input-group .form-control {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.betterInputFile .input-group-btn .btn {
  width: 150px;
  height: 2.973rem;
}

.button-send {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: #000;
  border-color: #000;
  width: 40px;
  height: 34px;
  color: #fff;
}

.button-send span {
  margin: 5px 0 0 -5px;
  width: 40px;
}

.button-send:focus,
.button-send:hover {
  color: #fff;
}

.btn-c-upload {
  color: #fff;
  font-size: 22px;
}

.button-upload {
  display: inline-block;
  font-size: 28px;
  padding: 2px 15px;
}

.button-download {
  display: inline-block;
  font-size: 28px;
  padding: 2px 15px;
}

.button-copy-profile-calendar {
  display: inline-block;
  width: 34px;
  background: #000 url(../../images/ic_copy_white@1x.png) no-repeat scroll center;
  background-size: 22px;
  margin-top: 10px;
  border: 1px solid #000;
  border-radius: 0;
}

.button-email-profile-calendar {
  display: inline-block;
  width: 34px;
  height: 30px;
  background: #000 url(../../images/ic_email_white@1x.png) no-repeat scroll center;
  background-size: 22px;
  margin-top: 10px;
  border: 1px solid #000;
  border-radius: 0 4px 4px 0;
}

body .page-title {
  text-align: left;

}

.button-download-add-margin {
  margin-left: 10px;
}

.input-browse-button-img {
  cursor: pointer;
}

.edit-day-sheet {
  border: none;
}

.edit-day-sheet span.btn-link {
  color: grey;
}

.delete-day-sheet {
  border: none;
}

.delete-day-sheet span.btn-link {
  color: grey;
}

.status-sort-url {
  position: relative;
}

.status-sort-url:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 5px;
  border: 4px solid transparent;
  border-top-color: #000;
}

.button-voucher {
  display: inline-block;
  width: 24px;
  min-height: 24px;
  background: url(../../images/gift_voucher_icon@2x.png) no-repeat scroll center transparent;
  background-size: 24px;
}

.breadcrumb {
  padding: 0;
  background-color: transparent;
}

.breadcrumb li {
  font-size: 14px;
}

.breadcrumb li a {
  color: #398bf7;
  background-color: transparent;
  font-weight: 400;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb li+li:before {
  padding: 0 30px;
  color: #949494;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e080";
}

.breadcrumb li:last-child a {
  color: #949494;
}

.breadcrumbs-block {
  margin: 20px;
}

@media screen and (max-width: 767px) {
  .breadcrumbs-block {
    margin: 15px;
  }

  .breadcrumbs-block .breadcrumb li+li:before {
    padding: 5px 10px;
  }
}

.page-title-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-title-block h1 {
  text-align: center;
}

#treatmentClinic_checkListItems .checkbox input.checklist-force + label {
  border: none !important;
}

form[name='clinicUser'] {
  width: 100%;
}

.text-align-left .control-label {
  text-align: left;
  display: block;
}


.flash-block-calendar {
  position: absolute;
  z-index: 500;
  right: 0;
}

label {
  display: inline-block;
  max-width: 100%;
  font-weight: 400;
  color: #4a4a4a;
}

label .custom-upload {
  float: none;
  position: relative;
  text-align: left;
}

label .custom-upload span {
  position: absolute;
  top: 50%;
  margin-top: -17px;
}

.reference-prefix {
  padding-top: 31px;
}

.hidden-elem {
  display: none;
}

.question-form {
  padding-left: 0;
  min-height: 34px;
}

.question-form .checkbox {
  padding-left: 80%;
  margin-bottom: 23px;
}

.total {
  color: #000;
}

[data-hidden] input[type="file"] {
  position: absolute;
  left: -9999px;
}

.calendar-filter .checkbox label {
  border: none;
}

.conversation-group .sideBar-main .row-custom-deta {
  display: flex;
  align-items: center;
}

.conversation-group .sideBar-main .row-custom-deta .sideBar-name {
  margin-right: 10px;
}

.calendar-filter .checkbox label {
  text-indent: 0;
  font-size: 11px;
  line-height: 31px;
  border-radius: inherit;
}

.calendar-filter .form-group {
  clear: none;
  display: inline;
}

.checkbox label {
  border: 1px solid #e0e0e0;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  background-color: #fff;
  padding-left: 0;
  text-indent: 37px;
  line-height: 23px;
  white-space: nowrap;
}

.checkbox input {
  left: -9999px;
}

.checkbox input:checked+label {
  background-image: url(../images/check.png);
  background-color: #fff;
  border-color: #398bf7;
  background-position: 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.g-reports-holder .report-choice .checkbox label:hover {
  border-color: #398bf7;
  box-shadow: 0 0 0 1px #398bf7;
}

.checkbox .switchery {
  float: right;
}

#setting_reportValue .report-choice .checkbox input:checked+label {
  background-position: 96% 50%;
  background-size: 25px;
  background-image: url(../images/check-green.png);
  box-shadow: 0 0 0 1px #398bf7;
}

.report-choice .checkbox label {
  padding: 9px 39px 9px 9px !important;
  text-align: left;
  text-indent: 0;
  white-space: normal;
}

.new-edit-product .checkbox .switchery {
  float: none;
}

.question-switch .checkbox .switchery {
  float: left;
  margin-right: 15px;
}

.invoices-filter .checkbox .switchery {
  float: left;
}

.invoices-filter .checkbox label {
  float: right;
  margin-left: 10px;
}

.toggle-small-checkbox .checkbox .switchery {
  float: left;
}

.toggle-small-checkbox .checkbox label {
  float: left;
  padding-left: 0 !important;
  background: 0 0;
  margin-left: 10px;
  margin-top: -5px;
}

.toggle-small-checkbox .checkbox .switchery + label {
  padding: 7px 0 7px 42px !important;
}

.toggle-small-checkbox .checkbox .switchery {
  top: 1px;
}

.checkbox .switchery + label {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: #fff;
  padding-left: 0;
  text-indent: 0;
  margin-left: 0;
  line-height: normal;
  white-space: nowrap;
  padding: 7px 0 7px 55px !important;
  float: none;
  font-weight: 400;
}

.verify #verify_email {
  height: auto;
  display: inline-block;
}

.verify.input-group.updated .form-control {
  border-radius: 8px !important;
}

.verify.input-group.updated .input-group-btn>.btn {
  border-radius: 4px !important;
}

.checkbox .switchery {
  float: none;
  position: absolute;
  left: 0;
  margin-left: 0;
  top: 6px;
}

a .md-plus.link-add {
  color: #000;
  font-size: 28px;
}

.toggle-checkbox label {
  float: left;
  padding-left: 0 !important;
  background: 0 0;
}

label.error {
  display: block;
  float: none;
  color: red;
  vertical-align: top;
}

button.error,
input.error {
  border-color: red;
}

.locked-div {
  display: inline-block;
  width: 27%;
}

.verify span {
  padding-top: 6px;
}

.custom-line {
  line-height: 32px;
}

.chbox-appointment .input-group {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}

.chbox-appointment .checkbox {
  margin-top: 0;
}

.modal-footer .text-center .btn+.btn {
  margin-bottom: 15px !important;
}

.separator-form {
  margin-bottom: 30px;
  margin-top: 45px;
  border-bottom: 3px solid #000;
}

.info-form-link {
  position: relative;
}

.info-form-link a {
  position: absolute;
  white-space: nowrap;
  top: -20px;
  right: 0;
}

.manual-height {
  height: 40px;
}

.special-form-design {
  color: #0d0e0e;
}

.special-form-design .form-group {
  margin-bottom: 10px;
}

.special-form-design label,
.special-form-design select,
.special-form-design textarea {
  color: #0d0e0e;
  box-shadow: none !important;
}

.special-form-design label,
.special-form-design select,
.special-form-design span,
.special-form-design textarea,
.special-form-design ul {
  font-size: 12px;
}

body .box { 
  border-radius: 10px;
}

.special-form-design .phone-div {
  box-shadow: none !important;
}

.special-form-design #lead_capture_email {

  box-shadow: none !important;
}

.special-form-design .div-info {
  margin-top: 15px;
}

.form-text-size {
  font-size: 12px;
}

#clinic_periodStoredData {
  display: inline-block;
  width: 6%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 28px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffebea;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.slider {
  background-color: #A1E6D3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #78c2c2;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.tag-field label {
  font-size: 12px;
  text-align: center;
}

.tag-field .list-container {
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
}

.tag-field .list-container .btn-link {
  font-size: 12px;
  color: #000;
  text-decoration: underline;
}

.message-box textarea {
  display: block;
  width: 100%;
  height: 2.973rem;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: none !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.message-box textarea:focus {
  border-color: #000;
}

.tag-field .list-container .btn-link:hover {
  text-decoration: none;
}

.tag-field .list-container .filter-option {
  font-size: 13px;
}

.tag-field .list-container .form-group {
  margin-bottom: 0;
}

.tag-field .list-container .form-group button {
  padding: 2px;
}

.tag-field .list-container .form-group button .caret {
  right: 4px;
}

.tag-field .list-container h5 {
  font-size: 12px;
  font-weight: 700;
}

.status-form {
  position: absolute;
  margin: -17px 0 0;
  width: 160px;
}

.register-checkboxes .checkbox {
  padding: 6px 10px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  margin-bottom: 4px;
}

ul.collection-list {
  padding: 0;
  list-style: none;
}

ul.collection-list li {
  margin-bottom: 20px;
}

#fileName {
  margin-top: -32px;
  position: relative;
  margin-right: 20px;
}

.post-apt-form-container,
.survey-sent-form-container {
  background: #fff !important;
}

.survey-form input[type="checkbox"] {
  margin: 0;
}

.survey-form>.form-group {
  margin-bottom: 40px;
  overflow: hidden;
}

.survey-form>.form-group>label {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
}

.survey-form .form-control[disabled] {
  background: 0 0;
  border: none;
  padding: 6px 0;
  cursor: default;
  box-shadow: none;
}

.survey-form .form-file,
.survey-form .form-questionnaire {
  margin-bottom: 30px;
}

.survey-form .form-file .checkbox {
  padding-top: 5px;
  padding-left: 30px;
  text-align: center;
}

.survey-form .form-question {
  flex-grow: 1;
}

.survey-form .form-question>.form-group {
  margin-bottom: 5px;
  overflow: hidden;
}

.survey-form .form-question .row .question-choice-container {
  display: flex;
  flex-wrap: wrap;
}

.survey-form .form-question .row .question-choice-container .question-choice {
  display: flex;
  flex-direction: column;
}

.survey-form .form-question .checkbox {
  padding-top: 7px;
  padding-bottom: 7px;
  width: 100%;
}

.survey-form .form-question textarea {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
}

.survey-form .form-questionnaire-title {
  font-size: 18px;
}

.survey-form .additional-info-wrapper {
  display: none;
}

.survey-form .additional-info-wrapper.active {
  display: block;
}

@media (min-width: 768px) {
  .survey-form .checkbox {
    display: inline-flex;
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .survey-form .checkbox {
    width: 33.3%;
  }
}

@media (min-width: 1200px) {
  .survey-form .checkbox {
    width: 25%;
  }
}

.survey-form .checkbox label {
  background: 0 0;
  line-height: 1;
  min-height: auto;
}

.survey-form .checkbox input:checked+label {
  background: 0 0;
}

.survey-form .checkbox input[type="checkbox"],
.survey-form .checkbox-inline input[type="checkbox"],
.survey-form .radio input[type="radio"],
.survey-form .radio-inline input[type="radio"] {
  position: relative;
}

.survey-form .radio {
  display: inline-flex;
  float: left;
}

.survey-form .checkbox,
.survey-form .radio {
  margin: 0;
  padding-right: 20px;
}

.survey-form .checkbox label,
.survey-form .radio label {
  padding-left: 15px !important;
}

.survey-form .checkbox+.checkbox,
.survey-form .radio+.radio {
  margin-top: 0;
}

.survey-form #form_patient .form-patient-group-inline .form-group {
  display: flex;
  flex-direction: row;
}

.survey-form #form_patient .form-patient-group-inline .form-group label {
  padding: 6px 0;
  margin: 0 5px 0 0;
}

.survey-form #form_patient .form-patient-group-inline .form-group input {
  flex-grow: 1;
}

@media (min-width: 1200px) {
  .survey-form #form_patient #form_patient_editableFields {
    display: flex;
    flex-direction: row;
  }

  .survey-form #form_patient #form_patient_editableFields>.form-group {
    flex-grow: 1;
  }

  .survey-form #form_patient #form_patient_editableFields>.form-group:not(:last-child) {
    padding-right: 15px;
  }
}

.checkbox {
  margin-top: 20px;
}

.form-group-search {
  width: 80%;
}

.form-group-search .input-group {
  width: 100%;
}

.form-inline .form-group-search .input-group .input-group-btn {
  width: 1%;
}

.form-create-appointment .checkbox input[type="checkbox"],
.form-create-appointment .checkbox-inline input[type="checkbox"],
.form-create-appointment .radio input[type="radio"],
.form-create-appointment .radio-inline input[type="radio"] {
  /* margin-left: 0; */
}

.promocode-alert {
  color: #a3afb7;
  font-weight: 400;
  font-size: 10px;
  text-align: right;
}

.filters-links-header-block {
  margin-top: 30px;
  margin-bottom: 30px;
}

.tabulated-content-block {
  padding: 30px 80px;
}

.tabulated-content-block .pagination {
  text-align: center;
}

.dashboard-table {
  background-color: #fff;
  padding: 5px;
}

body .sidebar {
   width: 56px;
   opacity: 1;
}

.widget-footer-logo {
  width: 24px;
}

body .sidebar .main-sub-menu div {
    display: flex;
    width: 100%;
}

.button-show-more {
  clear: both;
  text-align: center;
  margin-top: 20px;
}

.buttons-dashbord {
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
}

.buttons-dashbord .btn {
  width: 32%;
}

.button-filter-open {
  text-align: right;
  padding-bottom: 5px;
  margin-right: 100px;
  margin-top: 10px;
}

.button-filter-open .button-consentz-open-filter {
  display: inline-block;
  width: 29px;
  height: 29px;
  cursor: pointer;
  background: url(../../images/charts.png) no-repeat scroll center transparent;
}

.dashboard-wrapper .dashboard-filter-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  overflow: hidden;
  transition: 0.5s;
  z-index: 1041;
  background-color: #d3d3d3;
}

.dashboard-wrapper .dashboard-filter-wrapper.opened {
  width: 420px;
}

.dashboard-wrapper .dashboard-filter-wrapper .close-form-new {
  position: absolute;
  right: 0;
  top: 15px;
  padding: 5px;
  font-size: 22px;
  color: #444;
  cursor: pointer;
}

.dashboard-wrapper .dashboard-filter-wrapper .dashboard-div {
  padding: 50px 15px 20px;
}

.dashboard-wrapper .dashboard-filter-wrapper .dashboard-div .nav-tabs {
  background: 0 0;
}

.dashboard-wrapper .dashboard-filter-wrapper .dashboard-div .nav-tabs li {
  width: 50%;
}

.dashboard-wrapper .dashboard-filter-wrapper .dashboard-div .nav-tabs li a {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background: 0 0;
  text-transform: none;
  border: 1px solid transparent;
  color: #555;
  font-size: 16px;
}

.dashboard-wrapper .dashboard-filter-wrapper .dashboard-div .nav-tabs li.active a {
  border-bottom: 1px solid #000;
  height: auto;
  color: #78c2c2;
}

.dashboard-wrapper .dashboard-filter-wrapper .dashboard-div .settings-checkboxes-wrapper {
  height: 400px;
  overflow-y: scroll;
}

.dashboard-wrapper .dashboard-filter-wrapper .dashboard-div .chosen-drop .chosen-results {
  max-height: 145px;
}

@media (max-width: 1200px) {
  .dashboard-div {
    padding: 10px 5px 10px;
  }

  .dashboard-div div table {
    font-size: smaller;
  }

  .dashboard-div div .table tbody tr td,
  .dashboard-div div .table thead tr th {
    padding: 8px;
  }
}

@media (max-width: 1024px) {
  .dashboard-wrapper .dashboard-filter-wrapper {
    top: -144px;
  }
}

#form_file .alert {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body .login-image {
  background-color: #fff;
}

.view-graph {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  list-style-type: none;
}

.view-graph div.radio {
  width: 22%;
  margin: 0;
}

.view-graph div.radio input {
  left: -9999px;
}

.view-graph div.radio input:checked~label {
  background-color: #000;
  color: #fff;
}

.view-graph div.radio input:checked~label:before {
  left: 4px;
  top: 8px;
  border: 1px solid #fff;
}

.view-graph div.radio [type="radio"]:checked + label:after  {
  background-color: #ffff;
  top: 12px;
  left: 8px;
}

.view-graph div.radio [type="radio"]:not(:checked) + label:after, 
.view-graph div.radio [type="radio"]:not(:checked) + label:before {
  left: 4px;
    top: 8px;
}

.view-graph div.radio label {
  display: inline-block;
  width: 100%;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 5px;
  padding: 9px 7px;
  height: 42px;
}

#connect-stripe,
#reconnect-stripe {
  color: #000;
}

#connect-stripe,
#reconnect-stripe:hover {
  color: #000;
  text-decoration: none;
}

ul.errors-list {
  padding: 0;
  list-style: none;
}

ul.errors-list li {
  margin-bottom: 10px;
  color: red;
}

.sub-clinic-menu-sub .nav li {
  padding: 10px;
  width: 20%;
  display: flex;
}

.sub-clinic-menu-sub .nav li a {
  padding: 10px 15px;
  border: 1px solid #000;
  border-radius: 4px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #000;
}

.sub-clinic-menu-sub .nav li a:hover {
  text-decoration: none;
  box-shadow: 0 0 0 0.5px #000;
}

.d-flex.d-flex-center {
  align-items: center;
  justify-content: center;
}

.highcharts-data-table td,
.highcharts-data-table th {
  padding: 5px 2px;
}

#render-block-report .highcharts-data-table {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 20px 0;
}

#render-block-report .highcharts-data-table table {
  padding: 5px;
  background-color: #fff;
  overflow: auto;
  width: 100%;
  vertical-align: top;
  max-width: 100%;
  margin-bottom: 20px;
}

#render-block-report .highcharts-data-table table>tbody>tr>td,
#render-block-report .highcharts-data-table table>tbody>tr>th,
#render-block-report .highcharts-data-table table>tfoot>tr>td,
#render-block-report .highcharts-data-table table>tfoot>tr>th,
#render-block-report .highcharts-data-table table>thead>tr>td,
#render-block-report .highcharts-data-table table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

#render-block-report .highcharts-data-table table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

#render-block-report .highcharts-data-table table>caption+thead>tr:first-child>td,
#render-block-report .highcharts-data-table table>caption+thead>tr:first-child>th,
#render-block-report .highcharts-data-table table>colgroup+thead>tr:first-child>td,
#render-block-report .highcharts-data-table table>colgroup+thead>tr:first-child>th,
#render-block-report .highcharts-data-table table>thead:first-child>tr:first-child>td,
#render-block-report .highcharts-data-table table>thead:first-child>tr:first-child>th {
  border-top: 0;
}

#render-block-report .highcharts-data-table table>tbody+tbody {
  border-top: 2px solid #ddd;
}

#render-block .highcharts-data-table {
  display: inline-block;
  width: 33.3333333%;
  height: 480px;
  margin: 5px 0;
  padding: 0 15px;
}

#render-block .highcharts-data-table table {
  padding: 5px;
  background-color: #fff;
  overflow: auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

#render-block .highcharts-data-table table>tbody>tr>td,
#render-block .highcharts-data-table table>tbody>tr>th,
#render-block .highcharts-data-table table>tfoot>tr>td,
#render-block .highcharts-data-table table>tfoot>tr>th,
#render-block .highcharts-data-table table>thead>tr>td,
#render-block .highcharts-data-table table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

#render-block .highcharts-data-table table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

#render-block .highcharts-data-table table>caption+thead>tr:first-child>td,
#render-block .highcharts-data-table table>caption+thead>tr:first-child>th,
#render-block .highcharts-data-table table>colgroup+thead>tr:first-child>td,
#render-block .highcharts-data-table table>colgroup+thead>tr:first-child>th,
#render-block .highcharts-data-table table>thead:first-child>tr:first-child>td,
#render-block .highcharts-data-table table>thead:first-child>tr:first-child>th {
  border-top: 0;
}

#render-block .highcharts-data-table table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.dashboard-table-report {
  background-color: #fff;
  padding: 5px;
}

.button-show-more-report {
  clear: both;
  text-align: center;
  margin-top: 20px;
}

.buttons-dashbord-report {
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-filter-open-report {
  display: block;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
  position: relative;
  min-height: 50px;
}

.button-filter-open-report .button-consentz-open-filter-report {
  position: absolute;
  left: 3px;
  display: inline-block;
  width: 29px;
  height: 29px;
  cursor: pointer;
  background: url(../../images/charts.png) no-repeat scroll center transparent;
  background-size: 29px 29px;
}

.button-filter-open-report .button-consentz-open-filter-export {
  position: absolute;
  left: 33px;
  display: inline-block;
  margin-left: 5px;
  width: 29px;
  height: 29px;
  cursor: pointer;
  background: url(../../images/info-icon_copy.png) no-repeat scroll center transparent;
  background-size: 29px 29px;
}

.button-filter-open-report .button-consentz-open-organisation-level {
  position: absolute;
  left: 68px;
  display: inline-block;
  margin-left: 5px;
  width: 29px;
  height: 29px;
  cursor: pointer;
  background: url(../../images/info-icon_copy.png) no-repeat scroll center transparent;
  background-size: 29px 29px;
}

.button-filter-open-report .title-chart {
  display: inline-block;
  width: 100%;
  padding: 0 75px;
  text-align: center;
  font-size: 16px;
}

.dashboard-wrapper-report {
  position: relative;
}

.dashboard-wrapper-report .text-center {
  clear: both;
  padding-top: 50px;
}

.dashboard-wrapper-report .dashboard-filter-wrapper-report {
  position: absolute;
  right: -50px;
  top: 0;
  width: 0;
  overflow: hidden;
  transition: 0.5s;
  z-index: 1041;
  background-color: #d3d3d3;
}

.dashboard-wrapper-report .dashboard-filter-wrapper-report.opened {
  width: 420px;
}

.dashboard-wrapper-report .dashboard-filter-wrapper-report .close-form-new-report {
  position: absolute;
  right: 0;
  top: 15px;
  padding: 5px;
  font-size: 22px;
  color: #444;
  cursor: pointer;
}

.dashboard-wrapper-report .dashboard-filter-wrapper-report .dashboard-div-report {
  padding: 50px 15px 20px;
}

.dashboard-wrapper-report .dashboard-filter-wrapper-report .dashboard-div-report .nav-tabs {
  background: 0 0;
}

.dashboard-wrapper-report .dashboard-filter-wrapper-report .dashboard-div-report .nav-tabs li {
  width: 50%;
}

.dashboard-wrapper-report .dashboard-filter-wrapper-report .dashboard-div-report .nav-tabs li a {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background: 0 0;
  text-transform: none;
}

.dashboard-wrapper-report .dashboard-filter-wrapper-report .dashboard-div-report .nav-tabs li.active a {
  border-bottom: 1px solid #000;
  height: auto;
}

.dashboard-wrapper-report .dashboard-filter-wrapper-report .dashboard-div-report .settings-checkboxes-wrapper-report {
  height: 400px;
  overflow-y: scroll;
}

@media (max-width: 1200px) {
  .dashboard-div-report {
    padding: 10px 5px 10px;
  }

  .dashboard-div-report div table {
    font-size: smaller;
  }

  .dashboard-div-report div .table tbody tr td,
  .dashboard-div-report div .table thead tr th {
    padding: 8px;
  }
}

.div-height {
  height: 350px;
}

.h-color {
  color: #000;
}

.filter-modal-body {
  padding-left: 45px;
  padding-right: 45px;
}

.filter-modal-footer {
  padding-right: 45px;
}

#setting_reportValue .choice_category,
#setting_value .choice_category {
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
}

#setting_reportValue .report-choice .checkbox,
#setting_value .report-choice .checkbox {
  margin-top: auto;
}

.reports-action-btn {
  display: inline-block;
  width: 40%;
  float: right;
  text-align: right;
  padding-top: 15px;
  padding-right: 30px;
}

.generate-reports {
  display: inline-block;
  width: 60%;
}

#render-block-report .col-sm-4 {
  margin-top: 20px;
}

.details-link-report p {
  display: inline-block;
}

.details-link-report img {
  padding-left: 10px !important;
  width: 46px;
}

.pounds-align {
  text-align: right;
}

.div-margin {
  display: block;
  margin-bottom: 60px;
}

.div-margin-top {
  display: block;
  margin-top: 90px;
}

.div-margin-top-treatment {
  margin-top: 20px;
}

.div-margin-top-label {
  margin-top: 26px;
}

.div-margin-finish {
  display: block;
}

.help-info {
  font-size: 18px;
}

.onboarding {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-content: space-between;
}

.onboarding-img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.onboarding-img img {
  width: 100%;
}

.step-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
  overflow-x: auto;
}

.step-menu .step-item {
  text-align: center;
  width: 98px;
}

.step-menu .step-item a {
  color: #000;
  font-size: 1em;
  font-size: 13px;
}

.step-menu .step-item a:active,
.step-menu .step-item a:focus,
.step-menu .step-item a:hover {
  text-decoration: none;
}

.step-menu .step-item a.prev span {
  background-image: url(../../images/ico-check.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #A1E6D3;
  border-color: #58b098;
}

.step-menu .step-item a.active span {
  background-color: #fff;
  border-color: #398bf7;
}

.step-menu .step-item .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px dashed #000;
}

.step-menu .delimiter {
  border-bottom: 2px dashed #000;
  display: inline-block;
  margin: 20px 0 0;
  width: 70px;
}

.carousel-control {
  position: absolute;
  top: 50%;
  bottom: auto;
  width: 28px;
  height: 50px;
  margin-top: -25px;
  opacity: 0.7;
  transition: opacity 0.15s ease-in-out;
}

.carousel-control.right {
  right: -50px;
  color: #000;
  background: url(../../images/slider-arrows.png) no-repeat scroll -271px 0 transparent;
}

.carousel-control.right:hover {
  background-position: -271px -50px;
}

.carousel-control.left {
  left: -50px;
  color: #000;
  background: url(../../images/slider-arrows.png) no-repeat scroll 0 0 transparent;
}

.carousel-control.left:hover {
  background-position: 0 -50px;
}

.nav-carousel {
  position: absolute;
  bottom: 0;
}

#online-booking-active {
  font-weight: 700;
  padding: 10px;
  border-bottom: 2px solid #78c2c2;
}

#online-booking-active a {
  color: #78c2c2;
  text-transform: uppercase;
}

#online-booking-active a:hover {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}

#online-booking {
  font-weight: 700;
  padding: 10px;
}

#online-booking a {
  color: #999;
  text-transform: uppercase;
}

#online-booking a:hover {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}

#customise a {
  cursor: pointer;
  color: #398bf7;
}

#customise a:hover {
  color:#398bf7;
  text-decoration: none;
}

.price-tier {
  background-color: #e8e8e8;
}

.price-tier ul {
  margin-bottom: 20px;
}

.price-tier {
  border-top: 10px solid #000;
  padding: 20px 0;
}

.price-tier .price,
.price-tier .title {
  font-size: 25px;
  margin-bottom: 20px;
  color: #666;
}

.price-tier .title::first-letter {
  text-transform: uppercase;
}

.price-tier .description {
  font-size: 16px;
  margin-bottom: 20px;
}

.price-tier .btn-get-started {
  padding: 10px 50px;
  border-radius: 20px;
}

.price-tier .features {
  padding: 0 15px;
}

.price-tier .list-group-item {
  color: #000;
}

.price-tier .list-group-item-light {
  color: #999;
  background-color: #fdfdfe;
}

.onboard-nav-btn {
  margin-bottom: 20px;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

label[for_inputfile] {
  font-size: 14px;
  font-weight: 400;
  width: 170px;
  margin-top: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
}

.radio-btn label {
    padding: 5px 0 5px 10px !important;
}


#onlineBookingSettings_type {
    margin: 0 -10px;
}

.radio-btn input {
    width: 20px;
    height: 20px;
}

.checkbox input.toggle-registration {
  left: -9999px;
}

.checkbox input.toggle-registration:checked+label {
  background-image: url(../../images/tabs_2.png);
}

.checkbox input.toggle-registration+label {
  background: url(../../images/tabs_1.png) no-repeat scroll left center transparent;
  background-size: 320px;
  padding-left: 330px !important;
  line-height: 16px;
  width: 100%;
  font-size: 10px;
  color: #333 !important;
}

.checkbox input.invoice-prepay+label {
  background: url(../../images/switcher_off.png) no-repeat scroll left center transparent;
  padding-left: 70px !important;
  line-height: 32px;
  min-height: 32px;
  background-size: 55px 30px;
}

.checkbox input.invoice-prepay {
  left: -9999px;
}

.checkbox input.invoice-prepay:checked+label {
  background-image: url(../../images/switcher_on.png);
}

.checkbox input.clinic-enabled-vat+label {
  background: url(../../images/switcher_off.png) no-repeat scroll right center transparent;
  padding-left: 0 !important;
  padding-right: 91%;
  line-height: 32px;
  min-height: 32px;
}

.checkbox input.clinic-enabled-vat {
  left: -9999px;
}

.checkbox input.clinic-enabled-vat:checked+label {
  background-image: url(../../images/switcher_on.png);
}

.checkbox input.checklist-force+label {
  background: url(../../images/switcher_off.png) no-repeat scroll right center transparent;
  background-size: 30px;
  margin-left: -40px;
  background-size: contain;
}

.checkbox input.checklist-force {
  left: -9999px;
}

.checkbox input.checklist-force:checked+label {
  background-image: url(../../images/switcher_on.png);
  background-size: 30px;
  background-size: contain;
}

.checkbox input.clinic-enabled-header+label,
.checkbox input.toggle-view+label {
  background: url(../../images/switcher_off.png) no-repeat scroll right center transparent;
  padding-left: 0 !important;
  padding-right: 65%;
  line-height: 32px;
  min-height: 32px;
}

.checkbox input.clinic-enabled-header,
.checkbox input.toggle-view {
  left: -9999px;
}

.checkbox input.clinic-enabled-header:checked+label,
.checkbox input.toggle-view:checked+label {
  background-image: url(../../images/switcher_on.png);
}

.checkbox input.clinic-enabled-traffic-light+label {
  background: url(../../images/switcher_off.png) no-repeat scroll right center transparent;
  padding-left: 0 !important;
  padding-right: 82%;
  line-height: 32px;
  min-height: 32px;
}

.checkbox input.clinic-enabled-traffic-light {
  left: -9999px;
}

.checkbox input.clinic-enabled-traffic-light:checked+label {
  background-image: url(../../images/switcher_on.png);
}

.checkbox input.treatment-enabled-required-fields+label {
  background: url(../../images/switcher_off.png) no-repeat scroll right center transparent;
  padding-left: 0 !important;
  padding-right: 67%;
  line-height: 32px;
  min-height: 32px;
}

.checkbox input.clinic-enabled-required-fields+label {
  background: url(../../images/switcher_off.png) no-repeat scroll right center transparent;
  padding-left: 0 !important;
  padding-right: 42%;
  line-height: 32px;
  min-height: 32px;
}

.checkbox input.clinic-enabled-required-fields,
.checkbox input.treatment-enabled-required-fields {
  left: -9999px;
}

.checkbox input.clinic-enabled-required-fields:checked+label,
.checkbox input.treatment-enabled-required-fields:checked+label {
  background-image: url(../../images/switcher_on.png);
}

.checkbox input.clinic-enabled-double-booking+label {
  background: url(../../images/switcher_off.png) no-repeat scroll right center transparent;
  padding-left: 0 !important;
  padding-right: 87.5%;
  line-height: 32px;
  min-height: 32px;
}

.checkbox input.clinic-enabled-double-booking {
  left: -9999px;
}

.checkbox input.clinic-enabled-double-booking:checked+label {
  background-image: url(../../images/switcher_on.png);
}

.checkbox input.clinic-required-questionnaires+label {
  background: url(../../images/switcher_off.png) no-repeat scroll right center transparent;
  padding-left: 0 !important;
  padding-right: 81%;
  line-height: 32px;
  min-height: 32px;
}

.checkbox input.clinic-required-questionnaires {
  left: -9999px;
}

.checkbox input.clinic-required-questionnaires:checked+label {
  background-image: url(../../images/switcher_on.png);
}

.checkbox input.clinic-required-confirmation+label {
  background: url(../../images/switcher_off.png) no-repeat scroll right center transparent;
  padding-left: 0 !important;
  padding-right: 82.5%;
  line-height: 32px;
  min-height: 32px;
}

.checkbox input.clinic-required-confirmation {
  left: -9999px;
}

.checkbox input.clinic-required-confirmation:checked+label {
  background-image: url(../../images/switcher_on.png);
}

.checkbox input.clinic-fixed-discount-amount+label {
  background: url(../../images/switcher_off.png) no-repeat scroll right center transparent;
  padding-left: 0 !important;
  padding-right: 82.5%;
  line-height: 32px;
  min-height: 32px;
}

.checkbox input.clinic-fixed-discount-amount {
  left: -9999px;
}

.checkbox input.clinic-fixed-discount-amount:checked+label {
  background-image: url(../../images/switcher_on.png);
}

.checkbox input.clinic-enabled-patient-required-fields+label {
  background: url(../../images/switcher_off.png) no-repeat scroll right center transparent;
  padding-left: 0 !important;
  padding-right: 69%;
  line-height: 32px;
  min-height: 32px;
}

.checkbox input.clinic-enabled-patient-required-fields {
  left: -9999px;
}

.checkbox input.clinic-enabled-patient-required-fields:checked+label {
  background-image: url(../../images/switcher_on.png);
}

.checkbox input.clinic-enabled-prospect-required-fields+label {
  background: url(../../images/switcher_off.png) no-repeat scroll right center transparent;
  padding-left: 0 !important;
  padding-right: 57.5%;
  line-height: 32px;
  min-height: 32px;
}

.checkbox input.clinic-enabled-prospect-required-fields {
  left: -9999px;
}

.checkbox input.clinic-enabled-prospect-required-fields:checked+label {
  background-image: url(../../images/switcher_on.png);
}

.checkbox input.clinic-enabled-postcode+label {
  background: url(../../images/switcher_off.png) no-repeat scroll right center transparent;
  padding-left: 0 !important;
  padding-right: 80.5%;
  line-height: 32px;
  min-height: 32px;
}

.checkbox input.clinic-enabled-postcode {
  left: -9999px;
}

.checkbox input.clinic-enabled-postcode:checked+label {
  background-image: url(../../images/switcher_on.png);
}

.checkbox input.clinic-enabled-chronoscan+label {
  background: url(../../images/switcher_off.png) no-repeat scroll right center transparent;
  padding-left: 0 !important;
  padding-right: 84.5%;
  line-height: 32px;
  min-height: 32px;
}

.checkbox input.clinic-enabled-chronoscan {
  left: -9999px;
}

.checkbox input.clinic-enabled-chronoscan:checked+label {
  background-image: url(../../images/switcher_on.png);
}

.checkbox input.clinic-enabled-prospect-form+label {
  background: url(../../images/switcher_off.png) no-repeat scroll right center transparent;
  padding-left: 0 !important;
  padding-right: 78.5%;
  line-height: 32px;
  min-height: 32px;
}

.checkbox input.clinic-enabled-prospect-form {
  left: -9999px;
}

.checkbox input.clinic-enabled-prospect-form:checked+label {
  background-image: url(../../images/switcher_on.png);
}

.checkbox input.clinic-shared-patients+label {
  background: url(../../images/switcher_off.png) no-repeat scroll right center transparent;
  padding-left: 0 !important;
  padding-right: 67%;
  line-height: 32px;
  min-height: 32px;
}

.checkbox input.clinic-shared-patients {
  left: -9999px;
}

.checkbox input.clinic-shared-patients:checked+label {
  background-image: url(../../images/switcher_on.png);
}

.checkbox input.ios-switch+label {
  background: url(../../images/switcher_off.png) no-repeat scroll left center transparent;
  padding-left: 70px !important;
  line-height: 32px;
  min-height: 32px;
}

.checkbox input.ios-switch {
  left: -9999px;
}

.checkbox input.ios-switch:checked+label {
  background-image: url(../../images/switcher_on.png);
}

.checkbox input.goods-received+label {
  background: url(../images/stock_status_off.svg) no-repeat scroll center center transparent;
  line-height: 32px;
  min-height: 32px;
  background-size: 21px;
  width: 32px;
  height: 32px;
}

.table.price-list-item tbody tr td a {
  display: inline-flex;
  clear: both;
}

.checkbox input.goods-received {
  left: -9999px;
}

.checkbox input.goods-received:checked+label {
  background-image: url(../images/stock_status_on.svg);
}

.checkbox input.calendarPrivate+label {
  background: url(../../images/lock-open-3.svg) no-repeat scroll left center transparent;
 }

.checkbox input.calendarPrivate {
  left: -9999px;
}

.fc-resource-cell .info-location {
  right: auto !important;
  position: static !important;
  font-size: 11px !important;
  margin-top: 10px !important;
  width: auto !important;
}

.checkbox input.calendarPrivate:checked+label {
  background-image: url(../../images/lock-closed-1.svg);
}

.checkbox input.calendarPractitioner+label {
  background: url("../../images/three_men_(1).png") no-repeat scroll left center transparent;
  background-size: 21px;
  margin-left: 10px;
  background-position: center;
}

.checkbox input.calendarPractitioner {
  position: absolute !important;
  left: -9999px;
}

.checkbox input.calendarPractitioner:checked+label {
  background-image: url("../../images/one_man_(1).png");
}

.checkbox input.calendarRoom+label {
  background: url(../../images/room_column_header_icon-off.svg) no-repeat scroll left center transparent;
}

.checkbox input.calendarRoom {
  left: -9999px;
}

.checkbox input.calendarRoom:checked+label {
  background-image: url(../../images/room_column_header_icon.svg);
}

.checkbox input.calendarFullScreen+label {
  background: url(../../images/make_full_screen_icon.svg) no-repeat scroll left center transparent;
}

.checkbox input.calendarFullScreen {
  left: -9999px;
}

.checkbox input.calendarFullScreen:checked+label {
  background-image: url(../../images/make_full_screen_icon-close.svg);
}

.bg-campaign {
  background-repeat: repeat;
  background: url(../../images/bg-campaign.svg);
}

#sleveRecord_filter {
  padding: 15px 15px 0;
}

.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_filter input:active {
  outline: none;
  box-shadow: none;
}

.checkbox input.reportAllClinic+label {
  background: url(../../images/BUILDINGs@2x.png) no-repeat scroll left center transparent;
  line-height: 36px;
  min-height: 36px;
  background-size: 90%;
  background-position: center;
  background-size: 24px;
  width: 40px;
  height: 40px;
}

.checkbox input.reportAllClinic {
  left: -9999px;
}

.checkbox input.reportAllClinic:checked+label {
  background-image: url(../../images/BUILDING@2x.png);
}

.g-reports-holder .checkbox {
  margin-bottom: 0;
}

.g-reports-holder .report-choice .checkbox label {
  margin-bottom: 0;
  width: 100% !important;
  height: 100%;
  display: flex !important;
  align-items: start;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}

.g-reports-holder .report-choice .checkbox label img {
  width: 24px;
  margin-right: 15px;
  font-size: 0;
  line-height: 0;
}

.g-reports-holder .report-choice .checkbox label .text {
  width: calc(100% - 39px);
}

.g-reports-holder .report-choice .checkbox label h6 {
  margin-bottom: 0;
}

.g-reports-holder .report-choice .checkbox label p {
  margin-bottom: 0;
  font-weight: 300;
  padding-top: 3px;
}

.g-reports-holder .report-choice {
  padding-bottom: 15px;
}

.g-reports-holder .report-choice,
.g-reports-holder .checkbox  {
  height: 100%;
}

.general-reports-area .report-choice {
  display: flex;
  flex-flow: wrap row;
  margin: 0 -15px;
  padding-bottom: 0;
}

.general-reports-area .report-choice .checkbox{
    width: 33.3%;
    padding: 0 15px 15px;
}

.checkbox input.treatmentInfoToggle+label {
  background: url(../../images/switcher_off.png) no-repeat scroll right center transparent;
  padding-right: 60px !important;
  line-height: 32px;
  min-height: 32px;
  background-size: 32px;
  margin-left: -38px !important;
  font-weight: 700;
}

.checkbox input.treatmentInfoToggle {
  left: -9999px;
}

.checkbox input.treatmentInfoToggle:checked+label {
  background-image: url(../../images/switcher_on.png);
  background-size: 32px;
}

.checkbox input.btnFilter+label {
  display: inline-block;
  width: 33%;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  font-size: 10px;
  background: 0 0;
  height: 34px;
  font-weight: 600;
  background-color: #f6f8f8;
  border: 1px solid #e0e0e0;
}

.checkbox input.btnFilter.btn-middle+label {
  border-right: none;
  border-left: none;
}

body .select2-container {
  width: 100% !important;
}

.checkbox input.btnFilter {
  left: -9999px;
}

.checkbox input.btnFilter:checked+label,
.checkbox input.btnFilter:checked+label:hover {
  background-color: #6c737a;
  color: #fff;
  border-color: #6c737a;
}

.checkbox input#btnTreatment+label {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.checkbox input#btnPractitioner+label {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.checkbox-calendar {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#address-list li {
  cursor: pointer;
}

audio {
  width: 100%;
}

.conversations-indicator-wrapper {
  float: right;
  margin-right: 26px;
}

.conversations-indicator-wrapper .conversations-open {
  width: 27px;
  height: 23px;
  background: url(../../images/icon_chat.png) no-repeat scroll center transparent;
  position: relative;
  cursor: pointer;
}

.conversations-indicator-wrapper .conversations-open.unread-all:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  position: absolute;
  background-color: #000;
  right: -7px;
  bottom: -7px;
}

.conversations-wrapper {
  position: absolute;
  right: 0;
  width: 0;
  max-width: 550px;
  height: 80vh;
  top: 100px;
  z-index: 1040;
  overflow: hidden;
  transition: 1s;
  font-size: 14px;
}

.conversations-wrapper.open {
  width: 80vw;
}

body .treatment-title {
  color: #444;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #A1E6D3;
  box-shadow: #A1E6D3 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: #A1E6D3 !important;
  color: #000 !important;
}

.refund-prepay-holder .checkbox input.invoice-prepay + label {
  border: none !important;
}

.conversations-wrapper .conversations-close {
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 20px;
  cursor: pointer;
  color: #5fbabc;
}

.conversations-wrapper .conversations-refresh {
  position: absolute;
  right: 60px;
  top: 20px;
  font-size: 20px;
  cursor: pointer;
  color: #5fbabc;
}

.conversations-wrapper .conversations-list-wrapper {
  width: 200px;
  float: left;
  background-color: #f3f3f3 !important;
  height: 100%;
  border: 2px solid #dfdfdf;
  overflow: hidden;
}

.conversations-wrapper .conversations-list-wrapper .conversations-list-title {
  padding: 20px 5px 15px;
  border-bottom: 1px solid #dfdfdf;
  background-color: #fff;
}

.conversations-wrapper .conversations-list-wrapper .conversations-list-title .create-conversation-wrapper {
  padding-right: 5px;
  margin-top: -6px;
  float: right;
}

.conversations-wrapper .conversations-list-wrapper .conversations-list {
  height: 100%;
  padding-top: 60px;
  margin-top: -60px;
}

.conversations-wrapper .conversations-list-wrapper .conversations-list .conversations-list-inner {
  overflow-y: auto;
  height: 100%;
  background-color: #fff;
}

.conversations-wrapper .conversations-list-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.conversations-wrapper .conversations-list-wrapper ul li.conversations-list-item {
  background-color: #fff;
  padding: 15px 10px 15px 5px;
  border: none !important;
  border-bottom: 1px solid #dfdfdf !important;
  border-radius: 0 !important;
  cursor: pointer;
}

.conversations-wrapper .conversations-list-wrapper ul li.conversations-list-item.active {
  background-color: #000;
}

.conversations-wrapper .conversations-list-wrapper ul li.conversations-list-item.unread .conversation-name:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #000;
}

.conversations-wrapper .conversations-list-wrapper ul li.conversations-list-item .conversation-delete {
  float: right;
}

.conversations-wrapper .conversations-list-wrapper ul li.conversations-list-item .conversation-delete .glyphicon {
  color: #5fbabc;
}

.conversations-wrapper .conversations-list-wrapper ul li.conversations-list-item .conversation-name {
  margin-right: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}

.conversations-wrapper .conversations-chat-wrapper {
  margin-left: 200px;
  height: 100%;
  background-color: #eaeaea;
  border: 2px solid #dfdfdf;
  border-left: none;
  border-bottom: none;
}

.conversations-wrapper .conversations-chat-wrapper .conversations-chat-title {
  background-color: #fff;
  padding: 20px 5px 15px 10px;
  border-bottom: 1px solid #dfdfdf;
}

.conversations-wrapper .conversations-chat-wrapper .conversations-send-message-wrapper {
  height: 60px;
  background-color: #fff;
}

.conversations-wrapper .conversations-chat-wrapper .conversations-send-message-wrapper form {
  padding: 0 10px;
}

.conversations-wrapper .conversations-chat-wrapper .conversations-messages-wrapper {
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: -60px;
  margin-bottom: -60px;
}

.conversations-wrapper .conversations-chat-wrapper .conversations-messages-wrapper .conversations-messages-holder {
  position: relative;
  width: 100%;
  height: 100%;
}

.conversations-wrapper .conversations-chat-wrapper .conversations-messages-wrapper .conversations-messages-holder .conversations-messages-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  display: none;
}

.conversations-wrapper .conversations-chat-wrapper .conversations-messages-wrapper .conversations-messages-holder .conversations-messages-loader img {
  width: 100px;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}

.conversations-wrapper .conversations-chat-wrapper .conversations-messages-wrapper .conversations-messages-holder .conversations-messages-inner {
  height: 100%;
  overflow-y: auto;
  position: relative;
  background-color: #fff;
}

.conversations-wrapper .conversations-chat-wrapper .conversations-messages-wrapper .conversations-messages-holder .conversations-messages-inner .conversations-messages-item {
  display: none;
}

.conversations-wrapper .conversations-chat-wrapper .conversations-messages-wrapper .conversations-messages-holder .conversations-messages-inner .conversations-messages-item.active {
  display: block;
}

.conversations-wrapper .conversations-chat-wrapper .conversations-messages-wrapper .conversations-messages-holder .conversations-messages-inner .conversations-messages-item ul.conversations-messages-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.conversations-wrapper .conversations-chat-wrapper .conversations-messages-wrapper .conversations-messages-holder .conversations-messages-inner .conversations-messages-item ul.conversations-messages-list li {
  background-color: #eaeaea !important;
  margin: 10px 80px 10px 20px;
  border-radius: 4px !important;
  border: none !important;
  float: left;
  clear: both;
}

.conversations-wrapper .conversations-chat-wrapper .conversations-messages-wrapper .conversations-messages-holder .conversations-messages-inner .conversations-messages-item ul.conversations-messages-list li .message-item-text {
  padding: 15px;
  background-color: #fff !important;
}

.conversations-wrapper .conversations-chat-wrapper .conversations-messages-wrapper .conversations-messages-holder .conversations-messages-inner .conversations-messages-item ul.conversations-messages-list li.mine {
  margin-left: 80px;
  margin-right: 20px;
  float: right;
}

.conversations-wrapper .conversations-chat-wrapper .conversations-messages-wrapper .conversations-messages-holder .conversations-messages-inner .conversations-messages-item ul.conversations-messages-list li.mine .message-item-text {
  background-color: #f5f5f5 !important;
}

#popupCreateConversation ul li {
  border: 0 !important;
  border-radius: 0 !important;
}

#popupCreateConversation ul li a {
  font-size: 14px !important;
  display: block;
  padding: 3px 20px !important;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333 !important;
  white-space: nowrap;
}

#popupCreateConversation ul li.disabled a {
  color: #777 !important;
}

.goods-received-item .form-group {
  margin-bottom: 0 !important;
}

.goods-received-item .form-group [id^="goodsReceived"] {
  display: flex;
  align-items: center;
}

.goods-received-item .form-group [id^="goodsReceived"] .form-group {
  padding: 5px;
}

.goods-received-item .form-group [id^="goodsReceived"] .form-group .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}

.goods-received-item .form-group [id^="goodsReceived"] .form-group .checkbox label {
  margin-bottom: -10px;
}

.new-item-goods {
  display: inline-block;
  margin-left: 15px;
}

.bg-td {
  width: 28%;
  display: inline-block;
}

.sm-td {
  width: 12%;
  display: inline-block;
}

.status-td {
  width: 4%;
  display: inline-block;
}

.practitionerPricing .form-group.clear {
  position: relative;
}

.practitionerPricing .form-group.clear .product-trash-link {
  position: absolute;
  top: -6px;
  right: 11px;
}

.page-header .survey-datepicker .form-inline .form-group {
  margin-right: 10px !important;
}

.email-ellipsis {
  max-width: 100px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.practitionerPricing .form-group.clear > div {
  display: flex;
  width: 100%;
}

.practitionerPricing .form-group.clear > div .form-group {
  width: 30% !important;
  margin-bottom: 0;
}

.bg-th {
  width: 29%;
  display: inline-block;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d3d3d3;
}

.bg-th:first-child {
  margin-left: 52px;
}

.sm-th {
  width: 11%;
  display: inline-block;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d3d3d3;
}

.status-th {
  width: 4%;
  display: inline-block;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.remove-item {
  float: left;
  margin-top: 6px;
  padding-top: 9px;
}

.remove-item span {
  color: red;
}

.parent-completed {
  position: relative;
}

.parent-completed:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.parent-completed a.remove-item {
  visibility: hidden;
}

.custom-tooltip {
  position: relative;
}

.custom-tooltip .custom-tooltip-text {
  position: absolute;
  top: 0;
  right: 45px;
  white-space: pre-line;
  font-size: 14px;
  color: #6e6e6e;
  border: 1px solid #d3d3d3;
  padding: 5px;
  z-index: 2;
  opacity: 1;
  background-color: #fff;
  width: 350px;
  text-align: center;
  line-height: 24px;
}

.custom-tooltip .custom-tooltip-text h4 {
  font-size: 14px;
  font-weight: 700;
}

.print-clinic-info {
  display: none;
  float: right;
}

.print-clinic-info h1,
.print-clinic-info h2,
.print-clinic-info h3,
.print-clinic-info h4,
.print-clinic-info h5,
.print-clinic-info p {
  padding: 0;
  margin: 0;
  text-align: right;
}

.print-clinic-info h1,
.print-clinic-info h2,
.print-clinic-info h3,
.print-clinic-info h4,
.print-clinic-info h5 {
  margin-top: 10px;
}

.print-clinic-info-footer {
  display: none;
  width: 100%;
  border-top: 1px solid #000;
  margin-top: 8%;
  padding-top: 20px;
  text-align: center;
}

.print-clinic-info-pre-footer {
  display: none;
  width: 100%;
  margin-top: 10%;
  padding-left: 50%;
  text-align: left;
}

.print-clinic-info-pre-footer p {
  padding: 0;
  margin: 0;
}

.print-patient-info {
  display: none;
  float: left;
  padding-left: 8px;
}

.print-patient-info h1,
.print-patient-info h2,
.print-patient-info h3,
.print-patient-info h4,
.print-patient-info h5,
.print-patient-info p {
  padding: 0;
  margin: 0;
  text-align: left;
}

.print-patient-info h1,
.print-patient-info h2,
.print-patient-info h3,
.print-patient-info h4,
.print-patient-info h5 {
  margin-top: 10px;
  margin-bottom: 100px;
}

.print-clinic-logo {
  padding: 0;
  margin: 0;
  width: 90px;
  display: none;
  float: right;
  margin-bottom: 10px;
}

.print-body {
  display: none;
  clear: both;
  padding-top: 10px;
}

.print-body .table-print {
  width: 100%;
  margin-top: 20px;
}

.print-body .table-row {
  width: 100%;
  clear: both;
  padding: 0 5px;
  height: 34px;
}

.print-body .table-row:first-child .table-col {
  background-color: #e5e5e5 !important;
  -webkit-print-color-adjust: exact;
  font-weight: 700;
}

.print-body .table-row .invoice-due {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-top: 10px;
}

.print-body .table-row .title-total {
  margin-left: 56%;
}

.print-body .table-row .table-col {
  float: left;
  width: 14%;
  height: 34px;
  min-width: 14%;
}

.print-body .table-row .table-col:first-child {
  width: 30%;
}

.print-body .table-row .payment-type {
  margin-left: 26%;
  padding-left: 5px;
}

.print-body .table-row .voucher-total {
  margin-left: 42%;
}

.print-body .table-row .payments-div-title {
  width: 30% !important;
}

.print-body .pdf-invoice-note {
  margin-top: 35px;
  border: 1px solid #696969;
  padding-top: 10px;
  padding-left: 15px;
}

.print-body .pdf-invoice-note p {
  padding-top: 10px;
}

.print-show {
  display: none;
}

.print-barcode {
  display: none;
}

@media print {

  .print-barcode,
  .print-body,
  .print-clinic-info,
  .print-clinic-info-footer,
  .print-clinic-info-pre-footer,
  .print-clinic-logo,
  .print-patient-info,
  .print-show {
    display: block !important;
  }

  table.table {
    display: none !important;
  }

  #print_correspondence,
  #print_inv,
  .flash-block,
  .history-invoice,
  .not-print,
  .patient-logo-name,
  .print-link,
  .top-wrapper,
  button,
  form,
  header {
    display: none !important;
  }
}

#clinicReminder_reminderFooter,
#clinicReminder_reminderHeader {
  width: 77%;
  float: left;
  margin-right: 10px;
}

.reminder-counter-wrapper {
  line-height: 34px;
  color: grey;
}

form[name="clinicReminderRecall"] label,
form[name="clinicReminder"] label {
  display: block;
}

form[name="clinicReminderRecall"] .form-group:after,
form[name="clinicReminder"] .form-group:after {
  content: "";
  clear: both;
  display: table;
}

form[name="clinicReminderRecall"] .reminder-item-title,
form[name="clinicReminder"] .reminder-item-title {
  float: left;
  margin-right: 5px;
  line-height: 34px;
}

form[name="clinicReminderRecall"] .reminder-item-time,
form[name="clinicReminder"] .reminder-item-time {
  float: left;
  margin-right: 5px;
  max-width: 890px;
  width: 100%;
  display: flex;
}

form[name="clinicReminderRecall"] .reminder-item-time .form-group,
form[name="clinicReminder"] .reminder-item-time .form-group {
  float: left;
  margin-right: 5px;
  margin-left: 5px;
}

form[name="clinicReminderRecall"] .reminder-item-time .form-group,
form[name="clinicReminder"] .reminder-item-time .form-group {
  width: 70%;
}

form[name="clinicReminderRecall"] .reminder-item-time .form-group:first-child,
form[name="clinicReminder"] .reminder-item-time .form-group:first-child {
  width: 30%;
}

form[name="clinicReminderRecall"] .remove-item,
form[name="clinicReminder"] .remove-item {
  float: left;
}

form[name="clinicReminderRecall"] .button-new-reminder .btn,
form[name="clinicReminderRecall"] .button-new-reminder .new-reminder,
form[name="clinicReminder"] .button-new-reminder .btn,
form[name="clinicReminder"] .button-new-reminder .new-reminder {
  float: left;
}

form[name="clinicReminderRecall"] .button-new-reminder .new-reminder,
form[name="clinicReminder"] .button-new-reminder .new-reminder {
  line-height: 14px;
  color: #333;
  margin-left: 5px;
  margin-top: 5px;
}

.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}

.email-content-form-holder textarea.form-control {
  min-height: 300px;
}

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {

  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-three-bounce {

  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.spinner {
  margin: 70px auto 0;
  width: 150px;
  text-align: center;
}

.spinner>div {
  width: 18px;
  height: 18px;
  background-color: #000;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.spinner .bounce3 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.spinner .bounce4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {

  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.stripe-connect {
  display: inline-block;
  margin-bottom: 1px;
  background-image: -webkit-linear-gradient(#28a0e5, #015e94);
  background-image: -moz-linear-gradient(#28a0e5, #015e94);
  background-image: -ms-linear-gradient(#28a0e5, #015e94);
  background-image: linear-gradient(#28a0e5, #015e94);
  -webkit-font-smoothing: antialiased;
  border: 0;
  padding: 1px;
  height: 32px;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.stripe-connect span {
  display: block;
  position: relative;
  padding: 0 12px 0 44px;
  height: 30px;
  background: #1275ff;
  background-image: -webkit-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -moz-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -ms-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.stripe-connect span:before {
  content: "";
  display: block;
  position: absolute;
  left: 11px;
  top: 50%;
  width: 23px;
  height: 24px;
  margin-top: -12px;
  background-repeat: no-repeat;
  background-size: 23px 24px;
}

.stripe-connect:active {
  background: #005d93;
}

.stripe-connect:active span {
  color: #eee;
  background: #008cdd;
  background-image: -webkit-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  background-image: -moz-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  background-image: -ms-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  background-image: linear-gradient(#008cdd, #008cdd 85%, #239adf);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}

.stripe-connect.light-blue {
  background: #b5c3d8;
  background-image: -webkit-linear-gradient(#b5c3d8, #9cabc2);
  background-image: -moz-linear-gradient(#b5c3d8, #9cabc2);
  background-image: -ms-linear-gradient(#b5c3d8, #9cabc2);
  background-image: linear-gradient(#b5c3d8, #9cabc2);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.stripe-connect.light-blue span {
  color: #556f88;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
  background: #f0f5fa;
  background-image: -webkit-linear-gradient(#f0f5fa, #e4ecf5 85%, #e7eef6);
  background-image: -moz-linear-gradient(#f0f5fa, #e4ecf5 85%, #e7eef6);
  background-image: -ms-linear-gradient(#f0f5fa, #e4ecf5 85%, #e7eef6);
  background-image: linear-gradient(#f0f5fa, #e4ecf5 85%, #e7eef6);
  -moz-box-shadow: inset 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
}

.stripe-connect.light-blue:active {
  background: #9babc2;
}

.stripe-connect.light-blue:active span {
  color: #556f88;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
  background: #d7dee8;
  background-image: -webkit-linear-gradient(#d7dee8, #e7eef6);
  background-image: -moz-linear-gradient(#d7dee8, #e7eef6);
  background-image: -ms-linear-gradient(#d7dee8, #e7eef6);
  background-image: linear-gradient(#d7dee8, #e7eef6);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05);
}

.stripe-connect.dark {
  background: #252525;
  background: rgba(0, 0, 0, 0.5) !important;
}

.stripe-connect span:before,
.stripe-connect.blue span:before {
  background-image: url(data:image/png;base64,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);
}

.stripe-connect.light-blue span:before {
  background-image: url(data:image/png;base64,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);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

  .stripe-connect span:before,
  .stripe-connect.blue span:before {
    background-image: url(data:image/png;base64,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);
  }

  .stripe-connect.light-blue span:before {
    background-image: url(data:image/png;base64,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);
  }
}

#global-spinner-wrap {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 120%;
  z-index: 9999;
}

#global-spinner-wrap div {
  margin-top: 15%;
}

.prepay-list {
  background-color: #fff;
  margin-top: 20px;
}

.prepay-list a {
  color: #5fbabc;
}

.prepay-list table {
  border: none;
  margin-bottom: 10px;
}

.prepay-list table tbody,
.prepay-list table td,
.prepay-list table th,
.prepay-list table thead,
.prepay-list table tr {
  border: none;
}

.prepay-list .prepay-list-header {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}

.prepay-list .prepay-list-body  .table thead tr th {
  padding: 13px 15px;
}

.prepay-list .prepay-list-body  .table tbody tr td {
  padding: 10px 15px;
}

.prepay-list .prepay-list-body {
  width: 100%;
}

.prepay-list .prepay-list-footer {
  width: 100%;
}

.prepay-list .prepay-list-invoices {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.prepay-list .title {
  margin-right: 10px;
  font-weight: 700;
}

.prepay-list .total {
  font-weight: 700;
  color: #000;
}

.round-borders-shadow {
  border-radius: 15px;
  box-shadow: 0 0 6px 2px #d9d9d9;
}

.loader {
  border: 6px solid #dbf0f0;
  border-top: 6px solid #000;
  border-radius: 50% !important;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.board {
  position: relative;
  margin-left: 0.5%;
}

.board-column {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 0.8%;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  z-index: 1;
}

.board-column.muuri-item-releasing {
  z-index: 2;
}

.board-column.muuri-item-dragging {
  z-index: 3;
  cursor: move;
}

.board-column-header {
  position: relative;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 20px;
  background: #000;
  color: #fff;
  border-radius: 3px 3px 0 0;
}

.board-column-header .board-actions-btn .btn-link {
  color: #fff;
}

@media (max-width: 600px) {
  .board-column-header {
    text-indent: -1000px;
  }
}

.board-column-content {
  position: relative;
  border: 6px solid transparent;
  min-height: 95px;
  max-height: 350px;
  overflow-y: auto;
}

.board-column-footer {
  position: relative;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  border-top: 1px solid #d3d3d3;
}

.board-column-footer a {
  color: grey;
}

.board-item {
  position: absolute;
  width: 100%;
  margin: 5px 0;
}

.board-item.muuri-item-releasing {
  z-index: 9998;
}

.board-item.muuri-item-dragging {
  z-index: 9999;
  cursor: move;
}

.board-item.muuri-item-hidden {
  z-index: 0;
}

.stage-2 .board-item-content {
    border: 1px solid #d3d3d3;
    border-color: #3f8b61 !important;
}

.stage-3 .board-item-content {
    border: 1px solid #d3d3d3;
    border-color: #a36ef7 !important;
}

.stage-4 .board-item-content {
    border: 1px solid #d3d3d3;
    border-color: #ca5e6f !important;
}

.glyphicon-trash {
    position: relative;
    width: 30px;
    height: 30px;
}

.glyphicon-trash:before {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    color: #ff4d4d;
    font-size: 0.8rem;
    line-height: 32px;
}

.glyphicon-trash:after {
    content: "";
    background: #ffebea;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px !important;
}

.board-item-content {
  position: relative;
  padding: 20px;
  background: #fff;
  border: 1px solid #d3d3d3;
    border-color: #398bf7 !important;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

.board-item-content .task-title {
  display: block;
  margin-top: 2px;
  margin-bottom: 2px;
  border-bottom: 1px solid grey;
}

.board-item-content .task-title .task-title-date.passed-date {
  color: red;
}

.board-item-content .task-description {
  display: block;
}

@media (max-width: 600px) {
  .board-item-content {
    text-align: center;
  }

  .board-item-content span {
    display: none;
  }
}

.section {
  margin: 60px auto;
  padding-top: 0;
  max-width: 100vm;
  text-align: left;
}

.section-title {
  margin: 30px 0 15px 18px;
}

.section-title span {
  display: inline-block;
  margin-right: 10px;
}

.section-title span a {
  color: #000;
  font-weight: 400;
}

.section-title span a.active {
  text-decoration: underline;
}

.colorpicker.colorpicker-visible {
  z-index: 9999;
}

.task-board {
  position: relative;
}

.task-board #new-board-btn {
  position: absolute;
  display: block;
  top: 53px;
  right: 18px;
}

#ps-payment-terminal h4,
#ps-refund-terminal h4 {
  font-size: 28px;
  margin: 20px 0;
}

#ps-payment-terminal .terminal-content,
#ps-refund-terminal .terminal-content {
  margin: 20px 0 10px;
}

#ps-payment-terminal .terminal-content p,
#ps-refund-terminal .terminal-content p {
  font-size: 20px;
  margin: 0 0 20px;
}

#ps-payment-terminal span.terminal-icon,
#ps-refund-terminal span.terminal-icon {
  display: inline-block;
}

#ps-payment-terminal span.terminal-icon.terminal,
#ps-refund-terminal span.terminal-icon.terminal {
  width: 58px;
  height: 58px;
  background: url(../../images/info-icon_copy.png) no-repeat center;
}

#ps-payment-terminal .terminal-content,
#ps-refund-terminal .terminal-content {
  padding: 0 20px;
}

#ps-payment-terminal .signature,
#ps-refund-terminal .signature {
  width: 100%;
}

#ps-payment-terminal .signature.yes,
#ps-refund-terminal .signature.yes {
  margin-top: 20px;
}

#ps-payment-terminal .submitting.yes,
#ps-refund-terminal .submitting.yes {
  margin-left: 30px;
}

@media (min-width: 768px) {
  .ps-wr {
    padding: 0 20px;
  }

  #ps-payment-terminal .terminal-content,
  #ps-refund-terminal .terminal-content {
    padding: 0;
  }

  #ps-payment-terminal .signature,
  #ps-refund-terminal .signature {
    min-width: 100px;
    width: auto;
  }

  #ps-payment-terminal .signature.yes,
  #ps-refund-terminal .signature.yes {
    margin-top: 0;
    margin-left: 10px;
  }

  .modal-dialog.paymentsense-report {
    width: 100%;
    max-width: 1000px;
  }
}

.patient-pdf .pdf-logo {
  width: 100px;
  height: 100px;
}

.patient-pdf table {
  width: 100%;
}

.patient-pdf table,
.patient-pdf td,
.patient-pdf th {
  border: 1px solid #000;
}

.patient-pdf td,
.patient-pdf th {
  padding: 3px 15px;
}

.patient-pdf .photos .photo {
  width: 24%;
  float: left;
  height: 350px;
  text-align: center;
  margin-bottom: 15px;
  margin-right: 1%;
  overflow: hidden;
}

.patient-pdf .photos .photo img {
  width: 100%;
  height: auto;
}

@media print {
  @page {
    margin: 0;
    size: portrait;
  }
}

.patient-answers-pdf {
  margin: 25px;
  background-color: #fff;
}

.patient-answers-pdf .pdf-logo {
  width: 170px;
  height: 170px;
}

.patient-answers-pdf hr {
  border-top: 2px solid #000;
  margin-top: 0;
}

.patient-answers-pdf .answer-hr {
  border-top: 0;
  margin-top: 0;
  border-top: 2px solid #d7d7d7;
}

.patient-answers-pdf .questionnaire-title {
  text-transform: uppercase;
  margin-top: 0;
}

.patient-answers-pdf .answer-row {
  min-height: 30px;
}

@media print {
  @page {
    margin: 55px;
  }
}

.main-inner-head {

}

.select2-container--default .select2-dropdown {
    border-color:  #e0e0e0 !important;
}

.treatment-pdf .pdf-logo {
  width: 50px;
  height: 50px;
}

.treatment-pdf .title {
  padding-left: 15px;
}

.treatment-pdf .address p {
  text-align: right;
  margin-bottom: 5px !important;
}

.treatment-pdf .pdf-plan {
  margin-top: 20px;
}

.treatment-pdf .pdf-plan .plan-title {
  text-align: center;
}

.treatment-pdf .pdf-plan h2 {
  text-align: center;
}

.treatment-pdf .pdf-plan table {
  border-collapse: collapse;
  width: 100%;
}

.treatment-pdf .pdf-plan table td,
.treatment-pdf .pdf-plan table th {
  border: 2px solid #9a9a9a;
}

.treatment-pdf .pdf-plan table td {
  width: 25%;
  padding: 5px;
}

.treatment-pdf .pdf-plan table td:nth-child(odd) {
  background: #d9d9d9 !important;
}

.treatment-pdf .treatment-plan-entries {
  margin-top: 20px;
}

.treatment-pdf .treatment-plan-entries .entrie-body {
  border: 1px solid #000;
  padding: 5px;
}

.treatment-pdf .treatment-plan-entries .entrie-body .price {
  padding: 10px 0 20px;
}

.treatment-pdf .treatment-plan-entries .prescription-table table {
  width: 100%;
  border: none;
}

.treatment-pdf .treatment-plan-entries .prescription-table table td {
  width: 50%;
  padding: 5px;
}

.treatment-pdf .treatment-plan-entries .total {
  width: 40%;
  border: 2px solid #9a9a9a;
  text-align: right;
  color: #000;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 40px;
}

.treatment-pdf .info-block {
  margin-top: 10px;
}

.treatment-pdf .info-block .declaration-title {
  font-size: 24px;
}

.treatment-pdf .signature-block {
  margin-top: 5px;
}

.treatment-pdf .signature-block p {
  font-size: 14px;
}

.treatment-pdf .signature-block .signature {
  width: 100%;
  background: #d9d9d9 !important;
  border: 2px solid #6c6c6c;
  height: 80px;
}

.treatment-pdf .signature-name {
  margin-top: 20px;
  font-size: 16px;
}

.treatment-pdf .footer-block {
  margin-top: 120px;
}

.treatment-pdf .footer-block div {
  width: 33%;
  height: 70px;
  text-align: center;
  margin: auto;
  line-height: 70px;
  font-size: 18px;
}

.treatment-pdf .footer-block div p {
  width: 100%;
  text-align: right;
}

.treatment-pdf .footer-block div:first-child {
  text-align: left;
}

.treatment-pdf .footer-block div:last-child {
  line-height: 10px;
}

.container-treatment-pdf {
  page-break-after: always;
}

.select2,
.select2-search__field {
  width: 100% !important;
}

.calendar-render .select2 {
  max-width: 100%;
}

.modal-open .select2 {
  z-index: 1021 !important;
}

.modal-open .modal-body .select2-container {
  z-index: 1721 !important;
  max-width: inherit;
}

body .btn-outline-danger {
  color: #000;
}

body .btn-outline-danger:hover,
body .btn-outline-danger:focus,
body .btn-outline-danger:active,
body .btn-danger:not([disabled]):not(.disabled).active.focus, 
body .btn-danger:not([disabled]):not(.disabled).active:focus, 
body .btn-danger:not([disabled]):not(.disabled).active:hover, 
body .btn-danger:not([disabled]):not(.disabled):active.focus, 
body .btn-danger:not([disabled]):not(.disabled):active:focus, 
body .btn-danger:not([disabled]):not(.disabled):active:hover, 
body .open>.btn-danger.dropdown-toggle.focus, 
body .open>.btn-danger.dropdown-toggle:focus, 
body .open>.btn-danger.dropdown-toggle:hover, 
body .show>.btn-danger.dropdown-toggle.focus, 
body .show>.btn-danger.dropdown-toggle:focus, 
body .show>.btn-danger.dropdown-toggle:hover,
body .btn-outline-danger:not(:disabled):not(.disabled).active, 
body .btn-outline-danger:not(:disabled):not(.disabled):active, 
body .show>.btn-outline-danger.dropdown-toggle {
  background-color: #fff;
  color: #000;
}

body .btn-success,
body .btn-outline-success  {
  color: #000;
  border-color: #A1E6D3;
  background: #fff;
}

body .btn-success:hover,
body .btn-success:focus,
body .btn-success:active,
body .btn-success:not([disabled]):not(.disabled).active, 
body .btn-success:not([disabled]):not(.disabled):active, 
body .open>.btn-success.dropdown-toggle, 
body .show>.btn-success.dropdown-toggle,
body .btn-success:not([disabled]):not(.disabled).active.focus, 
body .btn-success:not([disabled]):not(.disabled).active:focus, 
body .btn-success:not([disabled]):not(.disabled).active:hover, 
body .btn-success:not([disabled]):not(.disabled):active.focus, 
body .btn-success:not([disabled]):not(.disabled):active:focus, 
body .btn-success:not([disabled]):not(.disabled):active:hover, 
body .open>.btn-success.dropdown-toggle.focus, 
body .open>.btn-success.dropdown-toggle:focus, 
body .open>.btn-success.dropdown-toggle:hover, 
body .show>.btn-success.dropdown-toggle.focus, 
body .show>.btn-success.dropdown-toggle:focus, 
body .show>.btn-success.dropdown-toggle:hover {
  color: #000;
  border-color: #A1E6D3;
  background: #fff;
}

.select2-results__option[aria-disabled="true"],
.select2-results__option[disabled] {
  display: none;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-backdrop~.modal-backdrop {
  opacity: 0;
}

.modal-content .modal-header {
  position: relative;
  text-align: left !important;
  justify-content: start;
  background: rgba(106,116,123,.1) !important;
  padding: 11px 15px;
  padding-right: 40px;
  min-height: 40px;
}

.modal-header .modal-title {
  color: #444 !important;
}

.modal-header button,
.modal-header .fa{
  color: #000 !important;
}

.modal-content.calendar-modals .modal-header {
  flex-direction: row;
}

.modal-content.calendar-modals .modal-header .glyphicon {
  color: #444 !important;
}

.modal-content.calendar-modals .modal-header button.close {
  right: 8px;
}

.modal-body .h4, 
.modal-body .h5, 
.modal-body .h6, 
.modal-body h4, 
.modal-body h5, 
.modal-body h6{
  font-weight: normal;
  line-height: 1.6;
}

.modal-header .modal-title {
  order: 0 !important;
}

.modal-header button.close {
  font-size: 31px;
  font-weight: 300;
}

body .card .card-body #isLogin {
  padding-right: 80px;
}

.modal-header button.close,
.modal-header button.btn-close {
  opacity: 1;
  z-index: 9999 !important;
  position: absolute;
  top: 50%;
  right: 17px;
  font-weight: 500;
  transform: translateY(-50%);
  margin: 0;
}

.modal.show {
  opacity: 1;
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.lds-default {
  display: none;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes lds-default {

  0%,
  100%,
  20%,
  80% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }
}

#zmmtg-root {
  width: 50% !important;
  height: 93% !important;
  top: 10vh !important;
  left: 4vw !important;
}

#zmmtg-root .meeting-app {
  width: 100% !important;
}

#zmmtg-root .meeting-app .meeting-client {
  width: 50% !important;
  height: 93% !important;
  top: 10vh !important;
  left: 4vw !important;
}

#zmmtg-root .meeting-app .meeting-client .meeting-client-inner {
  width: 50% !important;
  height: 93% !important;
  top: 10vh !important;
  left: 4vw !important;
}

#zmmtg-root .meeting-app .meeting-client .meeting-client-inner .join-dialog {
  width: 100% !important;
}

body,
html {
  overflow: unset !important;
}

.gallery-video-container__wrap {
  width: 100% !important;
}

.gallery-video-container__canvas {
  width: 100% !important;
  margin-top: 25vh;
}

.gallery-video-container__video-frame {
  width: 100% !important;
  -webkit-transform: translate(0, -90%) !important;
  -moz-transform: translate(0, -90%) !important;
  transform: translate(0, -90%) !important;
  padding-left: 15px;
}

.full-screen-icon {
  right: 50px !important;
}

.speaker-view canvas {
  zoom: 0.5;
  margin-top: 30vh;
}

#wc-footer {
  position: fixed;
  bottom: 0 !important;
  width: 50% !important;
  left: 4vw !important;
}

#wc-container-left {
  height: 98% !important;
}

#wc-loading {
  width: 100% !important;
}

#wc-leave {
  width: 100% !important;
}

.speaker-active-container__wrap {
  width: 50% !important;
}

.speaker-active-container__wrap .speaker-active-container__video-frame {
  width: 100% !important;
  left: 0 !important;
}

.gallery-video-container__main-view {
  margin-top: 0 !important;
}

.speaker-bar-container__video-frame {
  width: 20% !important;
  left: 40% !important;
}

#wc-container-right {
  position: absolute !important;
  height: 94% !important;
}

#wc-container-right .chat-container__chat-control {
  position: absolute !important;
  bottom: 10vh !important;
}

#wc-container-right .chat-container__chat-control .dropdown-menu-right {
  left: 0 !important;
}

#wc-container-right .chat-box__chat-textarea {
  position: absolute !important;
  bottom: 0 !important;
}

.avatar-more {
  left: 80% !important;
}

.dropdown-item.user-drop-hold svg.icon {
  width: 24px;
  height: auto;
  margin-right: 10px;
  float: left;
  margin-top: 5px;
}

.dropdown-item .user-text-hold {
  font-size: 14px;
}

.dropdown-item .user-text-hold .role-user {
  font-size: 12px;
  font-weight: normal;
}

.show-tip {
  left: 30% !important;
}

.video-avatar__avatar-footer span {
  margin-left: 35px !important;
}

.wrapper,
body,
html {
  width: 100%;
  height: 100%;
}

body {
  background-color: #f4f6f9;
    color: #444;
  font-family: "Inter", sans-serif;;
}

.dataTable .bootstrap-select + .btn.dropdown-toggle {
  margin-top: 10px;
}

body .bg-consentz-main {
  background-color: transparent !important;
    box-shadow: none;
}

body .page .page-header {
  padding: 10px 30px;
  margin: 0;
  border-bottom: none;
}

.page-header + .page-content {
  clear: both;
}

.glyphicon,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

.align-center {
  text-align: center;
}

.clear {
  clear: both;
}

.clear-margin-right {
  margin-right: 0;
  padding-right: 0;
}

.clear-margin-left {
  margin-left: 0;
  padding-left: 0;
}

.margin-fix .form-group .checkbox {
  margin-top: 18px;
  margin-left: 10px;
}

.btn-title {
  padding:10px;
}

.splitsvg-img {
  margin-top: 10px;
}

.itemDuration {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 12px;
    justify-content: center;
}

.itemDuration .btn-title,
.category-trigger .btn-title,
.action-trigger .btn-title {
  padding: 0 0 0 10px;
  font-size: 13px;
  font-weight: 500;
}

.campaign-graph-holder .btn-icon {
  border-color: #ccc;
  border-width: 1px;
  min-width: 90px;
}

.itemDuration svg,
.itemDuration svg,
.category-trigger svg,
.action-trigger svg  {
  width: 16px;
}

.category-trigger,
.action-trigger {
  font-size: 12px;
}

span.dur-div.durationValue {
  border-radius: 40px;
    display: inline-block;
    font-size: 11px;
    background-color: #A1E6D3;
    padding: 1px 8px;
    font-weight: 400;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

span.dur-div.emailValue {
    white-space: pre;
    flex: 0 0 100%;
    text-align: left;
    border-top: 1px solid #ccc;
    padding: 5px 0;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
}

.dropdown_box {
  transition: border 0.3s ease;
}

.dropdown_box .btn-icon:hover {
  cursor: pointer;
  border-color: #398bf7;
  box-shadow: 0 0 0 1px #398bf7;
}

.campaign-graph-holder .btn-icon.btn-a {
  border-radius: 100%;
  padding: .715rem;
  font-size: 1.143rem;
  line-height: 1em;
  position: relative;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 2px solid #398bf7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: inherit;
  min-width: inherit;
}

.campaign-graph-holder .btn-icon.btn-a:hover {
  cursor: pointer;
}

span.dur-div.emailValue i {
  font-weight: 400;
  font-style: normal;
}

.calendar-meeting-wrapper {
  padding-left: 5px;
  position: relative;
}

.calendar-meeting-wrapper:after {
  content: "";
  background: url(../../images/splash-line.svg) center no-repeat;
  width: 10px;
  height: 30px;
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 999;
}

.campaign-graph-holder .btn-icon {
    width: auto ;
    flex-wrap: wrap;
    height: auto;
    justify-content: start;
    position: relative;
    padding: 0.8rem .715rem;    
}

.btn-time {
  display: inline-block;
  width: 11%;
}

.time-div, .action-div, .action-trigger, .plus-class {
  text-align:center;
  width: 180px;
  margin: auto;
}

.plus-class {
  margin: auto!important;
}
.time-input, .next-option-hide, .next-options, .notes-email {
  display:none;
}

.table-responsive.patient-combine-table .table {
  table-layout: fixed; 
}

.patient-combine-table tr th:nth-child(1),
.patient-combine-table tr td:nth-child(1) {
  width: 5%;
}
.patient-combine-table tr th:nth-child(2),
.patient-combine-table tr td:nth-child(2) {
  width: 9%;
}
.patient-combine-table tr th:nth-child(3),
.patient-combine-table tr td:nth-child(3) {
  width: 9%;
}
.patient-combine-table tr th:nth-child(4),
.patient-combine-table tr td:nth-child(4) {
  width: 12%;
}
.patient-combine-table tr th:nth-child(5),
.patient-combine-table tr td:nth-child(5) {
  width: 12%;
}

.patient-combine-table tr th:nth-child(6),
.patient-combine-table tr td:nth-child(6) {
  width: 2%;
}

.patient-combine-table tr th:nth-child(7),
.patient-combine-table tr td:nth-child(7) {
  width: 5%;
}
.patient-combine-table tr th:nth-child(8),
.patient-combine-table tr td:nth-child(8) {
  width: 9%;
}
.patient-combine-table tr th:nth-child(9),
.patient-combine-table tr td:nth-child(9) {
  width: 9%;
}
.patient-combine-table tr th:nth-child(10),
.patient-combine-table tr td:nth-child(10) {
  width: 12%;
}
.patient-combine-table tr th:nth-child(11),
.patient-combine-table tr td:nth-child(11) {
  width: 12%;
}

.patient-combine-table .badge {
  font-size: 10px;
  padding: 3px 6px;
}

.patient-combine-table .table tbody tr td {
  word-break: break-word;
}

.next-options-add {
  width: 100%;
  /* margin: auto; */
}
.split-action {
  width: 40%;
  margin: auto;
}

.next-options {
  width: 40%;
  margin: auto;
}

.time-input, .notes-email {
  width:100%;
  margin-top:2px;
}
.plus-icon {
  font-size:18px;
  color: #ccc;
  cursor:pointer;
}
.prospect-div {
  margin: 12px;
}
.followup-div {
  margin: 12px;
}
.time-opt {
  width: 100%;
  display: block;
}
.time-opt .form-control {
  margin-left: 0;
}
.time-inputs {
  height: 33px;
  vertical-align: text-bottom;
  border: 1px solid #ccc;
  width: 100%;
  margin-left: 2%;
  display:none;
}
.email-inputs, .note-inputs {
  height: 33px;
  border: 1px solid #ccc;
  width: 100%;
}
.team-member-div, .email-div {
  display: none;
}
.delay-div {
  border: 1px solid #000;
  padding: 3px 6px;
  font-size: 10px;
  background-color:#000;
  border-radius:10px;
  color: #fff;
  display:none;
  }
  .emailOpened-div {
  border: 1px solid #b6bbf4;
  padding: 3px 6px;
  font-size: 10px;
  background-color:#b6bbf4;
  border-radius:10px;
  white-space: nowrap;
  color: #000;
  margin-bottom: 4px;
  min-width: 100px;
  text-align: center;
  font-weight: 400;
  }
  .emailOpened-div.not-opened {
    border: 1px solid #ffebea;
    padding: 3px 6px;
    font-size: 10px;
    background-color:#ffebea;
    border-radius:10px;
    white-space: nowrap;
    color: #000;
    margin-bottom: 4px;
    min-width: 100px;
    text-align: center;
    }
.scroll-div:hover {
  border: 2px dotted #ccc;
  background: #fbfbfb;
  /* margin:auto; */
}
.delete-div {
  color: #000;
}
.split-div {
  margin-top:0%;
  display:none;
  color: #000;
  cursor:pointer;
}
.edit-div {
  /* display:none; */
  color: #000;
  cursor:pointer;
}

.delete-btn {
  cursor:pointer;
}

.configure-action-item {
  display: none;
  padding: 10px;
  cursor: pointer;
  margin: auto;
}

.configure-action-list {
  list-style: none;
  padding: 0px;
  margin: 12px;
  display: flex;
  justify-content:space-around;
  color: #333;
}

.highlight{
  background-color: #6C7379 !important;
  color: #fff !important;
  box-shadow: 0 4px 11px rgb(106 116 123 / 35%) !important;
  width: 179px;
  padding: 8px;
  margin: 0px;
  text-align: center;
}
.configure-action-list li{
  display: inline;
  width: 100%;
  text-align: center;
  padding: 5px 10px !important;
  border-radius: 5px !important;
  line-height: 20px;
  font-weight: 500;
  border: none !important;
  margin: 4px 5px;
  margin: 0 5px;
  background: rgba(106, 116, 123, .1);
}

.configure-action-list li i {
  font-size: 14px!important;
}

.edit-div:hover{
  color:#000
}


.delete-div:hover {
  color: #000;
}

.popup-title {
  color: #000;
}

.modal-header button {
  color: #000;
}

.save-time-btn {
  background: #fff;
  color: #000;
}

.category-trigger{
  text-align:center;
  margin: auto;
  width: 180px;
}

.checkbox-container {
  display: inline-flex;
  width: 100%;
  padding: 10px 0px;
}

.checkbox-container label {
  margin-left: 10px;
}

.message-box {
  width: 100%;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: .215rem;
  line-height: 1.57142857;
  padding: .429rem 1.93rem .429rem 1.072rem;
  font-family: Roboto,sans-serif;
  font-size: 1rem;
  color: #757575;
}

.action-trigger {
  width: 180px;
}
.cmp_name{
  font-size:20px;
  color: #505050;
}
.cmp_name:hover{
  color:#000000;
}
.displayflex {
  display:flex !important
}

main {
  background-color: #f7f7f7;
  margin-bottom: 20px;
  position: relative;
}

main.container {
  padding-left: 50px;
  padding-right: 50px;
}

main.container.iframe-page {
  padding-left: 0;
  padding-right: 0;
}

main.container.iframe-page div {
  padding-left: 0;
  padding-right: 0;
}

main.container.iframe-page div iframe {
  width: 100%;
  margin: 0 auto;
}

.full-height {
  min-height: calc(100% - 82px);
}

.page-header {
  z-index: 1030 !important;
}

.login-links {
  padding-top: 50px;
}

.login-links a {
  color: #000;
}

.consentz-checkbox {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../../images/checkbox.png) center no-repeat;
}

.consentz-checkbox.active {
  background-image: url(../../images/check.svg);
  background-color: #398bf7;
  border-color: #398bf7;
  background-position: 50%;
}

.datetime {
  padding-right: 15px !important;
}

.datetime:after {
  content: "\e109";
}

.tab-content {
  padding-top: 0;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.vertical-align-block {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.media-patient-image {
  display: flex;
  align-items: center;
}

.media-patient-image .media-heading {
  margin: 0 10px;
}

.bottom-align:first-child {
  margin-top: 35px;
}

.bottom-align {
  margin-bottom: 7px;
}

.bottom-align-opt {
  margin-top: 15px;
}

.typeahead__container {
  margin-bottom: 10px;
}

.typeahead__container .btn {
  margin-left: 10px;
}

.typeahead__container .typeahead__list {
  z-index: 1800;
}

.typeahead__container .typeahead__field input {
  width: 100%;
}

.typeahead__container .typeahead__field input.after-choose {
  padding-left: 34px;
}

.typeahead__container .typeahead__field .appoitment-input.after-choose {
  padding-left: 34px;
}

.typeahead__container button {
  font-size: small;
  height: 34px;
  color: #000;
  background-color: #fff;
  border-color: #398bf7;
}

.typeahead__container button.focus,
.typeahead__container button:focus {
  color: #000;
  background-color: #fff;
  border-color: #398bf7;
}

.typeahead__container button:hover {
  color: #000;
  background-color: #fff;
  border-color: #398bf7;
}

.open>.dropdown-toggle.typeahead__container button,
.typeahead__container button.active,
.typeahead__container button:active {
  color: #000;
  background-color: #fff;
  border-color: #398bf7;
}

.open>.dropdown-toggle.typeahead__container button.focus,
.open>.dropdown-toggle.typeahead__container button:focus,
.open>.dropdown-toggle.typeahead__container button:hover,
.typeahead__container button.active.focus,
.typeahead__container button.active:focus,
.typeahead__container button.active:hover,
.typeahead__container button:active.focus,
.typeahead__container button:active:focus,
.typeahead__container button:active:hover {
  color: #000;
  background-color: #fff;
  border-color: #398bf7;
}

.open>.dropdown-toggle.typeahead__container button,
.typeahead__container button.active,
.typeahead__container button:active {
  background-image: none;
}

.typeahead__container button.disabled.focus,
.typeahead__container button.disabled:focus,
.typeahead__container button.disabled:hover,
.typeahead__container button[disabled].focus,
.typeahead__container button[disabled]:focus,
.typeahead__container button[disabled]:hover,
fieldset[disabled] .typeahead__container button.focus,
fieldset[disabled] .typeahead__container button:focus,
fieldset[disabled] .typeahead__container button:hover {
  background-color: #fff;
  border-color: #398bf7;
}

.typeahead__container button .badge {
  color: #000;
  background-color: #fff;
}

.typeahead__container button.focus,
.typeahead__container button:focus {
  color: #000;
  background-color: #fff;
  border-color: #398bf7;
}

.typeahead__container button:hover {
  color: #000;
  background-color: #fff;
  border-color: #398bf7;
}

.open>.dropdown-toggle.typeahead__container button,
.typeahead__container button.active,
.typeahead__container button:active {
  color: #000;
  background-color: #fff;
  border-color: #398bf7;
}

.open>.dropdown-toggle.typeahead__container button.focus,
.open>.dropdown-toggle.typeahead__container button:focus,
.open>.dropdown-toggle.typeahead__container button:hover,
.typeahead__container button.active.focus,
.typeahead__container button.active:focus,
.typeahead__container button.active:hover,
.typeahead__container button:active.focus,
.typeahead__container button:active:focus,
.typeahead__container button:active:hover {
  color: #000;
  background-color: #fff;
  border-color: #398bf7;
}

.open>.dropdown-toggle.typeahead__container button,
.typeahead__container button.active,
.typeahead__container button:active {
  background-image: none;
}

.typeahead__container button.disabled.focus,
.typeahead__container button.disabled:focus,
.typeahead__container button.disabled:hover,
.typeahead__container button[disabled].focus,
.typeahead__container button[disabled]:focus,
.typeahead__container button[disabled]:hover,
fieldset[disabled] .typeahead__container button.focus,
fieldset[disabled] .typeahead__container button:focus,
fieldset[disabled] .typeahead__container button:hover {
  background-color: #fff;
  border-color: #398bf7;
}

.typeahead__container button .badge {
  color: #000;
  background-color: #fff;
}

.typeahead__container button:hover {
  color: #000;
  background-color: #fff;
  border-color: #398bf7;
}

.typeahead__container button:hover.focus,
.typeahead__container button:hover:focus {
  color: #000;
  background-color: #fff;
  border-color: #398bf7;
}

.typeahead__container button:hover:hover {
  color: #000;
  background-color: #fff;
  border-color: #398bf7;
}

.open>.dropdown-toggle.typeahead__container button:hover,
.typeahead__container button:hover.active,
.typeahead__container button:hover:active {
  color: #000;
  background-color: #fff;
  border-color: #398bf7;
}

.open>.dropdown-toggle.typeahead__container button:hover.focus,
.open>.dropdown-toggle.typeahead__container button:hover:focus,
.open>.dropdown-toggle.typeahead__container button:hover:hover,
.typeahead__container button:hover.active.focus,
.typeahead__container button:hover.active:focus,
.typeahead__container button:hover.active:hover,
.typeahead__container button:hover:active.focus,
.typeahead__container button:hover:active:focus,
.typeahead__container button:hover:active:hover {
  color: #000;
  background-color: #fff;
  border-color: #398bf7;
}

.open>.dropdown-toggle.typeahead__container button:hover,
.typeahead__container button:hover.active,
.typeahead__container button:hover:active {
  background-image: none;
}

.typeahead__container button:hover.disabled.focus,
.typeahead__container button:hover.disabled:focus,
.typeahead__container button:hover.disabled:hover,
.typeahead__container button:hover[disabled].focus,
.typeahead__container button:hover[disabled]:focus,
.typeahead__container button:hover[disabled]:hover,
fieldset[disabled] .typeahead__container button:hover.focus,
fieldset[disabled] .typeahead__container button:hover:focus,
fieldset[disabled] .typeahead__container button:hover:hover {
  background-color: #fff;
  border-color: #398bf7;
}

.typeahead__container button:hover .badge {
  color: #000;
  background-color: #fff;
}

.typeahead__container button:hover.focus,
.typeahead__container button:hover:focus {
  color: #000;
  background-color: #fff;
  border-color: #398bf7;
}

.typeahead__container button:hover:hover {
  color: #000;
  background-color: #fff;
  border-color: #398bf7;
}

.open>.dropdown-toggle.typeahead__container button:hover,
.typeahead__container button:hover.active,
.typeahead__container button:hover:active {
  color: #000;
  background-color: #fff;
  border-color: #398bf7;
}

.open>.dropdown-toggle.typeahead__container button:hover.focus,
.open>.dropdown-toggle.typeahead__container button:hover:focus,
.open>.dropdown-toggle.typeahead__container button:hover:hover,
.typeahead__container button:hover.active.focus,
.typeahead__container button:hover.active:focus,
.typeahead__container button:hover.active:hover,
.typeahead__container button:hover:active.focus,
.typeahead__container button:hover:active:focus,
.typeahead__container button:hover:active:hover {
  color: #000;
  background-color: #fff;
  border-color: #398bf7;
}

.open>.dropdown-toggle.typeahead__container button:hover,
.typeahead__container button:hover.active,
.typeahead__container button:hover:active {
  background-image: none;
}

.typeahead__container button:hover.disabled.focus,
.typeahead__container button:hover.disabled:focus,
.typeahead__container button:hover.disabled:hover,
.typeahead__container button:hover[disabled].focus,
.typeahead__container button:hover[disabled]:focus,
.typeahead__container button:hover[disabled]:hover,
fieldset[disabled] .typeahead__container button:hover.focus,
fieldset[disabled] .typeahead__container button:hover:focus,
fieldset[disabled] .typeahead__container button:hover:hover {
  background-color: #fff;
  border-color: #398bf7;
}

.typeahead__container button:hover .badge {
  color: #000;
  background-color: #fff;
}

.search {
  min-width: 300px;
}

@media (max-width: 767px) {
  .search {
    min-width: 100px;
  }
}

form[name="clinic"] {
  padding: 20px 0;
}

.clinic-thumbnail {
  background: 0 0;
  border: none;
}

.clinic-thumbnail img {
  width: 50px;
}

.table-clinics {
  margin-top: 30px;
  margin-bottom: 100px;
}

.span-search {
  display: block;
  width: 100%;
  padding-left: 11%;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: medium;
}

.input-search {
  width: 50%;
  margin-left: 15%;
}

.link-export {
  display: inline-block;
  margin-left: 50px;
}

.waiting-search-practitioner {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.select-boots-margin {
  margin-bottom: 10px;
}

.date_form {
  width: 29.5%;
}

.header-clinics {
  clear: both;
}

.media .avatar-lg {
  width: 60px;
}

#clinicUser_dailySchedule .row.row-day label {
  font-size: 11px;
}

.menu-clinics {
  margin-bottom: 40px;
  padding: 40px 55px;
  background-color: #ebebeb;
  display: inline-block;
  width: 100%;
}

.div-inline-block {
  display: inline-block;
}

.img-profile {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  object-fit: cover;
  border: none !important;
}

body .page.main-calendar-dashboard {
  margin-bottom: 0;
}

body .img-profile + span {
  margin-top: 0 !important;
  text-align: center !important;
  font-weight: 500;
  padding: 5px 0 0;
  font-size: 10px !important;
  line-height: 13px !important;
}

body .fc-resource-cell {
  text-align: center !important;
  font-size: 10px;
  font-weight: 500 !important;
  padding: 5px 0 25px !important;
  line-height: 13px;
}

body .note-editor.note-frame {
  border-radius: 4px 4px 0 0;
  box-shadow: none;
  outline: none;
}

body .note-editor.note-airframe {
  border-radius: 4px 4px 0 0;
  box-shadow: none;
  outline: none;
  border: none;
}

body .note-editor .panel-heading {
  background-color: #f8f8f8;
  padding: 6px;
  border-radius: 4px 4px 0 0;
  border: none;
}

body .note-editor .note-btn {
  background-color: transparent;
  border: none;
}

body #editor-container .panel-heading .note-btn-group {
  margin-top: 0;
}

body .note-editor .note-statusbar {
  display: none;
}

body #editor-container {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: auto;
  position: relative;
  bottom: 10px;
}

body ._success {
  background-color: #fff;

  border-radius: 0.286rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  max-width: 500px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px;
}

body ._success .btn {
  margin-bottom: 0;
}

body .profile-main ._success .card {
  margin-bottom: 0;
}

body ._success ._success p {
  font-size: 14px;
}

.img-product-goods-received {
  border-radius: 100%;
  height: 40px;
  width: 40px;
  border: 1px solid #e0e0e0;
  padding: 5px;
}

a.shared,
a.sharedOwner {
  position: relative;
}

a.shared:after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url(../images/icon_share_patients_profile@3x.png) no-repeat scroll left center transparent;
  background-size: 23px;
  position: absolute;
  top: 107px;
  left: 100px;
}

a.sharedOwner:after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url(../images/icon_share_patients_profile_ff7d00@3x.png) no-repeat scroll left center transparent;
  background-size: 23px;
  position: absolute;
  top: 107px;
  left: 100px;
}

td.shared,
td.sharedOwner {
  position: relative;
}

td.shared:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/icon_share_patients_profile@3x.png) no-repeat scroll left center transparent;
  background-size: 18px;
  position: absolute;
  top: 45px;
  left: 65px;
}

td.sharedOwner:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/icon_share_patients_profile_ff7d00@3x.png) no-repeat scroll left center transparent;
  background-size: 18px;
  position: absolute;
  top: 26px;
  left: 45px;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #000;
}

select.chosen-select {
  border: 6px solid #dbf0f0;
  border-top: 6px solid #000;
  border-radius: 50% !important;
  animation: spin 2s linear infinite;
  height: 10px;
  width: 10px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  padding: 5px;
}

select.chosen-select option {
  display: none;
}

select.chosen-select.document-ready {
  height: 34px;
  width: auto !important;
  padding: 6px 12px;
  animation: none;
}

.img-edit {
  width: 200px;
}

.branding-item-wrapper-outer .branding-item-success-message {
  display: none;
  text-align: center;
  margin-bottom: 10px;
  color: #000;
}

.branding-item-wrapper-outer.active .branding-item-success-message {
  display: block;
}

.branding-item-wrapper {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.branding-item-wrapper .form-group {
  margin: 0;
}

.branding-item-wrapper .form-group label {
  margin-bottom: 0;
  line-height: 20px;
}

.branding-item-wrapper .form-group img {
  display: block;
}

.branding-item-wrapper .buttons-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.branding-item-wrapper .buttons-wrapper .delete-button {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 2px;
}

.branding-item-wrapper .form-group label > div {
  margin-top: 10px;
}

.branding-item-wrapper .buttons-wrapper .delete-button button {
  color: #fff;
}

.branding-item-wrapper .buttons-wrapper .edit-button {
  position: absolute;
  top: 9px;
  right: 43px;
  padding: 2px;
  cursor: pointer;
}

.branding-item-wrapper .buttons-wrapper .edit-button span {
  color: #fff;
}

.branding-item-wrapper:hover .buttons-wrapper {
  display: block;
}

.tr-profile>td {
  vertical-align: middle !important;
}

.img-load,
.img-load+label {
  float: right;
  margin-top: 50px;
}

.btn-add-media {
  border-radius: 0;
}

.help-pdf-div {
  display: inline-block;
  width: 100%;
  position: relative;
}

.help-pdf-div .help-pdf {
  font-size: 1.5em;
}

.help-pdf-div .btn-edit {
  position: absolute;
  top: 9px;
  left: 30%;
}

.help-pdf-div button {
  position: absolute;
  top: 10px;
  left: 35%;
}

.help-page {
  position: relative;
  display: block;
  width: 33%;
  float: left;
  margin: 0 auto;
}

.help-page figcaption {
  margin-top: -10px;
  padding: 0 10px;
}

.btn-link {
  color: #000;
}

.video-div {
  position: relative;
}

.video-form .btn-edit {
  position: absolute;
  top: 50px;
  left: 610px;
}

.video-form button.glyphicon-trash {
  position: absolute;
  top: 50px;
  left: 635px;
}

.img-div {
  clear: both;
  width: 100%;
}

.iframe-div {
  position: relative;
  display: block;
  width: 33.3333%;
  float: left;
  margin-top: 20px;
}

.iframe-div .btn-edit {
  position: absolute;
  top: 20px;
  left: 175px;
}

.iframe-div button.trash {
  position: absolute;
  top: 23px;
  left: 200px;
}

.help-page .btn-edit {
  position: absolute;
  top: 20px;
  left: 170px;
}

.help-page button.glyphicon-trash {
  position: absolute;
  top: 19px;
  left: 185px;
}

.text-add-file {
  margin-left: 10px;
}

.div-add-button {
  margin: 40px 0;
}

.video-div {
  width: 100%;
}

.text-screenshots {
  margin-bottom: 10px;
  padding-top: 50px;
}

.img-edit-help {
  height: 150px;
  width: 97%;
  float: none;
  margin-right: 0;
}

.search-form-formsArea {
  padding-top: 40px;
  padding-bottom: 40px;
}

.btn-upload {
  background-color: #a3a3a3;
}

.upload {
  position: relative;
}

.upload input[type="file"] {
  opacity: 0;
}

.upload .text-upload {
  position: absolute;
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #ccc;
}

.upload .text-upload p {
  margin: 0;
  color: #999;
}

.btn-status {
  background-color: #ebebeb;
}

.div-add-equipment {
  margin-bottom: 40px;
}

.form-inventory-name {
  width: 40% !important;
  display: block;
}

.form-inventory-stock {
  width: 85%;
  margin-left: 10px;
  margin-right: 10px;
}

.form-inventory-div-name {
  border-bottom: 1px solid #000;
  width: 100%;
  display: inline-block;
}

.form-inventory-div-name>div {
  float: left;
  margin-left: 20px;
}

.big-checkbox {
  width: 19px;
  height: 19px;
}

.marketing-block {
  clear: both;
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}

.img-clinic-media {
  width: 100%;
}

.delete-button {
  cursor: pointer;
}

.content-div {
  clear: both;
  width: 100%;
}

.marketing-img-wrapper .marketing-img {
  position: relative;
  display: block;
  width: 25%;
  float: left;
  margin-top: 20px;
  padding: 0 10px;
}

.marketing-img-wrapper .marketing-img:nth-child(4n + 1) {
  clear: both;
}

.form-active-img {
  position: absolute;
  top: 2px;
  left: 205px;
}

.marketing-img .delete-button {
  position: absolute;
  top: 13px;
  left: 233px;
}

.marketing-video-wrapper .marketing-video {
  position: relative;
  display: block;
  width: 25%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 10px;
}

.marketing-video-wrapper .marketing-video:nth-child(4n + 1) {
  clear: both;
}

.form-active-video {
  position: absolute;
  top: 2px;
  left: 200px;
}

.marketing-video .delete-button {
  position: absolute;
  top: 13px;
  left: 230px;
}

.marketing-pdf {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  margin-top: 10px;
}

.marketing-pdf p {
  display: inline-block;
  width: 80%;
}

.form-active-pdf {
  position: absolute;
  top: -5px;
  left: 45%;
}

.marketing-pdf .delete-button {
  position: absolute;
  top: 0;
  left: 50%;
}

.btn-tabs-patient {
  width: 16.66666%;
}

.btn-tabs-patient a {
  text-align: center;
  font-size: medium;
  background-color: #ebebeb;
}

.patient-name {
  display: inline-block;
  width: 80%;
  margin-left: 30px;
  font-size: large;
}

.custom-upload {
  display: block;
  width: 160px;
  height: 160px;
  margin-left: 20px;
  border: 1px dashed #000;
  float: left;
}

.branding-item-wrapper .custom-upload {
  margin: 0 auto;
}

.custom-upload a {
  display: block;
  width: 100%;
  height: 100%;
}

.custom-upload span {
  text-align: center;
  margin-top: 30%;
  margin-left: 40%;
  font-size: 2.5em;
  color: #000;
  cursor: pointer;
}

.custom-upload p {
  text-align: center;
  margin-top: 15px;
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.div-patient {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}

.img-patient {
  width: auto;
  height: 160px;
}

.description-patient {
  width: 100%;
  min-height: 20px;
  text-align: center;
  margin-top: 10px;
  padding: 0 5px;
}

.description-patient dl dd {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.description-patient dl dd form {
  display: none;
}

.description-patient dl dd:hover form {
  display: inline-flex;
}

.save-patient {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.figure-patient {
  position: relative;
  text-align: center;
  background-color: #fff;
}

.active-patient {
  position: absolute;
  top: 107px;
  left: 10px;
}

.figure-patient .add-button {
  position: absolute;
  top: 10px;
  left: 80px;
}

.figure-patient .edit-button {
  top: 10px;
  right: 46px;
  background: #fff;
  border-radius: 8px;
  width: 29px;
  height: 29px;
  display: flex;
  align-content: center;
  justify-content: center;
  position: absolute;
}

.figure-patient .edit-button a {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  display: block;
}

.figure-patient .delete-button {
  position: absolute;
  top: 8px;
  right: 8px;
}

.div-patient-plan {
  display: block;
  width: 100%;
  padding: 20px 40px;
  margin: 45px 0 0 0;
  background-color: #eee;
}

.calendar-filter .checkbox input:checked+label {
  line-height: inherit;
  min-height: inherit;
}

.checkbox input.btnFilter:checked+label  {
  line-height: 30px;
}

.div-patient-plan a {
  margin-top: 35px;
}

.div-patient-form {
  display: block;
  height: 110px;
  width: 100%;
  padding: 42px 40px;
  margin: 30px 0 0 0;
  background-color: #eee;
}

.div-patient-form p {
  display: inline-block;
}

.div-patient-form a {
  margin: 0 5px;
  color: #000;
}

.div-patient-form .open-file {
  margin-left: 20px;
  color: #000;
}

.plan-content {
  display: inline-block;
}

.none-padding-left {
  padding-left: 0 !important;
}

.none-padding-right {
  padding-right: 0 !important;
}

.lead-capture-name-patient {
  font-size: 16px;
  display: block;
  width: 100%;
  padding-left: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.print-link {
  display: inline-block;
  font-size: 28px;
  color: #000;
}

.pdf-link {
  display: inline-block;
  font-size: 28px;
  color: #000;
}

.glyphicon-pencil,
.glyphicon-trash {
  color: #000;
  font-size: 16px;
}

#print_inv {
  margin-bottom: -20px;
}

.download-link {
  display: inline-block;
  width: 32px;
  margin-top: -21px;
  min-height: 32px;
  background: url(../images/download-icon_copy.png) no-repeat scroll top center transparent;
  background-size: 32px 32px;
}

.archive-link {
  display: inline-block;
  color: #000;
  font-size: 28px;
}

.archive-link-2 {
  display: inline-block;
  width: 32px;
  line-height: 32px;
  min-height: 32px;
  vertical-align: middle;
  background: url(../images/icon_archive_2.png) no-repeat scroll left center transparent;
}

.back-link {
  display: inline-block;
  width: 32px;
  line-height: 32px;
  min-height: 32px;
  vertical-align: middle;
  background: url(../images/icon_left_new.png) no-repeat scroll left center transparent;
}

.edit-link-1 {
  display: inline-block;
  width: 32px;
  line-height: 32px;
  min-height: 32px;
  background: url(../images/icon_edit.png) no-repeat scroll left center transparent;
}

.stock-asjust {
  display: inline-block;
  width: 32px;
  line-height: 32px;
  min-height: 32px;
  background: url(../images/Clinic/stock_adjust.png) no-repeat scroll left center transparent;
}

.stock-history {
  display: inline-block;
  font-size: 28px;
}

.stock-info {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  min-height: 40px;
  background: url(../images/Clinic/stock_info.png) no-repeat scroll left center transparent;
}

.trash-link {
  display: inline-block;
  width: 32px;
  line-height: 32px;
  min-height: 32px;
  background: url(../images/icon_trash.png) no-repeat scroll left center transparent;
  background-size: 14px;
}

.trash-link-reminder {
  display: inline-block;
  width: 18px;
  line-height: 22px;
  min-height: 22px;
  background: url(../images/icon_trash.png) no-repeat scroll left center transparent;
}

.notes dl {
  margin: 0;
  padding: 13px 20px;
  border-top: 1px solid #e0e0e0;
}

.notes dl:first-child {
  border-top: none;
}

.notes .title-note .trash,
.notes .title-note a,
.notes dt .trash,
.notes dt a {
  color: #000;
  font-size: 20px;
}

.notes .title-note .trash span:hover,
.notes .title-note .trash:hover,
.notes .title-note a span:hover,
.notes .title-note a:hover,
.notes dt .trash span:hover,
.notes dt .trash:hover,
.notes dt a span:hover,
.notes dt a:hover {
  text-decoration: none;
  color: grey;
}

.notes .note-header {
  line-height: 20px;
  font-size: 14px;
  padding: 5px 15px;
}

.notes .note-header .title {
  font-size: 16px;
}

.notes .note-header .title a,
.notes .note-header .title button.glyphicon {
  font-size: 16px;
  padding: 0 10px;
  text-decoration: none;
  color: #000;
}

.notes .note-header .title a:hover,
.notes .note-header .title button.glyphicon:hover {
  text-decoration: none;
  color: #000;
}

.notes .note-footer {
  padding: 5px 15px;
}

.notes .note-footer span:last-child {
  float: right;
}

.notes .note-footer span:last-child form {
  padding-right: 30px;
}

.notes .title-note {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
}

.notes .title-note .h4 {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
}

.notes .title-note .h4 form {
  padding-left: 10px;
}

.notes dd {
  margin-top: 10px;
  padding: 10px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}

.notes dd .note-body {
  padding-bottom: 10px;
}

.notes dd footer {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
}

.prepay-label {
  line-height: 32px;
  font-weight: 700;
}

.color-header {
  color: #000;
}

.colorpicker {
  min-width: 125px !important;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none;
}

.position-rel {
  position: relative;
}

.align-items-center {
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .full-height-hack {
    height: calc(100vh - 82px);
  }
}

.hxc-login,
.hxc-page-search,
.hxc-search {
  padding: 30px 0;
}

.hxc-login h1 {
  font-size: 24px;
  text-align: center;
  margin-top: 0;
  color: #000;
}

.hxc-login,
.hxc-search {
  background: #fff;
}

@media only screen and (min-width: 768px) {

  .hxc-login,
  .hxc-search {
    min-width: 460px;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 6px 2px #d9d9d9;
  }
}

.hxc-login .hxc-logo,
.hxc-search .hxc-logo {
  padding: 20px 0 30px;
}

.hxc-login .hxc-logo img,
.hxc-search .hxc-logo img {
  min-width: 180px;
}

.hxc-login .hxc-buttons,
.hxc-search .hxc-buttons {
  text-align: right;
}

.hxc-login .hxc-buttons .btn-form,
.hxc-search .hxc-buttons .btn-form {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 768px) {

  .hxc-login .hxc-buttons .btn-form,
  .hxc-search .hxc-buttons .btn-form {
    display: inline-block;
    width: 145px;
    margin-bottom: 0;
  }
}

.hxc-search #search_item {
  padding: 6px 12px 6px 40px;
  font-size: 16px;
}

.hxc-search .glyphicon-search {
  position: absolute;
  top: 6px;
  left: 10px;
  font-size: 22px;
  color: #b3b3b3;
}

.hxc-page-search .d-flex {
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .hxc-page-search .d-flex {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .hxc-page-search .search-form {
    min-width: 240px;
    margin-right: 50px;
  }
}

.hxc-page-search #search_item,
.hxc-page-search .hxc-btn-search,
.hxc-page-search .logout {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {

  .hxc-page-search #search_item,
  .hxc-page-search .hxc-btn-search,
  .hxc-page-search .logout {
    margin: 0;
  }
}

.hxc-page-search .hxc-btn-search {
  width: 100%;
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.hxc-page-search .hxc-btn-search.focus,
.hxc-page-search .hxc-btn-search:focus {
  color: #fff;
  background-color: #000;
  border-color: #398bf7;
}

.hxc-page-search .hxc-btn-search:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.hxc-page-search .hxc-btn-search.active,
.hxc-page-search .hxc-btn-search:active,
.open>.dropdown-toggle.hxc-page-search .hxc-btn-search {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.hxc-page-search .hxc-btn-search.active.focus,
.hxc-page-search .hxc-btn-search.active:focus,
.hxc-page-search .hxc-btn-search.active:hover,
.hxc-page-search .hxc-btn-search:active.focus,
.hxc-page-search .hxc-btn-search:active:focus,
.hxc-page-search .hxc-btn-search:active:hover,
.open>.dropdown-toggle.hxc-page-search .hxc-btn-search.focus,
.open>.dropdown-toggle.hxc-page-search .hxc-btn-search:focus,
.open>.dropdown-toggle.hxc-page-search .hxc-btn-search:hover {
  color: #fff;
  background-color: #4bb2b3;
  border-color: #398bf7;
}

.hxc-page-search .hxc-btn-search.active,
.hxc-page-search .hxc-btn-search:active,
.open>.dropdown-toggle.hxc-page-search .hxc-btn-search {
  background-image: none;
}

.hxc-page-search .hxc-btn-search.disabled.focus,
.hxc-page-search .hxc-btn-search.disabled:focus,
.hxc-page-search .hxc-btn-search.disabled:hover,
.hxc-page-search .hxc-btn-search[disabled].focus,
.hxc-page-search .hxc-btn-search[disabled]:focus,
.hxc-page-search .hxc-btn-search[disabled]:hover,
fieldset[disabled] .hxc-page-search .hxc-btn-search.focus,
fieldset[disabled] .hxc-page-search .hxc-btn-search:focus,
fieldset[disabled] .hxc-page-search .hxc-btn-search:hover {
  background-color: #000;
  border-color: #000;
}

.hxc-page-search .hxc-btn-search .badge {
  color: #000;
  background-color: #fff;
}

.hxc-page-search .hxc-btn-search.focus,
.hxc-page-search .hxc-btn-search:focus {
  color: #fff;
  background-color: #000;
  border-color: #398bf7;
}

.hxc-page-search .hxc-btn-search:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.hxc-page-search .hxc-btn-search.active,
.hxc-page-search .hxc-btn-search:active,
.open>.dropdown-toggle.hxc-page-search .hxc-btn-search {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.hxc-page-search .hxc-btn-search.active.focus,
.hxc-page-search .hxc-btn-search.active:focus,
.hxc-page-search .hxc-btn-search.active:hover,
.hxc-page-search .hxc-btn-search:active.focus,
.hxc-page-search .hxc-btn-search:active:focus,
.hxc-page-search .hxc-btn-search:active:hover,
.open>.dropdown-toggle.hxc-page-search .hxc-btn-search.focus,
.open>.dropdown-toggle.hxc-page-search .hxc-btn-search:focus,
.open>.dropdown-toggle.hxc-page-search .hxc-btn-search:hover {
  color: #fff;
  background-color: #4bb2b3;
  border-color: #398bf7;
}

.hxc-page-search .hxc-btn-search.active,
.hxc-page-search .hxc-btn-search:active,
.open>.dropdown-toggle.hxc-page-search .hxc-btn-search {
  background-image: none;
}

.hxc-page-search .hxc-btn-search.disabled.focus,
.hxc-page-search .hxc-btn-search.disabled:focus,
.hxc-page-search .hxc-btn-search.disabled:hover,
.hxc-page-search .hxc-btn-search[disabled].focus,
.hxc-page-search .hxc-btn-search[disabled]:focus,
.hxc-page-search .hxc-btn-search[disabled]:hover,
fieldset[disabled] .hxc-page-search .hxc-btn-search.focus,
fieldset[disabled] .hxc-page-search .hxc-btn-search:focus,
fieldset[disabled] .hxc-page-search .hxc-btn-search:hover {
  background-color: #000;
  border-color: #000;
}

.hxc-page-search .hxc-btn-search .badge {
  color: #000;
  background-color: #fff;
}

.hxc-page-search .hxc-btn-search:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.hxc-page-search .hxc-btn-search:hover.focus,
.hxc-page-search .hxc-btn-search:hover:focus {
  color: #fff;
  background-color: #00080b;
  border-color: #000;
}

.hxc-page-search .hxc-btn-search:hover:hover {
  color: #fff;
  background-color: #00080b;
  border-color: #000;
}

.hxc-page-search .hxc-btn-search:hover.active,
.hxc-page-search .hxc-btn-search:hover:active,
.open>.dropdown-toggle.hxc-page-search .hxc-btn-search:hover {
  color: #fff;
  background-color: #00080b;
  border-color: #000;
}

.hxc-page-search .hxc-btn-search:hover.active.focus,
.hxc-page-search .hxc-btn-search:hover.active:focus,
.hxc-page-search .hxc-btn-search:hover.active:hover,
.hxc-page-search .hxc-btn-search:hover:active.focus,
.hxc-page-search .hxc-btn-search:hover:active:focus,
.hxc-page-search .hxc-btn-search:hover:active:hover,
.open>.dropdown-toggle.hxc-page-search .hxc-btn-search:hover.focus,
.open>.dropdown-toggle.hxc-page-search .hxc-btn-search:hover:focus,
.open>.dropdown-toggle.hxc-page-search .hxc-btn-search:hover:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.hxc-page-search .hxc-btn-search:hover.active,
.hxc-page-search .hxc-btn-search:hover:active,
.open>.dropdown-toggle.hxc-page-search .hxc-btn-search:hover {
  background-image: none;
}

.hxc-page-search .hxc-btn-search:hover.disabled.focus,
.hxc-page-search .hxc-btn-search:hover.disabled:focus,
.hxc-page-search .hxc-btn-search:hover.disabled:hover,
.hxc-page-search .hxc-btn-search:hover[disabled].focus,
.hxc-page-search .hxc-btn-search:hover[disabled]:focus,
.hxc-page-search .hxc-btn-search:hover[disabled]:hover,
fieldset[disabled] .hxc-page-search .hxc-btn-search:hover.focus,
fieldset[disabled] .hxc-page-search .hxc-btn-search:hover:focus,
fieldset[disabled] .hxc-page-search .hxc-btn-search:hover:hover {
  background-color: #000;
  border-color: #000;
}

.hxc-page-search .hxc-btn-search:hover .badge {
  color: #000;
  background-color: #fff;
}

.hxc-page-search .hxc-btn-search:hover.focus,
.hxc-page-search .hxc-btn-search:hover:focus {
  color: #fff;
  background-color: #00080b;
  border-color: #000;
}

.hxc-page-search .hxc-btn-search:hover:hover {
  color: #fff;
  background-color: #00080b;
  border-color: #000;
}

.hxc-page-search .hxc-btn-search:hover.active,
.hxc-page-search .hxc-btn-search:hover:active,
.open>.dropdown-toggle.hxc-page-search .hxc-btn-search:hover {
  color: #fff;
  background-color: #00080b;
  border-color: #000;
}

.hxc-page-search .hxc-btn-search:hover.active.focus,
.hxc-page-search .hxc-btn-search:hover.active:focus,
.hxc-page-search .hxc-btn-search:hover.active:hover,
.hxc-page-search .hxc-btn-search:hover:active.focus,
.hxc-page-search .hxc-btn-search:hover:active:focus,
.hxc-page-search .hxc-btn-search:hover:active:hover,
.open>.dropdown-toggle.hxc-page-search .hxc-btn-search:hover.focus,
.open>.dropdown-toggle.hxc-page-search .hxc-btn-search:hover:focus,
.open>.dropdown-toggle.hxc-page-search .hxc-btn-search:hover:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.hxc-page-search .hxc-btn-search:hover.active,
.hxc-page-search .hxc-btn-search:hover:active,
.open>.dropdown-toggle.hxc-page-search .hxc-btn-search:hover {
  background-image: none;
}

.hxc-page-search .hxc-btn-search:hover.disabled.focus,
.hxc-page-search .hxc-btn-search:hover.disabled:focus,
.hxc-page-search .hxc-btn-search:hover.disabled:hover,
.hxc-page-search .hxc-btn-search:hover[disabled].focus,
.hxc-page-search .hxc-btn-search:hover[disabled]:focus,
.hxc-page-search .hxc-btn-search:hover[disabled]:hover,
fieldset[disabled] .hxc-page-search .hxc-btn-search:hover.focus,
fieldset[disabled] .hxc-page-search .hxc-btn-search:hover:focus,
fieldset[disabled] .hxc-page-search .hxc-btn-search:hover:hover {
  background-color: #000;
  border-color: #000;
}

.hxc-page-search .hxc-btn-search:hover .badge {
  color: #000;
  background-color: #fff;
}

.hxc-page-search .hxc-btn-search .glyphicon-search {
  display: none;
}

@media only screen and (min-width: 768px) {
  .hxc-page-search .hxc-btn-search {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    font-size: 0;
    padding: 0;
    border-radius: 0 4px 4px 0;
  }

  .hxc-page-search .hxc-btn-search .glyphicon-search {
    display: inline-block;
    color: #fff;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .hxc-page-search #search_item {
    height: 36px;
  }
}

.hxc-page-search .logout,
.hxc-page-search .logout a {
  color: #000;
}

.hxc-page-search #add-btn-multiple {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .hxc-page-search #add-btn-multiple {
    width: 145px;
  }
}

.hxc-page-search .table-responsive .table {
  margin: 0;
}

.hxc-modal {
  text-align: center;
  padding: 0 !important;
}

.hxc-modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.hxc-modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 460px;
}

.hxc-modal .modal-content {
  border-radius: 15px;
  padding: 40px 40px 20px 40px;
}

.hxc-modal h2 {
  margin-top: 0;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-right: 74px;
  font-size: 20px;
}

.hxc-modal .img-profile {
  position: absolute;
  right: 0;
  top: 0;
}

.hxc-modal span {
  color: #8c8c8c;
  margin-left: 15px;
}

.info-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
}

.new-edit-product h3 {
  margin-bottom: 20px;
}

.new-edit-product .top-row {
  margin-bottom: 10px;
}

.new-edit-product .top-row label {
  margin-bottom: 0;
}

.new-edit-product .top-row .form-group {
  margin: 0;
}

.new-edit-product .top-row .input-browse-button {
  margin-top: 5px;
}

.new-edit-product .top-row p {
  margin-bottom: 5px;
}

.new-edit-product .link-from-hxc-wr #link-from-hxc {
  margin: 0;
  width: auto;
}

.new-edit-product .link-from-hxc-wr .hxc-stock-code {
  margin-right: 10px;
  height: 34px;
}

.new-edit-product .available-for-prescription .form-group {
  margin-top: 25px;
}

.tnc-page h2 {
  margin: 30px 0;
}

.img-profile.default {
  background: url(../images/Clinic/product_icon.png) transparent no-repeat center;
  background-size: cover;
}

.img-room {
  height: 35px;
  padding-bottom: 5px;
}

.patient-div-date {
  margin-top: 8px;
}

.patient-div-date span {
  display: block;
  width: 100%;
  font-size: 14px !important;
}

.patient-div-date img {
  width: 300px;
  height: 45px;
}

.voucher-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background-color: #000;
}

.voucher-body {
  text-align: center;
}

.voucher-body .voucher-code {
  font-size: 22px;
  font-weight: 700;
}

.voucher-body span {
  display: inline-block;
  width: 100%;
}

.voucher-body span:first-child {
  margin-top: 10px;
  margin-bottom: 10px;
}

.voucher-body .voucher-address {
  display: none;
}

#pull-chronoscan {
  width: 160px;
  height: 34px;
  margin-top: 25px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#verify_invite {
  height: 41px;
}

body .calendar-render .form-group label {
    font-size: 12px;
    line-height: 23px;
}

.fc-nonbusiness {
  background: #fff !important;
}

.fc-agendaDay-view .fc-event,
.fc-agendaWeek-view .fc-event {
  border: 1px solid #fff !important;
}

.front-wrapper {
  padding: 100px 0;
}

.front-wrapper .form-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 60px;
}

.front-wrapper .form-header .form-header-logo {
  width: 100px;
}

.front-wrapper .form-header .form-header-logo img {
  width: 100%;
  height: auto;
}

.front-wrapper .form-header .form-header-title {
  flex-grow: 1;
}

.front-wrapper .form-header .form-header-title h1 {
  text-align: center;
}

.signature {
  position: relative;
  min-width: 275px;
  height: 200px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f5f5f5;
  margin-bottom: 15px;
}

.signature .signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 200px;
}

.table tfoot th, .table thead th {
    font-weight: bold;
    color: #000;
}

body .select2-container .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    margin-top: 0;
}

body .site-gridmenu {
    background-color: #000;
    font-size: 12px;
}

body .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-radius: 8px;
}

body .select2-container--default.select2-container--focus .select2-selection--multiple,
body .select2-container--default .select2-selection--multiple {
    border: 1px solid #e0e0e0;
    background: #fff;
    outline: 0;
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px solid #e0e0e0;
    background: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border-radius: 8px;
    margin: 5px;
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
}


.site-menu li.site-gridmenu-toggle {
    width: 100%;
    padding: 20px 12px;
}

.site-menu li.site-gridmenu-toggle img {
    display: inline-block;
    vertical-align: top;
    width: 43px;
    height: auto;
}

body .site-menu .site-menu-item a {
    display: flex;
    align-items: center;
}

body.site-navbar-small {
    padding-top: 0 !important;
}

body .nav-link.btn-icon {
    padding: 0 !important;
    width: 35px;
    height: 35px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background-color: #d9d9d9;
}

body .btn {
    border-radius: 4px;
}

body .btn-consentz-light:hover {
    color: #000;
}

body .fc-unthemed td.fc-today {
    background: #fff;
}

body .nav-link.btn-icon:hover {
    background: #fff;
}

body .nav-link.btn-icon .icon {
    color: #616161 !important;
}

body .navbar-default .hamburger .hamburger-bar,
body .navbar-default .hamburger::after,
body .navbar-default .hamburger::before {
    background: #000;
}

body .site-navbar .navbar-header .hamburger .hamburger-bar,
body .site-navbar .navbar-header .hamburger::after,
body .site-navbar .navbar-header .hamburger::before {
    background-color: #000;
}

body .site-navbar {
    z-index: 2222;
    position: relative;
}

.site-navbar .navbar-header {
    display: none;
}

.card .avatar {
    width: 130px;
    height: 130px;
    margin-bottom: 10px;
    border: 1px solid #000;
    border-radius: 100%;
}

.card .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.avatar-barcode img {
  border-radius: 0 !important;
}

.page-header .form-inline .form-group {
  margin-right: 0 !important;
}

.full-height .site-action {
  z-index: 990;
}

.dropify-font-upload:before,
.dropify-wrapper .dropify-message span.file-icon:before {
  content: none !important;
}

@media (max-width: 1199.98px) {

    .fc-resource-cell span.info-location {
        display: none !important;
    }

    .fc-toolbar.fc-header-toolbar {
        padding: 5px;
    }
  .page-aside {
    width: 260px !important;
  }
    .fc-resource-cell span {
        font-size: 11px !important;
    }

    .fc .fc-toolbar .fc-left {
        left: 0;
        top: 10px;
        position: static;
    }

  .page-aside-left .page-aside+.page-main {
    margin-left: 0 !important;
  }

  .page-aside-right .page-aside+.page-main {
    margin-right: 260px !important;
  }

  .page-aside-fixed.page-aside-left .site-footer {
    margin-left: 260px !important;
  }

  .page-aside-fixed.page-aside-right .site-footer {
    margin-right: 260px !important;
  }

    body .right-main-nav .nav {
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    body .right-main-nav .nav .nav-link {
        white-space: nowrap;
    }
    body .right-main-nav .nav .nav-item {
        margin: 4px 0;
    }
    .right-main-nav {
        z-index: 222;
        background: #fff;
        left: auto;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        position: absolute;
        top: 100%;
        right: 0;
        padding: 20px;
    }
    body.menu-active2 .right-main-nav {
        visibility: visible;
        max-height: 4000px;
        opacity: 1;
    }
    .site-navbar .navbar-header {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    body .main-navbar {
        margin-left: 0;
        transition: width .25s;
    }
    .nav-opener,
    #nav-opener2 {
        display: flex;
    }
    .site-navbar.navbar .navbar-header {
        padding: 0 15px;
        position: relative;
    }
    .second-logo {
        display: block;
        position: absolute;
        left: 15px;
        top: 12px;
    }
}

.loader-overlay {
  background: #ececec !important;
}

.loader-index>div {
  background: #000 !important;
}

.glyphicon-plus {
  color: #000;
}

.upload-download-link,
.upload-download-link {
  color: #fff;
  background: #000;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 100%;
  display: inline-block;
    margin: 0 5px;
}

.upload-download-link i,
.upload-download-link i {
    padding: 0;
}

.upload-download-link:hover i,
.upload-download-link:hover i {
    color: #fff;
}

.trash:focus,
.trash:hover {
  color: #337ab7 !important;
  outline: none !important;
}

.site-menu-item {
  line-height: normal !important;
}

.sidebar .nav-links li.showMenu .sub-menu .site-menu-item a {
  color: #000 !important;
}

.site-menu-item a,
.mm-navbar .mm-title {
  color: #ffffff !important;
    font-weight: 600;
}

.nav-tabs .nav-link {
  color: #0d0e0e !important;
}


body .site-menu>.site-menu-item.active {
    background: rgb(68 195 97 / 28%);
}

body .site-menu>.site-menu-item.active i {
    color: #0eb97b;
}

* {
    text-shadow: none !important;
}

body i.icon {
    font-size: 16px;
}

.mb--45 {
  margin-bottom: -45px;
}

.mt--45 {
  margin-top: -45px;
}

body .site-menubar {
    font-family: "Inter", sans-serif;
}

body .site-menubar {
    background: #000;
    top: 0 !important;
    height: calc(100% - 65px);
}

body .site-menubar i.icon {
    font-size: 22px;
}

.site-menubar,
body .navbar-fixed-top {
  z-index: 1040 !important;
}

.page-register .page-content .panel {
  width: 800px;
}

.panel-clinic-edit .tab-pane.show {
  display: none !important;
}

.panel-clinic-edit .tab-pane.active {
  display: block !important;
}

.consentz-title {
  font-weight: 400;
}

#captchaCode::placeholder {
  text-transform: none !important;
}

body .page-aside-switch {
    background: #000;
    margin-left: 65px;
}

.page-aside.open .page-aside-switch {
  margin-left: 0;
}

body .page-aside-switch i {
    color: #fff;
}

.rating-input.form-control {
  border: none;
  height: auto;
  font-size: 40px;
}

#select2-survey-container {
  width: 80px !important;
}

/* Practiner */

.calendar-page-view .calendar-filter .form-pratitioner .form-group span ul {
  display: flex !important;
  align-items: center;
  flex-direction: column;
}

body .navbar-right {
    margin-right: 0;
}
.custom-cardbody .copy-btn {
  position: relative;
  margin: 0 4px 0 10px;
}
.custom-cardbody .copy-btn h5 {
  position: absolute;
  top: -36px;
  left: 0;
  width: 200px;
  
}

@media screen and (max-width: 992px) {
    .calendar-render .select2 {
        max-width: 100%;
    }
    .img-profile {
        width: 50px;
        height: 50px;
    }

}

@media screen and (max-width: 767px) {
    body .fc .fc-toolbar .fc-left {
        position: static;
    }
    .img-profile {
        width: 30px;
        height: 30px;
    }
    .patient-meta .form-inline {
        display: flex;
        flex-direction: column;
    }
    body .page-aside-switch {
        margin-left: 0;
    }
    body.profile-active #site-navbar-collapse {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: #fff;
      padding: 20px;
    }
    .navbar-mega .nav {
      margin-bottom: 20px;
      margin-left: 0;
      display: flex;
      flex-direction: row;
      justify-content: center;
    }
    .navbar-mega .nav > li {
      display: inline-block;
      margin: 0 4px;
      float: none;
    }
    .site-navbar-small .site-navbar .navbar-toolbar > li.demo-clinic-drop {
      margin-left: 0;
    }
    .page-aside.open .page-aside-switch {
      margin: 0;
    }
    .navbar-inverse .navbar-brand,
    .navbar-openers-holder,
    .site-navbar.navbar .navbar-header {
      display: block;
    }
    .navbar-brand-center {
      left: 27px !important;
    }
    .patient-meta .form-inline .btn-consentz-light {
        margin: 16px 0;
    }
    .patient-meta .form-inline .upload-links-holder .upload-download-link {
        margin: 0 5px !important;
    }
}
/* Make sure there is space between the columns */
table th, table td {
  padding: 10px;
  text-align: left;
}

/* Add borders between the left and right sections */
table td:nth-child(4), table td:nth-child(8) {
  border-left: 2px solid #ddd;
}

/* Add some padding and background to the status column for better visibility */
.patient-status-image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.blank-cell {
  background: #f1f4f5 !important;
  border-top: none !important;
}
/*# sourceMappingURL=maps/app.css.map */