﻿/* COLOR STYLES */
/* FRAMEWORKTODO: Change the app colors according to the project as needed. Accent for the complete color sceme individually. The appcolor for the primary app color to be used throughout. */
/* */
/* FLAT UI colors */
/* END COLOR STYLES */
.droplayout-cards::-webkit-scrollbar {
  height: 12px;
}

.droplayout-cards::-webkit-scrollbar-thumb,
.droplayout-cards::-webkit-scrollbar-track {
  border-radius: 92px;
}

/*.droplayout-cards::-webkit-scrollbar-thumb {
                  background: #97cc45;
                }

                  .droplayout-cards::-webkit-scrollbar-thumb:horizontal:hover,
                  .droplayout-cards::-webkit-scrollbar-thumb:vertical:hover {
                    background: #97cc45;
                }

                  .droplayout-cards::-webkit-scrollbar-thumb:horizontal:active,
                  .droplayout-cards::-webkit-scrollbar-thumb:vertical:active {
                    background: #97cc45;
                }*/
/*.droplayout-cards::-webkit-scrollbar-track {
                  background: var(--thumb);
                }*/
.active > .card-toolbar > .rotate-180, .collapsible:not(.collapsed) > .card-toolbar > .rotate-180, .show > .card-toolbar > .rotate-180 {
  transform: rotateZ(180deg);
  transition: transform 0.3s ease;
}

#bottomblock_Feedback_WeUseCookies {
  background: #2a2a2a;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 9999;
  padding: 20px 0;
  display: none;
}

#bottomblock_Feedback_WeUseCookies p {
  color: #fff;
}

#bottomblock_Feedback_WeUseCookies h4 {
  color: #fff;
}

.modal-open .modal.modal-center {
  display: flex !important;
  align-items: center !important;
}
.modal-open .modal.modal-center .modal-dialog {
  flex-grow: 1;
}

.navbar-custom {
  background-color: #97cc45 !important;
}

.topnav .dropdown-item.active {
  color: #97cc45 !important;
}

.topnav .navbar-nav .nav-link:focus, .topnav .navbar-nav .nav-link:hover {
  color: #97cc45 !important;
}

.topnav .dropdown:hover > .nav-link {
  color: #97cc45 !important;
}

.iti {
  width: 100% !important;
}

.iti input {
  padding-left: 90px !important;
}

@media (min-width: 992px) {
  body[data-layout-mode=horizontal] .content-page-anonymous {
    padding: 10px 15px 65px 15px !important;
  }
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  cursor: no-drop !important;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__rendered li {
  cursor: no-drop !important;
}

.nav-brand .nav-link.active, .nav-brand .show > .nav-link {
  background-color: #97cc45;
}

/*a {
    color: #ff9ac9 !important;
}

    a:hover {
        color: #ff7cb9 !important;
    }*/
.infopage-title {
  font-size: 24px;
  color: #222;
  margin-bottom: 10px;
}

.infopage-lastupdatedate {
  font-size: 20px;
  color: #777;
}

.infopage-heading-type1 {
  font-size: 20px;
  color: #222;
  margin-bottom: 10px;
  margin-top: 20px;
}

.infopage-heading-type2 {
  font-size: 18px;
  color: #222;
  margin-bottom: 10px;
  margin-top: 20px;
}

.infopage-content-type1 {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}

.infopage-content-type1-bold {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
  font-weight: bold;
}

.summary-displayblock {
  width: 50% !important;
}

.summary-mostrecentscreening-title {
  text-align: center;
}

.summary-mostrecentscreening-img {
  height: 150px;
}

.summary-infoblock-img1 {
  height: 150px;
}

.summary-infoblock-img2 {
  height: 150px;
}

/*Custom Colors Start */
.btn-brand-green {
  color: #fff;
  background-color: #97cc45;
  border-color: #97cc45;
}

.btn-brand-green:hover {
  color: #fff;
  background-color: #7DB030;
}

.btn-brand-purple {
  color: #fff;
  background-color: #9D3787;
  border-color: #9D3787;
}

.btn-brand-purple:hover {
  color: #fff;
  background-color: #883075;
}

.btn-outline-brand-green {
  color: #97cc45;
  border-color: #97cc45;
}

.btn-outline-brand-green:hover {
  color: #fff;
  background-color: #97cc45;
  border-color: #97cc45;
}

.btn-outline-brand-purple {
  color: #9D3787;
  border-color: #9D3787;
}

.btn-outline-brand-purple:hover {
  color: #fff;
  background-color: #9D3787;
  border-color: #9D3787;
}

.bg-brand-green {
  background-color: #97cc45 !important;
}

.bg-brand-purple {
  background-color: #9D3787 !important;
}

.bg-danger-card {
  background-color: #e35276 !important;
}

.checkbox-brand-green input[type=checkbox]:checked + label::before {
  background-color: #97cc45;
  border-color: #97cc45;
}

.checkbox-brand-green input[type=checkbox]:checked + label::after {
  border-color: #fff;
}

.checkbox-brand-purple input[type=checkbox]:checked + label::before {
  background-color: #9D3787;
  border-color: #9D3787;
}

.checkbox-brand-purple input[type=checkbox]:checked + label::after {
  border-color: #fff;
}

.form-check-brand-green .form-check-input:checked {
  background-color: #97cc45 !important;
}

.form-check-brand-purple .form-check-input:checked {
  background-color: #9D3787 !important;
}

.link-brand-green {
  color: #97cc45;
  text-decoration: none;
  background-color: transparent;
}

.link-brand-green:hover {
  color: #7DB030;
  text-decoration: none;
}

.link-brand-purple {
  color: #9D3787;
  text-decoration: none;
  background-color: transparent;
}

.link-brand-purple:hover {
  color: #883075;
  text-decoration: none;
}

.text-brand-green {
  color: #97cc45 !important;
}

.text-brand-purple {
  color: #9D3787 !important;
}

.nav-link-brand-green a.active {
  border-bottom: 2px solid #97cc45 !important;
}

.nav-link-brand-purple a.active {
  border-bottom: 2px solid #9D3787 !important;
}

.diet-protein-color-background {
  background-color: rgb(255, 99, 132) !important;
}

.diet-protein-color {
  color: rgb(255, 99, 132) !important;
}

.diet-carb-color {
  color: rgb(54, 162, 235) !important;
}

.diet-carb-color-background {
  background-color: rgb(54, 162, 235) !important;
}

.diet-fat-color {
  color: rgb(255, 205, 86) !important;
}

.diet-fat-color-background {
  background-color: rgb(255, 205, 86) !important;
}

.diet-calories-color {
  color: rgb(107, 44, 242) !important;
}

.diet-calories-color-background {
  background-color: rgb(107, 44, 242) !important;
}

/*Custom Colors End*/
a:not([href]) {
  /*color: #6658dd !important;*/
  text-decoration: none !important;
  outline: none !important;
  cursor: pointer !important;
}

/*DATATABLE STYLES*/
.small-action-lastcolumn > thead > tr > th:last-child {
  width: 50px !important;
}

.small-action-lastcolumn > tbody > tr > td:last-child {
  text-align: center;
  vertical-align: middle;
}

.small-action-lastcolumn > tbody > tr > td:last-child .list-icons-item {
  font-size: 25px;
}

table.dataTable {
  /*border-collapse: collapse;*/
  width: 100% !important;
}

/*END DATATABLE STYLES*/
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #34495e;
  border-color: #34495e;
}

.select2-container {
  width: 100% !important;
}

/*.required {
    color: #f44336 !important;
}*/
.custom-paragraph-table tbody p {
  margin-bottom: 5px !important;
}

/*.dataTables_length select {
    height: calc(1.5385em + 1rem + 2px) !important;
    padding: 0.5rem 0 !important;
}*/
.custom-page-header-spacing {
  margin-bottom: 20px;
}

.custom-page-header-spacing .page-header-content {
  padding: 0 1.25rem !important;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 10px auto;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

/*.avatar-upload .avatar-edit input + label:after {
                    content: "\f044";
                    font-family: 'Font Awesome 5 Free';
                    color: #757575;
                    position: absolute;
                    top: 10px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }*/
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.always-link-cursor {
  cursor: pointer !important;
}

.viewonly-cursor {
  cursor: no-drop !important;
}

.text-purple {
  color: #673ab7 !important;
}

.bg-purple {
  background-color: #673ab7;
}

.border-purple {
  border-color: #673ab7;
}

.btn-purple {
  color: #fff;
  background-color: #673ab7;
  border-color: #673ab7;
}

.btn-purple:hover {
  color: #fff;
  box-shadow: 0 0 0 62.5rem rgba(0, 0, 0, 0.075) inset;
}

.btn-outline-purple {
  color: #673ab7;
  border-color: #673ab7;
}

.btn-outline-purple:hover {
  color: #fff;
  background-color: #673ab7;
  border-color: #673ab7;
}

.view-verification-files-action-td button:first-of-type {
  margin-right: 0.75rem !important;
}

.forcedredcolor {
  color: #ff4530;
}

.btnwidth30percent {
  width: 30% !important;
}

.btnwidth50percent {
  width: 50% !important;
}

.btnwidth50 {
  width: 50px !important;
}

.btnwidth60 {
  width: 60px !important;
}

.btnwidth80 {
  width: 80px !important;
}

.btnwidth100 {
  width: 100px !important;
}

.btnwidth120 {
  width: 120px !important;
}

.btnwidth150 {
  width: 150px !important;
}

.btnwidth160 {
  width: 160px !important;
}

.btnwidth170 {
  width: 170px !important;
}

.btnwidth180 {
  width: 180px !important;
}

.btnwidth200 {
  width: 200px !important;
}

.btnwidth210 {
  width: 210px !important;
}

.btnfullwidth {
  width: auto;
}

.btnfullwidth-md {
  width: auto;
}

.btnfullwidth-xl {
  width: auto;
}

.btnfullwidthtable {
  width: auto;
}

.btnsmallresizemarginonly {
  margin-bottom: 0px;
}

.navbar-custom-marginright {
  margin-right: 50px;
}

.navbar-authenticationbutton-liholder {
  text-align: left;
}

.profile-avatar-current {
  width: 170px;
  height: 170px;
}

@media (max-width: 1684px) {
  .btnfullwidthtable {
    width: 100% !important;
    margin-top: 5px;
  }
  .navbar-custom-marginright {
    margin-right: 50px;
  }
}
@media (max-width: 991.98px) {
  body[data-layout-mode=horizontal] .navbar-toggle span {
    background-color: #fff;
  }
}
@media (max-width: 1484px) {
  .summary-displayblock {
    width: 100% !important;
  }
}
@media (max-width: 1060px) {
  .summary-infoblock-holder {
    height: 443px;
  }
}
@media (max-width: 1015px) {
  .summary-infoblock-img1 {
    height: 100px;
  }
  .summary-infoblock-img2 {
    height: 100px;
  }
}
@media (max-width: 992px) {
  .btnfullwidth {
    width: 100% !important;
    margin-bottom: 5px;
  }
  .btnsmallresizemarginonly {
    margin-bottom: 5px;
  }
  .btnfullwidth-md {
    width: 100% !important;
    margin-bottom: 5px;
  }
  .btnfullwidth-xl {
    width: 100% !important;
    margin-bottom: 5px;
  }
  .view-verification-files-action-td button:first-of-type {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .btnfullwidth {
    width: 100% !important;
    margin-bottom: 5px;
  }
  .btnsmallresizemarginonly {
    margin-bottom: 5px;
  }
  .btnfullwidth-md {
    width: 100% !important;
    margin-bottom: 5px;
  }
  .btnfullwidth-xl {
    width: 100% !important;
    margin-bottom: 5px;
  }
  .assetwizard-navheading-size {
    width: calc(100% - 0.25rem) !important;
    flex: 0 0 calc(100% - 0.25rem) !important;
  }
  .navbar-custom-marginright {
    margin-right: 20px;
  }
  .navbar-authenticationbutton-liholder {
    text-align: center;
  }
  .profile-avatar-current {
    width: 120px;
    height: 120px;
  }
  .summary-infoblock-img1 {
    height: 150px;
  }
  .summary-infoblock-img2 {
    height: 150px;
  }
  .summary-infoblock-holder {
    height: auto;
  }
}
/* VALIDATION STYLES */
.for-validation-msg {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  position: relative;
  padding-left: 1.625rem;
}

/*.is-valid input {
    border-color: #0abb87;
}*/
.is-valid .for-validation-msg {
  color: #4CAF50 !important;
}

input.input-validation-error, select.input-validation-error, textarea.input-validation-error {
  border-color: #f44336 !important;
}

input.valid, select.valid, textarea.valid {
  border-color: #4CAF50 !important;
}

.for-validation-msg.field-validation-error {
  color: #f44336 !important;
}

.for-validation-msg.field-validation-error:before,
.for-validation-msg.field-validation-valid:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  position: absolute;
  top: -2px;
  left: 0;
  display: inline-block;
  /*line-height: 1;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.for-validation-msg.field-validation-error:empty,
.for-validation-msg.field-validation-valid:empty {
  display: none;
}

.for-validation-msg.field-validation-error:before {
  content: "\f057";
}

.for-validation-msg.field-validation-valid:before {
  content: "\f058";
}

.validation-summary-valid {
  display: none !important;
}

.asp-validation-summary-wrapper {
  display: none !important;
}

.validation-summary-errors .asp-validation-summary-wrapper {
  display: flex !important;
}

.validation-summary-errors ul {
  margin-left: 2.75rem !important;
}

/* END VALIDATION STYLES */
/* END STYLES */
