/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 13, 2016, 10:54:13 AM
    Author     : Emman
*/
/*
#wpcontent, #wpfooter {
    margin-left:170px !important;
}
*/

#wpadminbar {
    height:50px;
}

#admin-logo > img {
    height:100px;
    width:auto;
}

a.w3-btn, a.w3-button {
    padding-left:30px !important;
    padding-right:30px !important;
    text-decoration:none !important;
    color:#FFF;
}

#main-view a {
    text-decoration:none;
}

#wp-admin-bar-acct_org_name {
    display:none;
}

#loading-message-area {
    display:none;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background-color:rgba(0,0,0,0.4);
    z-index:9999;
}

#loading-message {
    top:250px;
    left:100px;
    color:#fff;
    width:33%;
    margin-left:33%;
    position:absolute;
}

#saving-message {
    display:none;
}

#result-area, .popup-area {
    /*
    display: none;
    position: absolute;
    width: 75%;
    top: 20%;
    left: 15%;
    */
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    z-index: 999999 !important;
    background-color: rgba(50, 50, 50, 0.5);
}

#result-message, .popup-message {
    /*
    position: fixed;
    width: 60%;
    */
    width: 400px;
    min-height: 192px;
    text-align: center;
    background-color: #fff;
    margin: auto;
    display: block;
}

.attendance-table {
    margin:25px 10px 10px 16px;
}

.attendance-table th {
    font-size:large;
    padding:0.8% 20px;
    vertical-align: middle;
}

.attendance-table {
    width:85%;
}

#welcome-panel #att-cont-root {
    min-height:300px;
    max-height:300px;
    overflow-y:scroll;
    clear:both;
}

#qrpho-emp-attendance-view {
    background-color:white;
}

.ocd-main-view {
    height:75%;
}

.ocd-data-container {
    margin-left:16%;
    position:fixed;
    height:100%;
    width:82%;
}

.table-body {
    display:table-row-group;
}

.table-row {
    display:table-row;
}

.table-cell {
    display:table-cell;
    padding:5px;
}

.table-head {
    display:table-header-group;
}

.table-head > .table-cell {
    text-align:center;
}

.att-color-a {
    background-color:#e6402a;
}

.att-color-p {
    background-color:#4CAF50;
}

.att-field {
    display:block;
    font-size:8pt;
    padding:2px;
}

.c_col {
    /*width: 23% !important;*/
    margin-right: 15px;
}

.c_col:last-of-type {
    margin-right:0px;
}

.c_col footer {
    padding-top:2px;
    padding-bottom:2px;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
}

.c_col footer i {
    padding:4px;
    font-size:15px;
}

.align_text_right {
    text-align: right;
}

.custom-purple-1 {
    background-color:rgb(141,68,173);
}

.default-blue-card, .custom-blue-1 {
    background-color:#319ED7 !important;
}

.default-darkblue-card {
    background-color: rgb(75, 135, 187);
}

.default-red-card {
    background-color: rgb(227, 92, 89) !important;
}

.default-red-text {
    color: rgb(227, 92, 89);
}

.default-yellow-text {
    color:#ffb84a;
}

.default-darkred-card {
    background-color: rgb(225, 79, 79);
}

.default-green-card {
    background-color: rgb(68, 182, 174);
}

.w3-btn.default-green-card:hover {
    color:#fff;
}

.default-darkgreen-card {
    background-color: rgb(64, 171, 165);
}

.default-yellow-card {
    background-color: rgb(255, 184, 74);
}

.default-darkyellow-card {
    background-color: rgb(241, 174, 70);
}

.image-filler:hover {
    cursor:pointer;
}

#main-view .custom-tooltip-text {
    width:650%;
}

/*
.custom-tooltip-text-dev {
    width: max-content;
    background-color: #FFF;
    text-align: left;
    position: absolute;
    left: 0;
    top: 22px;
    padding: 10px 5px;
    z-index:9999;
}
*/

.custom-tooltip-text {
    position:absolute;
    top:-15px;
    padding:5px;
}

.custom-tooltip-text-fixed {
    /*
    position:fixed;
    top:200px;
    */
    position:absolute;
    top:-220px;
    left:250px;
}

.custom-tooltip-text-fixed img {
    border-radius: 4px!important;
}

.custom-tooltip-text.show-left {
    right:40px;
}

.w3-tooltip:hover {
    cursor:pointer;
}

.view-more {
    font-size:15px;
    line-height:1.5;
}

.view-more:hover {
    cursor:pointer;
}

#datepicker {
    vertical-align:middle;
    padding-top:6px;
    padding-bottom:6px;
    border-radius:8px;
}

.w3-bordered tr {
    /*border-bottom:1px solid rgba(221, 221, 221, 0.25);*/
}

.fs-18 {
    font-size:18px !important;
}

.fs-20 {
    font-size:20px !important;
}

.emp-data:nth-child(even) {
    background-color:rgba(241, 241, 241, 0.38) !important;
}

/*
#main-view .w3-table:has(> th.header) tbody tr:hover > td
*/

.data-item-custom-hoverable:hover > td {
    background-color: #F1F1F1 !important;
    cursor:pointer;
}

.c_col:hover {
    box-shadow:1px 1px 10px 4px rgba(0,0,0,0.5);
    cursor:pointer;
}

.selected-summary-card {
    box-shadow:1px 1px 10px 4px rgb(75, 135, 187);
}

.width-tenth {
    width:9.99999%;
}

.approval-form-img {
    width:600px;
    height:400px;
    padding: 0px; /* added by ken8 7/24/2020 */
}

#welcome-panel {
    padding-top:0px;
}

#attendance-view-root {
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:99999;
    display:none;
    background-color:rgba(0,0,0,0.85);
    overflow-y:scroll;
}

#attendance-view {
    margin-left:15%;
    background-color:white;
    border:0px;
    padding-left:0px;
    padding-right:0px;
}

.centered-tooltip {
    position:fixed !important;
    top:20% !important;
    left:30% !important;
    width:auto !important;
    height:auto !important;
}

.qrpho-adj {
    position:absolute;
    z-index:9;
}


.qrpho-no-bg-color {
    background-color:transparent !important;
    color:#000 !important;
}


.qrpho-success {
    /*background-color:#44B6AE;*/
}


.qrpho-fail {}


.no-cell-border th, 
.no-cell-border td,
.no-cell-border tr {
    border:none !important;
}


/*added by jenerex*/
#result-message .result-icon{
  display: inline-block;
  margin-top: 20px;
}
#result-message .result-operation-container {
  display: inline-block;
  background-color: #fff;
  color: #0F0F0F;
  width: 100%;
  padding: 10px;
  margin: 15px 0px;
  /*padding-bottom: 25px;*/
  font-weight: 500;
  font-size: 15px;

}
#result-message .result-status {
  margin: 0;
  padding: 5px 0;
  /*font-size: 25px;*/
  font-weight: 400;
}
#result-message .result-operation-container, 
#result-message .result-status {
    color:#080808;
}
/*til here*/


/**
 * loading css from https://codepen.io by Connor
 */
.loader-container {
  /*
  position: absolute;
  top: 50%;
  left: 40%;
  margin-left: 10%;
  */
  transform: translate3d(-50%, -50%, 0);
}
.dot {
  width: 24px;
  height: 24px;
  background: #3ac;
  border-radius: 100%;
  display: inline-block;
  animation: slide 1s infinite;
}
.dot:nth-child(1) {
  animation-delay: 0.1s;
  background: #32aacc;
}
.dot:nth-child(2) {
  animation-delay: 0.2s;
  background: #64aacc;
}
.dot:nth-child(3) {
  animation-delay: 0.3s;
  background: #96aacc;
}
.dot:nth-child(4) {
  animation-delay: 0.4s;
  background: #c8aacc;
}
.dot:nth-child(5) {
  animation-delay: 0.5s;
  background: #faaacc;
}
@-moz-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}

#loader {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
/* 8/10/2020
#collapse-menu {
    display:none !important;
}
*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}