﻿@import 'header.css';
@import 'nvabar.css';
@import 'batch/batch.css';

body {
  color: black;
  overflow: hidden;
}

.nav-tabs .nav-link{
  margin: 0 1px;
}
.nav-tabs .nav-item button:focus {
  outline: unset !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
  color: black;
  font-size: small;
}

ul.nav.nav-tab {
  background: rgb(255, 255, 255);
  margin: -20px;
  padding: 10px 20px 20px;
}

.page-menu-nav {
  padding-top: 20px !important;
}

.page-menu-bar {
  margin-bottom: 40px;
}

.htmleditor-container {
  padding: 10px;
  border: 1px solid silver;
  border-radius: 0.25rem;
}

.logo {
  padding: 5px;
  max-width: 100px;
  max-height: 60px;
}

.logo-link {

  text-decoration: none;
}

.logo-link:hover {
  text-decoration: none;
}

.logo-text {
  display: inline;
  font: bolder 24px Tahoma;
  text-decoration: none;
  color: black;
  vertical-align: middle;
}

.footer {
  height: 20px;
  font-size: small;
  width: 100%;
  text-align: center;
  border-top: solid 1px whitesmoke;
  color: silver;
  margin-top: 5px;
}

.header-link {
  float: right;
  padding: 0 15px 2px 15px;
  background-color: mediumpurple;
  border-radius: 15px;
  border: solid 2px mediumpurple;
  font-size: 15px;
  color: white;
  margin: 10px;
  width: 120px;
  text-align: center;
  font-weight: bold;
  height: 30px;
}

  .header-link:hover {
    color: mediumpurple;
    border: solid 2px mediumpurple;
    background-color: white;
    text-decoration: none;
    padding-top: 1px;
    cursor: pointer;
  }

.header-icon {
  float: right;
  font-size: 15px;
  color: mediumpurple;
  margin: 10px 10px 0 0;
  font-weight: bold;
}

  .header-icon:hover {
    color: rebeccapurple;
    text-decoration: none;
    cursor: pointer;
  }


.footer-right {
  font-size: 12px;
  color: mediumpurple;
  float: right;
  margin: 0px 5px;
}

.footer-left {
  font-size: 12px;
  color: mediumpurple;
  float: left;
  margin: 0px 5px;
}

.btn-join {
  background-color: mediumpurple;
  color: white;
}

.login-wrapper {
  width: 100%;
  padding: 10px;
}

.login-form {
    padding: 15px;
    border: solid 4px var(--te-primary);
    margin: 10px auto;
    width: 100%;
    max-width: 400px;
}

    .login-form h4 {
        color: silver;
    }

.login-label {
  font: bold 20px Tahoma;
  width: 100%;
}

.login-input {
  width: 100%;
  padding-bottom: 6px;
  border: none;
  border-bottom: 1px solid #B4BBBF;
  color: #313131;
  outline: none;
  font-size: 16px;
}

.login-checkbox {
  width: 13px;
  height: 13px;
  border: 1px solid gray;
  border-radius: 20%;
}

.login-legal {
  font-size: 12px;
  font-weight: 400;
  color: #313131;
}

.validation-message {
  color: red;
  font: bold 12px Tahoma;
  margin-top: 10px;
}

.btn-submit-wrapper {
  width: 100%;
  text-align: right;
}

.btn-submit {
    background-color: var(--te-primary);
    border: 2px solid var(--te-primary);
    border-radius: 5px;
    font-size: 15px;
    color: white;
    margin: 10px;
    width: calc(100% - 100px);
    text-align: center;
    font-weight: bold;
    height: 40px;
}

    .btn-submit:hover {
        color: var(--te-primary);
        border: 2px solid var(--te-primary);
        background-color: white;
        text-decoration: none;
        padding-top: 1px;
        cursor: pointer;
    }

.success-body {
  font: 14px Tahoma;
  color: darkslategrey;
  padding: 15px;
}

.success-header {
  font: bold 2.5rem Tahoma;
  color: mediumpurple;
  padding-bottom: 15px;
}

.error-body {
  padding: 5px 10px 5px 10px;
}

.error-header {
  color: red;
  font: bold 16px Tahoma;
  padding: 5px 10px 5px 10px;
  width: 100%;
  text-align: center;
}
.error-message {
  font: normal 12px Tahoma;
  padding: 5px 5px 5px 5px;
}

.login-header {
  width: 100%;
  text-align: center;
}

.login-form-footer {
  font-size: small;
  text-align: center;
  width: 100%;
}

.login-form-footer-link {
  color: gray;
  text-decoration: none;
  font-weight: bold;
}

.verify-text {
  text-align: center;
  font-size: x-large;
  font-weight: bold;
  color: slategray;
  border: solid 2px lightgray;
  border-radius: 5px;
  margin-bottom: 10px;
}

.action-group {
    padding: 10px;
}


    .action-group a.notbutton {
        background-color: unset;
        color: var(--te-primary) !important;
        font-weight:bold;
        padding: 0 0.7rem;
        text-decoration: none;
    }

.action-group i {
    color: var(--te-primary);
}

.action-group .body {
    border: solid 1.5px #343a40;
    border-radius: 10px;
    padding: 10px;
    margin: 15px 0 15px 0;
}

/* profile */

.profile-wrapper {
  min-width: 320px;
  width: 100%;
  margin: 10px 0 20px 0;
}

.profile-header {
  font: bold 18px Tahoma;
  text-align: center;
  width: 100%;
  margin: 5px 0 10px 0;
}

.profile-input-group {
  border: solid 1px lightgray;
  border-radius: 3px;
  padding: 10px;
  margin: 15px 0 15px 0;
}

.profile-input-label {
  font-weight: bold;
}

.profile-input-value {
  width: 100%;
  padding: 6px;
  border: none;
  border-bottom: 1px solid #9370db;
  color: #313131;
  outline: none;
  font-size: 16px;
  background-color: rgba(147, 112, 219, 0.25);
}

.profile-button-wrapper {
  width: 100%;
  text-align: right;
}

.profile-button {
  background-color: mediumpurple;
  border-radius: 15px;
  border: solid 2px mediumpurple;
  font-size: 15px;
  color: white;
  margin: 10px;
  width: 80px;
  text-align: center;
  font-weight: bold;
  height: 30px;
}

  .profile-button:hover {
    color: mediumpurple;
    border: solid 2px mediumpurple;
    background-color: white;
    text-decoration: none;
    padding-top: 1px;
    cursor: pointer;
  }

.payment-row {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.wrapper {
    position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  min-height: 500px;
  overflow-x: hidden;
}

  .wrapper.ng-leave {
    display: none;
  }

  .wrapper .aside-container {
    position: absolute;
    width: 220px;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 116;
    backface-visibility: hidden;
    background-color: #fff;
  }

    .wrapper .aside-container .aside-inner {
      padding-top: 75px;
      height: 100%;
      width: 220px;
      overflow: hidden;
    }

    .wrapper .aside-container .nav-floating {
      left: inherit;
      margin-left: 220px;
      z-index: 1110;
      min-width: 190px;
      overflow: auto;
    }

  .wrapper .dropdown-backdrop {
    z-index: 109;
  }

  .wrapper .section-container {
    position: relative;
    margin-left: 0;
    z-index: 111;
    background-color: #f5f7fa;
  }

   .footer-container {
    position: absolute;
    left: 0;
    right: 0;
    height: 60px;
    border-top: 1px solid #e4eaec;
    padding: 20px;
    z-index: 112;
    font-size: .875rem;
  }

     .footer-container p {
      margin: 0;
    }

.modal-open .wrapper {
  z-index: 0;
}

.content-wrapper {
  padding: 15px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: -1px;
}

  .content-wrapper .unwrap {
    margin: -15px;
  }

@media (min-width: 768px) {
  .content-wrapper .unwrap {
    margin: -20px;
  }
}

.content-wrapper .content-heading {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.1;
  color: #929292;
  margin: -15px;
  margin-bottom: 20px;
  padding: 15px;
  font-weight: normal;
  background-color: #fafbfc;
  border-bottom: 1px solid #cfdbe2;
}

  .content-wrapper .content-heading small {
    display: block;
    font-size: 12px;
    color: #909FA7;
  }

.content-wrapper .container,
.content-wrapper .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .content-wrapper {
    padding: 20px;
  }

    .content-wrapper .content-heading {
      margin: -20px;
      margin-bottom: 20px;
      padding: 20px;
    }

      .content-wrapper .content-heading button,
      .content-wrapper .content-heading .btn {
        margin: 0;
      }
}


.bg-gray {
  background-color: #dde6e9;
  color: #656565 !important;
  }
  
.client-search-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.client-search-input {
    width: 100%
}

.client-search-wrapper {
    display: flex;
    flex-direction: column;
}

.client-search-clear {
    text-align: end;
}


.pop-up-client {
    border: 2px solid silver;
    max-height: 400px;
    min-height: 400px;
    overflow: auto;
}

    .pop-up-client .table th,
    .pop-up-client .table td {
        border: none;
    }
.header-btn {
    border: 0px;
    background-color: transparent;
    min-width: 150px;
    cursor: pointer;
}
    .header-btn:focus, .header-btn:focus .header-btn.active {
        background-color: black;
        color: white;
    }
.tap-to-upload {
  font-weight: bold;
  font-size: 11px;
  padding-bottom: 16px;
}

.image-wrapper {
    min-height: 80px;
    min-width: 80px;
    max-height: 160px;
    max-width: 160px;
    border: 1px solid #339af0;
    background-color: #eee;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
    border-radius: 0.25rem;
}

.change-img {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: end;
  padding: 6px 10px;
}

.btn-label {
  position: relative;
  background: transparent;
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  padding: 0.375rem 1rem;
  margin: -0.375rem 0.75rem;
  left: -1.4rem;
  border-radius: 0.25rem 0 0 0.25rem;
}

@media (min-width: 768px) {
  .content-wrapper .content-heading {
    margin: -20px;
    margin-bottom: 20px;
    padding: 20px;
  }
}

.summary-filter-wrapper {
  min-height: 100px;
  padding: 5px 0 0 5px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  width: 100%;
  border-radius: 3px;
}

.button-delete-filter {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #1b9dec;
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  border-radius: 3px;
  padding: 2px 6px;
  margin: 0 5px 5px 0;
  color: #ffffff;
  cursor: pointer;
  background: #1da7ee;
  border: 1px solid #0073bb;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
}

.table {
  width: 100%;
  border: solid 0.5px silver;
}
.th-header {
  padding: 5px 0px 5px 5px;
  border-right: solid 0.5px silver;
}

.th-row-header {
  border-bottom: solid 0.5px silver;
  border-top: solid 0.5px silver;
  background-color: #dde6e9;
}

.tb-row {
  border-bottom: solid 0.5px silver;
  border-top: solid 0.5px silver;
}
.help-block {
  color: silver;
  font-size: small;
}

.switch .form-control {
  padding-top: 7px;
  margin-bottom: 0;
}

.switch * {
  cursor: pointer;
}

.switch input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.switch {
  display: flex;
  align-items: center;
  direction: row;
}

  .switch span {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 100px;
    transition: all .5s;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1) inset;
  }

    .switch span:after {
      content: "";
      position: absolute;
      background-color: #fff;
      top: 0;
      left: 0;
      height: 18px;
      width: 18px;
      border: 1px solid #ddd;
      border-radius: 400px;
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
      -webkit-transition: all .2s;
    }

  .switch.switch-lg span {
    width: 50px;
    height: 25px;
  }

    .switch.switch-lg span:after {
      height: 23px;
      width: 23px;
    }

  .switch.switch-sm span {
    width: 30px;
    height: 15px;
  }

    .switch.switch-sm span:after {
      height: 13px;
      width: 13px;
    }

  .switch input:checked + span {
    background-color: #5d9cec;
    border-color: #5d9cec;
    transition: all .5s;
  }

    .switch input:checked + span:after {
      left: 50%;
      transition: all .2s;
    }

  .switch input:disabled + span {
    background-color: #f1f1f1;
    cursor: not-allowed;
  }

.no-bottom-radius {
  border-bottom-right-radius: unset !important;
  border-bottom-left-radius: unset !important;
}

.no-top-radius {
  border-top-right-radius: unset !important;
  border-top-left-radius: unset !important;
}
.collapse .list-group-item {
  border: 1px solid #dde6e9 !important;
}
.collapse .list-group-item-accept {
  border: 1px solid #28a745 !important;
}
.btn-blue {
  background: dodgerblue;
  color: white;
}
.option-button {
  background-color: #dde6e9;
  color: #656565 !important;
}
.option-button:focus {
  box-shadow: unset !important;
}
  .option-button-accept {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
  }

.change-img a {
    color: #339af0;
    line-height: unset;
    font-size: 1.2rem;
}

.topnavbar .navbar-nav  .nav-link {
  color: #fff;
}
.dropdown > a > .badge {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 2px 5px;
}
.badge {
  padding: 0.1875rem 0.4375rem;
  font-size: 0.75rem;
  border-radius: 0.625rem;
}

 /*Custom Drop Down*/
.drop-down-wrapper {
  position: relative;
  cursor: pointer;
}

  .drop-down-wrapper a {
    color: #555;
    text-decoration: none;
  }

  .drop-down-wrapper .arrow-left {
    margin-right: 15px;
  }

  .drop-down-wrapper:hover .custom-drop-down {
    display: block;
  }

  .drop-down-wrapper .custom-drop-down {
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translateX(-100%);
    box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
    display: none;
    background-color: white;
    max-width: 230px;
    max-height: 500px;
    overflow: auto;
  }

    .drop-down-wrapper .custom-drop-down ul {
      list-style-type: none;
      padding: 0;
      width: 100%;
      height: 100%;
    }

    .drop-down-wrapper .custom-drop-down li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.125);
      width: 100%;
      height: 100%;
    }

      .drop-down-wrapper .custom-drop-down li:hover {
        background-color: #f8f9fa;
      }

      .drop-down-wrapper .custom-drop-down li a {
        display: block;
        width: 100%;
        padding: 10px 15px;
      }

.actionFilter {
    border-bottom: #c0c0c07a 1px solid;
    margin: 0 -1.25rem;
    margin-bottom: 10px;
}

.actionFilter button {
    background: white;
}

.actionFilter button:focus{
    outline: 0;
    box-shadow: unset;
}

.actionFilter-No-Boarder {
    border-bottom: unset;
    margin: 0;
}

.summary-filter-wrapper {
    min-height: 100px;
    padding: 5px 0 0 5px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #d0d0d0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    width: 100%;
    border-radius: 3px;
}

.button-delete-filter {
    text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
    background-color: #1b9dec;
    background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
    background-repeat: repeat-x;
    border-radius: 3px;
    padding: 2px 6px;
    margin: 0 5px 5px 0;
    color: #ffffff;
    cursor: pointer;
    background: #1da7ee;
    border: 1px solid #0073bb;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
}
.button-delete-filter i {
    margin-right: 10px;
    cursor: pointer;
}

.btn-pin {
    margin: 2px auto;
    background-color: #dde6e9;
    border: solid 0.5px #dde6e9;
    cursor: pointer;
    border-radius: 3px;
    padding: 15px;
}
.btn-pin.active {
    background-color: black;
    color: white;
}
table thead td {
    border-bottom: solid black 3px;
    padding-bottom: 5px;
}
.table .row div[class^='col'], table tbody td {
    padding: 0 7px;
    border-top: 1px solid gray;
    border-right: solid 1px gray;
}

.table .row div[class^='col']:last-child, table tbody td:last-child {
    border-right: unset;
}

.table.noborder div, table.noborder td {
    border: unset;
}

.switch-checkbox{
    appearance: none;
    width: 40px;
    height: 20px;
    border: 1px solid #aaa;
    border-radius: 2px;
    background: #ebebeb;
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    transition: background 0.3s;
    box-sizing: border-box;
}

    .switch-checkbox:after {
        content: '';
        position: absolute;
        top: -1px;
        left: -1px;
        width: 20px;
        height: 20px;
        background: #007bff;
        border: 1px solid #007bff;
        border-radius: 2px;
        transition: left 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    .switch-checkbox:checked {
        border-color: #007bff;
    }

        .switch-checkbox:checked:after {
            left: 20px;
            border-color: #007bff;
        }

    .switch-checkbox:hover:not(:checked):not(:disabled):after,
    .switch-checkbox:focus:not(:checked):not(:disabled):after {
        left: 0px;
    }

    .switch-checkbox:hover:checked:not(:disabled):after,
    .switch-checkbox:focus:checked:not(:disabled):after {
        left: 20px;
    }

    .switch-checkbox:disabled {
        opacity: 0.5;
    }
    .switch-checkbox:focus {
        outline: unset;
    }

.dropzone {
    border: 2px dashed var(--te-primary-light);
    border-radius: 5px;
    background: white;
}

.dropzone .dz-button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}
.dz-message i {
    font-size: 40px;
    color: var(--te-primary-light);
}
.dropzone input[type=submit] {
    background-color:   var(--te-primary);
    border: solid 1px var(--te-primary);
    color: white;
}

.bg-lightgrey {
  background: lightgrey;
}

.measure {
  margin-bottom: 20px;
}
.measure th {
  text-align: center;
  background: lightgrey;
}
.no-bg th {
  background: unset !important;
}
.measure td,.measure th {
  padding: 0 7px;
  border: 1px solid gray !important;
}
:root {
    --te-primary: #339af0;
    --te-primary-light: #007bff8c;
}