@font-face {
    font-family: 'Avenir W01';
    src: url("fonts/849bc5b9-a2ff-4343-977b-26ba8bd24a60.ttf");
}

@font-face {
    font-family: 'Avenir W01';
    src: url("fonts/c33278bc-988e-440b-b4be-6acc095e6044.ttf");
    font-weight: 900;
}

@font-face {
    font-family: 'Beloved W00';
    src: url("fonts/324fa9dc-66ca-49e0-b6d6-23d932d5ffd1.ttf");
    font-weight: 900;
}

html {
    box-sizing: border-box;
}

*,
*:after,
*:before {
    box-sizing: inherit;
    -webkit-overflow-scrolling: touch;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}


/* .body-wrapper {
min-height: 100%;
  position: relative;
  display: flex;
  flex-wrap:  wrap;
  width: 100%;
  align-items:  flex-start;
} */

.body-wrapper>* {
    margin: 0 !important;
    width: 100%;
}


/** Header styling */

.container {
    padding: 0 100px 60px 100px;
    height: 100%;
    width: 100%;
}

.header {
    overflow: hidden;
    margin: 0 100px;
    height: 149px;
    width: 100%;
}

.header-right-icon {
    padding-right: 15px;
}

.logo-pyramid {
    width: 40px;
    height: 40px;
    margin: 20px 0;
}

.header-icon {
    width: auto;
    height: 25px;
    margin: 30px 0;
}

.header-left {
    float: left;
}

.header-right {
    float: right;
}

.hide-text {
    height: 20px;
    cursor: pointer;
    position: relative;
    transition: height 0.5s;
    -webkit-transition: height 0.5s;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 1px;
    line-height: normal;
    width: 100%;
    outline: 0 none;
    text-decoration: none;
}

.hide-text:hover {
    overflow: visible;
    white-space: normal;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
}


/* User profile */

.user-wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
}

.user-section-header,
.ref-section-header {
    width: 100%;
    display: inline-flex;
    background-color: #f7f7f7;
    height: 50px;
    padding: 15px 0;
}

.user-section-personal {
    width: 100%;
    display: inline-flex;
    background-color: #f7f7f7;
    height: auto;
    text-align: left;
    padding-bottom: 20px;
    word-break: break-word;
}

.user-block-1,
.user-block-2,
.user-block-3 {
    margin: auto 50px;
}

.user-block-1 {
    width: 25%;
}

.user-block-2 {
    width: 15%;
}

.user-block-3 {
    width: 30%;
}

.user-block-arrow {
    width: 5%;
    margin: auto;
}

.arrow {
    height: 10px;
    cursor: pointer;
    width: auto;
}

.border-div-u {
    border-left: 1px #ccc dashed;
}

.usp-block-1,
.usp-block-2,
.usp-block-3 {
    margin: 0 50px;
}

.usp-block-1 {
    width: 25%;
}

.usp-block-2 {
    width: 15%;
}

.usp-block-3 {
    width: 30%;
    display: inline-flex;
}

.usp-50 {
    width: 50%;
}

.ref-block-1 {
    margin: auto 50px;
    width: 50%;
}

.ref-subblock-1 {
    width: 50%;
    margin: 0 50px;
    display: inline-flex;
}

.ref-sub {
    width: 33%;
}

.pm-sub {
    width: 50%;
    margin: 0 50px;
}


/* Login */

#admin-login-form input {
    height: 30px;
    display: block;
    padding: 0 10px;
    border: 1px solid #000000;
    margin: 10px 0;
}


/* Search */

#search-form input[type="text"] {
    border: 1px solid black;
    height: 32px;
    width: 200px;
    padding: 0 10px;
    margin-right: 20px;
}

#search-product,
.search-bar,
.search-input {
    border: 1px solid black;
    height: 33px;
    width: 200px;
    padding: 0 10px;
}

#admin-login-form input[type="submit"] {
    height: 35px;
    background-color: #FFFFFF;
    font-weight: 700;
    font-family: "Avenir W01";
    border: 1px solid black;
    border-radius: 5px;
    padding: 0 20px;
    transition: 0.3s;
}

#admin-login-form input[type="submit"]:hover {
    background-color: #f7f7f7;
}


/* Tabs */


/* Style the tab */


/* .tab {
    overflow: hidden;
    border-top: 1px solid #ccc;
} */


/* Style the buttons inside the tab */


/* .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    border-left: 1px solid #ccc;
} */


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddd;
}


/* Create an active/current tablink class */

.tab button.active {
    background-color: #ccc;
    font-weight: 700;
}

button.tablinks.tab-r {
    border-right: 1px solid #ccc;
}


/* Style the tab content */

.tabcontent {
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}


/* Profile style */

.bold-txt {
    font-weight: 700;
}

.border-div {
    border-left: 1px #ccc dashed;
    height: 70%;
    margin: auto;
}

.filter-wrapper {
    width: 100%;
    display: inline-flex;
    padding-bottom: 30px;
}


/*.search-bar {
    width: 25%;
    text-align: right;
}*/

.search-container-profile {
    width: 25%;
    text-align: right;
}

div.profile-checkboxes {
    margin: auto 0;
    width: 79%;
}

.profile-checkboxes input[type="checkbox"] {
    margin-left: 20px;
}

.profile-checkboxes label {
    margin-left: 5px;
    cursor: pointer;
}

.custom-checkbox[type="checkbox"]:before {
    position: relative;
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 2px;
    border: 1px solid #000000;
    content: "";
    background: #FFF;
}

.custom-checkbox[type="checkbox"]:after {
    position: relative;
    display: block;
    left: 2px;
    top: -11px;
    width: 7px;
    height: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.5s;
}

.custom-checkbox[type="checkbox"]:checked:after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC');
}

.custom-checkbox[type="checkbox"]:disabled:after {
    -webkit-filter: opacity(0.4);
}

.custom-checkbox[type="checkbox"]:not(:disabled):checked:hover:after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC');
}

.custom-checkbox[type="checkbox"]:not(:disabled):hover:after {
    background-color: #ccc;
    border-color: #ccc;
    cursor: pointer;
}

.custom-checkbox[type="checkbox"]:not(:disabled):hover:before {
    border-color: #000;
}

.global-container {
    width: 100%;
    display: inline-flex;
    background-color: #f7f7f7;
    height: 220px;
    margin-bottom: 60px;
}

.global-item {
    width: 20%;
    margin: auto;
    text-align: center;
}

.global-item-2 {
    width: 15%;
    margin: auto;
    text-align: center;
}

.img-title {
    display: inline-flex;
}

.img-title img {
    width: auto;
    padding-right: 15px;
    height: 23px;
}

.img-title p {
    margin: 0;
}

.profile-container,
.user-container {
    width: 100%;
    display: inline-flex;
    background-color: #EDEDED;
    height: 100px;
    margin-bottom: 10px;
}

.profile-item {
    width: 15%;
    margin: auto;
}

.profile-item-spc {
    width: 29%;
    margin: auto 30px auto 50px;
}

.profile-item-arrow {
    width: 3%;
    margin: auto;
}

.profile-wrapper {
    margin-bottom: 50px;
}

.profile-item-arrow img {
    height: 10px;
    cursor: pointer;
    width: auto;
}

.profile-info,
.user-info {
    display: inline-flex;
    width: 100%;
    text-align: center;
    height: 200px;
}

.profile-info-item {
    width: 16%;
    margin: auto;
}

.profile-btn {
    width: 200px;
    border: 1px solid #000000;
    padding: 13px;
    height: 20px;
    font-weight: 700;
    margin: auto;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    -webkit-appearance: none;
}

.profile-btn:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 0.25s linear;
    -webkit-appearance: none;
}

.pagination {
    text-align: center;
    margin: auto;
    width: 100%;
    margin: 30px;
}

.pagination p {
    display: inline-flex;
}

.div-link {
    cursor: pointer;
    color: blue;
}

.profile {
    text-align: center;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
}

.profile td {
    background-color: #f7f7f7;
    border-left: 10px solid white;
    border-right: 10px solid white;
    height: 75px;
}

.profile .main {
    background-color: #ddd !important;
    border-left: 0px !important;
    border-right: 10px solid white;
}

.profile .no-lborder {
    border-left: 0px !important;
}

.profile td,
.profile th {
    padding: 8px;
}


/*.profile tr:nth-child(even){background-color: #f2f2f2;}*/

.profile tr:hover {
    background-color: #ddd;
}

.profile th {
    height: 60px;
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #ddd;
    border: 10px solid white;
}

.profile-button {
    margin: auto;
    height: 35px !important;
    ;
    background-color: #FFFFFF;
    font-weight: 700;
    font-family: "Avenir W01";
    border: 1px solid black !important;
    ;
    border-radius: 5px;
    padding: 0 20px !important;
    ;
    width: 110px !important;
}

.profile-button:hover {
    background-color: rgba(0, 0, 0, 0.1);
    /*border: 1px solid rgba(0, 0, 0, 0);*/
    -webkit-transition: all 0.25s linear;
    -webkit-appearance: none;
}

label {
    font-weight: 700;
}

button:focus {
    outline: 0;
}

select:focus {
    outline: 0;
}

option:focus {
    outline: 0;
}

.profile-dropdown {
    height: 35px;
    font-weight: 700;
    border-radius: 5px;
    text-align-last: center;
    border: 1px solid black;
    background-color: #f7f7f7;
    margin-left: 15px;
    margin-right: 20px;
    margin-bottom: 35px;
}

.profile-dropdown option {
    height: 40px;
    text-align-last: center;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid black;
    background-color: #FFFFFF;
}

td.bold,
td.bold a {
    font-weight: 700;
}

.user-container {
    width: 100%;
    word-break: break-all;
}


/* Product */

.title-search .back-btn {
    margin: auto;
    margin-right: 20px;
}

.title-search {
    display: inline-flex;
    width: 100%;
    margin: 20px 0 0 0;
}

.title-search h1 {
    width: 90%;
    margin: 0;
}

input#search-product,
.search-bar,
.search-input {
    margin: auto;
}

.products-wrapper {
    margin-bottom: 60px;
}

.product-container-header {
    padding-top: 20px;
}

.product-container,
.product-container-header,
.sessions-container {
    width: 100%;
    display: inline-flex;
    background-color: #f7f7f7;
    height: 50px;
}

.product-container-main {
    width: 100%;
    display: inline-flex;
    background-color: #f7f7f7;
    height: auto;
}

.product-item {
    width: 14%;
    margin: auto 20px;
    text-align: center;
}

.sessions-item {
    width: 33%;
    margin: auto 20px;
    text-align: center;
}

.product-container-2 {
    width: 100%;
    display: inline-flex;
    background-color: #f7f7f7;
    height: 220px;
}

.border-prod-div {
    border-left: 1px #ccc dashed;
}


/*.filters-products {
    padding: 20px 0 0 0;
}
*/


/* Footer */


/*.hide-text:hover {
  max-width : initial;
}
*/

#mti_wfs_colophon {
    display: none !important;
}

body,
html {
    height: 100%;
    font-family: 'Avenir W01';
}

input:focus {
    outline: 0;
}

.welcome {
    width: 100%;
    min-height: 70vh;
    /* margin-left:calc(50% - 300px); */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.login-label {
    color: white;
    margin-left: 15px;
    display: flex;
}

.login-input {
    height: 50px;
    width: 540px;
    margin: 8px 0 20px 0;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .20);
    border: none;
    text-align: center;
}

.login-input[placeholder] {
    color: #000000;
    font-family: 'avenir W01';
    font-weight: 300;
    font-size: 13pt;
    text-align: left;
    padding-left: 20px;
}

.login-input::-webkit-input-placeholder {
    color: #000;
    font-family: 'avenir W01';
    font-weight: 300;
    font-size: 13pt;
    text-align: left;
}

.titles {
    color: #000000;
    font-size: 45px;
    font-weight: 900;
    font-family: avenir w01;
    margin: 0;
}

.logButton:hover {
    background: #ffffff;
    color: black;
}

.logButton {
    width: 180px;
    height: 45px;
    font-family: avenir w01;
    font-weight: 900;
    border: solid 2px #ffffff;
    background-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    border-radius: 5px;
    margin: 0 auto;
    -webkit-transition: all linear .25s;
}

.form-login {
    display: inline-grid;
}

.welcome-content {
    display: flex;
    height: 100%;
    width: 100%;
}

.icon-img {
    width: 150px;
    margin: 0 auto;
}

.watch {
    font-family: avenir w01;
    color: #ffffff;
}

.hour {
    color: #000000;
    font-family: avenir w01;
    display: none;
}

.icons-menu {
    position: absolute;
    z-index: 0;
    width: 240px;
    right: 1px;
    float: right;
    margin: 1% 4% 0% 0%;
    height: 60px;
}

.icons-menu img {
    width: 120px;
    padding: 0;
    float: right;
    height: 60px;
}

.panel-fingerprint {
    width: 100%;
    background: linear-gradient(to top, #62395C, #B06AB3 50%);
}

.fingerprint-button {
    width: 180px;
    height: 45px;
    font-family: avenir w01;
    font-weight: 900;
    border: solid 2px #ffffff;
    background-color: #8B6288;
    color: #ffffff;
    border-radius: 25px;
    margin: 0 auto;
    -webkit-transition: all linear .25s;
    display: block;
}

.img-with-text {
    margin: 0 auto;
    width: 500px;
}

#fingerprint_img {
    display: block;
    padding-top: 220px;
    padding-bottom: 40px;
    height: 500px;
}

.check-header {
    /*overflow: hidden;
    margin: 0 75px;
    */
    height: 78px;
    position: fixed;
    /* Set the navbar to fixed position */
    top: 0px;
    /* Position the navbar at the top of the page */
    left: 100px;
    right: 100px;
    width: calc(100% - 200px);
    border-bottom: 2px solid rgba(255, 255, 255, .10);
}

.check-header-left {
    float: left;
}

.check-header-right {
    float: right;
}

.check-logo-pyramid {
    width: 50px;
    height: 40px;
    margin: auto;
    margin: 15px 0;
}

.check-icon {
    width: 25px;
    height: 25px;
    margin: 25px 0;
}

.fingerprint-title {
    color: #ffffff;
    font-weight: 900;
    font-family: avenir w01;
    margin: 0;
}

.fingerprint-centered-white-text {
    color: white;
    text-align: center;
}

#fingerprint-manual-login-div {
    position: relative;
    top: calc(50% - 125px);
    width: 540px;
    margin: auto;
    text-align: center;
}


/* admin_login */

#panel-admin-login {
    width: 100%;
    background: linear-gradient(45deg, #0F3443, #34E89E);
}

#admin_login_img {
    display: block;
    padding-top: 1px;
    padding-bottom: 40px;
    height: 260px;
    margin: auto;
}

.admin_login_container {
    width: 550px;
    margin-top: 80px;
    margin-left: calc(50% - 300px);
    text-align: center;
}


/* team_login */

#panel-team-login {
    width: 100%;
    background: linear-gradient(45deg, #136A8A, #2B94A2);
}

#team_login_img {
    display: block;
    padding-top: 1px;
    padding-bottom: 40px;
    height: 260px;
    margin: auto;
}

.team_login_container {
    width: 550px;
    margin-top: 80px;
    margin-left: calc(50% - 300px);
    text-align: center;
}


/* admin page */

.correct_scan_img {
    height: 100px;
    padding: 20px 10px 20px 10px;
    border: 1px solid #DDDDDD;
}

.new_finger_scan_btn:hover {
    background: #ffffff;
    color: black;
}

.new_finger_scan_btn {
    width: 180px;
    height: 45px;
    font-family: avenir w01;
    font-weight: 900;
    border: solid 2px #000;
    background-color: rgba(255, 255, 255, 0.25);
    color: #000;
    border-radius: 5px;
    margin: 0 auto;
    -webkit-transition: all linear .25s;
    display: block;
    position: relative;
    margin-left: 10px;
}

#panel-admin-manage {
    width: 100%;
    background: linear-gradient(0deg, #ECE9E6, #FFFFFF);
}

.tab-permanent {
    position: absolute;
}


/* Style the buttons inside the tab */


/*.tab-permanent button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    border-left: 1px solid #ccc;
}*/


/* Change background color of buttons on hover */


/*
.tab-permanent button:hover {
    background-color: #ddd;
}*/


/* Create an active/current tablink class */

.tab-permanent button.active {
    /*background-color: #ccc;*/
    font-weight: 700;
}

.w100 {
    width: 100%;
}

@media screen and (max-width: 769px) {
    .body-wrapper {
        padding: 0;
    }
}



.block {
    display: flex;
}

[marginless] {
    margin: 0 !important;
}

.oh-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.nowrap,
[nowrap] {
    flex-wrap: nowrap !important;
}

.oh-row.column {
    flex-direction: column;
}

.separated,
[separated] {
    justify-content: space-between;
}

.distributed,
[distributed] {
    justify-content: space-around;
}

.center-h,
[center-h] {
    justify-content: center;
}

.center-v,
[center-v] {
    align-items: center;
}

.center-v,
[center-v] {
    align-items: center;
}

.bottom,
[bottom] {
    align-items: flex-end;
}

[inactive] {
    pointer-events: none !important;
}

.oh-column {
    width: 100%;
    padding: 0.25rem;
}

.oh-column.oh-50 {
    width: 50%;
}

.oh-column.oh-30 {
    width: 30%;
}

flex {
    display: flex;
}

flex[fluid] * {
    flex: 1;
}

flex[wrap] {
    flex-wrap: wrap;
}

[center] {
    align-items: center;
    justify-content: center;
}

flex[fluid] [extend] {
    flex: 2;
}

[block] {
    width: 100%;
}

inline-flex {
    display: inline-flex;
}

@media screen and (min-width: 768px) {
    .oh-row {
        flex-wrap: wrap;
    }
}