﻿html {
  height: 100vh; }

:root {
  font-size: 16px;
  font-family: 'Open Sans'; }

#cedlabLogo {
  height: 3.5rem !important; }

body {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }
  body .body-content {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    body .body-content .container-fluid {
      height: inherit; }
      body .body-content .container-fluid h1 {
        margin-bottom: 100px; }
      body .body-content .container-fluid select {
        padding-top: 0% !important;
        padding-bottom: 0% !important;
        height: 49.9px !important; }
    body .body-content #adminBodyContent {
      padding: 30px; }
    body .body-content strong {
      font-weight: bold; }

body::-webkit-scrollbar {
  --scrollbar-width: 0.25rem;
  width: var(--scrollbar-width); }

body::-webkit-scrollbar-track {
  background: #1e1e24; }

body::-webkit-scrollbar-thumb {
  background: #ff6227; }

.self-flex-end {
  align-self: flex-end; }

.self-flex-start {
  align-self: flex-start; }

.adomx-dropdown {
  position: relative; }

.adomx-dropdown-menu {
  position: absolute;
  border-radius: 4px;
  padding: 20px 0;
  background-color: #ffffff;
  min-width: 160px;
  border: none;
  transform: none;
  list-style: none;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 1000; }
  .adomx-dropdown-menu.adomx-dropdown-menu-right {
    left: auto;
    right: 0; }
  .adomx-dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    top: 100%; }
  .adomx-dropdown-menu li {
    line-height: 1;
    margin-bottom: 15px; }
    .adomx-dropdown-menu li:last-child {
      margin-bottom: 0; }
    .adomx-dropdown-menu li a {
      font-size: 14px;
      line-height: 16px;
      display: flex;
      align-items: center;
      padding: 0 20px; }
      .adomx-dropdown-menu li a i {
        margin-right: 10px;
        font-style: normal;
        font-size: 20px;
        line-height: 1; }
        .adomx-dropdown-menu li a i.check::before {
          content: "\f279";
          font-family: "Material-Design-Iconic-Font"; }
      .adomx-dropdown-menu li a span {
        padding-right: 0; }
      .adomx-dropdown-menu li a:hover {
        color: #428bfa; }
    .adomx-dropdown-menu li span {
      font-size: 14px;
      line-height: 16px;
      display: block;
      padding: 0 20px; }
    .adomx-dropdown-menu li.checked a i.check::before {
      content: "\f26a"; }

.adomx-dropdown-menu.dropdown-menu-notifications {
  left: -362px; }

.adomx-dropdown-menu.dropdown-menu-notifications.show {
  left: -362px; }

.body.custom-scroll ul li {
  padding-right: 0px; }
  .body.custom-scroll ul li a {
    padding-left: 0px; }
    .body.custom-scroll ul li a img {
      max-width: 50px;
      color: #ff6227; }
    .body.custom-scroll ul li a p {
      padding-left: 20px; }

.header-section {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  background-color: #fafafa;
  height: 4rem;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1099;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s; }
  .header-section a {
    color: #ff6227; }
    .header-section a:hover {
      color: #ff6227;
      text-decoration: none; }

/*-- Header Right --*/
.header-right {
  margin-left: auto;
  margin-right: 40px;
  padding: 10px; }
  @media only screen and (max-width: 575px) {
    .header-right {
      padding-top: 10px;
      padding-bottom: 10px; } }
  @media only screen and (max-width: 479px) {
    .header-right .row {
      margin-left: -10px;
      margin-right: -10px; }
      .header-right .row [class*="col"] {
        padding-left: 10px;
        padding-right: 10px; } }

@media (min-width: 576px) {
  .header-section {
    height: 4rem; } }

@media (min-width: 768px) {
  .header-section {
    height: 5rem; } }

.header-logo {
  padding: 10px;
  margin-right: auto; }
  .header-logo a .logo-standard {
    height: 3rem;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s; }
  @media (min-width: 576px) {
    .header-logo a .logo-standard {
      height: 3rem; } }
  @media (min-width: 768px) {
    .header-logo a {
      width: 270px; }
      .header-logo a .logo-standard {
        height: 3.5rem; } }

.link-item {
  margin-left: auto;
  padding-top: 3px;
  font-size: 20px;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px; }
  .link-item :hover {
    color: #ff6227; }

.header-notification-area {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0; }
  .header-notification-area > li {
    margin: 0 10px; }
    .header-notification-area > li > a {
      margin: 0;
      display: flex;
      align-items: center;
      position: relative; }
      .header-notification-area > li > a:hover {
        font-style: inherit; }
      .header-notification-area > li > a:active {
        font-style: inherit; }
      .header-notification-area > li > a .drop-arrow {
        margin-left: 5px; }
      .header-notification-area > li > a i {
        font-size: 26px;
        line-height: 30px;
        padding: 5px 0; }
      .header-notification-area > li > a .badge {
        border: none;
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        padding: 0;
        background-color: #fd427c;
        position: absolute;
        right: -4px;
        top: 3px; }
      .header-notification-area > li > a .user {
        display: flex;
        width: 4rem;
        height: 4rem; }
        .header-notification-area > li > a .user .avatar {
          width: 4rem;
          height: 4rem;
          position: relative; }
          .header-notification-area > li > a .user .avatar .avatar-circle {
            border-radius: 50%;
            border: 2px solid #ff6227;
            width: 4rem;
            height: 4rem;
            padding: 5px;
            text-align: center;
            font-size: 35px;
            font-weight: bold;
            font-family: inherit;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s; }
          .header-notification-area > li > a .user .avatar .status {
            position: absolute;
            right: 0;
            bottom: -2px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            display: block;
            background-color: #29db2d;
            border: 2px solid #fafafa; }
        .header-notification-area > li > a .user .name {
          font-size: 16px;
          line-height: 1.5;
          color: #343434;
          align-self: center;
          font-weight: 600;
          margin-left: 10px;
          margin-bottom: 0; }
    .header-notification-area > li .adomx-dropdown-menu {
      right: 0;
      left: auto;
      margin-top: 35px; }
  @media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-notification-area > li {
      margin: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header-notification-area > li {
      margin: 0; }
      .header-notification-area > li .adomx-dropdown-menu.show {
        margin-top: 20px; } }
  @media only screen and (max-width: 767px) {
    .header-notification-area li a .user {
      width: 3rem;
      height: 3rem; }
      .header-notification-area li a .user .name {
        display: none; }
      .header-notification-area li a .user .avatar {
        width: 3rem;
        height: 3rem; }
        .header-notification-area li a .user .avatar .avatar-circle {
          width: 3rem;
          height: 3rem;
          padding: 5px;
          text-align: center;
          font-size: 25px;
          font-weight: bold;
          font-family: inherit; } }
  @media only screen and (max-width: 575px) {
    .header-notification-area {
      position: relative; }
      .header-notification-area > li {
        position: static; }
        .header-notification-area > li .adomx-dropdown-menu.show {
          margin-top: 10px; }
        .header-notification-area > li .adomx-dropdown-menu.dropdown-menu-mail, .header-notification-area > li .adomx-dropdown-menu.dropdown-menu-notifications {
          right: 0; } }
  @media only screen and (max-width: 479px) {
    .header-notification-area > li:first-child {
      padding-left: 0 !important; }
    .header-notification-area > li:last-child {
      padding-right: 0 !important; }
    .header-notification-area > li a .lang-flag {
      width: 22px;
      height: auto; }
    .header-notification-area > li a i {
      font-size: 20px;
      padding: 2px 0; }
    .header-notification-area > li .adomx-dropdown-menu {
      max-width: 290px; } }

.custom-form {
  position: relative;
  width: 50%;
  height: 80vh;
  margin: 0;
  padding: 15px;
  border: none;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }
  .custom-form > h1 {
    position: relative;
    width: 20rem;
    text-align: center;
    margin: 0;
    padding: 5rem;
    padding-top: 0; }
  .custom-form .form-card {
    width: 20rem;
    height: auto;
    border: 1px solid lightgrey;
    border-radius: 10px;
    padding: 2rem;
    margin-top: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    .custom-form .form-card .form-header {
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center; }
      .custom-form .form-card .form-header h3 {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-weight: bold;
        font-size: 24px;
        margin: 0;
        margin-bottom: 20px; }
    .custom-form .form-card .form-input {
      position: relative;
      width: 100%;
      display: flex;
      align-items: center;
      flex-direction: column-reverse;
      justify-content: flex-end;
      align-items: flex-start; }
      .custom-form .form-card .form-input label {
        color: #999;
        font-size: 16px;
        font-weight: normal;
        position: relative;
        pointer-events: none;
        left: 5px;
        top: 30px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all; }
      .custom-form .form-card .form-input input {
        font-size: 16px;
        width: 100%;
        position: relative;
        border: none;
        border-bottom: 1px solid #757575;
        margin-bottom: 45px;
        margin-top: 20px;
        padding: 0;
        padding-left: 10px;
        padding-bottom: 8px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all; }
        .custom-form .form-card .form-input input:focus, .custom-form .form-card .form-input input.valid {
          outline: none;
          border-bottom: 2px solid #ff6227; }
          .custom-form .form-card .form-input input:focus ~ label, .custom-form .form-card .form-input input.valid ~ label {
            top: 10px;
            font-size: 12px;
            color: #ff6227; }
        .custom-form .form-card .form-input input::-ms-reveal, .custom-form .form-card .form-input input::-ms-clear {
          display: none; }
      .custom-form .form-card .form-input .login input:valid {
        outline: none;
        border-bottom: 2px solid #ff6227; }
        .custom-form .form-card .form-input .login input:valid ~ label {
          top: 10px;
          font-size: 12px;
          color: #ff6227; }
      .custom-form .form-card .form-input i {
        position: absolute;
        top: 0;
        right: 0;
        transform: translateY(355%);
        cursor: pointer; }
    .custom-form .form-card .form-dropdown {
      height: 6rem;
      display: flex;
      align-items: center;
      flex-direction: column-reverse;
      justify-content: center; }
      .custom-form .form-card .form-dropdown > label {
        font-size: 16px;
        font-weight: normal;
        color: #999999;
        margin-left: 5px;
        align-self: flex-start; }
  .custom-form #resetPassword,
  .custom-form #forgotPassword,
  .custom-form #changeEmail {
    border: none; }
  .custom-form .btn {
    width: 5.7142857143rem;
    margin-top: 40px; }
  .custom-form .btn-primary {
    background-color: #ff6227;
    border-color: #ff6227; }
    .custom-form .btn-primary:hover {
      background-color: #ff4400;
      border-color: #ff4400; }

.login-remember label {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center; }
  .login-remember label input {
    position: relative;
    margin: 0; }
  .login-remember label strong {
    position: relative;
    padding-left: 10px; }

a {
  color: #ff6227;
  padding: 10px;
  padding-left: 0;
  margin-top: 20px; }
  a:hover {
    color: #ff6227;
    font-style: italic;
    text-decoration: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

input:-moz-autofill {
  -moz-box-shadow: 0 0 0px 1000px white inset; }

.page-consent {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  margin-top: 30px; }
  .page-consent .client-logo {
    float: left; }
    .page-consent .client-logo img {
      width: 80px;
      height: 80px; }
  .page-consent .consent-form {
    align-self: center; }
    .page-consent .consent-form > div {
      align-self: flex-start; }
    .page-consent .consent-form .consent-scopecheck {
      display: inline-block;
      margin-right: 5px; }
    .page-consent .consent-form .consent-description {
      margin-left: 25px; }
      .page-consent .consent-form .consent-description label {
        font-weight: normal; }
    .page-consent .consent-form .consent-remember {
      padding-top: 35px;
      padding-left: 16px; }
    .page-consent .consent-form .panel {
      width: 100%; }
    .page-consent .consent-form .consent-buttons {
      margin-top: 25px;
      align-self: flex-end; }
      .page-consent .consent-form .consent-buttons .btn.btn-default {
        width: 10rem; }
    .page-consent .consent-form .panel.panel-default.consent-buttons {
      align-self: flex-start; }

.grants .page-header {
  margin-bottom: 10px; }

.grants .grant {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray; }
  .grants .grant img {
    width: 100px;
    height: 100px; }
  .grants .grant .clientname {
    font-size: 140%;
    font-weight: bold; }
  .grants .grant .granttype {
    font-size: 120%;
    font-weight: bold; }
  .grants .grant .created {
    font-size: 120%;
    font-weight: bold; }
  .grants .grant .expires {
    font-size: 120%;
    font-weight: bold; }
  .grants .grant li {
    list-style-type: none;
    display: inline; }
    .grants .grant li:after {
      content: ', '; }
    .grants .grant li:last-child:after {
      content: ''; }

.icon {
  position: relative;
  top: -10px; }

.logged-out iframe {
  display: none;
  width: 0;
  height: 0; }

.check-password-valid {
  border: 1px solid green; }

.check-password-invalid {
  border: 1px solid red; }

meter {
  margin: 0 auto 1em;
  width: 100%;
  height: 0.5em; }

meter[value="0"]:-webkit-meter-bar {
  background: red; }

meter[value="1"]:-webkit-meter-bar {
  background: orangered; }

meter[value="2"]:-webkit-meter-bar {
  background: orange; }

meter[value="3"]:-webkit-meter-bar {
  background: yellowgreen; }

meter[value="4"]:-webkit-meter-bar {
  background: green; }

div.jquery-validation-error {
  color: red; }

.custom-form.register .form-card {
  width: auto;
  margin: 0px; }
  .custom-form.register .form-card .form-input {
    height: 6rem; }
    .custom-form.register .form-card .form-input input {
      margin: 0; }
      .custom-form.register .form-card .form-input input:focus ~ label, .custom-form.register .form-card .form-input input.valid ~ label, .custom-form.register .form-card .form-input input.full ~ label {
        top: 5px;
        font-size: 12px;
        color: #ff6227; }
  .custom-form.register .form-card .group {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center; }
    .custom-form.register .form-card .group .right {
      padding: 0;
      padding-left: 10px; }
    .custom-form.register .form-card .group .left {
      padding: 0;
      padding-right: 10px; }
  .custom-form.register .form-card #lab {
    color: #ff6227; }
  .custom-form.register .form-card h4 {
    text-align: center;
    margin-top: 15px; }

.custom-form.register #secondPartial input, .custom-form.register #thirdPartial input, .custom-form.register #fourthPartial input {
  margin: 0; }
  .custom-form.register #secondPartial input:focus ~ label, .custom-form.register #secondPartial input.full ~ label, .custom-form.register #thirdPartial input:focus ~ label, .custom-form.register #thirdPartial input.full ~ label, .custom-form.register #fourthPartial input:focus ~ label, .custom-form.register #fourthPartial input.full ~ label {
    top: 5px;
    font-size: 12px;
    color: #ff6227; }

.custom-form.register .privacy {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-top: auto;
  width: 100%;
  padding: 20px; }
  .custom-form.register .privacy span {
    padding: 20px;
    display: block;
    overflow: auto;
    width: auto;
    height: 200px; }
    .custom-form.register .privacy span a {
      color: #007bff; }
      .custom-form.register .privacy span a:hover {
        text-decoration: underline;
        font-style: normal; }

.custom-form.register #privacyPartial {
  width: 400px; }

.custom-form.register .form-check {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  padding-top: 20px; }
  .custom-form.register .form-check > label {
    padding-left: 20px; }

.custom-form.register .recaptcha {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  position: relative;
  margin-top: 20px; }

.form-control {
  border: none;
  border-bottom: 1px solid #757575; }

.form-control.cool-input {
  border: 1px solid #757575; }

.pagination {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  width: 50%; }
  .pagination #next {
    align-self: flex-end;
    position: relative;
    margin-left: auto; }
  .pagination #previous {
    position: relative;
    margin-right: auto; }

.jquery-validation-error {
  font-size: 12px; }

#confirm_password {
  height: auto;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }

#meterDiv {
  height: 20px; }

.error-page {
  width: 75%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }
  .error-page h1 {
    align-self: flex-start;
    position: fixed;
    top: 10rem; }
  .error-page .alert.alert-danger {
    width: 75%;
    align-self: flex-start;
    position: fixed;
    top: 17rem; }

.table .d-flex {
  padding: 0; }

.table tbody tr td {
  vertical-align: middle;
  text-align: center;
  min-width: 122px !important; }

.modal-title {
  margin: auto; }

.modal-header {
  background-color: rgba(255, 98, 39, 0.8); }

.custom-Textbox {
  width: 100% !important;
  min-height: 127px !important; }
  .custom-Textbox :focus {
    color: #495057;
    background-color: #fff;
    border-color: rgba(255, 98, 39, 0.8);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 98, 39, 0.8); }

.mail-input {
  width: 100%;
  border-top: transparent;
  border-right: transparent;
  border-bottom: rgba(255, 98, 39, 0.8);
  border-radius: 4px !important; }
  .mail-input :focus {
    color: #495057;
    background-color: #fff;
    border-color: rgba(255, 98, 39, 0.8);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 98, 39, 0.8); }

form h2 {
  margin: 50px 0; }

form footer {
  margin: 50px 0; }

.form-input {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-start; }
  .form-input label {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    pointer-events: none;
    left: 5px;
    top: 50px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all; }
  .form-input input {
    font-size: 16px;
    position: relative;
    border: none;
    border-bottom: 1px solid #757575;
    margin-bottom: 45px;
    margin-top: 20px;
    padding: 0;
    padding-left: 10px;
    padding-bottom: 8px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all; }
    .form-input input:focus, .form-input input:valid {
      outline: none;
      border-bottom: 2px solid #ff6227; }
      .form-input input:focus ~ label, .form-input input:valid ~ label {
        top: 10px;
        font-size: 12px;
        color: #ff6227; }

#BackToDashboard {
  align-self: flex-start; }

.btn.btn-link {
  color: rgba(255, 98, 39, 0.8);
  height: 40px;
  align-self: center; }
  .btn.btn-link:hover {
    color: #ff6227; }
  .btn.btn-link:focus, .btn.btn-link:active {
    box-shadow: none;
    outline: none; }

.btn.btn-primary,
.btn.btn-primary:disabled {
  background-color: rgba(255, 98, 39, 0.8);
  border-color: #ff6227; }

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background-color: #ff6227;
  border-color: #ff6227;
  box-shadow: none;
  outline: none; }

i span {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600; }

.fa-plus::before {
  margin-right: 10px; }

footer .pagination.d-flex {
  padding: 0 30px 30px;
  width: 100%; }
  footer .pagination.d-flex form {
    margin-right: auto; }
  footer .pagination.d-flex #previous {
    margin-right: 0; }
  footer .pagination.d-flex #next {
    margin-left: 0; }

select.custom-select {
  background: #fff url("../svg/sort-solid.svg"); }

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 16.8px;
  margin: 0;
  z-index: 100; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s; }
    .switch .slider.round {
      border-radius: 16.8px; }
    .switch .slider.round:before {
      border-radius: 50%; }
    .switch .slider:before {
      position: absolute;
      content: "";
      height: 13px;
      width: 13px;
      left: 2px;
      bottom: 2px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s; }
    .switch .slider.lockout-off {
      background-color: #ccc; }
    .switch .slider.lockout-on {
      background-color: #2196F3; }
  .switch input:focus + .lockout-on {
    box-shadow: 0 0 1px #2196F3; }
  .switch input:checked + .lockout-on:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px); }

#AdvancedSearch {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.form-custom-controll {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding-right: 0.75rem;
  padding-top: 0%;
  padding-bottom: 0%;
  height: 50px !important; }

.custom-ul {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border: 0 transparent !important; }
