@charset "UTF-8";
/*Texts*/

h1 {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 25px;
}
h1 span {
    font-weight: 400;
}
h2 {
    font-size: 1em;
    font-weight: 700;
}
h3 {
    font-size: 1em;
    font-weight: 400;
    font-style: italic;
    color: #2eadb4;
}
h4 {
    font-size: 1em;
    font-weight: 400;
    font-style: italic;
}
ul.list {
    padding: 0;
    margin: 0;
}
ul.list li {
    list-style: none;
}
ul.list li:before {
    content: "\e907";
    font-family: 'mp-font-icons' !important;
    margin-right: 5px;
    color: #2eadb4;
    position: relative;
    top: 2px;
}
ul.check-list {
    padding: 0;
    margin: 0;
}
ul.check-list li {
    list-style: none;
    padding-left: 30px;
    margin-bottom: 15px;
}
ul.check-list li i {
    color: #f2c535;
    font-size: 1.5em;
    margin-left: -30px;
    position: relative;
    top: 5px;
}
p.info-text {
    padding-left: 30px;
    font-style: italic;
    line-height: 1.3;
}
p.info-text i {
    margin-left: -30px;
    color: #2eadb4;
    margin-right: 4px;
    position: relative;
    top: 3px;
    font-size: 1.4em;
}
.therapy-type {
    font-style: italic;
}
.therapy-type i {
    color: #2eadb4;
    position: relative;
    top: 2px;
}
.label {
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    font-style: normal;
    color: #999;
    margin-left: 0;
}
.h-divider {
    margin-left: 20px;
}
a {
    color: #2eadb4;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
a:not([href]) {
    color: #2eadb4 !important;
    cursor: pointer;
}
a:not([href]):hover {
    color: #333 !important;
}
a:hover,
a:active,
a:focus,
a:visited {
    outline: none;
    box-shadow: none;
    border: none;
    text-decoration: none;
}
a:hover {
    color: #333;
}
a i {
    position: relative;
    top: 2px;
}
a.more-link {
    display: block;
    float: right;
}
.btn {
    font-size: 1em;
    border: none;
    border-radius: 20px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.btn i {
    font-size: 1.2em;
    position: relative;
    top: 2px;
}
.btn.btn-default {
    background-color: #4ac3ca;
    background-image: -moz-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #4ac3ca), color-stop(100%, #2eadb4)) !important;
    background-image: -webkit-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background-image: -o-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background: -ms-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%);
    background: linear-gradient(70deg, #4ac3ca 0%, #2eadb4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
    color: #fff !important;
}
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:visited {
    color: #fff !important;
    box-shadow: inset -10px -7px 15px rgba(11, 49, 71, 0.17);
    background-color: #4ac3ca;
    background-image: -moz-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #4ac3ca), color-stop(100%, #2eadb4)) !important;
    background-image: -webkit-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background-image: -o-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background: -ms-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%);
    background: linear-gradient(70deg, #4ac3ca 0%, #2eadb4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
}
.btn.btn-primary {
    background-color: #f2c535;
    background-image: -moz-linear-gradient(left, #f2c535 0%, #edb01f 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #f2c535), color-stop(100%, #edb01f)) !important;
    background-image: -webkit-linear-gradient(left, #f2c535 0%, #edb01f 100%) !important;
    background-image: -o-linear-gradient(left, #f2c535 0%, #edb01f 100%) !important;
    background: -ms-linear-gradient(left, #f2c535 0%, #edb01f 100%);
    background: linear-gradient(70deg, #f2c535 0%, #edb01f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
    color: #333 !important;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:visited {
    box-shadow: inset -10px -6px 12px rgba(119, 23, 23, 0.15);
    color: #333 !important;
}
  .btn.btn-secondary {
    background-color: #444444;
    background-image: -moz-linear-gradient(left, #444444 0%, #333 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #444444), color-stop(100%, #333)) !important;
    background-image: -webkit-linear-gradient(left, #444444 0%, #333 100%) !important;
    background-image: -o-linear-gradient(left, #444444 0%, #333 100%) !important;
    background: -ms-linear-gradient(left, #444444 0%, #333 100%);
    background: linear-gradient(70deg, #444444 0%, #333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
    color: #fff !important; }
    .btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus, .btn.btn-secondary:visited {
      box-shadow: inset -10px -6px 12px rgba(0, 0, 0, 0.4);
      color: #fff !important; }
.btn.btn-icon {
    color: #999;
    font-size: 1.2em;
    background: transparent;
}
.btn.btn-icon:hover {
    color: #2eadb4 !important;
}
.btn.btn-link {
    color: #2eadb4;
    font-weight: 400;
}
.btn:disabled {
    background: #ccc !important;
    background-image: #ccc !important;
    color: #999;
}
.btn:disabled:hover,
.btn:disabled:active,
.btn:disabled:focus,
.btn:disabled:visited {
    box-shadow: none;
    color: #999;
}
.btn:hover,
.btn:active,
.btn:focus,
.btn:visited {
    outline: none;
    box-shadow: none;
    border: none;
    text-decoration: none;
}
#racunPodjetjeBtn,
#racunOsebaBtn {
    background-color: #f2c535;
    background-image: -moz-linear-gradient(left, #f2c535 0%, #edb01f 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #f2c535), color-stop(100%, #edb01f)) !important;
    background-image: -webkit-linear-gradient(left, #f2c535 0%, #edb01f 100%) !important;
    background-image: -o-linear-gradient(left, #f2c535 0%, #edb01f 100%) !important;
    background: -ms-linear-gradient(left, #f2c535 0%, #edb01f 100%);
    background: linear-gradient(70deg, #f2c535 0%, #edb01f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
    color: #333 !important;
}
#racunPodjetjeBtn.collapsed,
#racunOsebaBtn.collapsed {
    background-color: #4ac3ca;
    background-image: -moz-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #4ac3ca), color-stop(100%, #2eadb4)) !important;
    background-image: -webkit-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background-image: -o-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
    background: -ms-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%);
    background: linear-gradient(70deg, #4ac3ca 0%, #2eadb4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
    color: #fff !important;
}
/*Notifications*/

.notification-bubble {
    margin-bottom: 40px;
}
.notification-bubble .notification-icon {
    background-color: transparent;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    position: absolute;
}
.notification-bubble .notification-icon i {
    color: #2eadb4;
    font-size: 20px;
}
.notification-bubble span,
.notification-bubble a {
    padding-left: 50px;
}
.notification-bubble span i,
.notification-bubble a i {
    position: relative;
    top: 1px;
}
.notification-bubble a {
    color: #999;
}
.notification-bubble p {
    margin-bottom: 5px;
    line-height: 1.2;
    color: #333;
    padding-left: 50px;
}
.notification-bubble .date {
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #999;
}
.notification-bubble.new .notification-icon {
    background-color: #f2c535;
    border: 1px solid #f2c535;
}
.notification-bubble.new .notification-icon i {
    color: #fff;
}
.notification-bubble.new .date,
.notification-bubble.new a,
.notification-bubble.new span,
.notification-bubble.new a {
  color: #f2c535;
}
.dropdown-divider.new {
  border-top: 2px solid #f2c535;
}
.horizontal-line {
    width: 1px;
    height: calc(100% + 130px);
    background: #ddd;
    float: left;
    margin-top: -80px;
    margin-left: -30px;
    margin-bottom: -50px;
}
.horizontal-line.tabs {
    float: right;
    height: calc(100% + 80px);
}
.notifications {
    padding-left: 30px;
    padding-bottom: 50px;
}
/*Alerts*/

.alert-container {
    padding: 0;
}
.alert-container .alert {
    border-radius: 0;
    margin-bottom: 0;
}
.alert {
    border-radius: 10px;
    border: 0;
}
.alert button {
    text-shadow: none;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
    padding: .75rem 15px;
}
.alert button .mp-close {
    font-size: 0.7em;
}
.alert.alert-dismissible {
    padding-right: 40px;
}
/*Popups*/

.modal-dialog .modal-content {
    border-radius: 10px;
    border: none;
}
.modal-dialog .modal-header {
    border-radius: 10px 10px 0 0;
    padding: 10px 5px 10px 15px;
    border: none;
}
.modal-dialog .modal-header h5 {
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 3px;
}
.modal-dialog .modal-header button {
    padding: 0 10px;
}
.modal-dialog .modal-header button i {
    font-size: 1em;
}
.modal-dialog .modal-body .therapy-type {
    margin-top: 5px;
}
.modal-dialog .modal-body .therapy-type i {
    color: #333;
}
.modal-dialog .modal-body .info-text {
    margin-top: 15px;
    margin-bottom: 5px;
}
.modal-dialog .modal-footer {
    justify-content: space-around;
    flex-wrap: wrap;
}
.modal-dialog .modal-footer a {
    color: #2eadb4;
    cursor: pointer;
}
.modal-dialog .modal-footer a:hover {
    color: #333;
}
.modal-dialog .modal-footer .modal-footer-actions {
    justify-content: flex-start;
    width: 100%;
}
.modal-dialog .modal-footer .modal-footer-actions .confirmations {
    display: block;
}
.modal-dialog .modal-footer .modal-footer-actions .confirmations i {
    font-size: 1.4em;
    color: #2eadb4;
    position: relative;
    top: 4px;
    margin-right: 6px;
}
.modal-dialog .modal-footer .modal-footer-actions form {
    margin-top: 5px;
}
.modal-dialog .modal-footer .modal-footer-actions .actions {
    border-top: 1px solid #e9ecef;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-dialog .modal-footer .action-link {
    font-weight: 700;
    color: #333;
    display: block;
    cursor: pointer;
}
.modal-dialog .modal-footer .action-link:hover {
    color: #333 !important;
}
.modal-dialog .modal-footer .action-link.collapsed {
    font-weight: 400;
    color: #2eadb4;
}
.modal#shraniSpremembe p {
    margin-bottom: 0;
    padding-bottom: 0;
}
.modal#shraniSpremembe,
.modal#odpovejTermin,
.modal#klicPreusmeritev {
    text-align: center;
}
.modal#shraniSpremembe .mp-check,
.modal#shraniSpremembe .mp-question,
.modal#shraniSpremembe .mp-phone,
.modal#odpovejTermin .mp-check,
.modal#odpovejTermin .mp-question,
.modal#odpovejTermin .mp-phone,
.modal#klicPreusmeritev .mp-check,
.modal#klicPreusmeritev .mp-question,
.modal#klicPreusmeritev .mp-phone {
    font-size: 3em;
    color: #2eadb4;
    margin-top: -20px;
    margin-bottom: 20px;
    display: block;
}
.modal#shraniSpremembe .modal-footer,
.modal#odpovejTermin .modal-footer,
.modal#klicPreusmeritev .modal-footer {
    margin-top: 20px;
}
.modal#videoklic .modal-body {
    padding-bottom: 30px;
}
.modal#videoklic a:last-child {
    margin-top: 10px;
    display: block;
}
#koncajKlic .modal-body,
#zavrnitev .modal-body {
    padding-top: 35px;
}
#potrditev .modal-body {
    padding-top: 0px;
    padding-bottom: 30px;
}
#potrditev .modal-body p {
    font-size: 1.2em;
    margin-bottom: 0;
}
#potrditev .modal-body p:first-child {
    color: #2eadb4;
}
#potrditev .modal-footer {
    flex-wrap: wrap;
    padding-bottom: 25px;
}
#potrditev .modal-footer p {
    flex: 0 0 100%;
    text-align: center;
}
#potrditevKlient .modal-body {
    padding-top: 0px;
    padding-bottom: 30px;
}
#potrditevKlient .modal-body p {
    font-size: 1.2em;
    margin-bottom: 0;
}
#potrditevKlient .modal-body p:first-child {
    color: #2eadb4;
}
#terapevtKlice {
    text-align: center;
}
.table tr.future td {
    font-style: italic;
    color: #999;
}
.table tr.future td:first-child,
.table tr.future td:nth-child(2) {
    font-style: normal;
}
.table tr.future td .therapy-status-icon {
    opacity: 0.5;
}
.table tr:last-child td {
    border-bottom: 3px solid #ddd;
}
.table tr th {
    border-bottom: 3px solid #ddd;
    border-top: 0;
    font-weight: 400;
}
.table tr th select {
    margin-left: -7px;
}
.table tr th label {
    margin-left: 0;
}
.table tr td {
    border-top: 1px solid #ddd !important;
}
.table tr td.time {
    min-width: 190px;
}
.table tr td .therapy-status-icon {
    top: 0;
}
.table tr td .therapy-status-icon i {
    top: 0;
}
.table tr td.red {
    color: #fb3854;
    padding-top: 8px;
}
.table tfoot {
    text-align: right;
}
.table tfoot tr:last-child td {
    border: none;
}
.table tfoot tr:last-child td a {
    margin-left: 20px;
}
/*Inputs*/

::-webkit-input-placeholder {
    color: #ccc;
    font-style: italic;
}
::-moz-placeholder {
    color: #ccc;
    font-style: italic;
}
:-ms-input-placeholder {
    color: #ccc;
    font-style: italic;
}
:-moz-placeholder {
    color: #ccc;
    font-style: italic;
}
.form-control:not([type=submit]),
.form-control:not([type=file]),
.form-control:not([type=button]),
.form-control:not([type=password]),
.form-control:not([type=hidden]),
.form-control:not([type=checkbox]),
.form-control:not([type=radio]),
.form-control:not([type=image]) {
    border-radius: 20px;
    -webkit-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    font-size: 1em;
}
.form-control:focus {
    outline: none !important;
    border-color: #4ac3ca !important;
}
textarea {
    border-radius: 15px !important;
}
label {
    font-size: 0.75em;
    font-style: italic;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 5px;
}
/*Select boxes*/

.custom-select {
    background: #fff url(/images/2018/portal/angle-bottom.svg) no-repeat right 0.75rem center;
    background-size: 17px;
    padding-right: 35px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
}
.custom-select:focus {
    border-color: #4ac3ca;
}
/*Checkboxes*/

.checkbox {
    padding-left: 20px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-style: normal;
    font-size: 1em;
    cursor: pointer;
    margin: 0;
}
.checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 2px;
    margin-left: -20px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    border-radius: 7px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label:after {
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 0px;
    font-size: 11px;
    color: #fff;
}
.checkbox input[type="checkbox"] {
    opacity: 0;
    display: none;
}
.checkbox input[type="checkbox"]:focus + label::before {
    outline: none;
    box-shadow: none;
}
.checkbox input[type="checkbox"]:checked + label::after {
    background-color: #fff;
    content: " ";
    display: block;
    width: 8px;
    height: 15px;
    border: solid #2eadb4;
    border-width: 0 4px 4px 0;
    position: absolute;
    left: 8px;
    top: 6px;
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
    outline: none;
    box-shadow: none;
}
.checkbox input[type="checkbox"]:disabled + label:before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}
/*Radios*/

.radio {
    padding-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.radio .mp-info {
    position: relative;
    top: 2px;
    color: #2eadb4;
}
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    cursor: pointer;
    font-style: normal;
    font-size: 1em;
    margin-bottom: 0;
}
.radio label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.radio label:after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 16px;
    height: 16px;
    left: 5px;
    top: 5px;
    margin-left: -20px;
    border-radius: 50%;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
    opacity: 0;
    display: none;
}
.radio input[type="radio"]:focus + label::before {
    outline: none;
    box-shadow: none;
    background-color: #2eadb4;
}
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    background-color: #2eadb4;
}
.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.radio input[type="radio"]:disabled + label:before {
    cursor: not-allowed;
}
.radio .radio-inline {
    margin-top: 0;
}
.input-group-addon {
    border-radius: 0 20px 20px 0;
}
.input-group.date .form-control {
    border-radius: 20px;
}
.input-group.date .input-group-addon {
    border: none;
    background-color: transparent;
}
.input-group.date .input-group-addon i {
    color: #2eadb4;
}
.input-group.time {
    justify-content: stretch;
}
.input-group.time span {
    margin-top: 7px;
    margin-left: 5px;
    margin-right: 7px;
}
.input-group.time .custom-select {
    flex-grow: 1;
}
.input-group.input-daterange .form-control {
    border-radius: 20px;
    max-width: 170px;
    width: 100%;
}

.input-group.input-daterange .input-group-addon {
    background: transparent;
    border: none;
    padding-left: 3px;
    padding-right: 3px;
}
/*Datepicker*/

.datepicker {
    padding: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    direction: ltr;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
}
.datepicker.dropdown-menu {
    border: none;
}
.datepicker-inline {
    width: 220px;
}
.datepicker.datepicker-rtl {
    direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
    float: right;
}
.datepicker-dropdown {
    top: 0;
    left: 0;
}
.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-top: 0;
    position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:after {
    left: 20px;
}
.datepicker-dropdown.datepicker-orient-right:after {
    right: 20px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -10px;
}
.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}
.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}
.datepicker th.dow {
    font-weight: 700;
    font-size: 0.75em;
    padding-top: 5px;
    padding-bottom: 5px;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #eee;
    cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999;
    cursor: default;
}
.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #ccc;
    color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
    color: #000;
}
.datepicker table tr td.today.active:hover {
    color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    background-color: #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
    background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
    background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #ccc;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
    background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
    background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background: #4ac3ca;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #f2c535;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background-color: #003399 \9;
}
.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
    background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999;
    cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background: #f2c535;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #f2c535;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #999;
}
.datepicker .datepicker-switch {
    width: 145px;
    font-weight: 400;
    color: #2eadb4;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
    font-weight: 400;
    color: #2eadb4;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: transparent;
    color: #333;
}
.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
    cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
    margin-top: 3px;
}
.input-daterange input {
    text-align: center;
}
.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}
/*# sourceMappingURL=bootstrap-datepicker.css.map */

body,
html {
    overflow-x: hidden;
}
body {
    background-color: #f6f6f6;
    background-image: url(/images/2018/portal/bg.svg);
    background-size: 120px;
    font-family: 'Ubuntu', sans-serif;
    color: #333;
    font-size: 17px;
    padding-bottom: 70px;
    min-height: 100vh;
    position: relative;
}
body.disableScroll {
    overflow: hidden !important;
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: -130px;
}
/*Header*/

header {
    -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.12);
}
header nav {
    height: 70px;
    background: #fff;
}
header nav .nav-item.active .nav-link {
    background-color: #f7f7f7;
}
header nav .nav-link {
    font-weight: 700;
    border-radius: 20px;
    padding: 5px 12px 7px 12px !important;
    margin: 0 10px;
    color: #333 !important;
}
header nav .nav-link:hover {
    background-color: #f7f7f7;
}
header nav .nav-link i {
    color: #2eadb4;
    position: relative;
    top: 3px;
    font-size: 1.3em;
}
header .row {
    width: 100%;
}
.menu-alt .nav-link {
    margin-right: 0;
}
.menu-alt .dropdown-menu {
    font-size: 1em !important;
    left: initial;
    right: 0;
    border: 0;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
.menu-alt .dropdown-menu:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: -10px;
    right: 20px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #fff;
}
.menu-alt .dropdown-menu a {
    color: #2eadb4;
}
.menu-alt .dropdown-menu a:hover {
    background-color: transparent;
    color: #333;
}
.menu-alt .notification-bubble {
    white-space: normal;
    min-width: 220px;
    margin-top: 10px;
    margin-bottom: 7px;
}
.menu-alt .notification-bubble p {
    color: #333;
}
.menu-alt #notificationDropdown {
    text-align: center;
    padding-left: 13px !important;
}
.menu-alt #notificationDropdown:after {
    display: none;
}
.menu-alt #notificationDropdown span {
    background-color: #f2c535;
    border-radius: 10px;
    padding: 1px 4px 1px 4px;
    font-size: 0.75em;
    position: absolute;
    top: 5px;
    left: 43px;
}
.menu-alt #notificationDropdown .mp-bell {
    font-size: 2.1em;
    color: #555;
}
.menu-alt #notificationDropdownContaner .dropdown-item:last-child {
  padding-left: 1.5rem;
}
.menu-alt #profileDropdown {
    margin-top: 5px;
}
.menu-alt #profileDropdown:after {
    color: #999;
}
.navbar-toggler {
    border: 0;
    z-index: 1000;
    cursor: pointer;
    /*Animated hamburger*/
}
.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
    border: 0;
    box-shadow: none;
}
.navbar-toggler * {
    -ms-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    transition-delay: 0.4s;
}
.navbar-toggler span {
    width: 30px;
    height: 3px;
    margin-bottom: 3px;
    background-color: #fff;
    display: block;
}
.navbar-toggler span.bar1 {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform-origin: 1px 3px;
    -webkit-transform-origin: 1px 3px;
    -moz-transform-origin: 1px 3px;
    -o-transform-origin: 1px 3px;
    transform-origin: 1px 3px;
    width: 26.5px;
}
.navbar-toggler span.bar2 {
    -ms-transform: rotate(-360deg) scale(0);
    -webkit-transform: rotate(-360deg) scale(0);
    -moz-transform: rotate(-360deg) scale(0);
    -o-transform: rotate(-360deg) scale(0);
    transform: rotate(-360deg) scale(0);
}
.navbar-toggler span.bar3 {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform-origin: 9px 2px;
    -webkit-transform-origin: 9px 2px;
    transform-origin: 9px 2px;
    width: 26.5px;
}
.navbar-toggler.collapsed span {
    margin-right: 7px;
}
.navbar-toggler.collapsed span.bar1,
.navbar-toggler.collapsed span.bar2,
.navbar-toggler.collapsed span.bar3,
.navbar-toggler.collapsed span.bar4 {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 20px;
    background-color: #2eadb4;
}
.collapse-inner {
    display: flex;
    align-items: center;
    width: 100%;
}
/*Main*/

.main {
    padding: 80px 15px 40px 15px;
}
/*Appointment Dates*/

.appointment-date {
    font-weight: 700;
    line-height: 0.9em;
}
.appointment-date.large {
    font-size: 1.2em;
    color: #2eadb4;
    height: auto;
}
.appointment-date.large i {
    color: #333;
}
.appointment-date.large .btn-icon i {
    font-size: 1em;
    color: #999;
}
.appointment-date.large .btn-icon:hover i {
    color: #333;
}
.appointment-date.large .therapy-status-icon {
    width: 32px;
    height: 32px;
    top: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.appointment-date.large .therapy-status-icon i {
    color: #fff;
    font-size: 0.8em;
    position: relative;
    top: initial;
}
.therapy-status-icon {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    text-align: center;
    background-color: transparent;
    border: 1px solid #ddd;
    margin-right: 5px;
    margin-top: 0;
    position: relative;
    top: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.therapy-status-icon i {
    font-size: 0.8em;
    color: #2eadb4;
    position: relative;
}
.therapy-status-icon.red {
    background-color: #fb3854;
    border-color: #fb3854;
}
.therapy-status-icon.red i {
    color: #fff;
}
.therapy-status-icon.yellow {
    background-color: #f2c535;
    border-color: #f2c535;
}
.therapy-status-icon.yellow i {
    color: #fff;
}
.therapy-status-icon.green {
    background-color: #08d988;
    border-color: #08d988;
}
.therapy-status-icon.green i {
    color: #fff;
}
.therapy-status-icon.blue {
    background-color: #2eadb4;
    border-color: #2eadb4;
}
.therapy-status-icon.blue i {
    color: #fff;
}
/*Text bubble*/

.text-bubble {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
}
.text-bubble:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 20px;
    left: -17px;
    border-right: 20px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.text-bubble .label {
    margin-bottom: 5px !important;
}
/*TERAPEVT*/
/*T-Home*/

a.home-klient {
    background: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    display: block;
    color: #333 !important;
    margin-bottom: 10px;
}
a.home-klient:hover {
    color: #2eadb4 !important;
}
a.home-klient h2 {
    margin-bottom: 3px;
}
.home-calendar .card {
    background: #fff;
    padding: 15px 15px 5px 15px;
    margin-bottom: 30px;
    border-radius: 10px;
    border: none;
}
.home-calendar .card .appointment-date {
    margin-top: 0;
}
.home-calendar h2 {
    font-size: 1.2em;
    font-style: italic;
}
.home-calendar .appointment-date {
    margin-top: 15px;
}
.home-calendar .appointment-date h4 {
    margin-bottom: 3px;
}
.home-calendar .appointment-date .btn-icon {
    padding: 0;
}
.home-calendar .appointment-date .btn-icon i {
    font-size: 1em;
    position: relative;
    top: -1px;
}
.days-header,
.days-body {
    display: flex;
    justify-content: space-between;
}
.days-header .day {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    width: calc(14% - 6px);
}
.days-header .day .day-name {
    border-bottom: 3px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    flex-grow: 1;
    flex-shrink: 1;
}
.days-header .day .btn {
    margin-bottom: -3px;
    padding: 3px 5px;
}
.days-header .day .btn i {
    font-size: 0.7em;
}
.days-header .day.selected .day-name {
    background: #eaeaea;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px 10px 0 0;
}
.days-header .day.today .day-name {
    border-color: #2eadb4;
}
.days-header .day.saturday .day-name,
.days-header .day.sunday .day-name,
.days-header .day.holiday .day-name {
    border-color: #999;
}
.days-header .day.saturday .day-name h2,
.days-header .day.sunday .day-name h2,
.days-header .day.holiday .day-name h2 {
    color: #555;
}
.days-header h2 {
    text-transform: uppercase;
    color: #2eadb4;
    margin-bottom: 0;
}
.days-header em {
    font-style: normal;
    font-size: 0.9em;
}
.days-body .day {
    flex-direction: column;
    width: calc(14% - 6px);
    padding-top: 10px;
}
.days-body .day .day-hour {
    flex-direction: row;
    display: flex;
    justify-content: flex-start;
}
.days-body .day .day-hour.after-hour {
	display: none;
}
.days-body .day .day-hour span {
    flex-basis: 37px;
    display: flex;
    flex-grow: 0;
    flex-shrink: 1;
    margin-top: -10px;
    font-size: 0.8em;
}
.days-body .day .day-hour .hour-divider {
    border-top: 1px solid #ddd;
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-direction: column;
}
.days-body .day-hour-footer {
    border-bottom: 3px solid #ddd;
    text-align: right;
}
.days-body .day-hour-footer .btn {
    padding: 3px 5px;
    background-color: #f6f6f6;
    margin-bottom: -15px;
    margin-right: -5px;
}
.days-body .day-hour-footer .btn i {
    font-size: 0.7em;
}
.day-hour .client-appointment .therapy-status-icon {margin-right: 5px;}
.quarter-hour {
    height: 4px;
    width: 100%;
    display: flex;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}
.quarter-hour:hover {
    background-color: #eaeaea;
}
.client-appointment {
    background: #fff;
    width: 100%;
    border-radius: 10px;
    position: absolute;
    padding: 15px 5px;
    z-index: 10;
}
.client-appointment h5 {
    font-size: 0.75em;
    font-weight: bold;
    display: inline-flex;
    margin: 0;
}
.client-appointment .therapy-status-icon {
    width: 20px;
    height: 20px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    margin: 0;
    top: -1px;
}
.client-appointment .therapy-status-icon i {
    top: 0;
}
.client-dates .appointment-date {
    font-size: 0.95em;
}
.client-dates .appointment-date span {
    display: block;
    float: left;
}
/*Profil / predstavitev terapevta*/

.therapist-presentation {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.therapist-presentation img {
    width: 100%;
    height: auto;
}
.therapist-presentation h2 {
    font-size: 1.2em;
}
.therapist-presentation .actions {
    justify-content: space-between;
}
.therapist-presentation .inner {
    padding: 25px;
}
.therapist-presentation .inner ul {
    margin: 0;
    padding: 0;
}
.therapist-presentation .inner ul li {
    list-style: none;
    margin: 0;
}
.therapist-presentation .inner ul li i {
    color: #2eadb4;
    margin-right: 3px;
}
.therapist-presentation .inner ul li em {
    color: #999;
}
#passwordChange {
    padding-top: 10px;
}
.actions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
}
.actions hr {
    flex: 1;
    margin-left: 10px;
}
.actions > * {
    margin-left: 3px;
    margin-right: 3px;
}
.actions > *:first-child {
    margin-left: 0;
}
.actions > *:last-child {
    margin-right: 0;
}
.actions > a {
	margin-top: 5px;
}
/*T-Klients*/

.nav-tabs.flex-column {
    border: 0;
    align-items: flex-end;
}
.nav-tabs.flex-column .nav-item i.pmail {
	font-size: 15px;
}
.nav-tabs.flex-column .nav-item.mp-chat,
.nav-tabs.flex-column .nav-item.active.mp-chat {
	background-color: transparent;
}
.nav-tabs.flex-column .nav-item:hover {
    border-color: #ddd;
}

.nav-tabs.flex-column .nav-item {
  border: 1px solid #ccc;
  color: #2eadb4;
  border-radius: 10px;
  max-width: calc(100% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 15px;
}
.nav-tabs.flex-column .nav-item.active {
    background: transparent;
	border-color: #2eadb4;
	border-width: 2px;
	border-right-color: #f6f6f6;
	max-width: 100%;
	color: #333;
    border-radius: 10px 0 0 10px;
    padding: 20px 15px;
    font-weight: 700;
    margin: 10px 0;
    position: relative;
}
.nav-tabs.flex-column .nav-item.active:hover {
  border-color: #2eadb4;
  border-right-color: #f6f6f6;
}


.tab-content h1 {
    margin-bottom: 5px;
}
/*Sporočila*/

.chat-history {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}
.chat-msg {
    background-color: #fff;
    border-radius: 25px;
    padding: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-top-left-radius: 0;
    display: inline-flex;
    flex-direction: column;
    max-width: calc(100% - 40px);
}
.chat-msg .date {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #999;
}
.chat-msg p {
    width: auto;
}
.chat-msg.me {
    border-top-right-radius: 0;
    border-top-left-radius: 25px;
    background-color: #d6eeef;
    max-width: calc(100% - 40px);
    align-self: flex-end;
}

.new-messages-index {
  font-size: 0.8em;
  text-transform: uppercase;
  display: flex;
  color: #2eadb4;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.new-messages-index:before {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #2eadb4;
}
.new-messages-index:after {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #2eadb4;
}
.new-messages-index strong {
  white-space: nowrap;
  padding: 10px 20px;
}
.chat-input {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}
.chat-input .form-control {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 15px !important;
  padding: 10px 15px;
  display: block;
  margin-top: 5px;
  min-height: 150px;
}
.chat-input button {
  position: absolute;
  bottom: 0;
  right: 0;
}
.chat-input textarea {
  width: calc(100% - 70px);
}



/*Videoklic*/

.video-container h1 span {
    font-weight: 700;
    color: #2eadb4;
}

.video-container .video {
	position:relative;
}

.video-container .video .remote video {
    display: block;
    object-fit: contain;
    object-position: left;
    width: 100%;
}

.video-container .video .local {
	width: 25%;
	position: absolute;
	bottom: 10px;
	right: 10px;
	cursor: move;
}
.video-container .video .local video {
    background: #333333;
    width: 100%;
}

.video-controls {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.video-controls .btn-icon {
    color: #2eadb4 !important;
}
.video-controls .btn-icon:hover {
    color: #333 !important;
}
.video-controls .btn-icon .mp-camera,
.video-controls .btn-icon .mp-mic {
    display: none;
}
.video-controls .btn-icon .mp-camera-off,
.video-controls .btn-icon .mp-mic-off {
    display: inline;
    color: #fb3854;
}
.video-controls .btn-icon.active .mp-camera-off,
.video-controls .btn-icon.active .mp-mic-off {
    display: none;
}
.video-controls .btn-icon.active .mp-camera,
.video-controls .btn-icon.active .mp-mic {
    display: inline;
}
/*KLIENT*/

.calendar .week {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.calendar .day {
    width: calc(14% - 6px);
    background-color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    height: 100px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.calendar .day .date {
    color: #999;
}
.calendar .day.today {
    border: 1px solid #4ac3ca;
}
.calendar .day.today .date {
    color: #2eadb4;
    font-weight: 700;
}
.calendar .day.last-month,
.calendar .day.next-month {
    background-color: #eaeaea;
    border-color: #eaeaea;
}
.calendar .day.weekend {
    background-color: #d6eeef;
    border-color: #d6eeef;
}
.calendar .day.weekend.last-month,
.calendar .day.weekend.next-month {
    background-color: #dfdfdf;
    border-color: #dfdfdf;
}
.calendar .day.weekend.last-month .date,
.calendar .day.weekend.next-month .date {
    color: #999;
}
.calendar .day.weekend .date {
    color: #2eadb4;
    font-weight: 700;
}
.calendar .day .appointment {
    font-weight: 700;
    color: #2eadb4;
}
.calendar .day .appointment .mp-time {
    color: #333;
}
.calendar .day .appointment .therapy-status-icon {
    margin-left: 5px;
    top: 0;
}
.therapist-image {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    overflow: hidden;
}
.therapist-image img {
    width: 100%;
    height: auto;
}
/*Login&Registracija*/

.login footer img,
.signup footer img {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width:100%;
}
.login .main,
.signup .main {
    padding-top: 0;
    padding-bottom: 200px;
}
.login header,
.signup header {
    box-shadow: none;
    padding: 10px 15px;
}
.login footer,
.signup footer {
    color: #fff;
}
.login footer a,
.signup footer a {
    color: #fff;
}
.login footer hr,
.signup footer hr {
    border-color: #fff;
}
.login-container {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
}
.login-container .actions {
    padding: 15px;
    padding-bottom: 0;
    border-top: 1px solid #ddd;
    margin-left: -15px;
    margin-right: -15px;
}
.login-container h1 {
    font-size: 1.5em;
}
.therapist-alert {
    padding-bottom: 20px;
}
.therapist-alert .mp-info {
    display: block;
    font-size: 2em;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*Footer*/

footer {
    position: absolute;
    bottom: 0;
    height: 70px;
    width: 100%;
    font-size: 0.75em;
}
footer .texts {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}
/*IE 10 hacks*/

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .collapse-inner {
        display: block;
    }
    .collapse-inner .menu-alt {
        float: right;
    }
    .collapse-inner .menu-alt .btn {
        margin-top: 7px;
    }
    .collapse-inner .menu-alt .dropdown-menu {
        min-width: 200px;
        left: inherit !important;
    }
    .collapse-inner .menu-alt .dropdown-menu .notification-bubble .notification-icon {
        text-align: center;
    }
    .collapse-inner .menu-alt .dropdown-menu .notification-bubble .notification-icon i {
        display: inline-block;
        margin-top: 8px;
    }
    .collapse-inner > ul.navbar-nav {
        float: left;
        margin-top: 7px;
    }
    .actions > * {
        float: left;
        text-align: right;
    }
    .actions hr {
        width: calc(100% - 180px);
        margin-top: 20px;
    }
    footer .texts a {
        float: right;
    }
    footer .texts p {
        float: left;
    }
    .day {
        float: left;
        margin-right: 7px;
    }
    .day:last-child {
        margin-right: 0;
    }
    .day .day-name {
        width: calc(100% - 27px);
        float: left;
    }
    .day .day-hour {
        clear: both;
    }
    .day .day-hour span {
        width: 40px;
        float: left;
    }
    .day .day-hour .hour-divider {
        width: calc(100% - 40px);
        float: right;
    }
    .day .btn {
        float: left;
        margin-top: 43px;
        margin-left: 0;
        padding: 0;
    }
    .day .day-hour-footer {
        margin-top: 25px;
    }
    .day .day-hour-footer .btn {
        margin-top: -15px;
        float: right;
    }
    .video-controls .btn-default {
        float: right;
    }
    .video-controls .icons {
        float: left;
    }
    #potrditev .modal-footer {
        display: block;
        text-align: center;
    }
    #potrditev .modal-footer > * {
        display: inline-block;
    }
    .datepicker td,
    .datepicker th {
        float: left;
        text-align: center;
    }
    .datepicker th {
        margin-right: 8px;
        text-align: left;
    }
    .modal-footer {
        text-align: center !important;
        display: block;
    }
    .modal-footer .collapse {
        text-align: left;
    }
    .modal-footer .collapse .actions {
        text-align: center;
    }
    .modal-footer .collapse .actions button {
        display: inline-block;
        float: none;
    }
    .modal-footer a {
        display: inline-block !important;
    }
    .modal-footer a.action-link {
        text-align: left;
    }
    .modal-footer .modal-footer-actions {
        display: block;
        text-align: left;
    }
    .modal-footer .modal-footer-actions a {
        display: block !important;
    }
    .quarter-hour .client-appointment {
        display: block;
    }
    .quarter-hour .therapy-status-icon {
        width: 20px !important;
        margin-top: 0 !important;
    }
    .actions hr {
        width: calc(100% - 200px);
    }
    .actions a,
    .actions .btn {
        float: right;
    }
    input.form-control {
        height: 38px;
    }
    .therapy-status-icon {
        display: inline-block;
    }
    table td .therapy-status-icon i,
    .therapy-status-icon i {
        display: block;
        margin: auto;
        padding-top: 5px;
    }
    .calendar .therapy-status-icon {
        text-align: center;
    }
    .calendar .therapy-status-icon i {
        display: block;
        margin: auto;
    }
    .notification-icon {
        display: inline-block;
        text-align: center;
        padding-top: 5px;
    }
    .notification-icon i {
        display: inline-block;
    }
    .login .container .actions,
    .signup .container .actions {
        display: -ms-flexbox;
        text-align: center;
        -ms-flex-wrap: wrap;
        -ms-flex-pack: left;
        justify-content: space-between;
    }
    .login .container .actions *,
    .signup .container .actions * {
        display: inline-flex;
        float: none;
    }
    .login .container .actions hr,
    .signup .container .actions hr {
        width: auto;
        -ms-flex: 0 1 auto;
    }
    .therapist-presentation .actions {
        display: -ms-flexbox;
        -ms-justify-content: space-between;
        -ms-flex-pack: center;
    }
}
@media (min-width: 1200px) {
    .menu-alt .mp-calendar,
    .menu-alt .mp-camera {
        display: none;
    }
    .calendar .day .appointment .therapy-status-icon {
        margin-left: 0;
    }
    .calendar .day .appointment a {
        pointer-events: none;
    }
    .navbar-nav .nav-item {
        display: flex;
        align-items: center;
    }
    .navbar-nav .nav-item:first-child {
        margin-right: 5px;
    }
    .login .main,
    .signup .main {
        padding-bottom: 250px;
    }
}
@media (max-width: 1199px) {
    .menu-alt .mp-calendar,
    .menu-alt .mp-camera {
        display: inherit;
    }
    .days-header .day h2 {
        font-size: 0.8em;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
        display: flex;
        align-items: center;
    }
    .navbar-nav .nav-item:first-child {
        margin-right: 5px;
    }
    .navbar-nav .nav-link,
    .navbar-nav .btn {
        font-size: 0.8em;
    }
    .navbar-nav .nav-link {
        padding: 5px 8px 7px 8px !important;
        margin: 0 5px;
    }
    a.home-klient strong {
        display: block;
    }
    .calendar .day .appointment .therapy-status-icon {
        margin-left: 0;
    }
    .calendar .day .appointment a {
        pointer-events: none;
    }
}
@media (max-width: 991px) {
    /*body {
        font-size: 20px;
    }*/
    /*Header*/

    .navbar {
        margin: 0;
        padding: 0;
    }
    .navbar .navbar-brand {
        padding-left: 15px;
    }
    .nav-item .nav-link {
        margin-bottom: 10px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .nav-item .nav-link i {
        color: #fff;
        font-size: 1.2em;
        margin-right: 10px;
    }
    .nav-item .nav-link:hover {
        background-color: #2eadb4 !important;
    }
    .nav-item.active .nav-link {
        background-color: #2eadb4 !important;
    }
    .menu-alt .mp-calendar,
    .menu-alt .mp-camera {
        display: inherit;
    }
    .navbar-collapse {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        z-index: 999;
    }
    .collapse-inner {
        height: 100%;
        display: block;
        width: calc(100% + 20px);
        padding-right: 20px;
        overflow: auto;
        -webkit-transition: all 1s fade;
        -moz-transition: all 1s fade;
        -ms-transition: all 1s fade;
        -o-transition: all 1s fade;
        transition: all 1s fade;
    }
    .navbar-collapse.collapsing {
        background-color: #4ac3ca;
        background-image: -moz-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #4ac3ca), color-stop(100%, #2eadb4)) !important;
        background-image: -webkit-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
        background-image: -o-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
        background: -ms-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%);
        background: linear-gradient(70deg, #4ac3ca 0%, #2eadb4 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
        position: fixed;
        top: 0;
        width: 100%;
        -webkit-transition: all 1s fade;
        -moz-transition: all 1s fade;
        -ms-transition: all 1s fade;
        -o-transition: all 1s fade;
        transition: all 1s fade;
    }
    .navbar-collapse.collapse.show {
        background-color: #4ac3ca;
        background-image: -moz-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #4ac3ca), color-stop(100%, #2eadb4)) !important;
        background-image: -webkit-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
        background-image: -o-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
        background: -ms-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%);
        background: linear-gradient(70deg, #4ac3ca 0%, #2eadb4 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    ul.navbar-nav {
        margin-top: 80px;
    }
    .menu-alt .btn-default {
        font-size: 20px;
        margin-left: 20px;
        margin-bottom: 20px;
        background-color: #f2c535;
        background-image: -moz-linear-gradient(left, #f2c535 0%, #edb01f 100%) !important;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #f2c535), color-stop(100%, #edb01f)) !important;
        background-image: -webkit-linear-gradient(left, #f2c535 0%, #edb01f 100%) !important;
        background-image: -o-linear-gradient(left, #f2c535 0%, #edb01f 100%) !important;
        background: -ms-linear-gradient(left, #f2c535 0%, #edb01f 100%);
        background: linear-gradient(70deg, #f2c535 0%, #edb01f 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
        color: #333 !important;
    }
    .menu-alt .btn-default:hover,
    .menu-alt .btn-default:active,
    .menu-alt .btn-default:focus,
    .menu-alt .btn-default:visited {
        box-shadow: inset -10px -6px 12px rgba(119, 23, 23, 0.15);
        color: #333 !important;
    }
    .menu-alt #notificationDropdown {
        text-align: left;
    }
    .menu-alt #notificationDropdown .mp-bell {
        font-size: 1.2em;
        color: #fff;
    }
    .menu-alt #notificationDropdown span {
        left: 153px;
    }
    .menu-alt #notificationDropdown:after {
        display: inline-block;
        color: #fff;
        margin-left: 20px;
    }
    .menu-alt #profileDropdown:after {
        color: #fff;
    }
    .menu-alt ul li:last-child,
    .menu-alt ul li:last-child .dropdown-menu {
        margin-bottom: 80px;
    }
    .menu-alt .dropdown-menu {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 20px;
    }
    .menu-alt .dropdown-menu:before {
        top: 50px;
        right: inherit;
        left: 70px;
    }
    .menu-alt .dropdown-menu#notificationDropdownContaner:before {
        top: 45px;
    }
    .days-body .day {
        display: none;
    }
    .days-body .day.selected {
        display: inherit;
        width: 100%;
    }
    .days-header .day h2 {
        font-size: 1.1em;
    }
    .days-header .day .btn {
        display: none;
    }
    .days-header .day.selected {
        display: inherit;
    }
    .tabs.horizontal-line {
        display: none;
    }
    .nav-tabs.flex-column {
        margin-bottom: 50px;
        margin-top: 0;
        overflow: hidden;
    }
    .nav-tabs.flex-column .nav-item {
        padding: 10px 15px;
        border: 0;
        border-bottom: 1px solid #ddd;
        text-align: left;
        color: #333;
        border-radius: 0;
        margin-top: 1px;
        border: 1px solid #999;
    }
    .nav-tabs.flex-column .nav-item:first-child {
        border-radius: 9px 9px 0 0 !important;
    }
    .nav-tabs.flex-column .nav-item:last-child {
        border-radius: 0 0 9px 9px !important;
        border-bottom: 0;
    }
    .nav-tabs.flex-column .nav-item:hover {
        background-color: #f6f6f6;
        border-color: #ddd;
        border-color: transparent;
    }
    .nav-tabs.flex-column .nav-item.active {
        background-color: #ddd;
        border-radius: 0;
        padding: 10px 15px;
        font-weight: 700;
        margin: 0;
        border-color: transparent;
        margin-top: 0 !important;
        margin-right: 15px;
    }
    .client-select {
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 7px 15px;
        background: #fff;
        overflow: hidden;
    }
    .clients-list-filter .custom-select {
      margin-top: 10px;
    }
    .clients-list-filter label {
      margin-top: 5px;
      margin-right: 10px;
    }
    .client-select:hover,
    .client-select:active,
    .client-select:visited,
    .client-select:focus {
        border: 1px solid #ddd;
        background-color: #f6f6f6;
    }
	  #collapseClientList {
	    border-radius: 10px;
	    background: #fff;
	    border: 0;
	    padding: 20px;
	  }
    #collapseClientList .nav-tabs.flex-column {
        margin-bottom: 0;
        align-items: flex-start;
        flex-direction: row !important;
    }
    /*Footer*/

    footer {
        height: auto;
        padding-bottom: 15px;
    }
    footer .texts {
        flex-direction: column;
        text-align: center;
    }
    footer .texts > * {
        margin-bottom: 5px;
    }
    .notifications {
        border-top: 1px solid #ddd;
        padding-top: 60px;
        margin-top: 100px;
    }
    .notifications .horizontal-line {
        display: none;
    }
    .home-klient strong {
        display: block;
    }
    .table td.time {
        min-width: 220px !important;
    }
    .calendar .day .appointment {
        font-size: 0.8em;
    }
    .calendar .day .appointment .therapy-status-icon {
        margin-left: 0;
    }
    .calendar .day .appointment a {
        pointer-events: none;
    }
    .chat-input {
        background-color: #fff;
        position: fixed;
        width: 100%;
        padding: 15px;
        left: 0;
        bottom: 0;
        border: none;
        margin: 0;
        z-index: 100;
        min-height: 60px;
        -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    }
    .nav-tabs.flex-column .nav-item {
    max-width: 100% !important;
    border-radius: 10px !important;
    border-color: #ccc !important;
  }
  .nav-tabs.flex-column .nav-item.active {
    background: #fff;
    border-color: #2eadb4 !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .nav-tabs.flex-column .nav-item:last-child {
    border-radius: 10px !important;
    border-bottom: 1px solid;
  }
  .nav-tabs.flex-column .nav-item:first-child {
    border-radius: 10px !important;
  }
  .chat-input {
    position: relative;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-bottom: 50px;
  }
  .chat-input:after {
    content: "";
    display: table;
    clear: both;
  }
  .chat-input .form-control {
    width: calc(100% - 110px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .appointment-date.large {
        position: relative;
    }
    .appointment-date.large span {
        display: block;
        margin-bottom: 3px;
    }
    .appointment-date.large .therapy-status-icon {
        float: left;
        margin-right: 15px;
    }
    .appointment-date.large a {
        position: absolute;
        top: 0;
        right: 0;
    }
    .home-calendar .card {
        padding-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .notification-bubble p {
        padding-right: 20px;
    }
    .home-calendar {
        margin-top: 60px;
    }
    .home-klient strong {
        display: initial;
    }
    .table thead tr {
        border-bottom: 3px solid #ddd;
        padding-bottom: 30px;
        display: block;
    }
    .table thead th {
        display: block;
        border: 0 !important;
        padding: 0;
    }
    .table thead th .input-group.input-daterange .form-control {
        max-width: inherit;
    }
    .table thead th select {
        margin-left: 0;
    }
    .table tbody tr {
        border-bottom: 1px solid #ddd;
        padding-top: 20px;
        padding-bottom: 20px;
        display: block;
        position: relative;
    }
    .table tbody td {
        display: block;
        border: 0 !important;
        padding: 0;
    }
    .table tbody td.edit {
        position: absolute;
        top: 10px;
        right: 0;
    }
    .table tfoot a {
        display: block;
        margin: 0;
        line-height: 1.1;
        margin-bottom: 15px;
    }
    .calendar .day .appointment {
        font-size: 0.8em;
    }
    .calendar .day .appointment .therapy-status-icon {
        margin-left: 0;
    }
    .calendar .day .appointment a {
        padding: 10px 10px 10px 0;
        display: block;
        pointer-events: initial;
    }
    .bs-popover-right {
        left: -10px !important;
        border: 0;
        -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
        font-weight: 700;
        font-size: 1.3em;
    }
    .popover.bs-popover-auto[x-placement^=right] .arrow::before,
    .popover.bs-popover-right .arrow::before {
        border-right-color: #fff;
    }
    .login footer img,
    .signup footer img {
        width: 150%;
        left: -25%;
    }
}
@media (max-width: 575px) {
    .text-bubble:before {
        top: -15px;
        left: 20px;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 20px solid #fff;
        border-top: none;
    }
    .login footer img,
    .signup footer img {
        width: 220%;
        left: -60%;
    }
    .login .main,
    .signup .main {
        padding-bottom: 200px;
    }
    .login img#logo,
    .signup img#logo {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .login header .row,
    .signup header .row {
        margin: 0;
    }
    .login .login-container .actions,
    .signup .login-container .actions {
        flex-direction: column-reverse;
        padding-bottom: 0;
    }
    .login {
        background-position: bottom 50px center;
    }
}
@media (max-width: 480px) {
    .appointment-date {
        font-size: 0.9em;
    }
    .appointment-date.large {
        font-size: 1em;
        padding-bottom: 15px;
    }
    .appointment-date.large .therapy-status-icon {
        float: left;
        margin-top: -5px;
    }
    .appointment-date.large .btn-icon {
        position: absolute;
        top: 52px;
        right: 15px;
    }
    .appointment-date.large span {
        display: block;
        margin-bottom: 5px;
    }
    .home-klient em,
    .home-klient strong {
        font-size: 0.9em;
    }
    .home-klient strong {
        display: block;
    }
    .calendar .day {
        text-align: center;
        padding: 5px 3px;
        justify-content: center;
    }
    .calendar .day .appointment a {
        padding: 10px 5px;
    }
    .calendar .day .appointment a span {
        margin: 0;
    }
    .tab-pane .actions {
        display: block;
    }
    .tab-pane .actions a {
        display: block;
        margin-bottom: 5px;
    }
    .tab-pane .actions hr {
        display: none;
    }
    .tab-pane .appointment-date {
        position: relative;
        margin-bottom: 15px;
        font-size: 1em;
    }
    .tab-pane .appointment-date span {
        display: block;
    }
    .tab-pane .appointment-date span.therapy-status-icon {
        float: left;
        padding-top: 2px;
    }
    .tab-pane .appointment-date a {
        position: absolute;
        top: 0;
        right: 0;
    }
    .login .main,
    .signup .main {
        padding-bottom: 150px;
    }

      .chat-input .btn {
	    display: block;
	    position: relative;
	    width: 100%;
	    float: none;
	  }
	  .chat-input .form-control {
	    width: 100%;
	    margin-bottom: 20px;
	  }
}

.formerror {color: red;}
.formsuccess {
  color: #11ca5b;
}
label.has-error {color: red;}
.form-control.has-error {border: 1px solid red;}

.cookieCont {
    position: fixed;
    background: #fff;
    z-index: 10000000000;
    bottom: 30px;
    right: 30px;
    border-radius: 30px;
    padding: 15px 30px;
    box-shadow: 0 0 30px #ccc;}
.moreInfoCont {
   margin-bottom: 15px;
}

.modal-body a.deleteLink {
	color: red !important;
}

.modal-footer a.btn.deleteLink {
	background-color: red !important;
	background-image: none !important;
}

.home-calendar .appointment-date.large .therapy-status-icon i {color: #2eadb4;}

body.fullscreen .container.main {max-width: 100%; max-height: 100vh; padding-top:0; padding-bottom:0;}
body.fullscreen .container.main h1 {display: none;}
body.fullscreen header {display: none;}
body.fullscreen footer {display: none;}

body.fullscreen .video-container {position: relative;}
body.fullscreen .video-container .video-controls {position: absolute; bottom: 0; left: 0;}

.modal-dialog .modal-body .vc-btn-div {padding-top: 15px; text-align: left;}
.modal-dialog .modal-body .vc-btn-div a {padding-left: 30px; padding-right: 30px; font-style: normal;}

.modal-dialog .actions p.info-text {padding: 0 15px; text-align: center; margin-left: 0; margin-top: 10px; margin-bottom: 5px; font-size: 0.9em; color: #999;}
.nav-tabs .nav-item.nav-link.mp-chat {font-family: 'Ubuntu', sans-serif !important; color: #333; font-size: 14px; line-height: 1.2 !important; border-radius: 10px 0 0 10px; padding: 20px 15px; background: transparent; border:0}

/*Therapists*/
.therapist {
    margin: 30px 0;
    text-align: center;
}
.therapist .therapist-image {
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.therapist .therapist-image img {
    width: 100%;
    height: auto;
}
.therapist h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 18px;
  margin-top: 20px;
  color: #333;
  font-style: normal;
}
.therapist em {
    display: block;
}
.therapist em i {
  color: #2eadb4;
}
.therapist-single h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 18px;
  font-style: normal;
  color: #333;
}
.therapist-single h5 {
  font-weight: 700;
}

table.pricing {
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 600px;
  text-align: left; }
table.pricing td {
  padding: 20px 20px 20px 0;
  vertical-align: middle;
  display: table-cell; }
  table.pricing td:first-child {
    padding-right: 10px; }
table.pricing i {
  font-size: 3em;
  color: #2eadb4; }
table.pricing h3 {
  margin: 0; }
table.pricing .price {
  font-weight: 700;
  font-size: 2em; }
  table.pricing .price span {
    color: #2eadb4; }
table.pricing img {
  display: block;
  height: 60px; }
table.pricing tfoot td {
  padding-top: 30px;
  text-align: left; }

.sub-header-mid {
    margin-top: 150px;
    position: relative;
}
.sub-header-mid .image {
    background-size: cover;
    width: calc(50vw - 20px);
    height: calc(50vw - 20px);
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    background-position: center;
}
.sub-header-mid .breadcrumbs {
    margin-bottom: 20px;
    margin-top: 120px;
}
.sub-header-mid h1 {
    font-size: 3.85em;
    font-weight: 700;
    margin-bottom: 25px;
}
.sub-header-mid .article-data {
    font-size: 1.2em;
}
.sub-header-mid .article-data p, .sub-header-mid .article-data ul {
    margin-bottom: 20px;
}
.sub-header-mid .article-data ul {
    margin: 0 0 15px 0;
    padding: 0;
}
.sub-header-mid .article-data ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2em;
}
.sub-header-mid .article-data label {
    margin-left: 0;
    color: #999;
}
.sub-header-mid .article-data p em {
    padding-left: 40px;
    line-height: 1.2em;
}
.sub-header-mid .article-data i {
    color: #2eadb4;
    margin-right: 3px;
    font-size: 1.2em;
    position: relative;
    top: 2px;
    margin-left: -40px;
}
.sub-header-mid .absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
p.citation {
    font-size: 1em;
    font-weight: 700;
    font-style: italic;
    padding: 40px 0 30px 8%;
    line-height: 1.2;
}
p.citation.large {
    margin: 0 8%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 30px;
    margin-left: 0;
    text-align: left;
    background-image: url(/images/2018/web-img/quote-left.svg), url(/images/2018/web-img/quote-right.svg);
    background-position: top left, bottom right;
}
.therapist-list li {
  list-style: none;
  padding-bottom: 10px;
  margin-left: 0px; }
  .therapist-list li::before {
    content: "\e911";
    font-family: 'mp-font-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2eadb4;
    font-size: 1.2em;
    position: relative;
    top: 4px;
    margin-left: -30px;
    margin-right: 10px; }

.therapist-page .image {
  border-radius: 20px;
  overflow: hidden;
}
.therapist-page .image img {
  width: 100%;
  height: auto;
}
.therapist-page i {
  color: #2eadb4;
}

.therapist-page h1 {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 25px;
}

.therapist-page h2 {
	font-size: 1em;
	font-weight: 700;
	color: unset;
	margin-top: 0;
	margin-bottom: 0;
}

@media (max-width: 767px) {
  .therapist-page .image {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .nav-tabs#therapistDescription .nav-item {
    display: block;
    width: 100%;
  }
}

.therapist-page .btn-secondary,
.therapist-page .btn-secondary:hover {color: #fff !important;}
/* End therapists */

/*Tabs*/
.nav-tabs#therapistDescription {
  background-color: #fff !important;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  padding: 5px 10px;
  border-bottom: 0;
}
.nav-tabs#therapistDescription .nav-link {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  margin-bottom: 0;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  border: 0;
  font-size: 1em;
  text-align: center;
}
.nav-tabs#therapistDescription .nav-link.active {
  background-color: #f6f6f6 !important;
}

.tab-content#therapistDescriptionContent {
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  padding: 40px 30px;
  margin-top: 10px;
}
.tab-content#therapistDescriptionContent h3 {
  font-size: 1em;
  font-weight: 700;
  font-style: normal;
  color: #333;
}
.contact-link {
  text-align: center;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  padding: 20px;
  margin-top: 2px;
}

div.pricing {
  background-color: #EAEAEA;
  border-radius: 20px;
  padding: 20px 35px;
}
table.pricing {
  display: inline-block;
  max-width: 600px;
  text-align: left;
  margin: 0;
}
table.pricing td {
  padding: 20px 20px 20px 0;
  vertical-align: middle;
  display: table-cell;
}
table.pricing td:first-child {
  padding-right: 10px;
}
table.pricing h3 {
  font-size: 1em;
  margin: 0;
  color: #333;
  font-weight: 700;
  font-style: normal;
}
table.pricing img {
  display: block;
  height: 60px;
}
table.pricing .price {
  font-weight: 700;
  font-size: 1.6em;
}
table.pricing .price span {
  color: #2eadb4;
}
table.pricing i {
  font-size: 2.4em;
  color: #2eadb4;
}

.therapist-video {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  background-color: #eaeaea;
  margin-bottom: 30px;
  margin-top: 10px;
}

.therapist-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}

.therapist-video .clickMe {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.therapist-video .clickMe img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}


.gdpr {font-size: 11px; font-style: italic; padding-left: 35px;}
.green {color: #319b1b !important;}
.red {color: #fb3854 !important;}

table.table td.ther-paid-cell {padding-top: 17px;}
table.table td.ther-paid-cell i {font-weight: bolder !important;}

table.table tr th.ther-stat-col {max-width: 260px;}

h1#clientName.disabled {
  color: #999;
}

#collapseClientList a.nav-item.nav-link.disabled:not(.active) {color: #999 !important;}

.clients-list-filter {margin-bottom: 50px;}
/*.clients-list-filter .form-control {width: calc(100% - 20px); margin-left: 10px;}*/
.clients-list-filter div.checkbox {margin-top: 15px; padding-left: 30px;}


.info-box:before {
  display: none;
}
.info-box {
  text-align: center;
  padding: 40px 30px 40px 30px !important;
  line-height: 1.2;
}
.info-box div div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.info-box h3 {
  color: #333;
  font-style: normal;;
  font-weight: bold;
  font-size: 1.2em;
}
.info-box a {
  font-weight: bold;
  display: inline-block;
  margin: 0 auto;
}
.info-box a span {
  font-weight: normal;
  color: #333;
}
.info-box i {
  font-size: 30px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.info-box img {
  width: 23px;
  display: block;
  height: auto;
  margin: 0 auto;
  margin-bottom: 10px;
}
.article-emphasis {
  font-weight: bold;
  line-height: 1.2;
  font-style: italic;
  margin-top: 40px;
  margin-bottom: 40px;
}
.article-emphasis img {
  display: block;
  float: left;
  margin-right: 20px;
}
.max-width-text {
  max-width: 600px;
}
.font-size-150 {
  font-size: 1.5em;
}
.font-size-130 {
  font-size: 1.3em;
}

.btn.btn-black {
  background-color: #444444;
  background-image: -moz-linear-gradient(left, #444444 0%, #333 100%) !important;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #444444), color-stop(100%, #333)) !important;
  background-image: -webkit-linear-gradient(left, #444444 0%, #333 100%) !important;
  background-image: -o-linear-gradient(left, #444444 0%, #333 100%) !important;
  background: -ms-linear-gradient(left, #444444 0%, #333 100%);
  background: linear-gradient(70deg, #444444 0%, #333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  color: #fff;
}
.btn.btn-black:hover, .btn.btn-black:active, .btn.btn-black:focus, .btn.btn-black:visited {
    box-shadow: inset -10px -6px 12px rgba(0, 0, 0, 0.4);
    color: #fff;
}

.btn.btn-default.disabled {cursor: default;}

.blog-cta {
    border-radius: 20px;
}
.blog-cta h3 {
    font-weight: 400;
}

.blog-cta .btn {
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 1.3em;
}

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

/*Sidebar*/
.sidebar h1 {
  margin-bottom: 10px;
}
.sidebar ul {
  padding-left: 0;
  margin-bottom: 40px;
}
.sidebar ul li {
  list-style: none;
  line-height: 1.1;
  margin-bottom: 10px;
}
.sidebar ul li a {
  line-height: 1.1;
}
.sidebar ul li a i {
  color: #999;
}
.sidebar ul li a.blog-link {
  color: #999;
  margin-top: 10px;
  display: block;
}
.sidebar .help {
  background-color: #fff;
  border-radius: 20px;
  line-height: 1.2;
  padding: 15px 20px;
  margin-bottom: 15px;
}
.sidebar .help.first img {
  position: absolute;
  left: 35px;
  width: 30px;
  height: auto;
}
.sidebar .help.first {
  padding-left: 65px;
}
.sidebar .help.last a {
  font-size: 0.9em;
}
.sidebar .help.last i {
  position: relative;
  top: 2px;
}
.sidebar small {
  margin-top: -10px;
  color: #999;
  display: block;
}
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .sidebar .horizontal-line {
    width: 100%;
    height: 1px;
    background: #ddd;
    float: none;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 70px;
  }
}

.therapist-presentation .icons i {
  color: #2eadb4;
  font-size: 1.5em;
  position: relative;
  top: 4px;
}
@media (max-width: 575px) {
  .column-reverse {
    flex-direction: column-reverse;
  }
  .text-bubble:before {
    bottom: -15px;
    top: auto;
    left: 20px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #fff;
    border-bottom: none;
  }
}

.therapist-presentation-small {
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
}
.therapist-presentation-small .image {
  width: 40%;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.therapist-presentation-small .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.therapist-presentation-small .text {
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 60%;
}
.therapist-presentation-small .text h2 {
  font-size: 1.2em;
}
@media (max-width: 575px) {
  .therapist-presentation {
    max-width: 60%;
    margin-top: 10px;
  }
}
@media (max-width: 420px) {
  .therapist-presentation {
    max-width: 100%;
  }
}

/*Slider*/
.home-therapists-slider .therapist-image a {
  display: block;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.therapist {
  border-radius: 20px;
  margin: 30px 10px;
  text-align: center;
  background-color: #fff;
  padding: 0 20px 30px 20px;
}
.therapist h2 {
  font-size: 1.2em;
}
.home-therapists-slider .therapist-image {
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-left: -20px;
  margin-right: -20px;
  display: block;
  display: inline-block;
  overflow: hidden;
  width: calc(100% + 40px);
  height: 220px;
  margin-bottom: 20px;
}
.therapist-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.therapist p,
.therapist em {
  line-height: 1;
}
.therapist .descripion {
  line-height: 1;
  margin-bottom: 10px;
}
.therapist i {
    color: #2eadb4;
    font-size: 1.5em;
    position: relative;
    top: 4px;
}
.slick-arrow {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  transition: 0.5s ease-in-out all;
}
.slick-arrow:hover{
  background-color: #eaeaea;
}
.slick-arrow.mp-angle-right {
  right: -50px;
}
.slick-arrow.mp-angle-left {
  left: -50px;
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}
.slick-dots li {
  list-style: none;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  font-size: 0;
  color: transparent;
  background-color: #cccccc;
  margin: 20px 5px;
}
.slick-dots li.slick-active {
  background-color: #2eadb4;
}
.slick-dots li button {
  border: 0;
  background-color: transparent;
}
@media (max-width: 480px) {
  .home-therapists-slider .therapist h3 {
    font-size: 1.2em;
  }
  .slick-arrow.mp-angle-right {
    right: -35px;
  }
  .slick-arrow.mp-angle-left {
    left: -35px;
  }
}

/*Terapevti*/
h1.large {
  font-size: 2em;
}

.color-green {
  color: #2eadb4;
  font-style: italic;
}



.card-header a .hide-more {
  display: block;
}
.card-header a .show-more {
  display: none;
}
.card-header a.collapsed .hide-more {
  display: none;
}
.card-header a.collapsed .show-more {
  display: block;
}

.switcher span {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: transparent;
  display: inline-block;
  padding: 6px;
  cursor: pointer;
  color: #2eadb4;
  border: 1px solid #eaeaea;
  transition: 0.5s ease-in-out all;
  margin-left: 5px;
}
.switcher span:hover {
  background-color: #eaeaea;
}
.switcher span i {
  font-size: 26px;
}
.switcher span.active {
  color: #999;
  background-color: #eaeaea;
}

.sidebar {
  margin-top: 30px;
}
.sidebar .help-with-choosing {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 10px;
}
.sidebar .help-with-choosing i {
  font-size: 1.6em;
  position: relative;
  top: 6px;
  margin-right: 6px;
}

.sidebar .filter,
.sidebar .links {
  background-color: #eaeaea;
  padding: 10px 20px;
  border-radius: 20px;
}
.sidebar .filter h4 {
  color: #2eadb4;
  margin-top: 30px;
  margin-bottom: 15px;
}
.sidebar .filter .checkbox {
  padding-top: 2px;
  padding-bottom: 2px;
}
.sidebar .filter hr,
.sidebar .links hr {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 0;
  margin-bottom: 8px;
}

.sidebar .links hr {
  margin-top: 15px;
  margin-bottom: 15px;
}

.sidebar .links {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 5px;
}
.sidebar .links a {
  display: block;
}
.sidebar .accordion .card-header h5 a {
  display: block;
}


@media (min-width: 992px) {
  #linksHeading.card-header h5 a:before,
  #helpHeading.card-header h5 a:before {
    display: none;
  }
  #linksHeading.card-header h5 a,
  #helpHeading.card-header h5 a {
    pointer-events: none;
  }
  #linksCollapse {
    display: block !important;
  }
  .sidebar {
    margin-top: 87px;
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .sidebar .links {
    padding-top: 5px;
  }
  .sidebar .help-with-choosing {
    background-color: #eaeaea;
    padding: 5px 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    border-top: 0;
  }
  .sidebar .accordion .card-header h5 a:hover {
    color: #333;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #helpCollapse {
    font-size: 0.8em;
  }
}


.therapist-list-item {
  background-color: #eaeaea;
  border-radius: 20px;
  padding: 0 20px 20px 20px;
  margin-bottom: 0;
  text-align: center;
  margin: 30px 0;
}
.therapist-item-image {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-left: -20px;
  margin-right: -20px;
  display: block;
  width: calc(100% + 40px);
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.therapist-item-image img {
  width: 100%;
  height: auto;
}
.therapist-list-item h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 18px;
  color: #333;
  font-style: normal;
}
.therapist-list-item .descripion {
  line-height: 1.2;
}
.therapist-list-item .data {
  margin-top: 5px;
}
.therapist-list-item i {
  color: #2eadb4;
  font-size: 1.5em;
  position: relative;
  top: 4px;
}
.therapist-list-item p,
.therapist-list-item em {
  line-height: 1;
}
.therapist-list-item h3 .icons {
  display: none;
}
.therapist-list-item .data {
  display: block;
}
.therapist-list-item .data i,
.therapist-list-item .data em {
  display: inline-block;
}

#therapistList.list-view > div {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#therapistList.list-view .therapist-list-item {
  position: relative;
  text-align: left;
  padding-left: 200px;
  margin-bottom: 30px;
  padding-top: 10px;
}
#therapistList.list-view .therapist-item-image {
  width: 170px;
  height: 100%;
  float: left;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 20px;
}
#therapistList.list-view .therapist-item-image a {
  display: block;
  height: 100%;
}
#therapistList.list-view .therapist-item-image a img {
  height: 100%;
  object-fit: cover;
}
#therapistList.list-view .therapist-list-item a.btn {
  position: absolute;
  right: 30px;
  bottom: 20px;
}
#therapistList.list-view .therapist-list-item .icons {
  display: none !important;
}
#therapistList.list-view .therapist-list-item h3 .icons {
  display: inline-block !important;
  margin-left: 10px;
}
#therapistList.list-view .therapist-list-item h3 .icons i {
  font-size: 1em;
}
#therapistList.list-view .therapist-list-item h3 {
  margin-bottom: 5px;
}
#therapistList.list-view .therapist-list-item .descripion {
  margin-bottom: 10px;
  line-height: 1.2;
}
#therapistList.list-view .therapist-list-item .descripion * {
  display: inline;
}
#therapistList.list-view .therapist-list-item .descripion em:before {
  content: "|";
  color: #2eadb4;
  font-style: normal;
  padding: 0 10px 0 5px;
}
#therapistList.list-view .therapist-list-item .data {
  margin-bottom: -5px;
}

@media (max-width: 767px) {
  #therapistList.list-view .therapist-list-item {
    padding-left: 160px;
    font-size: 14px;
  }
  #therapistList.list-view .therapist-item-image {
    width: 140px;
  }
  #therapistList.list-view .therapist-list-item h3 {
    font-size: 20px;
  }
  #therapistList.list-view .therapist-list-item a.btn {
    bottom: 15px;
  }
}
@media (max-width: 480px) {
  #therapistList.list-view .therapist-list-item {
    padding-left: 115px;
    font-size: 11px;
    padding-right: 10px;
    padding-bottom: 40px;
  }
  #therapistList.list-view .therapist-item-image {
    width: 100px;
  }
  #therapistList.list-view .therapist-list-item h3 {
    font-size: 16px;
    margin-top: 10px;
  }
  #therapistList.list-view .therapist-list-item .descripion em:before {
    display: none;
  }
  #therapistList.list-view .therapist-list-item .data {
    margin-bottom: -3px;
  }
  #therapistList.list-view .therapist-list-item a.btn {
    bottom: 10px;
    right: auto;
    left: 115px;
  }
  #therapistList.list-view .therapist-list-item h3 .icons {
    display: block !important;
    text-align: left !important;
    margin-left: 0;
  }
}

/*Cards*/
.accordion .card-header,
.accordion .card-body {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    border: none;
}
.accordion .card {
    border: none;
    background-color: transparent;
}
.accordion .card-body {
    padding-top: 0;
}


/*Pagination*/
.pagination {
  justify-content: center;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.pagination .page-link {
  border: 0;
  background-color: transparent;
  color: #2eadb4;
}
.pagination .page-link i {
    font-size: 1.2em;
}
.pagination span.page-link {
    color: #333;
}

/*Filter*/
.help-with-choosing h5 a {
  font-size: 1em;
  color: #333;
  font-weight: 700;
}
.sidebar .accordion .card-header h5 a {
  font-size: 1em;
  color: #333;
  font-weight: 700;
}
.accordion .card-header h5 a:before {
    content: "-";
    width: 15px;
    display: inline-block;
}
.accordion .card-header h5 a.collapsed:before {
    content: "+";
}
.sidebar .filter h4 {
    color: #2eadb4;
    margin-top: 30px;
    margin-bottom: 15px;
    font-style: normal;
    font-size: 1em;
    font-weight: 700;
}

.navbar-expand-lg {height: 60px; }

@media only screen and (max-width: 575px) {
      .navbar-expand-lg {height: 50px; }
}
@media only screen and (min-width: 992px) {
  .sign-in-menu {
   position: absolute;
   top: 71px;
  }
}


.sign-out h1 {
  font-size: 2.5em;
}
.sign-out i {
  color: #2eadb4;
  margin-right: 20px;
}

.steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}
.steps:before {
  height: 6px;
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #eaeaea;
  display: block;
  content: "";
  z-index: 0;
}
.steps:after {
  background-color: #2eadb4;
  height: 6px;
  position: absolute;
  width: 0;
  left: 0;
  display: block;
  content: "";
  z-index: 0;
}
.step1:after {
  width: 0;
}
.step2:after {
  width: 50%;
}
.step3:after {
  width: 100%;
}
.steps .step {
  background-color: #eaeaea;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 2px;
  position: relative;
  z-index: 1;
}
.steps .step.active,
.steps .step.done {
  background-color: #2eadb4;
  color: #fff;
}

.text-bubble.nc:before {
	content: none;
}

.signup .btn-secondary {
  box-shadow: none !important;
  background-color: #eaeaea !important;
  background-image: none !important;
  color: #333 !important;
  cursor: pointer;
}
.signup .btn-secondary:hover {
  background-color: #ddd;
  color: #333;
}

.home-therapists-slider .therapist em {
	display: inline-block;
}

.video-icon {
  position: relative;
  left: -22px;
  width: 40px;
  color: #fff !important;
  box-shadow: inset -10px -7px 15px rgba(11, 49, 71, 0.17);
  background-color: #4ac3ca;
  background-image: -moz-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #4ac3ca), color-stop(100%, #2eadb4)) !important;
  background-image: -webkit-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
  background-image: -o-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
  background: -ms-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%);
  background: linear-gradient(70deg, #4ac3ca 0%, #2eadb4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
  top: -19px;
  padding: 2px 8px 3px 7px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: -34px;
}
.list-view .video-icon{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 10px;
  left: -50px;
  top: -11px;
  padding-top: 0;
}
.video-icon i {
  color: #fff !important;
}
.therapist-image {
  position: relative;
}

.payment-info i {
  margin-right: 10px;
}
.payment-info.not-payed,
.payment-info.not-payed i {
	color: #fa3854 !important;  
}
.payment-info.payed,
.payment-info.payed i {
	color: #08bd62 !important;
}

.payment-info span {display: none;}
@media (max-width: 767px) {
	.payment-info span {display: inline;}
}

.modal .expl {font-size: 13px; font-style: italic;}