@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
#primary .entry-content > .wpipc-tab-container {
    padding: 2% 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
}

.wpipc-tab-menu ul.wpipc-custom-tabs {
    margin: 0;
    padding: 0;
}

.wpipc-tab-menu {
    margin: 0;
    display: flex;
    justify-content: space-around;
}

.wpipc-heading-company {
    margin: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: nowrap;
}

.wpipc-tab-menu ul.wpipc-custom-tabs li {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 0;
}

.wpipc-tab-menu ul.wpipc-custom-tabs li:nth-child(2) {
    margin: 0px 30px;
}

.wpipc-tab-menu ul.wpipc-custom-tabs li:nth-child(4) {
    margin: 0px 0px 0 30px;
}

.wpipc-tab-menu ul.wpipc-custom-tabs li:nth-child(5) {
    margin: 0px 0px 0 30px;
}

.wpipc-tab-menu ul.wpipc-custom-tabs li a {
    text-decoration: none;
    background-color: #838081;
    width: 252px;
    height: 52px;
    display: flex;
    line-height: 52px;
    justify-content: center;
    border-radius: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    color: #fff;
}

.wpipc-tab-menu ul.wpipc-custom-tabs li a.active-a {
    background-color: #231f20;
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
}

.tab {
    display: none;
}

.tab-active {
    display: block;
}

.wp-person a:focus .gravatar,
a:focus,
a:focus .media-icon img {
    color: #fff;
    box-shadow: 0 0 0 0px #fff, 0 0 0px 0px rgb(30 140 190 / 80%);
    outline: 0px solid transparent;
}


/* company setup css started*/

.heading {
    font-family: 'Source Sans Pro', sans-serif;
    display: flex;
    justify-content: center;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    line-height: 32px;
    color: #fff;
    background-color: #231f20;
    width: 100%;
    padding: 20px;
}

.wpipc-company-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 43px 0px 43px 0px;
    background: #2c998a;
}

.wpipc-wrap-input {
    width: 100%;
    display: flex;
}

.m-b-26 {
    margin-bottom: 26px;
}

.less-space .wpipc-label-input{
    width: 50%;
}

.wpipc-label-input {
    font-family: 'Source Sans Pro', sans-serif;
    padding-left: calc(.375rem + 20px);
    padding-top: calc(.375rem + 3px);
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.wpipc-label-select {
    font-family: 'Source Sans Pro', sans-serif;
    padding-left: calc(.375rem + 20px);
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.wpipc-sm-10 {
    flex: 0 0 auto;
    width: 81%;
}

.wpipc-company-form .form-control-plaintext {
    display: block;
    width: 400px;
    padding: .65rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    border-radius: 0px;
    font-family: 'Source Sans Pro', sans-serif;
}

input[type=checkbox]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=radio]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
    border-color: unset;
    box-shadow: 0 0 0 0px transparent;
    outline: 0px solid transparent;
}

.wpipc-offset-2 {
    margin-left: 17%;
}

.wpipc-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 400px;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
}

#customers {
    font-family: 'Source Sans Pro', sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 18px;
}

#customers td,
#customers th {
    padding: 8px;
}

#customers tr:hover {
    background-color: #ddd;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #231f20;
    color: white;
}

.wpipc-wrap-color {
    background-color: #2c998a;
    justify-content: center;
    padding: 25px 0;
}

.wpipc-btn-black {
    background-color: #000;
    color: #fff;
}

.wpipc-wrap-black {
    background-color: #000;
}

.p-25 {
    padding: 25px 0;
}

.less-space .wpipc-label-hours{
    padding-right: calc(.375rem + 50px);
}

.wpipc-label-hours {
    padding-top: 0;
    padding-right: calc(.375rem + 50px);
}

.wpipc-smm-10 {
    text-align: right;
    float: right;
    width: 45%;
}

.wpipc-jobs-color {
    background-color: #231f20;
    padding: 20px 0;
    color: #fff;
}

.wpipc-jobs-color label {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-left: 25px;
}

.wpipc-jobs-color select {
    font-size: 14px;
    line-height: 2;
    color: #231f20;
    border-color: #7e8993;
    box-shadow: none;
    border-radius: 3px;
    padding: 0 24px 0 8px;
    min-height: 40px;
    max-width: 50rem;
    -webkit-appearance: none;
    background: #ffffff;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
    width: 400px;
}

.wpipc-jobs-month {
    width: 100%;
    display: flex;
}

.wpipc-month-start {
    padding: 15px 0;
    background-color: #231f20;
    max-width: 100%;
    width: 97.6px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid;
    font-size: 17px;
    cursor: pointer;
}

.wpipc-wrap-salt {
    background-color: #646466;
}

.wpipc-wrap-job-main {
    width: 100%;
    display: flex;
}

.wpipc-wrap-w-33 {
    width: 33%;
    display: flex;
    background: #76bb9e;
}

.wpipc-jobname-input {
    width: 30%;
    padding-top: calc(.375rem + 10px);
    padding-left: calc(.375rem + 10px);
    color: #000;
    font-weight: 600;
}

.wpipc-wrap-job-main .form-control-plaintext {
    display: block;
    width: 220px;
    margin-bottom: 0;
    min-height: 35px;
    line-height: 1;
    color: #212529;
    border-radius: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 10px 0;
}

.wpipc-wrap-job-main .wpipc-wrap-w-33:nth-child(2) {
    margin: 0px 10px;
}

.wpipc-job-fsize {
    font-size: 35px;
    font-weight: 600;
}

.wpipc-job-column {
    display: inline-block;
    flex-flow: row wrap;
    width: 32.5%;
    padding: 0 0px 0 10px;
    background-color: #76bb9e;
}

.wpipc-job-column:nth-child(1) {
    padding: 0 0px 0 0px;
}

.wpipc-job-row {
    margin: 0 -5px;
}

.wpipc-job-row:after {
    content: "";
    display: table;
    clear: both;
}

.wpipc-job-card {
    padding: 10px;
    text-align: center;
    width: 100%;
    display: inline-flex;
}

.wpipc-form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
}

.wpipc-form-inline label {
    margin: 0px 10px 0px 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #231f3e;
}

.wpipc-form-inline input {
    vertical-align: middle;
    width: 284px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-family: 'Source Sans Pro', sans-serif;
    color: #231f3e;
}

.wpipc-form-inline input:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.wp-core-ui select:focus {
    border-color: unset;
    color: #231f3e;
    box-shadow: 0 0 0 0px transparent;
}

.wpipc-row-job {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}

.wpipc-job-50 {
    width: 50%;
    display: inline-block;
}

.wpipc-job-column:nth-child(2) {
    margin: 0 10px;
}

.wpipc--job-tab-container {
    max-width: 1170px;
}

.wpipc-job-50.wpipc-form-inline input {
    width: 100px;
    border-radius: 0px;
    padding: 1px 2px 0 10px;
    margin-left: 4px;
}

.wpipc-jobs-color.wpipc-jobs-nocolor {
    background-color: transparent;
}

.wpipc-jobs-color.wpipc-jobs-nocolor label {
    color: #231f3e;
    padding-left: 12px;
    font-size: 14px;
    font-weight: 600;
}

.wpipc-jobs-color.wpipc-jobs-nocolor select {
    min-height: 30px;
    width: 200px;
}

.wp-core-ui select:hover {
    color: #231f3e;
}

.wpipc-job-table {
    border-collapse: collapse;
}

.wpipc-job-table th,
.wpipc-job-table td {
    padding: 7px 0 10px 13px;
    text-align: left;
}

input.wpipc-job-paid-hrs {
    width: 100px;
    text-align: center;
}

.m-t-wpipc-job {
    margin-top: 20px
}

.wpipc-job-button {
    text-decoration: none;
    background-color: #2c998a;
    width: 252px;
    height: 54px;
    display: flex;
    line-height: 52px;
    justify-content: center;
    border-radius: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    color: #fff;
    border-radius: 0px;
    border: 0px;
    cursor: pointer;
}

.wpipc-master-table {
    font-family: 'Source Sans Pro', sans-serif;
    border-collapse: collapse;
    width: 192px;
    font-size: 18px;
    display: inline-block;
    margin-right: -6px;
}

.wpipc-master-table-full {
    font-family: 'Source Sans Pro', sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 18px;
    display: inline-block;
    margin-right: -4px;
}
/*
.wpipc-master-table-employee h1:not(.site-title):before, h2:before {
    background: #767676;
    content: "\020";
    display: block;
    height: 2px;
    margin: 1rem 0 0;
    width: 1em;
}
*/

.wpipc-master-table.wpipc-master-table-5 {
    font-family: 'Source Sans Pro', sans-serif;
    border-collapse: collapse;
    width: 4.5%;
    font-size: 18px;
    display: inline-block;
    margin-right: -6px;
}

.wpipc-master-table-thead {
    background-color: #2c998a;
}

.wpipc-master-table-employees {
    width: 100%;
    display: flex;
    text-align: center;
    flex-flow: row wrap;
    padding: 10px 0px 12px;
}
.wpipc-master-table-employees h1::before{
    display: none !important;

}
.wpipc-master-table-employees h1 {
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-weight: 500;
    flex-flow: row wrap;
    display: flex;
    justify-content: center;
    margin: 0.1em 0 .67em;
}

.wpipc-master-table-50 {
    width: 50%;
    flex-flow: row wrap;
    display: flex;
    justify-content: center;
}

.wpipc-master-table-total-100 {
    width: 100%;
    display: block;
    font-size: 16px;
}

.wpipc-master-table-33 {
    width: 33%;
    flex-flow: row wrap;
    display: flex;
    justify-content: center;
}

.wpipc-master-table-33 label {
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
}

.wpipc-master-table-50 label {
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
}

.wpipc-master-table-employee {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.wpipc-master-table-50 label.wpipc-master-blk,
.wpipc-master-table-33 label.wpipc-master-blk {
    color: #000
}

.wpipc-master-table-thead.wpipc-master-table-bgcolor {
    background-color: #646466;
}

.wpipc-master-table.wpipc-master-table-5 .wpipc-master-table-tbody {
    position: relative;
    left: 27px;
}

.wpipc-master-table.wpipc-master-table-5 .wpipc-master-table-bgcolor {
    background-color: #231f20;
}

.wpipc-tab-container.wpipc--job-tab-container.wpipc-scroll {
    /* overflow-x: auto; */
    white-space: nowrap;
    width: 100%;
}

.wpipc-master-table.wpipc-master-table-5 .wpipc-master-table-bgcolor {
    height: 74.84px
}

.wpipc-master-table-50.text-justify-left-master {
    justify-content: left;
    padding-left: 40px;
}

.wpipc-master-quarterly-payout {
    border-collapse: collapse;
    width: 100%;
}

.wpipc-master-quarterly-payout td:nth-child(1) {
    padding: 10px 0px 10px 40px;
    width: 52%;
}

.wpipc-master-quarterly-payout td {
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
    display: inline-block;
}

.wpipc-master-quarterly-payout td:nth-child(2) {
    width: 35%;
}

.wpipc-master-quarterly-payout td:nth-child(3) {
    width: 35%;
}

.wpipc-master-quarterly-payout td:nth-child(4) {
    width: 35%;
}

.wpipc-master-quarterly-payout tr.wpipc-master-table-thead td:nth-child(1) {
    width: 100%;
    color: #fff;
}

.wpipc-master-job-second-section {
    flex-flow: row wrap;
    display: flex;
    justify-content: center;
    width: 100%;
}

.wpipc-master-job-second-section .column {
    float: left;
    width: 30%;
    padding: 10px;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-weight: 500;
    ;
}

.wpipc-master-job-second-section.wpipc-master-table-thead.wpipc-master-table-bgcolor {
    text-align: center
}

.wpipc-master-job-second-section .column select {
    font-size: 14px;
    line-height: 2;
    color: #231f20;
    border-color: #7e8993;
    box-shadow: none;
    border-radius: 3px;
    padding: 0 24px 0 8px;
    min-height: 40px;
    max-width: 50rem;
    -webkit-appearance: none;
    background: #ffffff;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
    width: 200px;
}

.wpipc-master-job-second-section .column:nth-child(1),
.wpipc-master-job-second-section .column:nth-child(2) {
    margin-top: 11px;
}

.wpipc-master-job-second-section.wpipc-master-table-thead.wpipc-master-table-bgcolor .column:nth-child(1),
.wpipc-master-job-second-section.wpipc-master-table-thead.wpipc-master-table-bgcolor .column:nth-child(2) {
    margin-top: 0px;
}

.wpipc-master-table-first {
    width: 374px;
    border-collapse: collapse;
}

.wpipc-master-table-first thead {
    background-color: #97cab5;
}

.wpipc-master-job-second-section.wpipc-master-job-justify-section {
    justify-content: flex-start;
}

.wpipc-master-table-first th {
    padding: 4px;
}
.wpipc-master-table-first th{
    font-size: 15px;
}
.wpipc-master-table-first tr {
    text-align: center;
}

.wpipc-master-job-second-section.wpipc-master-job-justify-section .wpipc-master-table-first:nth-child(2) {
    margin: 0 24px;
}

.wpipc-master-table-first tbody tr:nth-child(even) {
    background-color: #e3f0eb;
}

.wpipc-master-table-first tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.wpipc-master-table-first tbody td {
    padding: 7px;
}

.wpipc-master-job-second-section.wpipc-master-table-thead.wpipc-master-table-bgcolor.wpipc-master-table-column-four {
    justify-content: flex-start;
}

.wpipc-master-job-second-section.wpipc-master-table-thead.wpipc-master-table-bgcolor.wpipc-master-table-column-four .column {
    width: 15%;
}

.wpipc-master-job-third-section {
    flex-flow: row wrap;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 2% 0 0
}

.wpipc-master-job-third-section .column {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-weight: 500;
    justify-content: center;
    text-align: center;
}

.m-t-wpipc-master {
    margin: 2% 0 0;
}

.wpipc-master-job-second-section.wpipc-master-table-thead.wpipc-master-table-bgcolor.wpipc-master-table-bgcolor-color.wpipc-master-table-column-four.m-t-wpipc-master {
    background-color: #2c998a;
    padding: 15px;
}


/* company setup css ended */


.delete_employee{
    margin-left: 5px;
}

.switch {
    position: relative;
    width: 40px;
    height: 25px;
}

.delete_employee .switch.off{
    display: none;
}

.delete_employee .switch.on{
    display: inline-block;
}

.delete_employee.inactive .switch.on{
    display: none;
}

.delete_employee.inactive .switch.off{
    display: inline-block;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch input:before{
    opacity: 0 !important;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 5px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.print-btn{
    background-color: white !important;
    color: black !important;
    border-radius: 5px;
    padding: 0 15px;
    border: solid 1px black;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: unset !important;
    height: unset !important;
    /*margin-left: auto;*/
    /*margin-right: 72px;*/
}

.print-btn:hover{
    background-color: #efefef;
    color: black;
}

.print-btn img{
    height: 20px;
    margin-right: 5px;
}

.align-center .edit_employee{
    display: inline-flex;
    align-items: center;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

input.wpipc-display-row {
    position: absolute;
    top: 1rem;
    left: -0.4rem;
}

.wpipc-tab-container {
    position: relative;
}

.wpipc-master-table-50.emp_name_wrapper label {
    margin-left: 1rem;
    white-space: initial;
}