
/* Bootstrap override */
body {
  min-height: 100vh;
  min-width: 320px;
  position: relative;
  padding-bottom: 200px;
}

body, button {
  font-family: "museo-sans", -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  color: #696969;
}

h1 {
  font-family: "museo-slab", -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 35px;
  font-weight: 300;
  margin: 0;
}

h2 {
  text-transform: uppercase;
  font-family: "museo-sans";
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.1px;
  padding: 5px 0 10px 5px;
  color: #696969;
}

h3 {
  font-size: 1rem;
  font-weight: 800;
  padding: 10px 0 10px 0;
}

.center {
  text-align: center;
}

a, a:visited, a:focus, a:active, a:hover {
  text-decoration: none;
}

a {
  color: #F5AF33;
}

a:hover, a:focus, a:active {
  color: #eb9600;
}

a.btn {
  line-height: 1.5;
  color: white;
}

a.btn:hover {
  color: white;
}

.btn {
  background-color: #F5AF33;
  color: white;
  border-radius: 8px;
  cursor: pointer;
}

.btn:hover {
  background-color: #eb9600;
}

.btn-danger {
  background-color: #959595;
  border: none;
}

.btn-danger:disabled {
  background-color: #ddd;
  border: none;
}

.btn-danger:hover {
  background-color: #777;
}

button:focus {
  outline: 0;
}

.flex-column-hor {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    /* -webkit-flex-direction: column!important; */
    -ms-flex-direction: row;
    flex-direction: row;
}


.fc-event .fc-bg {
  opacity: 0 !important;
}

.padd {
  padding: 0 8px;
}

.paddRight {
  padding-right: 30px;
}

.hide {
  display: none !important;
}

.btn-primary {
  border: none;
}

.bg-primary.bg-primary {
  background-color: #F5AF33 !important;
}

#noTopPadd {
  padding-top: 30px;
}

#noPaddBottom {
  padding-bottom: 0;
}

#flexStart {
  justify-content: flex-start;
  flex-direction: row;
}

#flexStart .smallBoldTitle a{
  color: #696969;
}

#flexStart .smallBoldTitle {
  padding: 0;
}

.uppercase {
  text-transform: uppercase;
  font-weight: 800;
}

.navbarWrapper {
  background-color: #F5AE35;
  width: 100%;
  height: 56px;
  padding: 0 25px 0 25px;
}

@media (min-width: 1000px) {
  .navbarWrapper {
    background-color: #F5AE35;
    width: 100%;
    height: 56px;
    padding: 0 85px 0 85px;
  }
}

.navbar {
  max-width: 1110px;
  width: 100%;
  margin: auto;
  padding: 0 0 1px 0;
  font-family: "roboto", -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

#logomini {
  padding-right: 50px;
  line-height: 50px;
  padding-bottom: 6px;
}

@media (max-width: 991px) {
  #logomini {
    padding-right: 50px;
    line-height: 50px;
  }
}

#langPickerNav {
  display: inline-block;
  position: absolute;
  right: 35px;
}

@media (min-width: 992px) {
  #langPickerNav {
    display: inline-block;
    position: static;
    right: auto;
  }
}

ul.navbarSnippets {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 30px;
  padding-top: 7px;
}

ul.navbarSnippets li {
  padding-right: 21px;
}

ul.navbarSnippets a.nav-link {
  padding: 8px 8px 5px 8px;
  height: 100%;
  color: rgba(255, 255, 255, 0.7) !important;
  border-bottom: solid 6px rgba(1,1,1,0)
}

ul.navbarSnippets a.nav-link:hover,
ul.navbarSnippets a.nav-link.selected {
  color: white !important;
  padding-bottom: 5px;
  border-bottom: 6px solid white;
}

@media (max-width: 991px) {
  .show ul.navbarSnippets a.nav-link:hover,
  .show ul.navbarSnippets a.nav-link.selected,
  .collapsing ul.navbarSnippets a.nav-link:hover,
  .collapsing ul.navbarSnippets a.nav-link.selected {
    border-bottom: none;
  }
}

.navbarWrapper span.navbar-text {
  padding-bottom: 0px;
  border: none;
  padding-top: 13px;
}

a.dropdown-toggle {
  padding-bottom: 0;
  padding-top: 5px;
  color: rgba(255, 255, 255, 0.7) !important;
  font-weight: 600;
}

a.dropdown-toggle:hover {
  color: white !important;
}

.dropdown-toggle::after {
  border-top: .4em solid;
  border-right: .4em solid transparent;
  border-left: .4em solid transparent;
}

.navbar-toggler-right {
  color: rgba(255, 255, 255, 0.7) !important;
  border: none;
  padding: 0;
}

.navbar-toggler-icon {
  border: none;
  position: absolute;
  top: 15px;
  right: -8px;
}

.navbar-toggler-icon:hover {
  color: white !important;
}

@media (max-width: 991px) {
  .navbarWrapper .hamburger.show, .navbarWrapper .hamburger.collapsing {
    background-color: #f5af33;
    z-index: 1000;
    color: rgba(255, 255, 255, 0.7)!important;
    border-radius: 5px;
    max-width: 430px;
    width: 100%;
    position: absolute;
    top: 50px;
    right: 0;
  }

  .navbarWrapper .show li, .navbarWrapper .collapsing li {
    text-transform: capitalize;
    padding-left: 20px;
  }

  .navbarWrapper .show span.navbar-text, .navbarWrapper .collapsing span.navbar-text {
    padding-bottom: 20px;
  }

  .navbarWrapper .navbar-text li.show {
    top: 0;
  }

  .langNameNavigation .navbar-text{
    padding-left: 10px;
  }

  .navbarWrapper span.navbar-text {
    padding-top: 0px;
  }

  ul.navbarSnippets a.nav-link {
    border-bottom: none;
  }
}

.dropdown-item.active {
  background-color: #eb9600;
}

.dropdown-menu {
  right: 0;
  left: -98px;
  background-color: #f5af33;
  border: none;
  border-radius: 0;
  margin: 14px 0 0 0;
  padding: 0;
  min-width: 200px;
}

.dropdown-item {
  color: rgba(255,255,255,.8);
  font-weight: bold;
  padding-bottom: 5px;
}

.dropdown-item:hover {
  background-color: #f5af33;
  color: white;
}

span.navbar-text.language {
  padding: 18px 15px 10px 15px;
}

@media (min-width: 992px) {
  span.navbar-text.language {
    padding: 15px 15px 10px 15px;
  }

}

.navbar-text select {
  border: 0;
  background-color: transparent;
  color: rgba(255,255,255,.7);
  font-weight: 700;
  outline: 0;
  -webkit-appearance: none;    // removes borders and downarrow button of the select box from webkit browsers.
  -moz-appearance: none;  // cannot remove the downarrow button of the mozilla browsers.
  appearance: none;
  text-transform: uppercase;
}

select:focus  {
  outline: none;
}

.navbarWrapper form:after {
  position: absolute;
  top: 50%;
  left: 90%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  z-index: 100;
  border-top: .4em solid;
  border-right: .4em solid transparent;
  border-left: .4em solid transparent;
  display: inline-block;
  margin-left: .3em;
}

#langPickerNav form:after{
  display: none;
}

.navbar-text select option{
  border: none;
  outline: 0;
  background-color: #f5af33;
  display: block;
  width: 100%;
  padding: 5px 5px;
  clear: both;
  text-align: inherit;
  white-space: nowrap;
}

.navbar-text select option:hover,
.navbar-text select option:active,
.navbar-text select option:focus,
.navbar-text select option:visited{
  background-color: #eb9600;
}

select>option.option:hover,
select>option.option:active,
select>option.option:visited,
select>option.option:focus {
  background-color: #eb9600;
}

#navbar-simple {
  color: white;
  font-family: 'roboto';
}

#navbar-simple a {
  color: white;
}

#navbar-simple form {
  color: rgba(255,255,255,.7);
  font-weight: 700;
  outline: 0;
  -webkit-appearance: none;    // removes borders and downarrow button of the select box from webkit browsers.
  -moz-appearance: none;  // cannot remove the downarrow button of the mozilla browsers.
  appearance: none;
  text-transform: uppercase;
}

#navbar-simple form::after {
  content: none;
}

.navbarFlex {
  display: flex;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  font-family: "roboto", -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

.navbarSimpleLogout {
  padding-top: 15px;
}

button.navbar-toggler > #button_badge {
  top: 5px;
  right: -20px;
}

span#button_badge {
  background-color: #fa3e3e;
  border-radius: 50%;
  color: white;

  padding: 3px 8px;
  font-size: 13px;

  position: relative; /* Position the badge within the relatively positioned button */
  top: -5px;
  right: 0px;
  border-bottom: none;
}

th span#button_badge {
  top: -1px;
}

span#msg_date {
  text-align: right;
  border-bottom: none;
  float: right;
  color: #c4c4c4;
  font-weight: normal;
  font-size: 12px;
  vertical-align: top;
  padding-top: 5px;
}

/*@media (max-width: 1080px) {*/
/*  span#msg_date {*/
/*      width: 100%;*/
/*      padding-top: 10px;*/
/*      text-align: left;*/
/*  }*/
/*}*/

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  line-height: 50px;
  font-size: 14px;

  text-align: center;
  padding: 40px 0 60px 0;
  background: #f7f7f7;
  border-top: 1px solid #777777;
}

@media (min-width: 700px) {
  .footer {
  }
}

#alerts {
  position: fixed;
  top: 46px;
  left: 0;
  right: 0;
  transition: opacity 0.5s ease-in-out;
}

.alert {
  max-width: 350px;
  padding: 20px;
  margin: 15px auto;
  border: 1px solid transparent;
  border-radius: 8px;
  text-align: center;
  padding: 15px;
}

.alert-danger {
  background-color: #ffe6e6;
  border-color: #ebcccc;
  color: #696969;
  font-weight: normal;
}

.alert-success {
  background-color: #efffe6;
  border-color: #ccff90;
  color: #696969;
}

button.close {
  position: absolute;
  top: 3px;
  right: 6px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
}

button.close span{
  border-bottom: none;
}

ul.errorlist {
  color: #fe4343;
  list-style: none;
  padding: 5px 0 7px 10px;
  font-size: 0.9rem;
  margin: 0;
}

ul.errorlist.nonfield {
  position: relative;
  margin-top: 20px;
  background-color: #ffe6e6;
  border-color: #ffb0b0;
  color: #696969;
  font-weight: normal;
}

/* Basic styled */

.scrollableTable {
  overflow-x: scroll;
}

@media (min-width: 650px) {
  .scrollableTable {
    overflow-x: hidden;
  }
}

.scrollableTableBigger {
  overflow-x: scroll;
}

@media (min-width: 981px) {
  .scrollableTableBigger {
    overflow-x: hidden;
  }
}

.scrolableCalendar .fc-view-container {
  overflow-x: scroll;
}

@media (min-width: 960px) {
  .scrolableCalendar .fc-view-container {
    overflow-x: hidden;
  }
}

.scrollableTableBigger th span {
  color: #f5af33;
}

.scrollableTableBigger th span:hover {
  color: #eb9600;
}

.table td {
  text-align: center;
  vertical-align: middle;
}

div.row {
  margin-top: 10px;
  margin-bottom: 10px;
}

form#user-profile {
  margin-bottom: 50px;
}

form#user-profile label.control-label {
  font-size: 22px;
}

input#id_age {
  width: 60px;
}

div.form-group.radio-inline div.radio {
  display: inline-block;
}

div.form-group.radio-inline div.radio > label {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

div.form-group.radio-inline div.radio > label > input[type=radio] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
}

form#user-profile button[type=submit] {
  margin-top: 20px;
}

div#psychotherapy-types {
  margin-top: -15px;
}

div.psychotherapy-type {
  margin-top: 15px;
}

div.psychotherapy-type a {
  width: 100%;
}

.bd-footer {
  padding: 1rem 0;
  margin-top: 3rem;
  font-size: 85%;
  text-align: center;
  background-color: #f7f7f7;
}

.bd-footer p {
  margin: 0;
}

.chat-header{
  display: block;
}

.chat{
  height:350px;
  overflow-y: scroll;
  word-wrap: break-word;
}
.general-notes{
  height:450px;
  overflow-y: scroll;
  word-wrap: break-word;
}

.click-row{
  cursor: pointer;
  cursor: hand;
}

.update-session-note{
  white-space: pre-wrap;
}


.fc-past {
  background-color: #EEEEEE;
}


/* My Therapist side navigation */
#my-therapists nav a.active {
  color: black;
}


/* Therapist list */

#therapists .card {
  padding-bottom: 20px;
  font-size: 0.95rem;
}

#therapists .card-footer {
  border-top: 0;
  background-color: transparent;
}
#therapists .form-inline .form-control {
  width: 100%;
}

@media (min-width: 769px) {
  #filter-button {
    margin-top: 31px;
  }
}

@media (max-width: 768px) {
  #therapists .card {
    height: auto;
  }
  .filter-row {
    display: block;
  }
  .filter-row > div {
    max-width: 100%;
  }
  #filter-button {
    float: none;
  }
}

#session_video_chat{
  min-height: 100%;
  height: 100%;
  padding-bottom: 50px;
}

a.disabled {
  pointer-events: none;
}

.loader-wrapper{
  z-index: 1080;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.25);
}

.loader-centered{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: perspective(1px) translate(-50%, -50%);
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* Form styles */

form p.checkbox a {
  color: #F5AF33;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: #F5AF33;
}

form p.checkbox a:hover {
  color: #eb9600;
  font-weight: 800;
  text-decoration: underline;
}

form p {
  display: flex;
  flex-direction: column;
}

form p label {
  padding: 5px 0 5px 10px;
  margin: 0;
  font-size: 16px;
}

form p input {
  padding: 13px 10px 13px 20px;
  border: 1px solid #DDD;
  border-radius: 7px;
  max-width: 490px;
  font-family: "museo-sans";
}

form input:focus {
  outline:none;
  border: 1px solid #f5af33;
}

.checkbox {
  padding: 15px 0 15px 0;
}

.checkbox label {
  font-size: 14px;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 27px;
  cursor: pointer;
}

[type="checkbox"]:checked + label {
  background: url('../images/checkbox-checked.png') no-repeat 0 4px;
}
[type="checkbox"]:not(:checked) + label {
  background: url('../images/checkbox-unchecked.png') no-repeat 0 4px;
}

/* Sign up page */

#signupPage {
  max-width: 510px;
  margin: auto;
  padding: 20px 15px 140px 15px;
  color: #696969;
}

@media (min-width: 500px) {
  #signupPage {
    max-width: 500px;
    margin: auto;
    padding: 75px 10px 160px 10px;
  }
}

#logo {
  padding: 30px 0 30px 0;
}

#logo img {
  max-width: 481px;
  width: 100%;
}

.wrapper {
  max-width: 500px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

#notes {
  max-width: 500px;
  margin: auto;
  padding: 25px 5px 25px 5px;
  font-size: 14px;
}

@media (min-width: 900px) {
  .wrapper {
    flex-direction: row;
    max-width: 869px;
    padding-top: 7px;
  }

  #signupPage {
    max-width: 880px;
  }

  #notes {
    max-width: 351px;
    padding: 65px 1px 25px 35px;
    font-size: 14px;
    margin: 0;
  }
}

#formWrapper {
  flex: 1 0 490px;
  padding: 25px 0 25px 0;
}

#signupPage hr {
  margin: 30px 0 40px 0;
  max-width: 490px;
}

#notes h3 {
  letter-spacing: 0.1px;
  font-weight: 400;
}

#notes p {
  padding-bottom: 6px;
}

#signupPage .btn {
  font-size: 1.4rem;
  text-transform: uppercase;
  width: 100%;
  max-width: 490px;
  height: 52px;
  font-size: 1.5rem;
  font-weight: 800;
}


/* Accounts */

.accountsPage {
  max-width: 510px;
  margin: auto;
  padding: 30px 15px 140px 15px;
  color: #696969;
}

@media (min-width: 500px) {
  .accountsPage {
    padding: 100px 10px 160px 10px;
  }
}

.accountsPage .btn {
  text-transform: uppercase;
  width: 100%;
  max-width: 490px;
  height: 52px;
  font-size: 1.5rem;
  font-weight: 800;
}


/* Login page */

#flexLogin {
  display: flex;
  padding: 41px 3px 5px 0;
}

#flexLogin p {
  font-size: 1.1rem;
  font-weight: 800;
}

#loginWrapper h2, #resetWrapper h2, .passwordChange h2 {
  flex: 2;
  letter-spacing: 0.5px;
}

#loginPage a{
  font-size: 1.1rem;
}

#flexReccomendation {
  display: flex;
  padding: 41px 3px 5px 0;
}

span {
  border-bottom: 2px solid #FAD6A7;
  text-decoration: none;
}

#loginPage span {
  font-weight: 800;
}

.price_eur {
  border-bottom: none;
  font-size: 14px;
  color: #a5a5a5;
}

#loginWrapper input {
  padding: 15px 10px 15px 22px;
  border: 1px solid #DDD;
  border-radius: 8px;
  max-width: 490px;
}

#loginPage .checkbox {
  padding: 0;
  font-size: 1.1rem;
}

#loginPage hr {
  margin: 30px 0 15px 0;
}

#loginPage p a.button {
  font-size: 1rem;
  letter-spacing: 0.3px;
  text-align: center;
}


/* Reset pasword page */

@media (min-width: 900px) {
    #passwordReset {
    max-width: 500px;
  }
}

#passwordChange #logo, #passwordReset #logo {
  padding-bottom: 60px;
}

@media (min-width: 500px) {
  .passwordChange #logo, #passwordReset #logo {
    padding-bottom: 70px;
  }
}

#resetWrapper h2 {
  padding: 5px 0 5px 5px;
  letter-spacing: 0.5;
  font-size: 1rem;
}

#flexReset {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0 0 5px;
  margin: 16px 0 6px 0;
}

#backBtn {
  margin: 0;
  padding-right: 5px;
}

#resetWrapper a {
  color: #F5AE35;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  flex: 2;
}

#resetText {
  padding: 0 0 16px 5px;
}

#resetWrapper .btn {
  max-width: 150px;
}

#resetWrapper p {
  margin: 0;
  font-weight: 300;
}

#passwordReset ul.errorlist{
  padding-top: 15px;
}

.descriptionFrame {
  background-color: #EFFFE6;
  padding: 8px 20px 12px 16px;
  border: 1px solid #CCFF90;
  border-radius: 10px;
  margin: 5px 0 0 0;
  font-size: 1rem;
}

.reset {
  padding: 41px 3px 15px 0;
}

.reset h2 {
  padding-bottom: 10px;
}

.reset p {
  padding-left: 5px;
  padding-bottom: 15px;
}

/* Change password Page */

#passwordChange ul.errorlist {
  padding-top: 0px;
}

#passwordChange p {
  margin-bottom: 14px;
}

#passwordChange .btn {
  margin-top: 7px;
}


/* Verification Page */

#verificationWrapper {
  padding: 40px 0 43px 0;
}

#verificationWrapper h2 {
  letter-spacing: 0px;
}

#verificationWrapper p {
  padding-left: 5px;
  letter-spacing: 0.1px;
}

#verificationPage hr {
  padding: 5px 0 10px 0;
  margin: 0;
  max-width: 490px;
}

#signinBtn {
  text-align: center;
}

#verificationPage a{
  font-size: 1.1rem;
  font-weight: 800;
  color: #f5af33;
}


/* Logout Page */

.logoutPage p{
  padding-left: 5px;
  padding-bottom: 10px;
  letter-spacing: 0.1px;
}

#logoutWrapper {
  padding: 40px 0 43px 0;
}

#logoutWrapper h2 {
  margin: 0;
  padding-bottom: 12px;
}


/* Dashboard Page */

.exedraContainer{
  width: 100%;
  max-width: 1281px;
  margin: auto;
  padding: 0 25px 45px 25px;
}

@media (min-width: 1000px) {
  .exedraContainer{
    width: 100%;
    max-width: 1281px;
    margin: auto;
    padding: 0 85px 80px 85px;
  }
}

.exedraContainer h1 {
  padding: 50px 0 13px 8px;
}

.largeImg {
  max-width: 1110px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.largeImg img {
  width: 100%;
  margin: auto;
  padding: 4px;
  border-radius: 8px;
}

p.firstBtn {
  padding: 20px 0 65px 0;
  margin: 0 10px;
}

a.wrappableBtn {
  max-height: none;
  white-space: normal;
}

div.centerBtn p.middleBtn {
  padding: 3px 0 65px 0;
  margin: 0;
}

div.lastBtn {
  padding: 13px 0 0 0;
}

p.center a{
  max-height: 52px;
  height: 100%;
  max-width: 307px;
  width: 100%;
  margin: auto;
  font-size: 22px;
  font-weight: 800;
  padding: 13px 16px;
  line-height: 1;
}

p.firstBtn a#firstBookBtn {
  width: auto;
  max-width: inherit;
  max-height: inherit;
}

.dashWrapper h1 {
  padding: 0 0 0 10px;
  font-size: 36px;
}

.therapistsFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 6px;
}

.therapistDetail p {
  padding: 6px 6px 26px 5px;
  margin: 0;
  line-height: 19px;
  height: auto;
  overflow-y: auto;
  padding-bottom: 10px;
}

div#marginleft {
    margin-left: 5px;
    min-height: 30px;
}

.therapistDetail a.therapistTitle {
  min-height: 0;
  font-weight: 800;
  color: #a5a5a5;
}

.dashWrapper .therapistDetail a.therapistName {
  font-size: 20px;
  color: #696969;
}

.myToolsWrapper {
  padding: 0 8px 50px 8px;
}

.myTools {
  display: flex;
  flex-direction: column;
}

.myTools .smallBoldTitle {
  text-transform: uppercase;
  font-size: 19px;
  padding: 10px 0;
}

.paddRight {
  flex: 1;
  padding-bottom: 30px;
}

.textHeight {
  line-height: 22px;
}

@media (min-width: 835px) {
  .myTools {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .myTools .textHeight {
    max-height: 270px;
    height: 100%;
  }
  .paddRight {
    flex: 33% 0 0;
  }
}

@media (min-width: 1130px) {
  .myTools .textHeight {
    max-height: 220px;
  }
}

@media (min-width: 1200px) {
  .myTools .textHeight {
    max-height: 200px;
  }
}


@media (min-width: 700px) {
  p.center {
    font-size: 24px;
  }

  div.lastBtn {
    padding: 13px 0 0 0;
  }

  .therapistDetail a.therapistName {
    font-size: 24px;
  }

  body {
    padding-bottom: 100px;
  }

  .therapistDetail p {
    height: 160px;
  }
}

@media (min-width: 768px) {
  .therapistDetail p {
    height: 250px;
  }
}

@media (min-width: 992px) {
  .therapistDetail p {
    height: 300px;
  }
}

@media (min-width: 1000px) {
  .therapistDetail p {
    height: 300px;
  }
}

@media (min-width: 1100px) {
  .therapistDetail {
    display: flex;
    flex-direction: column;
    max-width: 255px;
    width: 100%;
    margin: 0;
  }

  .therapistDetail p {
    height: 300px;
  }

  p.center {
    padding: 20px 0 65px 0;
    margin: 0;
  }

  p.center a {
    font-size: 22px;
  }

  div.lastBtn p.center {
    padding: 0;
  }

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

.smallImg {
  border: 1px solid #ddd;
  border-radius: 6px;
  max-width: 255px;
  max-height: 255px;
  text-align: center;
  display: block;
}

.highlightedImg {
  border: 2px solid #b7b7b7;
}

.smallImg img {
  width: 100%;
  margin: auto;
  border: none;
  border-radius: 10px;
}

.therapistDetail h4 {
  padding: 15px 0 5px 5px;
  color: #696969;
  font-size: 24px;
  font-weight: 800;
  margin: 0;
}

.therapistDetail a.therapistName {
  font-size: 22px;
  color: #696969;
}

.therapistDetail a.therapistName:hover {
  opacity: 0.8;
}
#therapists .therapistsBtns {
  max-width: 90%;
}

.therapistBtns {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 5px;
}

.therapistBtns::after {
  position: absolute;
  width: calc(100% + 12px);
  height: 100%;
  margin: -7px 0 0 0;
  left: -7px;
  content: "";
  z-index: 1;
  background: linear-gradient(to bottom, #fff 40%, transparent 100%);
}


.greySmall {
  background-color: #959595;
  width: 105px;
  height: 38px;
  padding: 7px 6px;
  font-size: 15px;
}

.yellowSmall {
  background-color: #f5af33;
  width: 130px;
  height: 38px;
  padding: 7px 1px;
  font-size: 15px;
}

.therapistBtns a{
  margin: 3px 0;
  font-size: 15px;
  color: white;
  border-radius: 6px;
  z-index: 5;
  width: 100%;
}

#titlePadding {
  padding: 18px 0;
}

p.center button {
  max-width: 307px;
  width: 100%;
  padding: 13.5px 17px;
  margin: auto;
  font-size: 20px;
  font-weight: 800;
  border: none;
}

.dashWrapper .modal-body {
  padding-top: 20px;
}

.modal-footer button.btn-secondary {
  border: none;
}

@media (min-width: 700px) {
  .therapistBtns {
    flex-direction: row;
    justify-content: space-around;
  }

  .therapistBtns a{
    width: 50%;
    margin: 0 3px;
    font-size: 14px;
  }
}

@media (min-width: 1100px) {
  .therapistBtns a.yellowSmall{
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .therapistBtns a.yellowSmall{
    width: 70%;
  }
}

.greySmall:hover {
  background-color: #777;
  z-index: 5;
}

.yellowSmall:hover {
  background-color: #eb9600;
  z-index: 5;
}

#typesFlex {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
}

#typesFlex > div {
  width: 70%;
  padding: 5px;
}

.yellowborderBtn{
  background-color: white;
  border: 1px solid #f5af33;
  height: 50px;
  width: 100%;
  color: #696969;
  font-family: "museo-sans", -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 13px;
  white-space: normal;
}

@media (min-width: 650px) {
  #typesFlex {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  #typesFlex > div {
    width: 50%;
  }

  .yellowborderBtn{
    font-size: 16px;
  }

  p.center button {
    font-size: 22px;
  }
}


@media (min-width: 1100px) {
  #typesFlex {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
  }

  #typesFlex > div {
    width: 25%;
    padding: 5px;
  }

  .yellowborderBtn{
    background-color: white;
    border: 1px solid #f5af33;
    height: 50px;
    width: 100%;
    color: #696969;
    font-family: "museo-sans", -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  }
}

/* Choose Therapist */

.chooseTherapist p {
  padding-left: 10px;
}

#therapist-list p {
  padding: 15px 10px 4px 5px;
  max-width: 99%;
  overflow: hidden;
}

#therapist-list label {
  margin-bottom: 4px;
  padding-left: 10px;
}

#therapist-list select {
  margin-bottom: 4px;
  padding-left: 10px;
  border-radius: 8px;
}

h3.alert {
  margin: auto;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 16px);
}

#therapist-list input {
  padding: 15px;
  border-radius: 8px;
}

#filter-button {
  padding: 10px;
  border: none;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 22px;
  width: 100%;
}

@media (min-width: 500px) {
  #filter-button.resizeBtn {
    padding: 8px;
    margin-top: 0;
    width: 30%;
  }
}

@media (min-width: 769px) {
  #filter-button {
    padding: 0;
    margin: 0px 0 17px 17px;
    border: none;
    font-size: 20px;
    max-width: 140px;
    width: 100%;
  }

  #filter-button.resizeBtn {
    width: 40%;
  }

  .searchButtonWrapper {
    display: flex;
  }
}

@media (min-width: 865px) {
   #filter-button {
    font-size: 20px;
  }
}

.form-control {
  color: #696969;
}

.has-error input {
  border-color: #cc0000;
}

.has-error div.help-block {
  color: #cc0000;
}

.card {
  border: none;
  padding-bottom: 20px;
  font-size: 0.95rem;
}

.card-block {
  padding: 0;
}

@media (min-width: 1200px) {
  .col-lg-4 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .therapistBtns {
    max-width: 100%;
  }
}

.pagination {
  margin: 0;
  padding: 17px 0;
}

ul li.page-item {
  padding: 5px;
}

ul li.page-item a.page-link{
  background-color: #959595;
  width: 130px;
  height: 38px;
  text-align: center;
  padding: 8px 6px;
  border: none;
  border-radius: 5px;
  color: white;
  display: inline-block;
}

ul li.page-item:hover a.page-link{
  background-color: #777;
}

ul li.page-item.disabled a.page-link{
  background-color: #ddd;
  width: 130px;
  height: 38px;
  text-align: center;
  padding: 8px 6px;
  border: none;
  border-radius: 5px;
  color: white;
  display: inline-block;
}

/* therapistDetailsPage */

h1{
  font-size: 30px;
  padding: 59px 0 23px 10px;
}

.therapistDetailsWrapper .smallBio {
  max-width: 800px
}

.therapistDetails {
  display: flex;
  flex-direction: column;
  padding: 13px 10px;
}

.lead {
  color: #a5a5a5;
  padding-bottom: 20px;
  font-weight: 800;
  font-size: 16px;
}

.smallLead {
  color: #a5a5a5;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 15px;
}

.therapistImg img{
  border-radius: 10px;
}

.therapistImg {
  padding-right: 14px;
}

.therapistInfo {
  display: flex;
  flex-direction: column;
}

.smallBoldTitle {
  padding-top: 10px;
  font-weight: 800;
  font-size: 20px;
  margin: 0;
}

.smallerBoldTitle {
  padding-right: 3px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}

.highlightedText {
  font-size: 16px;
  /*font-weight: 700;
  border-bottom: 2px solid #FAD6A7;*/
}

.therapistInfo p {
  margin: 0;
}

.locLang {
  display: flex;
  line-height: 1;
  padding-bottom: 1px;
}

.biographyLongWrapper {
  padding: 30px 10px 10px 10px;
}

.biographyLong p {
  padding: 10px 20px 20px 0;
}

.biographyDetails p{
  margin: 0;
  padding-bottom: 20px;
  font-weight: 300;
}

.therapistBookWrapper {
  padding: 40px 10px 10px 10px;
  text-align: center;
}

.therapistBookWrapper a {
  padding: 10px;
  font-size: 20px;
  font-weight: 800;
  margin: auto;
  display: block;
}

.inline {
  display: inline-block;
}

div.showLess {
  border-top: 1px solid rgba(0,0,0,.1);
  text-align: center;
  position: relative;
}
div.showLess span {
  position: relative;
  top: -.7em;
  background: white;
  color: #f5af33;
  display: inline-block;
  border: none;
}

.showLess a {
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}

@media (min-width: 500px) {
  h1 {
    font-size: 24px;
    padding-right: 10px;
  }

  .smallBoldTitle {
    font-size: 24px;
  }

  .smallerBoldTitle {
    font-weight: 800;
  }

  .biographyLongWrapper h5, .biographyLongWrapper h4 {
    font-size: 23px;
  }
}

@media (min-width: 769px) {
  .therapistDetailsFlex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  h1{
    font-size: 32px;
  }

  .therapistDetails {
    display: flex;
    flex-direction: row;
    padding-bottom: 33px;
    justify-content: space-between;
  }

  .therapistInfo {
    display: flex;
    flex-direction: column;
  }

  .therapistInfo a h4.smallBoldTitle {
  color: #696969;
  }

  .therapistBookWrapper {
    padding: 0px;
    text-align: center;
  }

  .therapistBookWrapper a {
    width: 353px;
  }

  .therapistBookWrapper h5 {

  }

  .biographyLongWrapper {
    padding: 15px 0px 10px 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

  .biographyLong {
    flex: 2.5;
    padding: 8px 30px 20px 0;
  }

  .biographyDetails {
    flex: 1.5;
    padding-top: 8px;
  }
}

@media (min-width: 990px) {
  .therapistImgInfo {
    display: flex;
    flex-direction: row;
  }

  .biographyDetails {
    flex: 1.3;
    padding-left: 26px;
  }
}

div.therapistUnavailable {
    width: 100%;
    /*height: 60px;*/
    background-color: #ffe6e6;
    border: 1px solid #ffb0b0;
    text-align: center;
    border-radius: 5px;
    /*font-size: 20px;
    font-weight: 700;*/
    display: inline-block;
    margin-right: 1%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
}

/* Book session page */

.bookSessionWrapper h1 {
  padding-bottom: 25px;
}

.calendarWrapper table {
  margin-top: 0;
}

/* Buttons in calendar */

.fc-event-container {
  color: white;
}

.fc-event.fc-start {
  background-color: #93b348;
  border: none;
}

.fc-day-grid-event {
  font-size: 13.5px;
  letter-spacing: -0.5px;
}

.fc-time-grid-event {
  font-size: 14px;
  letter-spacing: -0.5px;
  margin: 2px 0;
}

.fc-time-grid-event .fc-title {
  font-size: 13px;
  line-height: 12px;
}

@media (min-width: 1160px)  {
  .fc-time-grid-event .fc-title {
    font-size: 14.5px;
  }
}

#calendar span {
  font-size: 12px;
}

@media (min-width: 1160px)  {
  #calendar span {
    font-size: 13.5px;
  }
}


.fc-day-grid-event .fc-time {
  font-weight: 800;
}

.fc-content {
  padding: 5px;
}


.bookSessionWrapper .therapistBookWrapper p {
  text-align: left;
  font-size: 14px;
  padding-left: 0px;
}

.bookSessionWrapper .therapistBookWrapper {
  padding: 20px 0;
  line-height: 20px;
}

@media (min-width: 769px)  {
  .bookSessionWrapper .therapistDetails {
    padding-bottom: 5px;
  }

  .bookSessionWrapper .therapistBookWrapper {
    flex: 2.2;
    padding: 0;
  }

  .bookSessionWrapper .therapistBookWrapper p {
    border-left: 1px solid #ddd;
    padding: 10px 5px 10px 20px;
  }

  .bookSessionWrapper .therapistImgInfo {
    flex: 1.8;
  }
}

#calendar .fc-view {
  padding: 20px 0px;
  min-width: 680px;
}

#calendar span {
  border: none;
}

#calendar .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
  padding-top: 20px;
  display: block;
}

@media (max-width: 1000px)  {
  #calendar .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #calendar .fc-left {
    width: 100%;
  }

  #calendar .fc-right{
    width: 35%;
    order: 1;
    display: flex;
    justify-content: flex-end;
  }

  #calendar .fc-center  {
    width: 35%;
    order: 0;
  }
}

@media (max-width: 943px)  {
  #calendar .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #calendar .fc-left {
    width: 100%;
  }

  #calendar .fc-right{
    width: 50%;
    order: 1;
    display: flex;
    justify-content: flex-end;
  }

  #calendar .fc-center  {
    width: 50%;
    order: 0;
  }
}

@media (max-width: 710px)  {
  #calendar .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #calendar .fc-left {
    width: 100%;
  }

  #calendar .fc-right{
    width: 100%;
    order: 1;
    padding-top: 15px;
    display: flex;
    justify-content: flex-start;
  }

  #calendar .fc-center  {
    width: 100%;
    order: 0;
  }

  #calendar .fc-button-group {
    padding-left: 0;
  }

  #calendar .fc-corner-left {
    padding-right: 10px;
  }
}


.fc-left h2 {
  padding: 5px 5px 10px 10px;
  text-transform: capitalize;
  font-size: 24px;
}

.fc-state-default {
  background-color: #959595;
  border: none;
  background-image: none;
  text-shadow: none;
  color: white;
}

 button.fc-button {
  text-transform: uppercase;
  background-color: #959595;
  width: 120px;
  height: 38px;
  text-align: center;
  padding: 8px 6px;
  border: none;
  border-radius: 5px;
  color: white;
  display: inline-block;
}

button.fc-button.fc-state-active {
  background-color: #ddd;
  width: 120px;
  height: 38px;
  text-align: center;
  padding: 8px 6px;
  border: none;
  border-radius: 5px;
  color: white;
  display: inline-block;
  box-shadow: none;
}


button.fc-state-hover {
  background-color: #777;
}

.fc .fc-button-group > * {
  margin: 0 0 0 5px;
}

.fc-button-group {
  padding-left: 30px;
}

button.fc-prev-button, button.fc-next-button {
  width: 50px;
  height: 38px;
  text-decoration: none;
  margin-left: 5px;
}

.fc-icon-left-single-arrow:after {
  font-size: 150%;
}

.fc-icon-right-single-arrow:after {
  font-size: 150%;
}

th.fc-day-header.fc-today, th.fc-day-header.fc-past {
  background-color: white;
}

.fc-unthemed td.fc-today {
  background-color: #FBF5F7;
}

.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
  border-color: inherit;
}

/* My session page */

.mySessionsWrapper {
  padding-bottom: 50px;
}

.mySessionsWrapper h1{
  padding-bottom: 20px;
}

.mySessionsWrapper a:visited{
  background-color: #F5AF33;
}

.mySessionsWrapper td, th{
  padding: 5px;
  vertical-align: middle;
}

.mySessionsWrapper table p{
  margin: 0;

}

div.sessionsNumberAlertNegative {
    width: 23.1%;
    height: 60px;
    background-color: #ffe6e6;
    border: 1px solid #ffb0b0;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin-right: 1%;
    padding-top: 15px;
}

div.sessionsNumberAlertPositive {
    width: 23.1%;
    height: 60px;
    background-color: #eeffdf;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin-right: 1%;
    padding-top: 15px;
}

div.noSessions {
    width: 100%;
    height: 98px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 5px;
    font-size: 23px;
    font-weight: 300;
    line-height: 98px;
    opacity: 0.8;
}

div.noSessionsSmall {
    width: 100%;
    /* height: 98px; */
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    /* text-align: center; */
    border-radius: 5px;
    /* font-size: 23px; */
    font-weight: 300;
    color: #959595;
    /* line-height: 98px; */
    /* opacity: 0.8; */
    padding: 10px;
}


@media (max-width: 375px) {
  div.noSessions {
    font-size: 20px;
  }
}

.mr-l {
  margin-left: 16px;
}

.dateDiv {
  max-width: 100%;
  flex: 0 0 100%;
}

.sessionListFilter .col-4{
  flex: 0 0 51.5%;
  max-width: 51.5%;
}

@media (max-width: 600px) {
  .sessionListFilter .col-4{
    flex: 0 0 100%;
    max-width: 100%;
  }

  .dateDiv {
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 15px;
    justify-content: space-between;
  }
}

@media (min-width: 900px) {
  .dateDiv {
    max-width: 60%;
    flex: 0 0 60%;
  }

  .sessionListFilter .col-4{
    flex: 0 0 40%;
    max-width: 40%;
  }
}

@media (min-width: 576px) {
  .sessionListFilter .form-inline .input-group {
      width: 49%;
  }
}

@media (max-width: 600px) {
  .fullwidth #filter-button.resizeBtn{
    width: 100%;
  }
}



/*Profile page */

form#user-profile {
  margin: 0;
  padding: 50px 0 50px 8px;
}

.profileWrapper form .form-group, .businessWrapper form .form-group {
  padding-top: 10px;
}

.updateBtn {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
  padding: 13px 16px;
  margin-top: 30px;
}

/* Modal */

@media (max-width: 600px)  {
  .modal.show .modal-dialog {
    transform: scale(0.8);
    transform-origin: center 30%;
  }

  .modal.show div.modal-content {
    margin-top: 20px;
  }
}

.modal-content {
  max-width: 513px;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: 400;
  margin-top: 100px;
  margin-left: 10px;
  margin-right: 10px;
  border: none;
}


#screening-modal .modal-content{
  max-width: 800px;
}

#screening-modal .modal-dialog{
  max-width: 800px;
}

#screening-modal .modal-header {
  text-align: center;
}

#screening-modal #screeningQ {
  width: 200px;
}

@media (max-width: 570px)  {
  #screening-modal.modal.show .modal-dialog {
    transform: scale(0.9);
    transform-origin: center 30%;
  }

  #screening-modal.modal.show div.modal-content  {
    margin-top: 20px;
  }

  #screening-modal.modal.show div.modal-body {
    overflow: auto;
    max-width: 510px;
  }
}

.modal-header {
  justify-content: center;
}

.modal-title {
  font-weight: 800;
  font-size: 22px;
}

.modal-body {
  padding: 20px 0;
}

.modal-content .descriptionFrame {
  padding: 20px 0;
  margin-top: 20px;
}

.modal-content .descriptionFrame h4 {
  font-size: 20px;
}

.modal-footer {
  border: none;
}

.calendarWrapper .modal-content {
  text-align: center;
}

.calendarWrapper .modal-footer {
  margin: 0 auto;
  text-transform: uppercase;
}

.calendarWrapper .modal-footer button.btn-danger {
  height: 42px;
  width: 119px;
  text-transform: uppercase;
  margin-right: 10px;
}

#sessionModalTime, #sessionModalRate, #wrapperSessionModalRate {
  margin: 0;
  border-bottom: none;
}

.noteModal .row {
  margin-bottom: 5px;
  margin-top: 5px;
}

.modal-header.noteModal {
  text-align: center;
}

.noteModal .col-2 {
  margin-bottom: 0;
}

.noteModal .col {
  line-height: 36px;
}

#eventControl {
  top: 5%;
}


/* Other pages */

.reset .btn {
  margin-top: 10px;
}

input.btn  {
  border: 0;
  outline: 0;
  color: white;
  font-family: "museo-sans", -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

.clientListWrapper button#filter-button {
  padding: 10px;
  margin-top: 0;
}

.clientListWrapper .form-inline input.form-control {
  max-width: 105px;
  max-height: 52px;
  padding: 15px;
}

.clientListWrapper .col-5 {
  flex: 0 0 20%;
}

.clientListWrapper .col-4 {
  flex: 0 0 50%;
  max-width: 50%;
}

.genderAge {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 14px 15px 14px;
}

.age {
  padding: 0 3px 0 30px;
}

.clientListWrapper .genderAge {
  flex: 0 0 100%;
}

@media (min-width: 1275px)  {
  .clientListWrapper .genderAge {
    flex: 0 0 33.33333%;
  }
}

@media (min-width: 1275px)  {
  .clientListWrapper .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.clientListWrapper .form-inline .form-group {
  display: flex;
  flex-direction: row;
}


.fc-scroller {
  min-height: 400px !important;
}

@media (min-width: 400px)  {
  .fc-scroller {
    min-height: 500px !important;
  }
}

@media (min-width: 600px)  {
  .fc-scroller {
    min-height: 700px !important;
  }
}

@media (min-width: 900px)  {
  .fc-scroller {
    min-height: 874px !important;
  }
}
/* Tables */

.tableWrapper {
  padding-bottom: 20px;
}

table {
  margin-top: 5px;
}

table#tableMySessions, #tableDashboardTherapist table {
  min-width: 550px;
}

table#tableMySessions p {
  display: inline;
  width: auto;
}

table#tableMySessions td:last-child {
  width: 300px;
}

table#clientListTable {
  min-width: 812px;
}

th {
  text-align: center;
  border-bottom: 1px solid #eceeef;
  padding: 8px;
  vertical-align: middle;
  font-weight: 800;
}

.last-messages th {
  text-align: left;
}

td {
  border-top: none;
  border-bottom: 1px solid #eceeef;
  padding: 12px;
  vertical-align: middle;
}

.table thead th {
  vertical-align: middle;
  border: none;
  padding: 5px;
}

.table th {
  vertical-align: middle;
}

.table tr th:last-child {
  border: none;
}

.table thead th, .table tbody td {
  position: relative;
}

.table thead th.first_column, .table tbody td {
  position: relative;
  width: 30%;
}
.table thead th.second_column, .table tbody td {
  position: relative;
  width: 70%;
}

@media (max-width: 1080px) {
    .table thead th.first_column, .table tbody td {
    position: relative;
    width: 25%;
  }
  .table thead th.second_column, .table tbody td {
    position: relative;
    width: 75%;
  }
}

@media (max-width: 850px) {
  table#clientListTable {
      min-width: 600px;
  }
}

.table thead th.second_column {
  text-align: center;
}

.table tbody td {
  text-align: left;
}

.table thead th:after, .table tbody td:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 11px;
  height: calc(100% - 22px);
  width: 100%;
  border-left: 1px solid #ddd;
}

.table tbody td:after {
  z-index: -100;
}

.table thead th:after {
  border-left-color: white;
  top: 10px;
  height: calc(100% - 20px);
}

.table thead th:first-child:after {
  border: none;
}

.thead-inverse th {
  background-color: #ddd;
  color: #696969;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
}

td.specialTd {
  text-align: left;
  padding: 10px 12px;
}

td.specialTd span{
  padding: 8px;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 5px;
  background-color: #959595;
  text-transform: uppercase;
  border-bottom: none;
  margin-right: 5px;
  margin-top: 2px;
}

#profileFlex select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

#profileFlex {
  display: flex;
  flex-direction: column;
  align-items: left;
}


#profileFlex > div {
  width: 100%;
  padding: 5px;
}


@media (min-width: 550px) {
  #profileFlex {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  #profileFlex > div {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  #profileFlex {
    display: flex;
    justify-content: flex-start;
  }

  #profileFlex > div {
    width: 40%;
    padding: 5px;
  }
}

.langPickerProfile {
  padding: 5px;
}

.profileWrapper.therapist {
  padding-top: 20px;
}

.help-block {
  padding-top: 5px;
  font-size: 0.85rem;
}

.help-block-indented {
  padding-top: 5px;
  padding-left: 5px;
  font-size: 0.85rem;
}

.help-block-login {
  padding-top: 10px;
  font-size: 0.85rem;
  padding-left: 15px;
}

div#expertise .row, div#education .row {
  margin-top: 0;
  margin-bottom: 5px;
  padding: 5px 5px;
  border-radius: 5px;
}

div#expertise, div#education {

}

#expertise h1, #education h1 {
  font-size: 30px;
  padding: 20px 0;
}

#expertise .hoverDiv:hover, #education .hoverDiv:hover {
  background-color: #EFEFEF;
}


@media (min-width: 900px) {
  .col-2, .col-3 {
  flex: 0 0 15%;
  max-width: 15%;
  }
}

.therapist .formImgSearch label {
  display: none;
}

form#user-profile label.control-label {
  font-size: 16px;
}

form#user-profile .form-group {
  width: 100%;
}

@media (min-width: 769px) {
  form#user-profile .form-group {
    max-width: 40%;
  }
}

/*Chat panel*/

.cWrapper {
  padding-bottom: 50px;
}

.chatPanel .chatHeader {
  padding-bottom: 15px;
}

.chatPanel p.lightText {
  font-size: 14px;
  color: #a5a5a5;
  padding-left: 8px;
  margin: 0;
}

.chatPanel div.center.noMsg {
  margin: 50px auto;
  padding: 14px;
  border-radius: 8px;
  background-color: #ddd;
  max-width: 60%;
  text-align: center;
}

.chatPanel .noMsg p {
  margin: auto;
}

.chatPanel .chat {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
}

.color-right {
  background-color: #CEE9E2;
  margin-left: 30%;
  padding: 14px 20px !important;
}

.color-left {
  background-color: #E9E9CD;
  margin-right: 30%;
  padding: 14px 20px !important;
}

.chatPanel small {
  padding-top: 20px;
  color: #a5a5a5;
}

@media (min-width: 768px) {
  .chatPanel .card-text {
    font-size: 17px;
  }

  .chatPanel small {
    font-size: 17px;
  }
}

.chatPanel .chatFooter {
  margin-top: 10px;
  border-radius: 8px;
}

#input-chat {
  border-radius: 8px;
  margin-right: 10px;
}

.chatPanel .chatFooter span {
  border: none;
}

.chatPanel button.btn {
  text-transform: uppercase;
  width: 100%;
  height: 52px;
  font-size: 1.5rem;
  font-weight: 800;
  border: none;
  border-radius: 8px !important;
  margin: 0 !important;
}


/* Date picker*/

.datepicker {
  z-index: 1000;
  border-radius: 5px;
  max-width: 215px;
  width: 100%;
  position: absolute;
  top: 50px;
  right: 0;
}

/* Session Details Therapist Side */

.sessionDetailWrapper {
  padding: 37px 0 50px 0;
}

.sessionDetailWrapper h3 {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  padding: 5px 0 0 0;
}

.videoDetailsWrapper {
  display: block;
}

.therapist #client_session_video {
  width: 100%;
  height: 100%;
  /*position: absolute;*/
}

.therapist #therapist_session_video {
  width: 20%;
  height: 20%;
  position: absolute;
  top: 36px;
  right: 16px;
  z-index: 100;
}

.therapist #therapist_session_video .noVideoBtn,
.videoClient #client_session_video .noVideoBtn {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-image: url("../images/camera.png");
  position: absolute;
  bottom: 55px;
  right: 9px;
  z-index: 100;
}

.therapist #therapist_session_video .noVideoBtn.off,
.videoClient #client_session_video .noVideoBtn.off,
.therapist #therapist_session_video .microphoneBtn.off,
.videoClient #client_session_video .microphoneBtn.off {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.therapist #therapist_session_video .microphoneBtn,
.videoClient #client_session_video .microphoneBtn {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-image: url("../images/microphone.png");
  position: absolute;
  bottom: 15px;
  right: 9px;
  z-index: 100;
}

@media (max-width: 992px) {
  .videoClient #client_session_video .noVideoBtn,
  .therapist #therapist_session_video .noVideoBtn {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-image: url("../images/camera.png");
    position: absolute;
    bottom: 50px;
    right: 5px;
    z-index: 100;
  }

  .videoClient #client_session_video .microphoneBtn,
  .therapist #therapist_session_video .microphoneBtn {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-image: url("../images/microphone.png");
    position: absolute;
    bottom: 10px;
    right: 5px;
    z-index: 100;
  }
}

@media (max-width: 580px) {
  .videoClient #client_session_video .noVideoBtn,
  .therapist #therapist_session_video .noVideoBtn {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-image: url("../images/camera.png");
    position: absolute;
    bottom: 40px;
    right: -20px;
    z-index: 100;
  }

  .videoClient #client_session_video .microphoneBtn,
  .therapist #therapist_session_video .microphoneBtn {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-image: url("../images/microphone.png");
    position: absolute;
    bottom: 5px;
    right: -20px;
    z-index: 100;
  }
}

.fullscreenBtn {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-image: url("../images/expand.png");
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 100;
  }

  .fullscreenBtn.off {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}


.videos{
  background-color: grey;
  background-image: url("images/logo-dugicrni.png") no-repeat;
  flex: 0 0 100%;
  height: 250px;
  display: flex;
  flex-direction: column;
  order: 0;
  position: relative;
}

.details {
  flex: 0 0 100%;
  padding-top: 20px;
  order: 2;
}

.nameDetails {
  display: flex;
  padding-left: 2px;
  max-width: 250px;
}

@media (min-width: 450px) {
  .videos{
    height: 350px;
  }
}

@media (min-width: 500px) {
  .videos{
    height: 400px;
  }
}

@media (min-width: 580px) {
  .videos{
    height: 450px;
  }
}

@media (min-width: 992px) {
  .videoDetailsWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .videos{
    flex: 0 0 75%;
    height: 469px;
  }

  .details {
    flex: 0 0 25%;
    padding-left: 16px;
    padding-top: 0;
    order: 1;
  }

  .nameDetails {
    max-width: none;
  }
}

.nameText {
  flex: 0 0 80%;
}

.nameImg {
  flex: 0 0 20%;
  padding-top: 5px;
  padding-right: 5px;
  text-align: right;
}

.lastNotes{
  padding-bottom: 15px;
}

.lastNotes h3{
  display: inline-block;
  padding-bottom: 5px;
  padding-left: 2px;
}

.notesDiv {
  height: 252px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow-y: scroll;
}

.notesDiv p {
  padding: 10px;
  font-size: 15px;
  line-height: 18px;
}

.lastTags h3 {
  padding-bottom: 5px;
  padding-left: 2px;
}

.videoTimeDetails span {
  border-bottom: none;
}

.videoTimeDetails h6 {
  font-weight: 800;
  display: block;
  margin: 0;
}

@media (min-width: 1180px) {
  .videoTimeDetails h6{
    display: inline-block;
  }
}

.videoTimeDetails {
  flex: 0 0 100%;
  justify-content: space-between;
  padding: 15px 5px 0 5px;
  display: flex;
  flex-direction: column;
  order: 1;
}

@media (min-width: 530px) {
  .videoTimeDetails {
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .videoTimeDetails {
    flex: 0 0 75%;
    justify-content: space-between;
  }
}

.videoTimeDetails div {
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .earlyLateClass h4.smallBoldTitle {
    padding-top: 10px;
  }
}

/* Session Details Client Side */

.clientVideoWrapper {
  padding-top: 37px;
}

.videoClient #client_session_video {
  width: 20%;
  height: 20%;
  position: absolute;
  top: 35px;
  right: 25px;
  z-index: 2;
}

.videoClient #therapist_session_video {
  width: 100%;
  height: 100%;
  position: absolute;
}

.sessionEarlyLateWrapper {
  background: #4D4D4D;
  flex: 0 0 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  order: 0;
  position: relative;
  padding: 50px 10px 10px 50px;
}

.sessionEarlyLateWrapper p {
  color: #C0E9A4;
  font-size: 14px;
  margin: 0;
}

.sessionEarlyLateWrapper h1 {
  padding: 0;
  color: white;
  font-size: 30px;
  font-weight: 800;
}

@media (min-width: 700px) {
  .sessionEarlyLateWrapper {
    padding: 100px 10px 10px 100px;
  }

  .sessionEarlyLateWrapper h1 {
    font-size: 40px;
  }
}

.sessionEarlyLateWrapper p.redFont{
  color: #EEA7A4;
}

.videoClient {
  background-color: grey;
  background-image: url("../images/logo-dugicrni.png") no-repeat;
  flex: 0 0 100%;
  height: 250px;
  display: flex;
  flex-direction: column;
  order: 0;
  position: relative;
}

@media (min-width: 450px) {
  .videoClient{
    height: 350px;
  }
}

@media (min-width: 500px) {
  .videoClient{
    height: 253px;
  }
}

@media (min-width: 580px) {
  .videoClient{
    height: 450px;
  }
}

@media (min-width: 992px) {
  .videoClient{
    flex: 0 0 75%;
    height: 625px;
  }
}

.videoTimeDetails.client {
  flex: 0 0 100%;
  justify-content: space-between;
  padding: 15px 5px;
  display: flex;
  flex-direction: column;
  order: 1;
}

.videoTimeDetails div.flexDiv {
  display: flex;
  flex-direction: column;
}

@media (min-width: 850px) {
  .videoTimeDetails.client {
    flex-direction: row;
    height: 75px;
  }

  .videoTimeDetails div.flexDiv {
    flex-direction: row;
    line-height: 45px;
    padding-bottom: 0;
  }
}

.videoTimeDetails.client {
  padding-bottom: 0;
}

.videoTimeDetails div.imgInfoWrapper {
  display: flex;
  flex-direction: row;
  line-height: 30px;
  padding-bottom: 0;
  flex: 2;
}

@media (min-width: 992px) {
  .client .lead {
    padding-bottom: 0;
  }

  .client h4 {
    padding-top: 5px;
  }
}

.client div.flexDiv div {
  padding-bottom: 10px;
}

.client div.flexDiv div:nth-child(1) {
  padding-right: 25px;
}

.client div.flexDiv h6 {
  display: inline-block;
}


.videoTimeDetails .therapistImg {
  padding-bottom: 0;
}

.videoTimeDetails .therapistImg img {
  width: 60px;
  height: 60px;
  border-radius: 5px;
}

.videoTimeDetails .therapistInfo {
  padding-bottom: 0;
}

.videoTimeDetails .therapistInfo h4 {
  font-size: 22px;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline-style: solid;
  outline-color:#FFFFFF;
  font-size: 15px;
  transition: 0.4s;

}

.expanded, .accordion:hover {
  background-color: #FAD6A7;
}

.panel {
  padding: 15px 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}


/* Client detail page */

.clientDetails {
  padding: 10px 8px 0 8px;
}

.clientDetails h2 {
  padding: 5px 0;
  display: inline-block;
}

.clientDetails .noSessions {
  margin-top: 30px;
}

.clientFlex {
  display: flex;
  flex-direction: column;
}

.clientFlex span {
  border-bottom: none;
}

.clientFlexRight {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
}

.clientFlexRight b {
  text-transform: uppercase;
}

.screeningForm {
  display: flex;
  flex-direction: row;
  padding-top: 10px;
}

.screeningForm a:focus {
  outline: none;
}

.screeningForm .fa-2x {
  font-size: 28px;
  padding-left: 10px;
}

.screeningForm b {
  padding-top: 4px;
}

.commonTagsDiv {
  display: flex;
  flex-direction: row;
}

.commonTagsDiv b {
  padding-right: 10px;
  padding-top: 3px;
}

.commonTagsDiv .badge {
  padding: 6px 8px 5px 8px;
  margin-top: 2px;
}

@media (min-width: 930px) {
  .clientFlex {
    flex-direction: row;
  }

  .clientFlexLeft {
    flex: 0 0 40%;
  }

  .clientFlexRight {
    flex-direction: row;
    padding-top: 17px;
    flex: 0 0 60%;
    justify-content: space-around;
  }

  .commonTagsDiv{
    display: flex;
    flex-direction: column;
  }

  .screeningForm {
    padding-top: 0px;
    flex-direction: column;
  }

  .screeningForm .fa-2x{
    padding-left: 0px;
  }

  .screeningForm b {
    padding-top: 0px;
  }
}

.notesTitle {
  border-bottom: none;
  text-transform: uppercase;
}

.notesFlex {
  display: flex;
  flex-direction: column;
  padding-bottom: 5px;
  order: 0;
}

.notesFlexLeft {
  padding-top: 14px;
  padding-bottom: 5px;
}

.noteForm {
  order: 1;
}

.submitButtonNotes {
  order: 2;
}

@media (min-width: 450px) {
  .notesFlex {
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0px;
  }
}

/* Payment page */

.payment div.padd {
  padding: 0px;
}

.payment p.padd {
  padding: 0 5px;
}

.paymentWrapper {
  padding-top: 40px;
}

.paymentWrapper #backBtn, .logoutPage #backBtn, .passwordChange #backBtn {
  padding: 30px 5px;
  font-weight: 800;
  text-align: center;
  width: 100px;
  margin: 0 auto;
}

.payment h2 {
  font-family: "museo-sans";
}


/* Profile and questions */

.welcomeText {
  padding: 0 8px 5px 8px;
  max-width: 400px;
}

.questionsText h2 {
  display: none;
}

#user-profile input#id_year_of_birth {
  height: calc(2.25rem + 16px);
}

#loginPage hr.hrLong {
  max-width: 860px;
  margin: 15px 0 30px 0;
}

.profileQuestionsWrapper h1 {
  padding: 0px 8px 15px 5px;
}

.profileQuestionsWrapper #notesProfile {
  font-size: 14px;
  max-width: 400px;
  padding: 10px 8px;
}

.profileQuestionsWrapper #formWrapperProfile {
  width: 100%;
}

.profileQuestionsWrapper #formWrapperProfile #submit {
  margin: 15px auto;
  min-width: 110px;
}

.profileQuestionsWrapper #formWrapperProfile .btnDiv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.profileQuestionsWrapper #formWrapperProfile .btnDiv .btn {
  min-width: 110px;
  height: 52px;
  font-size: 1.4rem;
  padding: 0 16px;
}

.profileQuestionsWrapper #formWrapperProfile .btnDiv .btn:hover {
  background-color: rgb(245, 175, 51);
}

.profileQuestionsWrapper #formWrapperProfile .btnDiv .btn:disabled {
  background-color: #858686;
  opacity: 0.7;
}

.profileQuestionsWrapper #formWrapperProfile .btnDiv #previous {
  opacity: 0.7;
  margin: 15px 15px 15px 0;
}

.profileQuestionsWrapper #formWrapperProfile .btnDiv #submit {
  background-color: #858686;
  opacity: 0.7;
}

.profileQuestionsWrapper #formWrapperProfile .btnDiv #next {
  margin: 15px 0 15px 15px;
}

@media (max-width: 425px) {
  .profileQuestionsWrapper #formWrapperProfile .btnDiv {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .profileQuestionsWrapper #formWrapperProfile .btnDiv #previous {
    margin: 5px auto;
  }

  .profileQuestionsWrapper #formWrapperProfile .btnDiv #next {
    margin: 5px auto;
  }
}

.profileQuestionsWrapper #formWrapperProfile h2 {
  padding-bottom: 20px;
}

.profileQuestionsWrapper .form-group {
  margin-bottom: 30px;
}

.profileQuestionsWrapper label.control-label {
  font-weight: bold;
}

.logoutBtn {
  text-align: right;
  margin: 0;
  padding-right: 8px;
  padding-bottom: 5px;
}

div#page {
  line-height: 50px;
  height: 52px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  color: #959595;
  font-size: 22px;
  font-weight: 800;
  padding: 0;
}
