body {
    background: #b3d7ff !important;
    font-size: 0.85rem;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 300;
}

.card {
  font-weight: 300;
  font-size: 1rem !important;
}

.card-login {
    border: 1px solid #28a745;
    margin-top: 130px;
    padding: 18px;
    max-width: 30rem;
}

.card-login .card-header {
    color: #fff;
    /*background: #ff0000;*/
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 600 !important;
    margin-top: 10px;
    border-bottom: 0;
}

.input-group-prepend span{
    width: 50px;
    background-color: #ff0000;
    color: #fff;
    border:0 !important;
}

input:focus{
    outline: 0 0 0 0  !important;
    box-shadow: 0 0 0 0 !important;
}

.login_btn{
    width: 130px;
}

.login_btn:hover{
    color: #fff;
    background-color: #ff0000;
}

.btn-outline-danger {
    color: #fff;
    font-size: 18px;
    background-color: #28a745;
    background-image: none;
    border-color: #28a745;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0;
}

.input-warning{
    margin-top: 0px;
    color: red
}

@keyframes swing {
    0% {
      transform: rotate(0deg);
    }
    10% {
      transform: rotate(10deg);
    }
    30% {
      transform: rotate(0deg);
    }
    40% {
      transform: rotate(-10deg);
    }
    50% {
      transform: rotate(0deg);
    }
    60% {
      transform: rotate(5deg);
    }
    70% {
      transform: rotate(0deg);
    }
    80% {
      transform: rotate(-5deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }

  #main-page-content-data {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: whitesmoke;
  }
  
  .card .card-header.card-green {
    background-color: #00796B;
    padding: .3rem 1.25rem;
  }
  
  .card .card-header.card-green .card-title {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.4em;
    font-family: Helvetica,Arial,sans-serif;
    color: #fff;
  }
  
  .card .card-header.card-green .card-category {
    color: hsla(0,0%,100%,.8);
    margin: 0;
  }
  
  
  /* inputs */

  .form-control {
    font-size: 14px !important;
  }

  .form-control:focus{
    box-shadow: none;
  }

  .form-control::placeholder{
    font-size: 14px !important;
    color: #AAA !important;
  }
  
  .bmd-form-group label {
    font-size: .875rem !important;
    color: #4caf50;
  }
  
  .bmd-form-group .bmd-label-floating {
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
  }
  
  
  .has-success .form-control-feedback {
    color: #4caf50 !important;
    opacity: 1;
  }
  
  .form-control-feedback {
    position: absolute;
    top: 33px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    pointer-events: none;
    opacity: 0;
  }
  
  .btn-primary.submit-button{
    background-color: #009688;
    color: #fff;
    width: 150px;
  }
  
  
  .error-message{
    color: red;
  }
  
  
  label .input-required {
    margin-left: 10px;
    color: grey;
  }
  
  .card.data-form-card {
    margin-bottom: 30px;
  }
  
  .card.data-form-card .card-header{
    padding-top: 3px;
    padding-bottom: 0px;
    background-color: #04421238;
    color: #6d4e84;
  }
  
  .card.data-form-card .card-header .card-title{
    font-size: .991rem;
    font-weight: 300;
    font-family: Roboto,Helvetica,Arial,sans-serif;
  }
  
  select.form-control:not([size]):not([multiple]) {
    height: 36px !important;
  }
  
  .is-filled .form-control {
    background-color: rgb(232, 240, 254);
    color: black;
  }
  
  .nav-item .nav-link {
    cursor: pointer;
  }
  
  .user-name .user-surname {
    margin-left: 5px;
  }

.form-control.capitalize {
    text-transform: capitalize;
}
.feature-box {
  text-align: center;
  color: black;
  padding: 20px;
  transition: .5s;
  margin-bottom: 30px;
  background-color: #ced4da;
  /* border: 1px solid green; */
  height: 150px;
  cursor: pointer;
  overflow: hidden;
}

.feature-box:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.icone_grande {
  font-size: 3.5rem;
}

.feature-box h6.feature-label {
  font-size: 17px;
  font-weight: 400;
  margin: 5px 0 5px;
}

.table {
  border: none;
  width: 100%;
}

.table-user-information > tbody > tr {
  border-top: 1px solid rgb(221, 221, 221);
}

.table td {
  vertical-align: middle;
}

.table-user-information > tbody > tr > td {
  border-top: 0;
}

.float-label-control {
  position: relative; margin-bottom: 1.5em;
}

.float-label-control input:-webkit-autofill, .float-label-control textarea:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -moz-box-shadow: 0 0 0 1000px white inset !important;
  box-shadow: 0 0 0 1000px white inset !important;
}

.float-label-control input, .float-label-control textarea, .float-label-control label { 
  font-size: 1.3em;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.float-label-control input:focus, .float-label-control textarea:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom-width: 2px;
  padding-bottom: 0;
}

.float-label-control textarea:focus { 
  padding-bottom: 4px;
}

.float-label-control input, .float-label-control textarea {
  display: block;
  width: 100%;
  padding: 5px;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #aaa;
  outline: none; margin: 0px;
  background: none;
}

.float-label-control textarea {
  display: block;
  width: 100%;
  padding: 5px;
  /* border: none; */
  border-radius: 0px;
  /* border-bottom: 1px solid #aaa; */
  outline: none; margin: 0px;
  background: none;
}

/* .float-label-control textarea {
  padding: 0.1em 0em 5px 0em;
} */


.session-data-form-header {
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 15px;
  text-align: center;
}

.session-data-form-header .header-title {
  font-size: 1.25em;
  font-weight: 500;
  padding: 0px;
  margin: 0px;
  color: purple;
  border-bottom: 2px solid purple;
}


.session-data-form-guide {
  font-size: 1.1em;
  font-weight: 300;
  color: #0d3817;
}

.btn.btn-left {
  padding: 5px 15px;
  background-color: whitesmoke;
  color: #17a2b8;
  border-radius: 5px;
  float: left;
  border: 1px solid #17a2b8;
}

.btn.btn-left:hover {
  background-color:#17a2b8; 
  color: whitesmoke;

}

.btn.btn-right {
  padding: 5px 15px;
  background-color:#17a2b8; 
  color: whitesmoke;
  border-radius: 5px;
  float: right;
  border: 1px solid #17a2b8;
}

.btn.btn-right:hover {
  background-color: whitesmoke;
  color: #17a2b8;
}

.form-group .follow-up-date-label {
  font-size: 14px;
  font-weight: 600;
}

.form-group .follow-up-date-input {
  width: 50%;
  height: 36px;
  margin-left: 20px;
  padding-left: 10px;
  font-size: 14px;
}

.details-section-header .header-title {
  padding-left: 30px;
  font-size: 1.2em;
  font-weight: 400;
  border-bottom: 1px solid #dae0e5;
  color: #333;
}

.details-section-body li {
  font-weight: 300;
  padding: 2px 10px;
  margin: 0px;
  border-bottom: 1px solid #dee2e6;
  color: #545b62;
  height: 25px;
}

.details-section-body .details-section-data {
  padding: 0px;
  margin: 0px;
}

#custom-search-input {
  margin-top: 10px;
  margin-bottom: 20px;
}

#custom-search-input .search-query {
  padding-right: 3px;
  padding-left: 15px;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0;
}

#custom-search-input .form-control {
  height: 36px;
}

@media only screen and (min-width: 768px) {
  #custom-search-input {
    width: 70%;
  }
}

#custom-search-input button {
  border: 0;
  background-color: #17a2b8;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color:#f8f9fa;
  cursor: unset;
  z-index: 2;
}

.session-entry {
  cursor: pointer;
}

.session-entry:hover {
  background-color: #e9ecef;
}

.user-information-page .card .card-header{
  padding: 0px 1.25rem;
}

.user-information-page .card .card-header .card-title {
  margin-top: .75rem;
  margin-bottom: .75rem;
  color: #fff;
}

#custom-search-input .search-query {
  width: 70%;
  padding-right: 3px;
  padding-left: 15px;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0;
}

#custom-search-input .form-control {
  height: 36px;
}

#custom-search-input button.btn {
  border: 0;
  background-color: #17a2b8;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color:#f8f9fa;
  cursor: unset;
  z-index: 2;
  padding: 1px 6px;
}

@media only screen and (max-width: 550px) {
  #custom-search-input button.btn {
      font-size: small;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.table {
  border: none;
  width: 100%;
}

.table td {
  vertical-align: middle;
}

.table-user-information > tbody > tr {
  border-top: 1px solid rgb(221, 221, 221);
}

.table-user-information > tbody > tr:first-child {
  border-top: 0;
}


.table-user-information > tbody > tr > td {
  border-top: 0;
}

#sessions-list-section {
  margin-top: 30px;
}

#start-session-button {
  padding-right: 20px;
  padding-bottom: 20px;
  text-align: right;
}

.btn i {
  margin-right: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 4px;
}

.btn:hover i {
  animation: swing 0.5s;
}

#start-session-button .btn.btn-start-session{
  width: 200px;
  padding: 5px;
  background-color: #364a5f;
  color: whitesmoke;
  border-radius: 5px;
}

#start-session-button .btn.btn-start-session i {
background-color: #195290;
}

#start-session-button .btn.btn-start-session:hover{
  background-color: #195290;
}

#start-session-button .btn.btn-start-session:hover i {
  background-color: #364a5f;
 }

.phone-number-value {
  margin-left: 10px;
  color: #0c5e6b;
  cursor: pointer;
}

.email-value {
  color: #0c5e6b;
  cursor: pointer;
}

.date-value {
  margin-left: 10px;
  cursor: pointer;
}

.btn.btn-left {
  padding: 5px 15px;
  border-radius: 5px;
  float: left;
}

.btn.btn-edit-information {
  background-color: #17a2b8;
  color: whitesmoke;
}

.btn.btn-edit-information i {
  background-color: #117a8b;
}

.btn.btn-edit-information:hover{
  background-color: #117a8b;
}

.btn.btn-edit-information:hover i {
  background-color: #17a2b8;
}

.btn.btn-right {
  padding: 5px 15px;
  border-radius: 5px;
  float: right;
}

.btn.btn-delete-information {
  background-color: #dc3545;
  color: whitesmoke;
}

.btn.btn-delete-information i {
  background-color: #bd2130;
}

.btn.btn-delete-information:hover{
  background-color: #bd2130;
}

.btn.btn-delete-information:hover i {
  background-color: #dc3545;
}

.session-entry {
  cursor: pointer;
}

.session-entry:hover {
  background-color: #e9ecef;
}

.table-entry-clickable {
  cursor: pointer;
}

.table-entry-clickable:hover {
  background-color: #e9ecef;
}

.page-header{
  color: #34495E;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 7px;
}

.page-header .page-title {
  background-color: #008080f2;
  color: whitesmoke;
  padding: 7px 20px;
  margin: 0px;
}

.page-content{
  padding: 0.7rem !important;
}

.table-entry {
  cursor: pointer;
}

.table-entry:hover {
  background-color: #e9ecef;
}

.empty-list-feedback {
  text-align: center;
}

a.previous {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.previous {
  color: #117a8b;
}

a.previous:hover {
  color: #117a8b;
  background-color: #ddd;
}

.previous i {
  margin-right: 5px;
}

#pageError {
  text-align: center;
}

#error-message {
  color: red;
}

.section-header {
  /* border-bottom: 2px solid #6c757d; */
  background-color: #26903e;
  color: #f8f9fa;
  padding: 3px 30px;
  margin-bottom: 10px;
}

.section-header .section-title{
  font-size: 1.3em;
  font-weight: 300;
  text-transform: uppercase;
}

.section-content {
  padding: 10px 10px;
}

/* #data-input {} */

#data-input .form-control {
  height: 36px;
  text-transform: capitalize;
}

#data-input button.btn {
  border: 0;
  background-color: #17a2b8;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #f8f9fa;
  cursor: unset;
  z-index: 2;
  padding: 1px 6px;
}

#notes-section .notes-item p {
  margin-bottom: 5px;
}

#notes-section .notes-item .notes-data {
  font-size: 1.0em;
  /* margin-bottom: 5px; */
}

#notes-section .notes-item .delete-data {
  margin-left: 15px;
  font-size: 0.9em;
  color: #ad0c0c;
  cursor: pointer;
  float: right;
}

#notes-section .notes-item .delete-data i {
  margin-right: 2px;
}

.list-group-item {
  padding: .3rem 1.25rem !important;
  background-color: #dee2e6 !important;
}

.notes-date-section {
  padding: 5px 5px;
  background-color: blanchedalmond;
}

.delete-data span{
  padding: 2px 10px;
  margin-left: 15px;
  cursor: pointer;
  background-color: #e4cb80;
  color: #da4856;
  border-radius: 10px;
}

.empty-list-feedback {
  margin-top: 30px;
}

.btn.btn-default.btn-print-action {
  float: right;
  border: 1px solid black;
  margin-bottom: 10px;
  background-color: #adb5bd;
}

.btn.btn-default.btn-print-action:hover {
  background-color: white;
}

.form-control.notes-input {
  border: 2px solid #17a2b8;
}

.notes-date-section {
  margin-top: 8px;
}

.h5, h5 {
  font-size: 1.25rem !important;
}

.h6, h6 {
  font-size: 1rem !important;
}

