@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;
    400;
    500;
    700&display=swap);
    .modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}
.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.modal-container {
    width: 500px;
    height: 400px;
    margin: 0 auto;
    padding: 42px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
}
.modal-header h3 {
    margin-top: 0;
}
.modal-body {
    margin: 20px 0;
}
.modal-footer {
    display: flex;
    float: right;
}
.modal-default-button {
    float: right;
    margin: 0 5px;
}
#textAreaCancelButton {
    float: right;
    background-color: #f7fcff;
    border: none;
    color: #ff6603;
    font-size: 14px;
}
#textAreaButton {
    background-color: #ff6603;
    border: none;
    color: #fff;
    width: 116px;
    height: 34px;
    float: right;
    border-radius: 3px;
    cursor: pointer;
}
.modal-enter-from, .modal-leave-to {
    opacity: 0;
}
.modal-enter-from .modal-container, .modal-leave-to .modal-container {
    transform: scale(1.1);
}
#time-card-app-container, #time-card-app-container *, .modal-mask * {
    font-family: Roboto, sans-serif!important;
}
.modal-body textarea {
    max-width: 99%}
#jibble-print-controls {
    display: none;
}
.jibble-button {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    background: #ff6603;
    color: #fff;
    font-weight: 700;
    border: 1px solid #ff6603;
    border-radius: 24px;
    margin-right: 10px;
    float: right;
}
#time-card-app-container h1 {
    margin: 0;
}
.jibble-button-outline {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    background: #fff;
    color: #ff6603;
    font-weight: 700;
    border: 1px solid #ff6603;
    border-radius: 24px;
    margin-right: 10px;
    float: right;
}
#jibble-printHeader {
    display: none;
}
p#jibble-print-logo {
    text-align: right;
    margin-top: -70px;
    margin-bottom: 30px;
}
p#jibble-print-logo img {
    height: 35px;
}
.jibble-main-options {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.jibble-header-container {
    display: flex;
    flex-wrap: wrap;
    max-width: none;
    width: 90%;
    margin: 0 auto;
    padding: 2rem 0 1rem;
}
.jibble-header-width {
    max-width: none;
    width: 90%;
    clear: both;
}
.jibble-just-blue-bg {
    max-width: 100%}
.jibble-margin-bottom-0 {
    margin-bottom: 0;
}
.jibble-margin-top-0 {
    margin-top: 0;
}
#time-card-app-container section {
    margin: 4rem auto 2rem;
    padding-right: 1rem;
    line-height: 1.5;
}
.jibble-header-container-right {
    flex: 30%;
    text-align: right;
}
.jibble-header-container-left {
    flex: 70%;
    vertical-align: top;
}
p#jibble-header-description {
    font-weight: 700;
    font-size: 16px;
    color: #333;
}
#jibble-selectB10:focus, #jibble-selectB11:focus, #jibble-selectB12:focus, #jibble-selectB13:focus, #jibble-selectB14:focus, #jibble-selectB15:focus, #jibble-selectB16:focus, #jibble-selectB17:focus, #jibble-selectB18:focus, #jibble-selectB19:focus, #jibble-selectB1:focus, #jibble-selectB20:focus, #jibble-selectB21:focus, #jibble-selectB22:focus, #jibble-selectB23:focus, #jibble-selectB24:focus, #jibble-selectB25:focus, #jibble-selectB26:focus, #jibble-selectB27:focus, #jibble-selectB28:focus, #jibble-selectB2:focus, #jibble-selectB3:focus, #jibble-selectB4:focus, #jibble-selectB5:focus, #jibble-selectB6:focus, #jibble-selectB7:focus, #jibble-selectB8:focus, #jibble-selectB9:focus {
    border: 1px solid #ff6603;
}
select {
    color: #5a6b7b;
}
button {
    text-shadow: none;
}
#jibble-body {
    margin: 0;
    background-color: #fff;
}
#jibble-body * {
    font-family: Roboto, sans-serif!important;
}
#jibble-firstHalf {
    padding-bottom: 1rem;
}
#jibble-table {
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, .2), 0 6px 5px 0 rgba(0, 0, 0, .19)!important;
    background-color: #fff;
    border-collapse: collapse;
    width: 80%;
    height: 50%;
    /* max-width: -webkit-fit-content; */
    /* max-width: -moz-fit-content; */
    /* max-width: fit-content; */
    margin-left: auto;
    margin-right: auto;
}
td, th {
    width: -webkit-min-content!important;
    width: -moz-min-content!important;
    width: min-content!important;
    white-space: nowrap;
}
/* .jibble-time-card-calculator-table tr:nth-last-child(-n+8):not(:last-child) {
    display: none !important;
  } */
/* #jibble-lasttdtogether {
    float: right;
} */
#jibble-first, .jibble-firsttd, .jibble-lasttd, .jibble-td, .jibble-topborder {
    text-align: left;
    padding: 8px;
    width: 250px;
}
#jibble-first, .jibble-topborder {
    background-color: #f6f8fb;
    font-weight: 400;
    font-size: 14px;
    height: 50px;
}
#jibble-dateth {
    padding-right: 30px;
    text-align: right!important;
    border-right: 1px solid #c6d2d9;
}
#jibble-first {
    width: 20%;
    border-top: 1px solid #c6d2d9;
}
.jibble-lasttd {
    border-right: 1px solid #c6d2d9;
    /* text-align: right; */
    text-align: center;
}
.jibble-lasttd .jibble-tableHeaderText {
    display: inline-block;
    margin-right: 10px;
}
.jibble-topborder {
    border-top: 1px solid #c6d2d9;
}
#jibble-printleftdate, #jibble-printrightdate {
    text-align: center;
    border: none;
    outline: none;
}
.jibble-date {
    font-size: 14px;
    color: #666;
}
.jibble-date, .jibble-hoursinput {
    text-align: right;
    border: none;
    outline: none;
}
.jibble-hoursinput {
    margin-right: 0;
    color: #5a6b7b;
}
.jibble-min {
    border: none;
    outline: none;
    text-align: center;
    margin-left: -5px;
    margin-right: 2px;
    color: #5a6b7b;
}
.jibble-dots {
    margin-left: 1px;
    margin-right: 1px;
}
#jibble-totalth {
    border-right: 1px solid #c6d2d9;
    width: 20%}
#jibble-totalth, .jibble-total {
    /* text-align: right; */
    text-align: center;
}
#jibble-totalText {
    text-align: right;
    margin-right: 20px;
}
#jibble-fourthTH, #jibble-secondTH, #jibble-thirdTH {
    width: 20%}
input.jibble-date {
    width: 110px!important;
    display: inline;
}
.jibble-date {
    background-color: #f6f8fb;
}
#jibble-rightdate {
    margin-left: 0;
}
#jibble-lastrow {
    background-color: #f6f8fb;
    border: none;
    height: 60px;
}
.jibble-last {
    border-bottom: 6px solid #ff6603;
}
#jibble-left {
    border-left: 1px solid #c6d2d9;
}
#jibble-right {
    /* border-right: 1px solid #c6d2d9; */
    border-right: none !important;
    /* font-size: 15px; */
}
#jibble-dash, #jibble-day, #jibble-footertext, #jibble-totalText, #jibble-totalhours, #jibble-totalhoursmm, #jibble-totalhoursprint, #jibble-totalhoursprinttext, #jibble-totalhrtd, .jibble-dots, .jibble-printtext, .jibble-total, .jibble-weekday {
    display: inline;
    font-size: 15px;
    position: relative;
}
#jibble-dash {
    padding-left: 10px;
    margin-right: -8px;
}
#download, #jibble-print {
    float: right;
    font-family: sans-serif;
}
#jibble-print {
    margin-right: 10px;
    width: 130px;
    height: 40px;
    border: 1px solid #c6d2d9;
    background: #fff;
    background-position: left 5px 7px;
    border-radius: 3px;
}
.jibble-svg {
    position: relative;
    margin-right: 10px;
}
.jibble-export88, .jibble-printtext {
    color: #666;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
}
.jibble-resetsend {
    margin-top: 8px;
    margin-right: 18px;
    float: right;
    background-color: #f7fcff;
    border: none;
    color: #ff6603;
    font-size: 14px;
}
.jibble-resetsend:hover {
    cursor: pointer;
}
#jibble-totalhours, #jibble-totalhoursmm, #jibble-totalhrtd {
    font-weight: 700;
    font-size: 16px;
    color: #333;
}
/* #jibble-totalhrtd {
    padding-top: 8px;
} */
.jibble-firsttd {
    border-left: 1px solid #c6d2d9;
    width: 120px !important;
}
.jibble-weekday {
    font-size: 14px!important;
    margin-left: 15px;
}
#jibble-h1 {
    font-weight: 400;
    margin-left: 5px;
}
#jibble-totalhoursprint {
    font-weight: 700;
    font-size: 20px;
    color: #4c4c4c;
}
div#jibble-topleftprint {
    margin-bottom: 80px;
    margin-top: 50px;
    margin-left: 30px;
    display: none;
}
#jibble-printtotal {
    display: block;
    margin-top: 20px;
    margin-left: 5px;
}
#jibble-image {
    float: right;
    margin-top: -50px;
}
.jibble-wrapper {
    overflow: hidden;
}
.jibble-firstdiv {
    float: left;
    border: 1px solid #c6d2d9;
    height: 32px;
    padding-top: 7px;
    margin-right: 10px;
    padding-right: 5px;
    background-color: #fff;
}
.jibble-firstdiv:focus-within {
    border: 1px solid #ff6603!important;
}
.jibble-seconddiv {
    overflow: auto;
    background-color: #fff;
    width: 66px;
}
#jibble-footer {
    bottom: 30;
    position: fixed;
}
#jibble-calculatebuttontext {
    color: #fff;
    display: inline;
    font-size: 13px;
    position: relative;
}
#jibble-secondrow {
    height: 38px;
}
#jibble-secondrow p {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}
::-webkit-inner-spin-button {
    display: none;
}
#jibble-name {
    color: #666;
    background-color: transparent;
    border: none;
    padding-left: 15px;
}
#jibble-showoptions {
    margin-top: 10px;
    margin-bottom: 30px;
}
#jibble-checkboxes1 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
#jibble-checkboxes2 {
    margin-left: 50px;
    float: left;
}
label.jibble-container.\32 4h, label.jibble-container.sbreak {
    float: none!important;
    display: block;
    margin-top: 20px;
    width: 100%!important;
}
#jibble-basepaydiv {
    vertical-align: top;
    margin-left: 20px;
    font-size: 14px;
    max-width: 286px;
    text-align: left;
    padding-right: 20px;
    display: inline-block;
}
label.jibble-container .help-tip {
    margin-left: 10px;
}
a.hide {
    color: #ff6603;
    margin-left: 2px;
    margin-right: 2px;
}
#jibble-basepaytext.inrow {
    margin-bottom: 10px;
    margin-top: 10px;
}
#jibble-basepaytext.inrow.d {
    margin-bottom: 10px;
    display: inline-block;
}
div#jibble-overtimediv {
    max-width: 200px;
}
#jibble-basepaytext {
    font-size: 14px;
    margin: 0;
    text-align: left;
    font-weight: bolder;
}
#jibble-payrateinput {
    width: 60px;
}
#jibble-currencies, #jibble-payrateinput {
    border: 1px solid #c6d2d9;
    height: 40px;
    text-align: center;
    margin-top: 10px;
    color: #666;
}
#jibble-currencies {
    width: 45px;
    background: #fff;
    font-size: 14px;
}
#jibble-perhourtext {
    font-size: 14px;
    display: inline;
    margin-left: 5px;
}
#jibble-overtimediv {
    margin-left: 20px;
    display: inline-block;
    font-size: 14px;
}
#jibble-overtimetext {
    margin: 0;
}
#jibble-overtimeratetext, #jibble-overtimetext {
    font-size: 14px;
    text-align: left;
    font-weight: bolder;
}
#jibble-overtimeratetext {
    margin-bottom: 10px;
}
.controlselect {
    margin-top: 10px;
    height: 40px;
    border: 1px solid #c6d2d9;
    background: #fff;
    padding-left: 10px;
    width: 140px;
    font-size: 14px;
    color: #666;
}
.switch-field.ampm {
    display: none;
}
.switch-field.ampm label {
    font-size: inherit;
}
.switch-field {
    display: flex;
    margin-bottom: 10px;
}
.switch-field input {
    position: absolute!important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
.switch-field label {
    background-color: #f6f8fb;
    color: rgba(0, 0, 0, .4);
    font-size: 18px;
    line-height: 1;
    text-align: center;
    padding: 8px 8px;
    border: 1px solid rgba(0, 0, 0, .2);
}
.switch-field label:hover {
    cursor: pointer;
}
.switch-field input:checked+label {
    background-color: #fff;
    color: #ff7922;
    box-shadow: none;
}
.switch-field label:first-of-type {
    border-radius: 8px 0 0 8px;
}
.switch-field label:last-of-type {
    border-radius: 0 8px 8px 0;
}
#jibble-overtimerate2div, #jibble-overtimeratediv {
    font-size: 14px;
    display: inline-block;
    margin-left: 20px;
    margin-top: -14px;
    padding-right: 20px!important;
}
#jibble-additionaloptions {
    margin-top: 20px;
    color: #666;
}
#jibble-overtimevalueinput {
    width: 50px;
    margin-top: 10px;
}
#jibble-overtimerateinput, #jibble-overtimevalueinput {
    height: 40px;
    text-align: center;
    border: 1px solid #c6d2d9;
    color: #666;
}
#jibble-overtimerateinput {
    width: 70px;
}
#jibble-overtimerate2input {
    border: 1px solid #c6d2d9;
    height: 40px;
    width: 70px;
    text-align: center;
    color: #666;
}
#jibble-baseratetext {
    font-size: 14px;
    display: inline;
    margin-left: 5px;
}
.jibble-checkbox {
    margin-top: 10px;
    width: 20px;
    height: 15px;
}
#jibble-additionaloptions {
    display: block;
}
#jibble-overtimediv .jibble-container, #jibble-overtimerate2div, #jibble-overtimeratediv .jibble-container {
    width: auto;
}
#jibble-overtimediv h3 {
    text-align: left;
}
.jibble-container {
    width: unset;
    float: left;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.jibble-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
label.jibble-container {
    margin-top: 5px;
    width: 100%}
.jibble-checkmark {
    position: absolute;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #c6d2d9;
}
.jibble-checkmark, .jibble-container:hover input~.jibble-checkmark {
    background-color: #fff;
}
.jibble-container input:checked~.jibble-checkmark {
    background-color: #ff6603;
    border: none;
}
.jibble-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.jibble-container input:checked~.jibble-checkmark:after {
    display: block;
}
.jibble-container .jibble-checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.jibble-breakColumns {
    display: none;
}
#jibble-datesdiv {
    margin-top: 0!important;
    text-align: center;
    display: inline;
}
#jibble-selectB1, #jibble-selectB10, #jibble-selectB11, #jibble-selectB12, #jibble-selectB13, #jibble-selectB14, #jibble-selectB15, #jibble-selectB16, #jibble-selectB17, #jibble-selectB18, #jibble-selectB19, #jibble-selectB2, #jibble-selectB20, #jibble-selectB21, #jibble-selectB22, #jibble-selectB23, #jibble-selectB24, #jibble-selectB25, #jibble-selectB26, #jibble-selectB27, #jibble-selectB28, #jibble-selectB3, #jibble-selectB4, #jibble-selectB5, #jibble-selectB6, #jibble-selectB7, #jibble-selectB8, #jibble-selectB9 {
    -moz-text-align-last: right;
    text-align-last: right;
    z-index: 5;
    background-color: transparent;
    height: 41px;
    width: 113px;
    font-size: 14px;
    padding-left: 0;
    padding-right: 5px;
    margin-left: -16px;
    border-top: 1px solid #c6d2d9;
    border-right: 1px solid #c6d2d9;
    border-bottom: 1px solid #c6d2d9;
    border-left: 1px solid #c6d2d9;
    outline: none;
}
.jibble-seconddivtest {
    z-index: 4;
    position: relative;
    overflow: auto;
    background-color: #fff;
    width: 100px;
}
.jibble-firstdivtest {
    z-index: 6;
    position: relative;
    float: left;
    border-top: 1px solid #c6d2d9;
    border-left: 1px solid #c6d2d9;
    border-bottom: 1px solid #c6d2d9;
    height: 32px;
    padding-top: 7px;
    margin-right: -50px;
    padding-right: 2px;
    background-color: #fff;
}
.jibble-wrappertest {
    position: relative;
    overflow: visible;
}
.regulations {
    border-right: 2px dashed #ff6603;
}
#jibble-startBreakHR1 {
    z-index: 7;
    padding-right: 0!important;
}
div#jibble-basepaydiv .help-tip {
    margin-left: 10px;
}
/* #jibble-calculatePaysDiv {
    display: contents;
    width: 100%;
    height: 100%;
    margin-top: 15px;
    float: right;
} */
/* #jibble-calculateHoursDiv {
    float: right;
} */
#jibble-calculateRegularPay , #jibble-totalHoursSpan{
    font-weight: 700;
    color: #333;
    font-size: 16px;
}
#jibble-calculateOvertimePay {
    font-size: 12px;
    color: #5a6b7b;
    /* position: absolute;
    display: block; */
}
#jibble-overtimeHoursSpan {
    /* font-size: 12px; */
    display: block;
    float: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
#jibble-currencyOvertimeSymbol, #jibble-currencySymbol, #jibble-totalOvertimePayValue, #jibble-totalPayValue {
    display: inline;
    font-size: 12px;
    color: #5a6b7b;
}
#jibble-footer {
    display: none;
}
#jibble-textAreaDiv {
    position: absolute;
    z-index: 10000;
    margin-left: 25%;
    margin-top: -25%;
    display: none;
    border: 1px solid #666;
    padding: 40px 60px;
    background-color: #f7fcff;
    border-radius: 3px;
}
#jibble-textAreaDiv p {
    margin: 0 0 10px;
}
#jibble-textAreaButton {
    background-color: #ff6603;
    border: none;
    color: #fff;
    width: 116px;
    height: 42px;
    float: right;
    margin-top: 10px;
    border-radius: 3px;
}
#jibble-textArea {
    width: 50em;
    height: 15em;
    padding: 15px 15px;
    font-size: 14px;
    background-color: #fff;
    outline: none!important;
    border-radius: 3px;
}
#jibble-textAreaCancelButton {
    margin-top: 20px;
    margin-right: 10px;
    float: right;
    background-color: #f7fcff;
    border: none;
    color: #ff6603;
    font-size: 14px;
}
#jibble-textAreaCancelButton:hover {
    cursor: pointer;
}
#jibble-fixedNoteText, #jibble-noteText {
    display: none;
}
.jibble-tableHeaderText {
    font-size: 12px!important;
    text-align: center;
    color: #666;
    padding-top: 0;
    padding-bottom: 0;
}
.jibble-breakDeduction {
    padding-right: .3em;
}
#jibble-currencySymbol, #jibble-totalPayValue {
    font-weight: 700;
    color: #333;
    font-size: 16px;
}
#jibble-totalHoursSpan {
    display: inline;
    vertical-align: middle;
    /* margin-right: 10px; */
}
#decimalnotice, #jibble-overtimeTotalhours, #jibble-overtimeTotalhoursmm, #jibble-overtimeTotalhrtd {
    display: inline;
    font-size: 12px;
}
.jibble-firstdivtest:focus-within {
    border-top: 1px solid #ff6603;
    border-left: 1px solid #ff6603;
    border-bottom: 1px solid #ff6603;
}
.jibble-firstdivtest:hover~#jibble-selectB1 {
    border: 1px solid #ff6603;
}
@media only screen and (max-width:975px) {
    .jibble-header-container-right {
    display: none;
}
.jibble-firstdiv {
    display: inline;
}
#jibble-basepaydiv, #jibble-overtimediv {
    border-right: 0;
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    clear: left;
}
[lang^=el] #jibble-basepaydiv, [lang^=el] #jibble-overtimediv {
    border-right: 0;
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    clear: left;
}

#jibble-checkboxes1, #jibble-checkboxes2 {
    float: left;
    clear: left;
}
#jibble-checkboxes2 {
    margin-left: 0;
    margin-top: 24px;
}
}#Friday2, #Monday2, #Saturday2, #Sunday2, #Thursday2, #Tuesday2, #Wednesday2 {
    display: none;
}

@media only screen and (max-width:1243px) {
  html[lang="en-US"]  #jibble-overtimerate2div, html[lang="en-US"] #jibble-overtimeratediv {
    font-size: 14px;
    padding-right: 20px!important;
    position: absolute;
    margin-top: 140px;
    margin-left: -390px;
}
}@media only screen and (max-width:650px) {
    #jibble-calculate, #jibble-download, #jibble-print, .jibble-resetsend {
    clear: both;
    width: 100%;
    margin: 5px 5px;
}
#jibble-showoptions {
    padding-top: 180px;
}
}

@media print {
    @page {
        size: landscape;
        margin: .1in;
    }
#calcpagecontrols, .main-content .container { display: none !important}
body #jibble-table-first-row { border: 2px solid #fff !important;}
body table th { border-bottom:  none !important;border-top: none !important;border-right: 2px solid #000 !important;}
body .jibble-lasttd { border-right: none !important;}
/* table#jibble-table{ margin-top:80px !important; width: 100%; border-collapse: collapse !important; box-shadow: none !important;border: 1px solid black !important;} */
table#jibble-table{ margin-top:80px !important; width: 100%; border-collapse: collapse !important; box-shadow: none !important;}
.rtl #jibble-table{ margin-top:60px !important; width: 100% !important;}
#jibble-print-controls { display: block !important; margin-bottom: -2px !important; margin-top: 55px !important; line-height: 17px !important; }
#jibble-lastrow { height: 30px !important; }
#jibble-print-controls p { display: inline-block !important; padding: 0 !important; margin-bottom: 0 !important; margin-top: 0 !important; margin-left: 0 !important; margin-right: 4px !important; }
div#jibble-calculateHoursDiv.hhmm { margin-left: 40px !important; }
#jibble-overtimeTotalhours *, #jibble-overtimeTotalhoursmm *, #jibble-overtimeTotalhrtd * { text-align: left !important; }
#calcoverlay, #savebutton, .section-hours-calculator, header.header.header-main, .jibble-teable-head { display: none !important; }
main.main-content { margin-top: -25px !important; }
.jibble-main-options, div#bitnami-banner, div#jibble-additionaloptions, footer.footer.footer--main, section#section-content-list, section.section-fluid { display: none !important; }
.time-input { border: none !important; }
.help-tip { display: none !important; }
#jibble-printHeader { font-family: Roboto, sans-serif !important; display: block !important; visibility: visible; margin-bottom: -80px !important; margin-top: 0 !important; z-index: 1000000 !important; }
section#timecard-section { margin-top: 0 !important; margin-bottom: 0 !important; }
.modal-mask, div#cc_div, div#cm, div#cc--main, #jibble-additionaloptions  { display: none !important; }
.switch-field input:checked+label { color: #000 !important; }
span#jibble-totalHoursSpan { margin-right: 0 !important; }
#jibble-firstHalf { padding-bottom: 0 !important; }
#jibble-header-container-id, #jibble-image, #jibble-section-howto-id, #jibble-showoptions, .jibble-separator-no-top, button, footer, header, section.jibble-content, section.jibble-get-started { display: none !important; }
div#jibble-calculateHoursDiv { margin-top: -2px !important; }
#jibble-noteText { display: block !important; font-size: 15px !important; }
#jibble-secondrow p { color: #333 !important; }
#jibble-earnedAmountsTD { float: left !important; margin-top: 10px !important; }
#jibble-fixedNoteText { display: block !important; font-weight: 700 !important; font-size: 15px !important; }
#jibble-footer { display: inline !important; }
#jibble-dateth { border-right: 0 !important; }
#jibble-datesdiv { font-size: 0 !important; }
#jibble-name { padding-left: 0 !important; }
body td#jibble-left, body td.jibble-firsttd { border-left: 0 !important; width: 10% !important; border-left: none !important; }
#jibble-right, #jibble-totalth { border-right: 0 !important;background: none !important; }
.jibble-last { border-bottom: 0 !important; }
body #jibble-first, body .jibble-topborder { border-top: 0 !important; border-left: 0 !important; border-right: 0 !important; }
#jibble-totalhours, #jibble-totalhoursmm, #jibble-totalhrtd { display: inline !important; font-weight: 700 !important; }
#jibble-lasttdtogether { margin-right: -30px !important; }
#jibble-selectB1, #jibble-selectB10, #jibble-selectB11, #jibble-selectB12, #jibble-selectB13, #jibble-selectB14, #jibble-selectB15, #jibble-selectB16, #jibble-selectB17, #jibble-selectB18, #jibble-selectB19, #jibble-selectB2, #jibble-selectB20, #jibble-selectB21, #jibble-selectB22, #jibble-selectB23, #jibble-selectB24, #jibble-selectB25, #jibble-selectB26, #jibble-selectB27, #jibble-selectB28, #jibble-selectB3, #jibble-selectB4, #jibble-selectB5, #jibble-selectB6, #jibble-selectB7, #jibble-selectB8, #jibble-selectB9 { background-color: transparent !important; -webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important; margin-left: -33px !important; padding-left: -15px !important; border: none !important; }
.jibble-firstdivtest { border: 0 !important; }
.jibble-date { display: none !important; }
#jibble-day { display: inline !important; }
#jibble-first, .jibble-topborder { font-weight: 700 !important; }
div#jibble-topleftprint { display: block !important; margin-bottom: 0 !important; margin-left: 0 !important; }
#jibble-printleftdate { margin-left: -8px !important; margin-right: -50px !important; }
.jibble-wrapper { overflow: visible !important; }
.jibble-firstdiv { width: 6em !important; float: left !important; border: none !important; padding-top: 0 !important; margin-right: -5px !important; padding-right: 0 !important; padding-top: 10px !important; }
.jibble-seconddiv { padding-left: 1px; padding-top: 10px; }
#jibble-first { display: none; }
#jibble-includeNote, #jibble-textArea, #jibble-textAreaButton, #jibble-textAreaButtonDiv, #jibble-textAreaCancelButton, #jibble-textAreaDiv { display: none; z-index: -9999; }
#jibble-h1 { margin-bottom: 3px; color: #333 !important; line-height: 1 !important; }
#jibble-h1, #jibble-printtotal { margin-top: 0 !important; }
#jibble-totalhoursprint, #jibble-totalhoursprinttext { font-size: 14px !important; color: #5a6b7b !important; font-weight: 400 !important; }
#jibble-printleftdate, #jibble-printrightdate { font-size: 14px !important; color: #5a6b7b !important; }
#jibble-table-first-row {border: 2px solid #fff !important; }
body .jibble-firsttd { padding-left: 0 !important; border-left: none !important; }
#jibble-dateRange { margin-top: 0 !important; }
#jibble-empName { margin-bottom: 0px !important; }
#jibble-overtimeTotalhours, #jibble-overtimeTotalhoursmm { padding-right: 30px !important; }
#jibble-calculateHoursDiv { margin-left: 20px !important; }
#jibble-totalHoursSpan { margin-bottom: -5px !important; }
.jibble-weekday { 
    padding-left: 0 !important;  
    margin-left: 0 !important; 
    margin-bottom : 0px !important;
 }
#jibble-first, .jibble-firsttd, .jibble-lasttd, .jibble-td, .jibble-topborder { padding: 5px !important;width: 135px !important;}
body table td { height: 25px !important;padding: 5px !important;width: 135px !important;border: 2px solid #000 !important;}
#jibble-table td.jibble-firsttd { width: 135px !important; }
#jibble-table .time-input .time-input__hours::placeholder , #jibble-table .time-input .time-input__minutes::placeholder, #jibble-calculateOvertimePay, #jibble-currencyOvertimeSymbol, #jibble-totalOvertimePayValue { color: #000 !important;}
}

div#optionscontrol .help-tip p {
    left: 30px;
    top: -35px;
    width: 100%;
    max-width: 400px;
    z-index: 10000;
}
.time-input {
    border: 1px solid #c6d2d9;
    display: inline-flex;
    padding: 4px 5px;
    border-radius: 8px;
}
#jibble-table .switch-field.ampm {
    display: inline-flex;
    padding-left: 10px;
    margin: 0!important;
    width: 100px;
}

.rtl #jibble-table .switch-field.ampm {
    display: inline-flex;
    padding-left: 10px;
    margin: 0!important;
    width: 100px !important;
}
.switch-field label {
    margin-bottom: 0;
}
#prcontrols {
    float: right;
    position: absolute;
    right: calc(50% - 617.5px);
    margin-top: 240px;
}
#prcontrols, span#prcontrols .jibble-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
span#prcontrols .jibble-container {
    margin-right: 15px;
}
div#jibble-additionaloptions {
    width: 100%;
    height: 400px;
    padding-top: 20px;
    border: 2px dashed #ff6603;
    border-radius: 10px;
}
@media (max-width:1450px) {
    #prcontrols {
    right: 100px;
}
}@media (max-width:1120px) {
    body, html {
    overflow-x: hidden;
}
label.jibble-container.sbreak {
    display: none;
}
}@media (max-width:820px) {
    label.jibble-container.\32 4h {
    display: none;
}
#prcontrols {
    margin-top: 290px;
}
div#jibble-additionaloptions {
    height: 390px;
}
}@media (max-width:650px) {
    section#section-content-list {
    margin-top: 0;
}
div#jibble-checkboxes1 {
    display: none;
}
div#jibble-additionaloptions {
    height: 590px;
}
.jibble-main-options {
    margin-top: -20px;
    padding-left: 20px;
    padding-right: 10px;
}
}

@media (max-width:700px) {
    [lang="fr-FR"] #jibble-table {transform: scale(0.97);transform-origin: top left;}
    [lang="pl-PL"] #jibble-table {transform: scale(0.94);transform-origin: top left;}
    [lang="de-DE"] #jibble-table {transform: scale(0.89);transform-origin: top left;margin-bottom: -40px;}
    [lang^="el"] #jibble-table {transform: scale(0.92);transform-origin: top left;margin-bottom: -40px;}
}
@media (max-width:690px) {
    [lang="fr-FR"] #jibble-table {transform: scale(0.96);transform-origin: top left;}
    [lang="pl-PL"] #jibble-table {transform: scale(0.94);transform-origin: top left;}
    [lang="de-DE"] #jibble-table {transform: scale(0.88);}
    [lang^="el"] #jibble-table {transform: scale(0.91);}
}
@media (max-width:680px) {
    [lang="fr-FR"] #jibble-table {transform: scale(0.95);transform-origin: top left;}
    [lang="pl-PL"] #jibble-table {transform: scale(0.92);}
    [lang="de-DE"] #jibble-table {transform: scale(0.87);}
    [lang^="el"] #jibble-table {transform: scale(0.90);}
}
@media (max-width:670px) {
    [lang="fr-FR"] #jibble-table {transform: scale(0.94);transform-origin: top left;}
    [lang="pl-PL"] #jibble-table {transform: scale(0.90);}
    [lang="de-DE"] #jibble-table {transform: scale(0.86);}
    [lang^="el"] #jibble-table {transform: scale(0.89);}
}
@media (max-width:660px) {
    [lang="fr-FR"] #jibble-table {transform: scale(0.93);transform-origin: top left;}
    [lang="pl-PL"] #jibble-table {transform: scale(0.88);}
    [lang="de-DE"] #jibble-table {transform: scale(0.85);}
    [lang^="el"] #jibble-table {transform: scale(0.87);}
}
@media (max-width:650px) {
    [lang="fr-FR"] #jibble-table {transform:scale(0.92);transform-origin: top left;}
    [lang="pt-br"] #jibble-table {transform: scale(0.95);transform-origin: top left;}
    [lang="pl-PL"] #jibble-table {transform: scale(0.94);}
    [lang="de-DE"] #jibble-table {transform: scale(0.85);}
    [lang^="el"] #jibble-table {transform: scale(0.88);}
}
@media (max-width:640px) {
    [lang="fr-FR"] #jibble-table {transform: scale(0.91);transform-origin: top left;}
    [lang="pt-br"] #jibble-table {transform: scale(0.933);}
    [lang="pl-PL"] #jibble-table {transform: scale(0.92);}
    [lang="de-DE"] #jibble-table {transform: scale(0.84);}
    [lang^="el"] #jibble-table {transform: scale(0.87);}
}
@media (max-width:630px) {
    [lang="fr-FR"] #jibble-table {transform:scale(0.92);transform-origin: top left;}
    [lang="pt-br"] #jibble-table {transform:scale(0.92);}
    [lang="pl-PL"] #jibble-table {transform: scale(0.90);}
    [lang="sv-SE"] #jibble-table {transform: scale(0.98);transform-origin: top left;}
    [lang="de-DE"] #jibble-table {transform: scale(0.83);margin-bottom: -70px;}
    [lang^="el"] #jibble-table {transform: scale(0.86);margin-bottom: -70px;}
}
@media (max-width:620px) {
    [lang="fr-FR"] #jibble-table {transform: scale(0.90);transform-origin: top left;}
    [lang="pt-br"] #jibble-table {transform: scale(0.91);}
    [lang="pl-PL"] #jibble-table {transform: scale(0.88);}
    [lang="sv-SE"] #jibble-table {transform: scale(0.96);}
    [lang="de-DE"] #jibble-table {transform: scale(0.82);}
    [lang^="el"] #jibble-table {transform: scale(0.85);}
}
@media (max-width:610px) {
    [lang="fr-FR"] #jibble-table {transform: scale(0.88);transform-origin: top left;}
    [lang="pt-br"] #jibble-table {transform: scale(0.90);}
    [lang="sv-SE"] #jibble-table {transform: scale(0.94);}
    [lang="de-DE"] #jibble-table {transform: scale(0.81);}
    [lang^="el"] #jibble-table {transform: scale(0.83);}
}
@media (max-width:600px) {
    [lang="fr-FR"] #jibble-table {transform: scale(0.85);transform-origin: top left;}
    [lang="pt-br"] #jibble-table {transform: scale(0.88);}
    [lang="pl-PL"] #jibble-table {transform: scale(0.86); margin-bottom: -70px;}
    [lang="sv-SE"] #jibble-table {transform: scale(0.92);}
    [lang="de-DE"] #jibble-table {transform: scale(0.79);}
    [lang^="el"] #jibble-table {transform: scale(0.82);}
}
@media (max-width:590px) {
  .jibble-weekday {margin-left: 10px;}
  #optionscontrol {margin-top: 0;}
  div#jibble-additionaloptions {margin-top: 10px;}
  .jibble-main-options {margin-top: -30px;padding-right: 0;}
  .rtl #jibble-table { transform: scale(0.97);margin-bottom: 0px; }
  [lang="fr-FR"] #jibble-table {transform: scale(0.85); margin-bottom: -60px;}
  [lang="pt-br"] #jibble-table {transform: scale(0.86);margin-bottom: -60px;}
  [lang="pl-PL"] #jibble-table {transform: scale(0.84);}
  [lang="id-ID"] #jibble-table {transform: scale(0.96);transform-origin: top left;}
  [lang="de-DE"] #jibble-table {transform: scale(0.79);margin-bottom: -110px;}
  [lang^="el"] #jibble-table {transform: scale(0.81);margin-bottom: -110px;}
}

@media (max-width:575px) {
  #jibble-table {transform: scale(1);transform-origin: top left;}
  section#timecard-section {padding-left: 10px; margin-left: 0; margin-right: 0; width: 100%}
  .rtl #jibble-table { transform: scale(1);margin-bottom: 0px; }
  [lang="fr-FR"] #jibble-table {transform: scale(0.85);transform-origin: top left; margin-bottom: -60px; }
  [lang="pt-br"] #jibble-table {transform: scale(0.90);margin-bottom: -40px;}
  [lang="pl-PL"] #jibble-table {transform: scale(0.88);}
  [lang="sv-SE"] #jibble-table {transform: scale(0.95);}
  [lang="de-DE"] #jibble-table {transform: scale(0.83);margin-bottom: -80px;}
  [lang^="el"] #jibble-table {transform: scale(0.85);margin-bottom: -80px;}

}
@media (max-width:550px) {
  #optionscontrol { margin-top: -10px; }
  div#jibble-additionaloptions { margin-top: 0; }
  .jibble-main-options { margin-top: -20px; padding-left: 10px; padding-right: 0; }
  .rtl #jibble-table {transform: scale(0.98);margin-bottom: 0px;}
 [lang="fr-FR"] #jibble-table {transform: scale(0.85);transform-origin: top left;margin-bottom: -60px; }
 [lang="pt-br"] #jibble-table {transform: scale(0.88);}
 [lang="pl-PL"] #jibble-table {transform: scale(0.86);}
 [lang="de-DE"] #jibble-table {transform: scale(0.79);}
 [lang^="el"] #jibble-table {transform: scale(0.82);}

}
@media (max-width:540px) {
  .rtl #jibble-table {transform: scale(.96);margin-bottom: -10px;}
   #jibble-table {transform: scale(.99);margin-bottom: -10px;}
  [lang="fr-FR"] #jibble-table {transform: scale(0.85);transform-origin: top left;margin-bottom: -60px;}
  [lang="pt-br"] #jibble-table {transform: scale(0.86);}
  [lang="pl-PL"] #jibble-table {transform: scale(0.84);}
  [lang="sv-SE"] #jibble-table {transform: scale(0.92);}
  [lang="de-DE"] #jibble-table {transform: scale(0.78);}
  [lang^="el"] #jibble-table {transform: scale(0.80);}
}
@media (max-width:530px) {
 .rtl #jibble-table {transform: scale(.95);margin-bottom: -20px;}
 #jibble-table {transform: scale(.98);margin-bottom: -20px;}
[lang="fr-FR"] #jibble-table {transform: scale(0.83);margin-bottom: -60px;}
[lang="pt-br"] #jibble-table {transform: scale(0.84);}
[lang="pl-PL"] #jibble-table {transform: scale(0.82);}
[lang="sv-SE"] #jibble-table {transform: scale(0.90);}
[lang="de-DE"] #jibble-table {transform: scale(0.76);}
[lang^="el"] #jibble-table {transform: scale(0.79);}
}
@media (max-width:520px) {
 .rtl #jibble-table {transform: scale(.93);margin-bottom: -30px;}
 #jibble-table {transform: scale(.97);margin-bottom: -20px;}
[lang="fr-FR"] #jibble-table {transform: scale(0.82);margin-bottom: -60px;}
[lang="pt-br"] #jibble-table {transform: scale(0.82);margin-bottom: -70px;}
[lang="pl-PL"] #jibble-table {transform: scale(0.80);}
[lang="sv-SE"] #jibble-table {transform: scale(0.88);}
[lang="id-ID"] #jibble-table {transform: scale(0.68);}
[lang="de-DE"] #jibble-table {transform: scale(0.75);}
[lang^="el"] #jibble-table {transform: scale(0.78);}

}
@media (max-width:510px) {
 .rtl #jibble-table {transform: scale(.91);margin-bottom: -50px;}
 #jibble-table {transform: scale(.96);margin-bottom: -10px;}
[lang="fr-FR"] #jibble-table {transform: scale(0.80);margin-bottom: -60px;}
[lang="tr-TR"] #jibble-table {transform: scale(0.95);transform-origin: top left; }
[lang="pt-br"] #jibble-table {transform: scale(0.81);}
[lang="pl-PL"] #jibble-table {transform: scale(0.78);}
[lang="sv-SE"] #jibble-table {transform: scale(0.86);}
[lang="id-ID"] #jibble-table {transform: scale(0.92);}
[lang="de-DE"] #jibble-table {transform: scale(0.73);}
[lang^="el"] #jibble-table {transform: scale(0.76);}
}
@media (max-width:500px) {
  #jibble-table {transform: scale(.95);margin-bottom: -20px;}
  .rtl #jibble-table {transform: scale(.89);margin-bottom: -60px;}
  [lang="fr-FR"] #jibble-table {transform: scale(0.78);margin-bottom: -60px;}
  [lang="tr-TR"] #jibble-table {transform: scale(0.93); transform-origin: top left;}
  [lang="pt-br"] #jibble-table {transform: scale(0.80);}
  [lang="es-Es"] #jibble-table {transform: scale(0.94);transform-origin: top left;}
  [lang="pl-PL"] #jibble-table {transform: scale(0.77);}
  [lang="sv-SE"] #jibble-table {transform: scale(0.84);}
  [lang="id-ID"] #jibble-table {transform: scale(0.90);}
  [lang="de-DE"] #jibble-table {transform: scale(0.72);}
  [lang^="el"] #jibble-table {transform: scale(0.74);margin-bottom: -120px;}

}

@media (max-width:490px) {
  #jibble-table {transform: scale(.94);margin-bottom: -20px;}
  .rtl #jibble-table {transform: scale(.87);margin-bottom: -60px;}
  [lang="fr-FR"] #jibble-table {transform: scale(0.76);margin-bottom: -90px;}
  [lang="tr-TR"] #jibble-table {transform: scale(0.90); }
  [lang="pt-br"] #jibble-table {transform: scale(0.78);}
  [lang="es-Es"] #jibble-table {transform: scale(0.92);}
  [lang="pl-PL"] #jibble-table {transform: scale(0.76);}
  [lang="sv-SE"] #jibble-table {transform: scale(0.82);}
  [lang="id-ID"] #jibble-table {transform: scale(0.88);}
  [lang="de-DE"] #jibble-table {transform: scale(0.70);}
  [lang^="el"] #jibble-table {transform: scale(0.72);}


}
@media (max-width:480px) {
  #jibble-table {transform: scale(.93);margin-bottom: -20px;}
  .rtl #jibble-table {transform: scale(.85);margin-bottom: -70px;}
  [lang="fr-FR"] #jibble-table {transform: scale(0.74);margin-bottom: -90px;}
  [lang="tr-TR"] #jibble-table {transform: scale(0.89); }
  [lang="pt-br"] #jibble-table {transform: scale(0.77);}
  [lang="es-Es"] #jibble-table {transform: scale(0.90);}
  [lang="pl-PL"] #jibble-table {transform: scale(0.74);}
  [lang="sv-SE"] #jibble-table {transform: scale(0.81);margin-bottom: -80px;}
  [lang="id-ID"] #jibble-table {transform: scale(0.92);}
  [lang="id-ID"] #jibble-table {transform: scale(0.86);}
  [lang="de-DE"] #jibble-table {transform: scale(0.68);margin-bottom: -160px;}
  [lang^="el"] #jibble-table {transform: scale(0.71);margin-bottom: -140px;}


}
@media (max-width:470px) {
  #jibble-table {transform: scale(.92);margin-bottom: -30px;}
  .rtl #jibble-table {transform: scale(.83);margin-bottom: -70px;}
  [lang="fr-FR"] #jibble-table {transform: scale(0.72);margin-bottom: -90px;}
  [lang="tr-TR"] #jibble-table {transform: scale(0.86);}
  [lang="pt-br"] #jibble-table {transform: scale(0.75);margin-bottom: -110px;}
  [lang="es-Es"] #jibble-table {transform: scale(0.88);}
  [lang="pl-PL"] #jibble-table {transform: scale(0.72);}
  [lang="sv-SE"] #jibble-table {transform: scale(0.79);}
  [lang="id-ID"] #jibble-table {transform: scale(0.84);}
  [lang="de-DE"] #jibble-table {transform: scale(0.66);}
  [lang^="el"] #jibble-table {transform: scale(0.69);}

}
@media (max-width:460px) {
  #jibble-table {transform: scale(.91);margin-bottom: -30px;}
  .rtl #jibble-table {transform: scale(.82);margin-bottom: -90px;}
  [lang="fr-FR"] #jibble-table {transform: scale(0.70);margin-bottom: -110px;}
  [lang="tr-TR"] #jibble-table {transform: scale(0.84);}
  [lang="pt-br"] #jibble-table {transform:scale(0.74);}
  [lang="es-Es"] #jibble-table {transform: scale(0.86);}
  [lang="pl-PL"] #jibble-table {transform: scale(0.70);margin-bottom: -110px;}
  [lang="sv-SE"] #jibble-table {transform: scale(0.77);}
  [lang="id-ID"] #jibble-table {transform: scale(0.82);}
  [lang="de-DE"] #jibble-table {transform: scale(0.65);}
  [lang^="el"] #jibble-table {transform: scale(0.68);}

}
@media (max-width:450px) {
  #jibble-table {transform: scale(.90);margin-bottom: -40px;}
  .rtl #jibble-table {transform: scale(.80);margin-bottom: -100px;}
  [lang="fr-FR"] #jibble-table {transform: scale(0.69);margin-bottom: -130px;}
  [lang="tr-TR"] #jibble-table {transform: scale(0.82);}
  [lang="pt-br"] #jibble-table {transform:scale(0.72);}
  [lang="es-Es"] #jibble-table {transform: scale(0.84);}
  [lang="sv-SE"] #jibble-table {transform: scale(0.75);}
  [lang="id-ID"] #jibble-table {transform: scale(0.80);}
  [lang="it-IT"] #jibble-table {transform: scale(0.88);}
  [lang="de-DE"] #jibble-table {transform: scale(0.64);}
  [lang^="el"] #jibble-table {transform: scale(0.66);}

}
@media (max-width:440px) {
  #jibble-table {transform: scale(.89);margin-bottom: -50px;}
  .rtl #jibble-table {transform: scale(.78);margin-bottom: -100px;}
  [lang="fr-FR"] #jibble-table {transform: scale(0.67);margin-bottom: -130px;}
  [lang="tr-TR"] #jibble-table {transform: scale(0.80);}
  [lang="pt-br"] #jibble-table {transform:scale(0.70);}
  [lang="es-Es"] #jibble-table {transform: scale(0.82);}
  [lang="pl-PL"] #jibble-table {transform: scale(0.68);}
  [lang="sv-SE"] #jibble-table {transform: scale(0.74);}
  [lang="id-ID"] #jibble-table {transform: scale(0.78);}
  [lang="it-IT"] #jibble-table {transform: scale(0.86);}
  [lang="de-DE"] #jibble-table {transform: scale(0.62);}
  [lang^="el"] #jibble-table {transform: scale(0.65);}

}
@media (max-width:430px) {
  #jibble-table {transform: scale(.85);margin-bottom: -60px;}
 .rtl #jibble-table {transform: scale(.76);margin-bottom: -110px;}
  [lang="fr-FR"] #jibble-table {transform: scale(0.65);margin-bottom: -140px;}
  [lang="tr-TR"] #jibble-table {transform: scale(0.78);}
  [lang="pt-br"] #jibble-table {transform:scale(0.68);margin-bottom: -130px;}
  [lang="es-Es"] #jibble-table {transform: scale(0.80);}
  [lang="pl-PL"] #jibble-table {transform: scale(0.67);}
  [lang="sv-SE"] #jibble-table {transform: scale(0.72);}
  [lang="id-ID"] #jibble-table {transform: scale(0.76);}
  [lang="it-IT"] #jibble-table {transform: scale(0.84);}
  [lang="de-DE"] #jibble-table {transform: scale(0.60);}
  [lang^="el"] #jibble-table {transform: scale(0.63);}

}
@media (max-width:420px) {
  #jibble-table {transform: scale(.83);margin-bottom: -70px;}
  .rtl #jibble-table {transform: scale(.74);margin-bottom: -120px;}
  [lang="fr-FR"] #jibble-table {transform: scale(0.64);margin-bottom: -160px;}
  [lang="tr-TR"] #jibble-table {transform: scale(0.77);}
  [lang="pt-br"] #jibble-table {transform:scale(0.66);}
  [lang="es-Es"] #jibble-table {transform: scale(0.78);}
  [lang="pl-PL"] #jibble-table {transform: scale(0.64);margin-bottom: -160px;}
  [lang="sv-SE"] #jibble-table {transform: scale(0.70);margin-bottom: -130px;}
  [lang="id-ID"] #jibble-table {transform: scale(0.74);}
  [lang="it-IT"] #jibble-table {transform: scale(0.80);}
  [lang="de-DE"] #jibble-table {transform: scale(0.59);}
  [lang^="el"] #jibble-table {transform: scale(0.61);}

}
@media (max-width:410px) {
  #jibble-table {transform: scale(.80);margin-bottom: -80px;}
  .rtl #jibble-table {transform: scale(.72);margin-bottom: -140px;}
  [lang="fr-FR"] #jibble-table {transform: scale(0.63);margin-bottom: -160px;}
  [lang="tr-TR"] #jibble-table {transform: scale(0.75);}
  [lang="pt-br"] #jibble-table {transform:scale(0.64);margin-bottom: -150px;}
  [lang="es-Es"] #jibble-table {transform: scale(0.76);}
  [lang="pl-PL"] #jibble-table {transform: scale(0.63);;margin-bottom: -160px;}
  [lang="sv-SE"] #jibble-table {transform: scale(0.68);}
  [lang="id-ID"] #jibble-table {transform: scale(0.72);}
  [lang="it-IT"] #jibble-table {transform: scale(0.80);}
  [lang="de-DE"] #jibble-table {transform: scale(0.58);margin-bottom: -210px;}
  [lang^="el"] #jibble-table {transform: scale(0.60);margin-bottom: -190px;}
}
@media (max-width:400px) {
  #jibble-table {transform: scale(.78);margin-bottom: -90px;}
  .rtl #jibble-table {transform: scale(.70);margin-bottom: -140px;}
  [lang="fr-FR"] #jibble-table {transform: scale(0.61);margin-bottom: -160px;}
  [lang="tr-TR"] #jibble-table {transform: scale(0.73);}
  [lang="pt-br"] #jibble-table {transform:scale(0.62);}
  [lang="es-Es"] #jibble-table {transform: scale(0.74);}
  [lang="pl-PL"] #jibble-table {transform: scale(0.62);}
  [lang="sv-SE"] #jibble-table {transform: scale(0.66);}
  [lang="id-ID"] #jibble-table {transform: scale(0.70);}
  [lang="it-IT"] #jibble-table {transform: scale(0.78);}
  [lang="de-DE"] #jibble-table {transform: scale(0.57);}
  [lang^="el"] #jibble-table {transform: scale(0.58);}

}
@media (max-width:390px) {
  #jibble-table {transform: scale(.76);margin-bottom: -100px;}
  .rtl #jibble-table {transform: scale(.68);margin-bottom: -150px;}
  [lang="fr-FR"] #jibble-table {transform: scale(0.59);margin-bottom: -160px;}
  [lang="tr-TR"] #jibble-table {transform: scale(0.70);}
  [lang="pt-br"] #jibble-table {transform:scale(0.61);margin-bottom: -170px;}
  [lang="es-Es"] #jibble-table {transform: scale(0.72);}
  [lang="pl-PL"] #jibble-table {transform: scale(0.60);}
  [lang="sv-SE"] #jibble-table {transform: scale(0.64);}
  [lang="id-ID"] #jibble-table {transform: scale(0.68); margin-bottom: -140px;}
  [lang="it-IT"] #jibble-table {transform: scale(0.76);}
  [lang="de-DE"] #jibble-table {transform: scale(0.55);}
  [lang^="el"] #jibble-table {transform: scale(0.57);}

}
@media (max-width:380px) {
  #jibble-table {transform: scale(.74);margin-bottom: -110px;}
  .rtl #jibble-table {transform: scale(.66);margin-bottom: -150px;}
  [lang="fr-FR"] #jibble-table {transform: scale(0.58);margin-bottom: -170px;}
  [lang="tr-TR"] #jibble-table {transform: scale(0.68);}
  [lang="pt-br"] #jibble-table {transform:scale(0.58);margin-bottom: -170px;}
  [lang="es-Es"] #jibble-table {transform: scale(0.70);}
  [lang="pl-PL"] #jibble-table {transform: scale(0.58);}
  [lang="sv-SE"] #jibble-table {transform: scale(0.62);}
  [lang="id-ID"] #jibble-table {transform: scale(0.66);}
  [lang="it-IT"] #jibble-table {transform: scale(0.73);}
  [lang="de-DE"] #jibble-table {transform: scale(0.53);}
  [lang^="el"] #jibble-table {transform: scale(0.55);}

}
@media (max-width:370px) {
  #jibble-table {transform: scale(.72);margin-bottom: -130px;}
  .rtl #jibble-table {transform: scale(.65);margin-bottom: -160px }
  [lang="fr-FR"] #jibble-table {transform: scale(0.78);margin-bottom: -180px;}
  [lang="pt-br"] #jibble-table {transform:scale(0.58);margin-bottom: -170px;}
  [lang="es-Es"] #jibble-table {transform: scale(0.68);}
  [lang="pl-PL"] #jibble-table {transform: scale(0.57);margin-bottom: -200px;}
  [lang="sv-SE"] #jibble-table {transform: scale(0.61);}
  [lang="id-ID"] #jibble-table {transform: scale(0.64);}
  [lang="it-IT"] #jibble-table {transform: scale(0.72);}
  [lang="tr-TR"] #jibble-table {transform: scale(0.67);}
  [lang="de-DE"] #jibble-table {transform: scale(0.52);}
  [lang^="el"] #jibble-table {transform: scale(0.54);}

}
@media (max-width:360px) {
  #jibble-table {transform: scale(.70);margin-bottom: -140px;}
  .rtl #jibble-table {transform: scale(.63);margin-bottom: -170px;}
  [lang="fr-FR"] #jibble-table {transform: scale(0.54);margin-bottom: -180px;}
  [lang="tr-TR"] #jibble-table {transform: scale(0.65);}
  [lang="pt-br"] #jibble-table {transform:scale(0.92);}
  [lang="pt-br"] #jibble-table {transform:scale(0.56);margin-bottom: -170px;}
  [lang="es-Es"] #jibble-table {transform: scale(0.66);}
  [lang="pl-PL"] #jibble-table {transform: scale(0.55);}
  [lang="sv-SE"] #jibble-table {transform: scale(0.59);}
  [lang="id-ID"] #jibble-table {transform: scale(0.62);}
  [lang="it-IT"] #jibble-table {transform: scale(0.70);}
  [lang="de-DE"] #jibble-table {transform: scale(0.50);margin-bottom: -240px;}
  [lang^="el"] #jibble-table {transform: scale(0.52);margin-bottom: -240px;}
}

@media (max-width:350px) {
  #jibble-table {transform: scale(.68);margin-bottom: -140px;}
  .rtl #jibble-table {transform: scale(.61);margin-bottom: -180px;}
  [lang="fr-FR"] #jibble-table {transform: scale(0.52);margin-bottom: -180px;}
  [lang="tr-TR"] #jibble-table {transform: scale(0.64);}
  [lang="pt-br"] #jibble-table {transform:scale(0.92);}
  [lang="pt-br"] #jibble-table {transform:scale(0.54);margin-bottom: -200px;}
  [lang="es-Es"] #jibble-table {transform: scale(0.64);}
  [lang="pl-PL"] #jibble-table {transform: scale(0.52);}
  [lang="sv-SE"] #jibble-table {transform: scale(0.58);margin-bottom: -200px;}
  [lang="id-ID"] #jibble-table {transform: scale(0.61);margin-bottom: -170px;}
  [lang="it-IT"] #jibble-table {transform: scale(0.68);}
  [lang="de-DE"] #jibble-table {transform: scale(0.49);}
  [lang^="el"] #jibble-table {transform: scale(0.51);}

}
@media (max-width:340px) {
  #jibble-table {transform: scale(.66);margin-bottom: -150px;}
  .rtl #jibble-table {transform: scale(.59);margin-bottom: -190px;}
  [lang="fr-FR"] #jibble-table {transform: scale(0.51);margin-bottom: -220px;}
  [lang="tr-TR"] #jibble-table {transform: scale(0.62);}
  [lang="pt-br"] #jibble-table {transform:scale(0.92);}
  [lang="pt-br"] #jibble-table {transform:scale(0.52);}
  [lang="es-Es"] #jibble-table {transform: scale(0.62);}
  [lang="pl-PL"] #jibble-table {transform: scale(0.52);}
  [lang="sv-SE"] #jibble-table {transform: scale(0.56);}
  [lang="id-ID"] #jibble-table {transform: scale(0.59);}
  [lang="it-IT"] #jibble-table {transform: scale(0.66);}
  [lang="de-DE"] #jibble-table {transform: scale(0.48);}
  [lang^="el"] #jibble-table {transform: scale(0.49);}

}
@media (max-width:330px) {
  #jibble-table {transform: scale(.64);margin-bottom: -160px;}
  .rtl #jibble-table {transform: scale(.57);margin-bottom: -200px;}
  [lang="fr-FR"] #jibble-table {transform: scale(0.50);margin-bottom: -220px;}
  [lang="tr-TR"] #jibble-table {transform: scale(0.60);}
  [lang="pt-br"] #jibble-table {transform:scale(0.92);}
  [lang="pt-br"] #jibble-table {transform:scale(0.50);margin-bottom: -220px;}
  [lang="es-Es"] #jibble-table {transform: scale(0.60);}
  [lang="pl-PL"] #jibble-table {transform: scale(0.50);}
  [lang="sv-SE"] #jibble-table {transform: scale(0.54);}
  [lang="id-ID"] #jibble-table {transform: scale(0.57);}
  [lang="it-IT"] #jibble-table {transform: scale(0.64);}
  [lang="de-DE"] #jibble-table {transform: scale(0.46);}
  [lang^="el"] #jibble-table {transform: scale(0.47);}

}
@media (max-width:320px) {
  #jibble-table {transform: scale(.62);margin-bottom: -170px;}
   .rtl #jibble-table {transform: scale(.55);margin-bottom: -210px;}
  [lang="fr-FR"] #jibble-table {transform: scale(0.48);margin-bottom: -220px;}
  [lang="tr-TR"] #jibble-table {transform: scale(0.58);}
  [lang="pt-br"] #jibble-table {transform:scale(0.92);}
  [lang="pt-br"] #jibble-table {transform:scale(0.49);}
  [lang="es-Es"] #jibble-table {transform: scale(0.59);}
  [lang="pl-PL"] #jibble-table {transform: scale(0.48);margin-bottom: -220px;}
  [lang="sv-SE"] #jibble-table {transform: scale(0.52);}
  [lang="id-ID"] #jibble-table {transform: scale(0.55);}
  [lang="it-IT"] #jibble-table {transform: scale(0.61);}
  [lang="de-DE"] #jibble-table {transform: scale(0.45);}
  [lang^="el"] #jibble-table {transform: scale(0.46);}

}
@media (max-width:310px) {
  #jibble-table {transform: scale(.60);margin-bottom: -170px;}
  .rtl #jibble-table {transform: scale(.53);margin-bottom: -220px;}
  [lang="fr-FR"] #jibble-table {transform: scale(0.47);margin-bottom: -220px;}
  [lang="tr-TR"] #jibble-table {transform: scale(0.56);}
  [lang="pt-br"] #jibble-table {transform:scale(0.48);}
  [lang="es-Es"] #jibble-table {transform: scale(0.56);}
  [lang="pl-PL"] #jibble-table {transform: scale(0.46);}
  [lang="sv-SE"] #jibble-table {transform: scale(0.50);}
  [lang="id-ID"] #jibble-table {transform: scale(0.54);}
  [lang="it-IT"] #jibble-table {transform: scale(0.60);}
  [lang="de-DE"] #jibble-table {transform: scale(0.43);}
  [lang^="el"] #jibble-table {transform: scale(0.43);}

}
@media (max-width:300px) {
  #jibble-table {transform: scale(.58);margin-bottom: -190px;}
  .rtl #jibble-table {transform: scale(.51);margin-bottom: -230px;}
  [lang="fr-FR"] #jibble-table {transform: scale(0.45);margin-bottom: -240px;}
  [lang="tr-TR"] #jibble-table {transform: scale(0.54);}
  [lang="pt-br"] #jibble-table {transform:scale(0.46);}
  [lang="es-Es"] #jibble-table {transform: scale(0.54);}
  [lang="pl-PL"] #jibble-table {transform: scale(0.45);}
  [lang="sv-SE"] #jibble-table {transform: scale(0.48);}
  [lang="id-ID"] #jibble-table {transform: scale(0.52);}
  [lang="it-IT"] #jibble-table {transform: scale(0.58);}
  [lang="de-DE"] #jibble-table {transform: scale(0.41);}
  [lang^="el"] #jibble-table {transform: scale(0.42);}

}   



label.jibble-container.\32 w {
    float: none!important;
    display: block;
    margin-top: 20px;
    width: 100%!important;
}
#jibble-table .jibble-teable-head {
    border-radius: 8px 8px 0 0;
    background: #ff6603;
    height: 40px;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    display: table-caption;
    text-align: center;
}
tr#jibble-table-first-row input#jibble-name {
    width: auto;
    background-color: #fff;
    display: inline-flex;
    border: 1px solid #ccc;
    color: #555;
    border-radius: 8px;
    text-align: left;
}
@media only screen and (max-width:1200px) {
    .time-input {
    width: 84px!important;
}
.switch-field.ampm {
    display: flex;
    margin: 0!important;
}
}.jibble-hoursinput.jibble-breakDeduction, .jibble-hoursinput.jibble-breakDeduction:focus, .time-input__hours, .time-input__hours:focus {
    border: none;
    outline: none;
    padding: 0 1px;
    width: 18px;
    text-align: right;
    flex: 1;
}
.jibble-min, .jibble-min:focus, .time-input__minutes, .time-input__minutes:focus {
    border: none;
    outline: none;
    padding: 0;
    width: 18px;
    text-align: left;
    flex: 1;
}
.time-input__kolon {
    padding: 0 3px;
}
.time-input__am-pm, .time-input__am-pm:focus {
    border: none;
    outline: none;
    background: none;
    flex: 1;
    visibility: hidden;
}
#jibble-calculateHoursDiv .help-tip {
    margin-right: 10px;
    vertical-align: middle;
}
.help-tip {
    display: inline-block;
    text-align: center;
    background-color: #ff6603;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 22px;
    cursor: default;
}
.help-tip:before {
    content: "?";
    font-weight: 700;
    color: #fff;
}
.help-tip:hover p {
    display: table-caption;
    transform-origin: 100% 0;
    -webkit-animation: fadeIn .3s ease-in-out;
    animation: fadeIn .3s ease-in-out;
}
.help-tip p {
    display: none;
    text-align: left;
    background-color: #fff;
    border: 1PX solid #ff6603;
    padding: 10px!important;
    width: -webkit-max-content!important;
    width: -moz-max-content!important;
    width: max-content!important;
    font-weight: 600!important;
    position: relative;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(255, 102, 3, .2);
    right: -4px;
    color: #000;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 5px;
    margin-bottom: 0;
}
.help-tip p:after {
    width: 100%;
    height: 40px;
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
}
#datestart {
    margin-right: 10px;
}
.decimalD {
    text-align: right;
    float: right;
    margin-right: 10px;
}
.decimalD, .decimalN {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: -5px;
}
.decimalN {
    text-align: left;
    float: left;
    margin-left: 5px;
}
.decimal, .hoursnm {
    color: #666;
    font-weight: 700;
    display: inline-block;
}
.hoursnm {
    width: 50px;
    padding-right: 8px;
}
.decimal {
    width: 50px;
    padding-left: 8px;
    margin-right: 15px;
}
.jibble-lasttd {
    background: #fff2e9;
}
tr#jibble-secondrow {
    background-color: #f6f8fb;
    box-shadow: 0 0 0 rgba(0, 0, 0, .2), 0 1px 2px 0 rgba(0, 0, 0, .19);
}
tr#jibble-lastrow {
    box-shadow: 0 -1px 1px rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .19);
}
#jibble-fslaovertimediv {
    max-width: 450px;
    margin-left: 20px;
    display: inline-block;
    font-size: 14px;
}
#jibble-fslaovertimediv #jibble-overtimeratetext {
    text-align: center;
    color: #ff6603;
}
div#jibble-overtimeratediv.floating {
    position: absolute;
    margin-top: 90px;
    margin-left: -175px;
}
div#jibble-overtimerate2div {
    position: absolute;
    margin-top: 180px;
    margin-left: -175px;
}
tr.weekday.active, tr.weekday:hover {
    background-color: #fff2e9;
}
.time-input__hours, .time-input__minutes {
    background: transparent;
}
div#jibble-additionaloptions {
    background: #f6f8fb;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, .2), 0 6px 5px 0 rgba(0, 0, 0, .19)!important;
    margin-top: 0;
    border: none;
    border-bottom: 6px solid #ff6603;
    border-top: 6px solid #ff6603;
}
.jibble-last {
    border-bottom: none;
}
label.jibble-container.floating {
    margin-top: 180px!important;
}
label.jibble-container.\32 4h.floating, label.jibble-container.floating {
    position: absolute;
    width: -webkit-fit-content!important;
    width: -moz-fit-content!important;
    width: fit-content!important;
    margin-left: 45px!important;
}
label.jibble-container.\32 4h.floating {
    margin-top: 220px!important;
}
label.jibble-container.sbreak.floating2 {
    margin-top: 260px!important;
}
label.jibble-container.\32 4h.floating2, label.jibble-container.sbreak.floating2 {
    position: absolute;
    width: -webkit-fit-content!important;
    width: -moz-fit-content!important;
    width: fit-content!important;
    margin-left: 45px!important;
}
label.jibble-container.\32 4h.floating2 {
    margin-top: 290px!important;
}
div#optionscontrol .help-tip p {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80vw;
}
@media only screen and (max-width:1120px) {
    div#jibble-fslaovertimediv {
    position: absolute;
    margin-top: 400px;
    padding-right: 100px;
    margin-left: -440px;
    max-width: 900px;
}
div#jibble-additionaloptions.floating {
    height: 700px!important;
}
div#jibble-additionaloptions.floating span#prcontrols {
    margin-top: 305px;
}
}@media only screen and (max-width:1005px) {
   html[lang="en-US"] div#jibble-overtimediv {
    position: absolute;
    margin-top: 160px;
    margin-left: -175px;
}
div#jibble-basepaydiv.regulations {
    border: none;
}
span#prcontrols {
    margin-top: 255px;
}
div#jibble-additionaloptions.floating span#prcontrols {
    margin-top: 305px;
}
#jibble-overtimeratediv {
    font-size: 14px;
    padding-right: 20px!important;
    position: absolute;
    margin-top: 160px;
    margin-left: -370px;
}
}
@media only screen and (max-width:975px) {
    div#jibble-additionaloptions.floating {
    height: 1120px!important;
    }

    div#jibble-overtimerate2div {
        display: block;
        margin-left: 0;
        margin-top: 100px;
    }
    div#jibble-overtimediv {
        position: static!important;
        margin-left: 0!important;
    }
    div#jibble-overtimediv{
        margin-top: 0!important;
        display: block;
    }
    div#jibble-overtimerate2div.floating {
        margin-top: 100px!important;
        display: block;
    }
    div#jibble-additionaloptions.floating {
        height: 880px!important;
    }
    div#jibble-additionaloptions.floating span#prcontrols {
        display: none;
    }
    div#jibble-additionaloptions.floating {
        height: 990px!important;
    }
    div#jibble-fslaovertimediv {
        margin-left: 0;
        position: static;
        margin-top: 200px;
        padding-right: 20px;
    }
    span#prcontrols {
        margin-top: -40px!important;
    }
    div#optionscontrol {
        padding-left: 20px;
    }
    #jibble-overtimeratediv {
        font-size: 14px;
        padding-right: 20px!important;
        position: static;
        margin-left: 0!important;
        display: block;
        margin-top: 10px;
        float: left;
    }
    div#jibble-additionaloptions {
        height: 1120px;
    }
    #prcontrols {
        margin-top: 760px!important;
    }
}

@media  (max-width: 768px){
    .section-qa .section-header { padding-top: 40px;}
    #jibble-table .jibble-teable-head { height: 30px;font-size: 18px;}
    #time-card-app-container section { margin: 2rem auto 2rem;}
    .page-template-template-simple-timesheet #time-card-app-container section { margin: 2rem auto 1rem;}
    .page-template-template-simple-timesheet div#time-card-app-container { margin-bottom: 0px;}
}

@-webkit-keyframes fadeIn {
    0% {
    opacity: 0;
    transform: scale(.6);
}
to {
    opacity: 100%;
    transform: scale(1);
}
}@keyframes fadeIn {
    0% {
    opacity: 0;
}
to {
    opacity: 100%}
}