﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn-smol{
    padding: 3px 5px !important;
    font-size: 12px !important;
    margin-bottom: 3px !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 12px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    overflow: scroll;
    min-width: 720px;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

footer {
    /*  background-color: white;*/
    position: absolute;
    bottom: 0;
    
    width: 100%;
    white-space: nowrap;
    line-height: 10px; /* Vertically center the text there */
    padding: 0px;
}

/*
 *  WEB
 *  CSS
 *  START
 *  HERE
 */

/* Styles go here */

body, html {
    font-family: 'Calibri', serif;
    height: 100%;
    background-color: #ECF0F5;
    color: #6E6E6E;
}

/*
 * Material-Icons Ruleset
 * ------------------------------
 */

/* Rules for sizing the icon. */
.material-icons.md-12 {
    font-size: 12px;
}

.material-icons.md-14 {
    font-size: 14px;
}

.material-icons.md-16 {
    font-size: 16px;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-20 {
    font-size: 20px;
}

.material-icons.md-22 {
    font-size: 22px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-28 {
    font-size: 28px;
}

.material-icons.md-32 {
    font-size: 32px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-40 {
    font-size: 40px;
}

.material-icons.md-44 {
    font-size: 44px;
}

.material-icons.md-48 {
    font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

    .material-icons.md-dark.md-inactive {
        color: rgba(0, 0, 0, 0.26);
    }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

    .material-icons.md-light.md-inactive {
        color: rgba(255, 255, 255, 0.3);
    }


/*
 * Off Canvas sidebar at medium breakpoint
 * --------------------------------------------------
 */
/*@media screen and (max-width: 992px) {

    .row-offcanvas {
        position: relative;
        font-size: 12px;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -30%;
    }

    .row-offcanvas-left.active {
        left: 30%;
        margin-left: -6px;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;*/ /*
    width: 30%;*/
        /*height: 100%;
    }
}*/

/*
 * Off Canvas wider at sm breakpoint
 * --------------------------------------------------
 */
/*@media screen and (max-width: 34em) {
    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -30%;
    }
     
    .row-offcanvas-left.active {
        left: 30%;
        margin-left: -6px;
    }

    .sidebar-offcanvas {*/
        /* width: 30%;*/
    /*}
}*/

.contentpane {
    margin-top: 10px;
    margin-left: 96px;
}

.navpane {
    margin: 0px -20px 0 96px;
    padding:4px 0px;
    color: #6E6E6E;
    background-color: white;
    -webkit-box-shadow: 1px 5px 5px 0px rgba(110,110,110,0.9);
    box-shadow: 1px 5px 5px 0px rgba(110,110,110,0.9);
    text-align: center;
}

.form-logout {
    margin-top: -42px;
}
.btn-logout {
    padding: 0;
    font-size: 12px;
}
.btn-logout span{
    font-size: 16px;
    top: -10px;
}
.btn-logout:hover, .btn-logout:hover span {
    text-decoration-line: none;
    color: black;
}
.head-nav {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.user-nav {
    font-size: 16px;
    font-family: Calibri;
}

.anchor-black {
    color: #6E6E6E;
}

.sidepane {
    position: fixed;
    width: 120px !important;
    height: 100%;
    background-color: rgba(41, 57, 70, 1);
    color: rgba(41, 57, 70, 1);
    font-size: 11px;
    overflow-y: scroll;
    overflow-x: scroll;
    z-index: 214748364;
    text-align: center;
}

.nav li {
    background-color: rgb(50, 70, 86);
}

.nav li:nth-child(even) {
    background-color: rgb(56, 79, 96);
}

.sidepane a {
    color: rgba(183, 189, 193, 1);
    z-index: 99999;
}

.sidepane a:hover {
    color: white;
}

.nav-item:hover {
    background-color: blue !important;
}

/* Content design */
.page-title {
    font-size: 24px;
}

.pre-scrollable {
    min-height: 360px;
    overflow-y: scroll;
}

.table-main {
    background-color: white;
    color: #6E6E6E;
    -webkit-box-shadow: 1px 5px 10px 0px rgba(110,110,110,0.9);
    box-shadow: 1px 5px 10px 0px rgba(110,110,110,0.9);
    width: 97%;
}

.table-main td{
    padding-left:10px;
    padding-right:10px;
}
.table-main tbody tr:hover a:not(.btn) {
    color: white;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.table-main-header {
    font-family: Calibri;
    background-color: white;
    color: #6E6E6E;
    width: 97%;
    margin-bottom: -5px;
    border-radius: 5px;
    padding: 5px 2px !important;
    min-height: 75px !important;
}

.table-data {
    background-color: white;
    color: #6E6E6E;
    -webkit-box-shadow: 1px 5px 10px 0px rgba(110,110,110,0.9);
    box-shadow: 1px 5px 10px 0px rgba(110,110,110,0.9);
    padding: 20px;
}

.header-title {
    /*font-size: 22px;*/
}

.header-search {
    background: transparent;
    border: none;
    font-size: 14px;
    min-width: 180px;
    vertical-align: top;
    border-radius: 5px;
    border: solid;
    border-color: #d7d7d7;
}

.header-search:focus {
    outline: none;
    border: solid;
    border-color: #9b9b9b;
}

.header-search-group {
    z-index: 100;
}

.btn-search {
    font-size: 22px;
}

.btn-padding{
    padding: 2px 5px !important;
}

.table-main tbody tr:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0.54);
}
.table-data tbody tr:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0.54);
}

.sortable-column {
    cursor: pointer;
}

.sortable-column:hover {
    color: white;
    background-color: gray;
}

.box-data-header {
    background-color: white;
    font-family: Calibri;
    color: #6E6E6E;
    -webkit-box-shadow: 1px 5px 5px 0px rgba(110,110,110,0.9);
    box-shadow: 1px 5px 5px 0px rgba(110,110,110,0.9);
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
}


.box-data {
    background-color: white;
    font-family: Calibri;
    color: #6E6E6E;
    -webkit-box-shadow: 1px 5px 5px 0px rgba(110,110,110,0.9);
    box-shadow: 1px 5px 5px 0px rgba(110,110,110,0.9);
    border-radius: 3px 0px 0px 3px;
    padding: 20px 40px;
    margin-bottom:20px;
    overflow: auto;
}

.box-data-title {
    text-transform: uppercase;
    color: #4f4f4f;
    font-weight: bold;
    font-size: 24px;
}

.box-data-user {
    text-transform: uppercase;
    color: #636363;
    font-size: 18px;
    margin-bottom: 10px;
}

.box-data-property {
    color: #878787;
    font-size: 12px;
    font-weight:bold;
}

.box-data-value {
    color: #636363;
    font-size: 18px;
    margin-bottom: 10px;
}

.auth-pages{
    background-color: white;
    box-shadow: gray 2px 2px;
    max-width: 320px;
    border-radius: 8px;
    margin-top: -8px;
}
.auth-title{
    font-weight: bolder;
}

.auth-entry {
    animation: fadeIn ease 1.25s;
    -webkit-animation: fadeIn ease 1.25s;
    -moz-animation: fadeIn ease 1.25s;
    -o-animation: fadeIn ease 1.25s;
}

@keyframes fadeIn {0% {opacity: 0.05;} 100% {opacity: 1;}}
@-moz-keyframes fadeIn {0% {opacity: 0.05;} 100% {opacity: 1;}}
@-webkit-keyframes fadeIn {0% {opacity: 0.05;} 100% {opacity: 1;}}
@-o-keyframes fadeIn {0% {opacity: 0.05;} 100% {opacity: 1;}}


.rejected-review{
    color: red;
    font-weight: bold;
}

.pending-review{
    color: blue;
    font-weight: bold;
}

/*
    Calendar
*/

.calendar-box {
    background-color: white;
    margin: 20px 0px;
    padding: 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 14px;
    border-color: #0e0e0e;
}

#loading {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

#calendar {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
    color: black;
    border-color: #0e0e0e;
}

#calendar2 {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
    color: black;
    border-color: #0e0e0e;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(23, 255, 28, 0.80) !important;
    background-color: var(--fc-today-bg-color, rgba(23, 255, 28, 0.80)) !important;
    font-weight: bold;
}

.fc .fc-timegrid-col.fc-day-today {
    background-color: rgba(23, 255, 28, 0.80) !important;
    background-color: var(--fc-today-bg-color,rgba(23, 255, 28, 0.80)) !important;
    font-weight: bold;
}

.fc-theme-standard .fc-list {
    border: 1px solid #0e0e0e !important;
    border: 1px solid var(--fc-border-color, #0e0e0e) !important;
}

.div-table {
    display: table;
    width: auto;
    background-color: #eee;
    border: 1px solid #666666;
    border-spacing: 5px; /* cellspacing:poor IE support for  this */
}

.div-table-row {
    display: table-row;
    width: auto;
    clear: both;
}

.div-table-row:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0.54);
}

.div-table-col {
    float: left; /* fix for  buggy browsers */
    display: table-column;
    width: 200px;
    background-color: #ccc;
    padding-left: 10px;
    padding-right: 10px;
}

.table-attendance{
    min-height: 720px !important;
}

.attendance-search {
    width: 70%;
    background-color: white;
    -webkit-box-shadow: 1px 5px 5px 0px rgba(110,110,110,0.9);
    box-shadow: 1px 5px 5px 0px rgba(110,110,110,0.9);
    border-radius: 4px;
    margin-bottom: 16px;
    padding: 4px 16px 8px 16px;
}
.attendance-search label{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
}
.attendance-search .input-group {
    text-align:center;
    border-radius: 3px;
    border: 1px solid #6E6E6E !important;
}
.attendance-search .btn{
    margin-top: 8px;
    padding: 2px 22px 2px 20px !important;
}
.attendance-search .btn span{
    font-size: 16px;
}
.attendance-search .btn i{
    font-size: 18px;
}

.table-attendance tr:hover .attendance-month {
    background-color: #F2F2F2;
    color: #6C6C6C;
    cursor: default;
}

.attendance-late {
    background-color: darkred;
    color: black;
}
.attendance-on-time {
    background-color: limegreen;
    color: white;
}
.table-attendance tr:hover .attendance-late{
    background-color: red;
    color: white;
}
.table-attendance tr:hover .attendance-on-time {
    background-color: greenyellow;
    color: black;
}

.approverstatus-blue, .noterstatus-blue {
    font-weight: bolder;
    color: blue;
}
.approverstatus-red, .noterstatus-red {
    font-weight: bolder;
    color: red;
}
.approverstatus-green, .noterstatus-green {
    font-weight: bolder;
    color: green;
}
tr:hover .approverstatus-blue, tr:hover .noterstatus-blue,
tr:hover .approverstatus-red, tr:hover .noterstatus-red,
tr:hover .approverstatus-green, tr:hover .noterstatus-green {
    color: white;
    text-decoration-line: underline;
    text-underline-offset: 4px;
}

.user-role-font{
    font-size: 20px!important;
    font-family: 'Courier New';
    text-align: left;
    font-weight: bolder;
}

/* web print */
@media print {
    .no-print {
        display: none !important;
    }

    .contentpane,
    .contentpane .col-lg,
    .contentpane .pb-3 {
        margin: 0 !important;
        padding: 0 !important;
    }

    .payslipPrint {
        margin-left: 0;
        width: 100%;
    }

    .payslipPrint *{
        background-color: transparent;
    }

    .payslipPrint .parent-row {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0px;
        padding: 0px;
        border: none !important;
    }

    .hr-dashed hr {
        display: block !important;
    }
}

.payslipPrint{   
    margin-left: 12px;
    width: 98%;
}
.payslipPrint *{
    font-family: Calibri !important;
    color: black;
    word-wrap: break-word;
}

.payslipPrint .parent-row{
    background-color: white;
    -webkit-box-shadow: 1px 5px 5px 0px rgba(110,110,110,0.9);
    box-shadow: 1px 5px 5px 0px rgba(110,110,110,0.9);
    border-radius: 3px 0px 0px 3px;
    padding: 10px 12px;
    border: none !important;
}
.hr-dashed hr {
    display: none;
    border: none;
    border-top: 1px dashed black;
    height: 1px;
}

.payslipPrint .border,
.payslipPrint .border-bottom,
.payslipPrint .border-top,
.payslipPrint .border-left,
.payslipPrint .border-right{
    border-color: black !important;
}


.payslipPrint .border-right {
    padding: 0 8px;
    margin-right: 8px;
}
.payslipPrint .set-bottom{
    bottom: 1px;

}

.payslipTableHeight{
    min-height: 432px;
}

.vertical-align-bottom{
    vertical-align: bottom;
}

.payslip-label{
    color: black;
}

.btn-payslipReport{
    letter-spacing: 0.1em;
    font-size: 16px;
    font-family: 'Times New Roman';
}

.btn-payslipReport-print,
.btn-payslipReport-back{
    margin-left: 16px;
    margin-right: 16px;
}

/* START Work Schedule Calendar*/
.calendar-container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.calendar-header.calendar-employee {
    width: 100%;
    margin: 14px 12px 16px 12px;
}
.calendar-header.calendar-month-year {
    width: 100%;
    margin: 12px 12px 20px 12px;
}
.calendar-header.calendar-month-year select{
    margin-bottom: 6px;
}

.calendar-current-date {
    font-weight: 500;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 16px;
}

.calendar-body {
    padding: 20px;
}

.calendar-body ul {
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    text-align: center;
}

.calendar-body .calendar-dates {
    margin-bottom: 20px;
}

.calendar-body li {
    width: calc(100% / 7);
    font-size: 1.07rem;
    color: #414141;
}

.calendar-body .calendar-weekdays li:nth-child(1) {
    color: red;
}

.calendar-body .calendar-weekdays li:nth-child(7) {
    color: blue;
}
.calendar-body .calendar-weekdays li {
    cursor: default;
    font-weight: 900;
    font-size: 18px;
}

.calendar-body .calendar-dates li {
    margin-top: 30px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.calendar-dates li.inactive {
    color: #aaa;
}

.calendar-dates li.active {
    color: #fff;
}

.calendar-dates li::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
}

.calendar-dates li.active::before {
    background: #6332c5;
}

.calendar-dates li:not(.active):hover::before{
    background: #e4e1e1;
}

.selectedDefault{
    border-bottom: 43px solid black;
}
/* END Work Schedule Calendar*/

/* START Card CSS */
/* Create two equal columns that floats next to each other */
.card-body .column-fill {
    float: left;
    width: 80%;
    padding: 10px;
}

.card-body .column-1, .column-1-mn {
    float: left;
    width: 60%;
    padding: 10px;
}

.card-body .column-2 {
    float: left;
    width: 40%;
    padding: 10px;
}

.card-body .column-3 {
    float: left;
    width: 30%;
    padding: 10px;
}

.card-body .column-4 {
    float: left;
    width: 20%;
    padding: 10px;
}
.card-body .column-6 {
    float: left;
    width: 10%;
    padding: 10px;
}
/* Clear floats after the columns */
.card-body .row:after {
    content: "";
    display: table;
    clear: both;
}

.row-search .column-2 {
    width: 40%;
    margin: 0 12px;
}

/* END Card CSS*/

.workSchedDivider .box-data-header {
    border-top: 2px groove lightgreen;
    border-bottom: 2px groove lightgreen;
    box-shadow: none;
}

.select-option-left option{
    text-align: left;
}
.select-option-left {
    text-align-last: center;
    text-align: center;
}

/* START Toggle Form Button */
.btn-toggle-form{
    color: mediumpurple;
    border-color: mediumpurple;
}
.btn-toggle-form:hover, .btn-toggle-form:focus:hover {
    background-color: mediumpurple;
    border: 1px solid transparent;
    color: white;
}
.btn-toggle-form:focus,.btn-toggle-form:active{
    border-color: mediumpurple;
    box-shadow: none;
    color: mediumpurple;
}
/* END Toggle Form Button */


/* START shift code modal*/
.btn-shiftCodeLegend{
    margin-top: 6px;
}
.modal#shiftCodeLegendModal{
    margin-left: 76px;
}
#shiftCodeLegendModal .modal-header div{
    font-size: 24px;
    font-weight: bold;
}
#shiftCodeLegendModal .modal-body{
    max-height: 360px;
    overflow-y: scroll;
}

/* END shift code modal*/

/* START date input manual modal*/

.modal#inputDateManualModal {
    margin-left: 76px;
}
#inputDateManualModal .modal-header div {
    font-size: 24px;
    font-weight: bold;
}
#inputDateManualModal .modal-body {
    font-size: 16px;
    max-height: 360px;
    overflow-y: scroll;
    padding-right: 0;

}
#inputDateManualModal .modal-body img {
}
/* END date input manual modal*/

/* START end date note modal*/
.link-endDateNoteModal {
    padding: 4px 4px;
    margin-left: 2px;
    line-height: 0.7em;
    margin-top: -4px;
}
.modal#endDateNoteModal {
    margin-left: 76px;
}
#endDateNoteModal .modal-header div{
    font-size: 24px;
    font-weight: bold;
}
#endDateNoteModal .modal-body {
    font-size: 16px;
}   
/* END end date note modal*/


/* START wsched delete */
.btn-wschedDelete {
    position: absolute;
    top: -1px;
    right: 10px;
    padding: 2px !important;
    line-height: 0.7em;
    font-weight: bold;
    font-size: 80%;
}
@media (min-width: 1024px) {
    .btn-wschedDelete {
        right: 40px;
    }
}

.modal#wschedDeleteModal {
    margin-left: 76px;
}

#wschedDeleteModal .modal-header div {
    font-size: 24px;
    font-weight: bold;
}

#wschedDeleteModal .modal-body {
    font-size: 16px;
}
#wschedDeleteModal .modal-footer .btn{
    margin: 0 20px;
    width: 25%;
}

/* END wsched delete */

