﻿
@font-face {
    font-family: 'Noto Serif';
    src: url('Fonts/NotoSerif-Regular.ttf') format('truetype');
}

.hss-brand-greens {
    color: rgb(0, 137, 69); /*pantone logo color*/
    color: rgb(0,73,37);
    color: rgb(0,213,107);
    color: rgb(0,150,76);
    color: rgb(0,111,56); /*rgb similar to logo color*/
}

.hss-brand-blues {
    color: rgb(0,111,173); /* pantone logo color */
    color: rgb(0,70,109);
    color: rgb(0,160,249);
    color: rgb(0,119,186);
    color: rgb(0,95,147); /* rgb similar logo color */
}

/* Navbar */
.navbar .navbar-brand {
    height: 80px;
}

body {
    background-color: rgb(0,70,109);
    color: #f2f2f2;
}


#more-dropdown {
    background-color: #262626;
    margin-bottom: 0;
}

    #more-dropdown li {
        border-top: solid 1px #1a1a1a;
    }


.right-title {
    text-align: right;
}

.page-title {
    /* This attempts to use the google imported font Noto Serif first (see @import) and then falls back */
    font-family: 'Noto Serif', Helvitica, 'Times New Roman', Times, serif;
}

    .page-title h1 {
        margin-top: 0;
    }

.page-content {
    background-color: rgb(0,70,109);
    border-top-width: 2px;
    min-height: 70vh;
    padding: 10px 0;
    padding-bottom: 110px; /* The footer grows in height in smaller formats... this large bottom padding ensures you can still see the content on a phone */
}

footer.footer {
    border-color: rgb(0,213,107);
    border-style: solid;
}

.footer {
    background-color: #303030;
    border-width: 0;
    border-top-width: 2px;
    height: auto;
}

.footer .container {
    background-color: #303030;
    border: 0;
}

.footer-content {
    font-size: 12px;
}

    .footer-content p {
        margin-bottom: 2px;
    }

/* style="" */

/**********************Graph classes***********************/

.home-page-graph tbody {
    color: #1a1a1a;
    background-color: #fff;
}

.home-page-graph .table-bordered {
    border: solid 2px #006FAD;
}

.home-page-graph thead tr th {
    border: none;
    border-bottom: solid 1px #262626;
}

.remove-home-table {
    color: #f2f2f2;
}

    .remove-home-table:hover {
        color: #b30000;
        text-decoration: none;
    }

/**********************Styling classes***********************/

.sharp {
    border-radius: 0;
}

.no-space {
    padding: 0;
    margin: 0;
}

.no-pad {
    padding: 0 !important;
}

.m-l-1 {
    margin-left: 1rem;
}

.m-r-1 {
    margin-right: 1rem;
}

.m-t-1 {
    margin-top: 1rem;
}

.m-b-1 {
    margin-bottom: 1rem;
}

.m-x-1 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.m-y-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.m-a-1 {
    margin: 1rem;
}

.hss-footer-logo {
    width: 124px;
    max-width: 60px;
    margin-bottom: 5px;
}

@media (min-width:768px) {
    .footer-content {
        text-align: right;
    }
}

@media (max-width:768px) {
    .footer-content {
        text-align: center;
    }
}

/* This forces collapse to override .hidden-xs so we can use the same div for mobile and desktop description */
#page-description.in, #page-description.collapsing {
    display: block !important;
}

.panel-primary > .panel-heading {
    background-color: rgb(0,95,147);
}

.panel-heading h3 {
    margin-top: 10px;
}

.panel-primary {
    border-color: #262626;
}

.well, .panel {
    color: #262626;
}

/* removes the bottom margin from tables. Look at employees>manage>default.aspx as an example in the accordion table*/
.table .no-bottom-margin {
    margin-bottom: 0px;
}

.hss-import-button {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.btn .btn-primary {
    background-color: rgb(0,119,186);
}

.btn-xlg,
.btn-group-xlg > .btn{
  padding: 15px 22px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 9px;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

label[for="chkUsePayRates"] {
    display: inline;
}

.import-summary-section table{
    margin-bottom: 0;
}

.import-summary-section .table td {
    border-top: none !important;
}

.import-summary-section tr td:first-of-type {
    text-align: left;
}

.import-summary-section tr td:nth-of-type(2) {
    text-align: right;
}

.fa-success {
    color: #5cb85c;
}

.fa-danger {
    color: #d9534f;
}

.fa-info {
    color: #5bc0de;
}

.fa-default {
    color: #808080; 
}
/* This is called 'fa-warning-color' rather than just 'fa-warning' because 'fa-warning' is a built in fa type...*/ 
.fa-warning-color {
    color: #f0ad4e;
}

h5 {
    color: #808080;
}

.import-summary-right-panel {
    padding-top: 30px;
}

.import-table td {
    text-align: right;
}

.import-table tr td:first-child {
    white-space: nowrap;
}

.import-table th {
    text-align: center;
}

/* left justifies the header and cells in the table for name */
.import-table tr td:nth-child(3), .import-table tr th:nth-child(3) {
    text-align: left;
}

/* This removes the vertical lines from the import table for the time punch columns */
.import-table tr th:nth-child(4), .import-table tr th:nth-child(5), .import-table tr th:nth-child(8), .import-table tr th:nth-child(9),
.import-table tr td:nth-child(4), .import-table tr td:nth-child(5), .import-table tr td:nth-child(8), .import-table tr td:nth-child(9) {
    border-right-style: none;
    border-left-style: none;
}

.import-table tr th:nth-child(6),
.import-table tr td:nth-child(6) {
    border-right-style: none;
}

.import-table tr th:nth-child(7),
.import-table tr td:nth-child(7) {
    border-left-style: none;
}

.import-table tr td:last-of-type {
    border-left-style: none;
    padding-left: 0;
}

.import-table tr td:nth-last-of-type(2) {
    border-right-style: none;
    padding-right: 0;
}

.import-table .label {
    font-size: 0.9rem;
}

.import-table tr td:last-of-type, .import-table tr td:nth-last-of-type(2) {
	border-right: 1px solid #dddddd;
	padding: 8px;
}

.table-hover > tbody > tr:hover {
    background-color: #dff0d8;
    cursor: pointer;
}

.table-hover > tbody > tr.select-row:hover > td,
.select-row > td {
    background-color: #f2f2f2;
}


.danger {
    color: black;
}

.table-hover > tbody > tr.import-user-expanded:hover {
    background-color: transparent;
    cursor: default;
}

/*.table tbody > tr > td > input.del-default-txt:focus {
    content:"";
}*/

/* This handles the expansion table */
.table tr.import-user-expanded .table {
    color: black;
}

.table tr.import-user-expanded .active {
    color: #ccc;
}

/* Add a space between "Add Employee" and the + icon on imports page.*/
.import-table tbody tr.toggleIcon td a.no-collapse, .import-table tbody tr.toggleIcon td a.no-collapse:hover {
    text-decoration: none;
}

.import-table tbody tr.toggleIcon td.danger {
    cursor: default;
}

.import-table tbody tr.toggleIcon td i.btn {
    margin-left: 5px;
}


.import-user-expanded table tr td {
    text-align: right;
    font-size: .85em;
}

/*Allow the Type field to wrap so the table fits well on IPad Mini*/
.import-user-expanded table tr td:nth-child(3) {
    white-space: normal;
}

.import-user-expanded table tr.inactive {
    border-top: dashed;
    border-bottom: dashed;
    border-color: #ccc;
}

    .import-user-expanded table tr.inactive td {
        color: #ccc;
    }

.default-pay-rate-section .table td {
    border-top: none !important;
}

    .default-pay-rate-section .table td input {
        color: black;
    }


.pay-rate-table thead tr th {
    color: black;
    border: none;
}

.table.pay-rate-table {
    border: none;
}


.pay-rate-table tbody tr td {
    border: none;
}

.pay-rate-table input {
    color: black;
    text-align: right;
    margin-right: 1em;
}

.add-employee-modal {
    color: black;
}

.button-group-label {
    pointer-events: none;
    font-weight: bold;
}

td .disabled {
    background-color: #efeeee;
    text-align: center !important;
    color: #858585;
}

body, .page-content {
    color: #444;
    background-color: #f6f6f6;
}

.wrap {
    margin-top: 10px;
}

.well {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

    .well h1 {
        margin-top: 10px;
    }

.btn {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.table thead.thead-inverse {
    background-color: rgb(0,111,173);
    color: #fff;
}

.hss-farm-location {
    text-transform: uppercase;
    font-weight: 300;
}

.hss-farm-name {
    margin-top: 0;
    margin-bottom: 0;
}

.right-title .hss-farm-name {
    margin-bottom: 10px;
}

.trans-state-edit::before {
    content: "*EDITED ";
    color: #b42f2f;
}

.trans-state-missing::before {
    content: "MISSING PUNCH ";
    color: #b42f2f;
}

.trans-state-manual::before {
    content: "MANUAL ENTRY ";
    color: #235c7d;
}

.trans-state-automatic::before {
    content: "AUTOMATIC ENTRY ";
    color: #235c7d;
}

.trans-state-standard {
}

.modal-dialog {
    color: #000000;
}


a.editable-click:hover {
    color: #1B3449;
    cursor: pointer;
}

a.editable-click {
    border-bottom: none;
    color: #1B3449;
}

    /* make the pencil icon a little darker than standard, looks better */
    a.editable-click:hover::after {
        color: #1B3449;
    }

/* hides the pencil icon if the xeditable is readonly*/
a.editable-disabled:hover::after {
    content: '';
}

.editable-submit, .editable-cancel {
    /*padding: 1px 3px;
            font-size: 10px;
            line-height: 1.5;
            border-radius: 2px;*/
}

.editable-submit {
    background-color: rgb(0,111,56);
}

    .editable-submit:hover {
        background-color: rgb(0, 137, 69);
    }

/* Adds loading circle animation which we use on the import page 1*/
.glyphicon-refresh-animate {
    -webkit-animation: spin2 .7s infinite linear;
    -moz-animation: spin .7s infinite linear;
    -o-animation: spin .7s infinite linear;
    animation: spin .7s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* end import animation */


.navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #008945;
}

.nav > li > a {
    padding: 15px;
}

    .nav > li > a .m-r-1 {
        margin-left: auto;
        margin-right: auto;
    }

.navbar-default .navbar-nav li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:active {
    background-color: #008945;
    color: #f2f2f2;
    text-decoration: none;
}

.navbar-default .navbar-nav li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li:first-of-type > a {
	margin-left: 0;
}


ul#mobile-more-dropdown ul.help-menu > li > a.help-item {
    color: #fff;
}

.help-menu span.help-item:hover{
    background-color: #008945;
}

.help-menu .divider {
    background-color: #999;
}

@media screen and (max-width: 768px) {
	.navbar-nav .col-xs-3 {
		padding-left: 0;
		padding-right: 0;
	}
}

    /* HSS LOGO */
.navbar-default #Body_NavbarHSSLogo {
    margin-right: 5px;
    max-height: 50px;
    padding-top: 6px;
    padding-bottom: 2px;
}

.page-title .hss-logo-container {
    padding-right: 10px;
}

.special-nav, .special-nav ul {
    background-color: #303030;
    margin-bottom: 0;
    border-width: 0;
}


@media screen and (max-width: 768px) {
    .navbar-nav .col-xs-3 {
        padding-left: 0;
        padding-right: 0;
    }
}



.dropdown-menu {
}

.divider {
    border-left: 1px solid #19a05d;
    border-right: 1px solid #008744;
    margin: 0 2px;
}


.title-bar {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    background-color: #005F93;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    border-top: 2px solid #008945;
}

.title-bar, .footer {
    color: #fff;
}

@media (max-width: 480px) {
    .title-bar h1 {
        font-size: 27px;
    }

    .title-bar h2 {
        font-size: 21px;
    }

    .title-bar h4 {
        font-size: 16px;
    }
}

.farm-details-mobile {
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: #00964C;
    color: #fff;
    box-shadow: 0px 2px 4px #ccc;
}

.farm-details-mobile small {
        color: #eee;
        display: inline-block;
    }

.first-time-user {
    text-align: center;
}

.first-time-user button a {
    color: white;
    text-decoration:none;
}

.first-time-user .remove-home-table {
    color: #777;
}

   .first-time-user .remove-home-table:hover {
        color: #b30000;
        text-decoration: none;
        cursor: pointer;
    }

.import-success-alert {
    color: #000000;
}

    .import-success-alert button a {
        color: #fff;
        text-decoration:none;
    }

.contractors-modal-table .table-wrapper {
    overflow-y: scroll;
    max-height: calc(100vh - 400px);
    border-style:solid;
    border-width:1px;
    border-color:#ccc;
}

.padded-top-group-div {
    padding-top: 10px;
}

.padded-bottom-group-div {
    padding-bottom: 10px;
}

.employee-modal span.lead {
    vertical-align: middle;
}

#Body_TermsModal div.modal-body {
    overflow-y: scroll;
    height: 500px;
}

tr.import-user-expanded div > table.table {
    width: 99%; /* prevents overflow in IE and edge */
}

th.no-wrap {
    white-space: nowrap;
}

.add-machine-control {
    display: flex;
    flex-wrap: nowrap;
}

.add-machine-control > span {
    flex-grow: 1;
}

.add-machine-control > a {
    flex-grow: 0;
}

.no-overflow-x {
    overflow-x: hidden;
}

.manage-employees-list td.employee-expanded {
    background-color: #fff;
    cursor: default;
}

.manage-employees-list .employee-expanded > div > div {
    padding: 10px;
}

.employee-roster-txt {
    padding-top: 15px;
}

.employee-roster-txt > span {
    float: right;
}

.emp-dropdown-filters {
    text-align: right
}

.emp-search-row {
    padding-top: 10px;
}

.emp-search {
    float: right;
}

@media (max-width: 768px) {
    .emp-dropdown-filters {
        text-align: left;
        padding-top: 5px;
    }

    .emp-search-row {
        padding-top: 5px;
    }

    .employee-roster-txt {
        padding-top: 7px;
    }

    .add-manage-employees {
        padding-top: 5px;
    }

    .emp-search {
        float: left;
    }
}

@media (max-width: 480px) {
    .employee-roster-txt > span {
        float: left;
    }
}

a.table-link-header {
    text-decoration: none;
    color:#000;
    white-space: nowrap;
}

a.table-link-header:hover {
    color: #000;
}

.filtered-report-view .filtered-report-field.start-date input,
.filtered-report-view .filtered-report-field.end-date input {
    text-align: center;    
}

@media (max-width:480px) {
    table.manage-employees-list div.override-pay-rates div.pay-rates,
    table.manage-employees-list div.override-pay-rates div.pay-rate-warning {
        padding-left: 0px;
        padding-right: 0px;
    }

    table.manage-employees-list div.override-pay-rates div.pay-rates div.piece-rate div.input-group-addon {
        padding-right: 14px;
    }
}

/* Until I figure out if this should be in Common or here, should stay here */
.settings-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.settings-section {
    font-size: large;
    width: 90%;
    margin-bottom: 20px;
}

.setting-title {
    margin-left: 20px;
    margin-bottom: 5px;
    border-bottom: solid 2px rgba(0, 0, 0, 0.6);
}

.setting-item {
    width: 90%;
    margin-left: 5%;
}

.setting-item label {
    font-size: medium;
}

.setting-item a {
    font-weight: 100;
}

.setting-item a::after {
    content: '\270f';
    font-family: GLYPHICONS Halflings;
    color: rgba(0,0,0,0);
}

.manage-contractors .create-contractor-field div {
    padding-left: 0;
    padding-right: 0;
}

.manage-contractors .select-contractor .delete-button {
    padding-left: 15px;
}

.manage-contractors .lbl-contractor-name {
    padding-top: 5px;
}

.manage-contractors .employee-filters {
    padding-top: 15px;
    padding-bottom: 8px;
}

.imports-in-progress .table-title h2 {
    margin-bottom: 0;
}

.completed-imports .select-imports-month {
    padding-top: 20px;
    padding-bottom: 10px;
}

.completed-imports .month-select-lbl {
    padding-top: 7px;
    padding-right: 0;
}

.name-sub-info {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 10px;
}

.employee-voided {
    font-weight: bold;
}

.pnl-complete-import {
    padding-top: 0;
}

.no-manual-upload-warning {
    font-weight: bold;
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
}

.imports-in-progress .pay-rates .editable {
    border-bottom: 1px dashed transparent;
    height: 22px;
}

.imports-in-progress .pay-rates .editable:hover {
    border-bottom: 1px dashed #0088cc;
}

/* Remove the pencil from the xeditable on the payrates on import step 1. */
.imports-in-progress .pay-rates .editable::after {
    content: '';
}

.import-summary-section .pay-rates .hourly-rate {
    padding-top: 8px;
}

.import-summary-section .pay-rates .editable {
    border-bottom: dashed 1px #ccc;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.import-summary-section .pay-rates .editable:after {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.import-summary-section .pay-rates .editable:hover {
    border-bottom: dashed 1px #08c;
}

.import-summary-section h4 {
    text-align: left;
    font-weight: bold;
    padding-left: 8px;
}

.import-table .estimated-cost {
    max-width: 132px !important;
}

.import-table .pay-rates {
    width: 72px;
    display: inline-block;
    text-align: right;
}

    .import-table .pay-rates .piece-rate {
        padding-right: 1px;
    }

    .import-table .pay-rates .hourly-rate {
        display: block;
    }

.import-table .pay-rate-icons {
    display: inline-block;
}

    .import-table .pay-rate-icons .special-rate {
        display: block;
    }

    .import-table .pay-rate-icons .special-rate.no-special-rate {
        color: transparent;
    }

    .import-table .pay-rate-icons .edit-employee-rate {
        padding-left: 2px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .import-table .pay-rate-icons .edit-employee-rate:hover {
        color: #49A9C3;
    }

.import-table .sliding-container {
    width: 92px;
    margin: 0;
    display: inline-block
}

.import-table .sliding {
    width: 72px;
    display: inline-block;
    -webkit-transition: width 0.3s 0.3s ease-in;
    -moz-transition: width 0.3s 0.3s ease-in;
    transition: width 0.3s 0.3s ease-in;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.import-table .table-hover > tbody > tr:hover .sliding {
    width: 92px;
}

.pay-rate-icons .tooltip {
    white-space: normal;
}

.payrate-override-modal .modal-dialog {
    padding-top: 128px;
}

.payrate-override-modal .modal-body {
    max-height: 100%;
    display: inline-block;
}

.payrate-override-modal .top-row-pad {
    padding-top: 16px;
}

.payrate-override-modal .textbox-row-pad {
    padding-top: 8px;
}

.payrate-override-modal .row:not(:last-child) {
    padding-bottom: 8px;
}

.payrate-override-modal .rates-note {
    padding-top: 15px;
}

.payrate-override-modal .this-import-rate {
    padding-right: 1px;
}

.payrate-override-modal .this-import-rate-label {
    padding-left: 1px;
    padding-right: 0;
    padding-top: 7px;
}

.payrate-override-modal .employee-rate-type {
    display: block;
    font-size: 11px;
}

.report-print-buttons .glyphicon {
    padding-left: 4px;
}

.import-records .field, .import-records .variety {
    display: block;
}

.import-records .variety:hover, .import-records .field:hover {
    font-size: 1.25em;
    font-weight: bold;
}

.import-records .tip.fa-2x:hover {
    font-size: 2.5em;
}

.optional-tag {
    display: block;
    margin-top: -4px;
}

.bulk-edit-button{
    font-size:  18px;
}

.import-bulk-edit .dataTables_wrapper .dataTables_filter {
    float: left;
    margin-top: -30px;
}

.import-bulk-edit .dataTables_wrapper .dataTables_filter input {
    margin: 0px;
}

/*.dataTables_wrapper .dataTables_info {
    float: right;
}*/

.documents-tables .table thead {
    cursor: pointer;
}

.bulk-edit-clear-button{
    padding-top: 59px;
}

.new-pallet-number{
    height: 28px;
}

.bulk-edit-row-highlight {
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
    color: #3c763d !important;
}

.import-bulk-edit .column-selected {
    background-color: #0077BA;
    color: #fff;
    -webkit-transition: background .8s ease-in;
}

.hidden-pay-rate {
    display:none;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.align-items-center {
    align-items: center;
}

.hidden {
    display:none;
}

.rounded {
    border-radius: 5px;
}

.big-checkbox input[type="checkbox"]{
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
}

.bg-orange {
    background-color: darkorange !important;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: #008945;
    }
.list-group ul 
{
    display: none;
}

.list-group > li:hover > ul {
    display: block;
}

.dropdown-submenu-styling {
    margin-top: -1px;
    margin-left: 0px !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: none;
}

.time-punch-custom-panels {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 1px;
    background-color: #fff;
}

.time-punch-panel .time-punch-panel-body {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
}

    .time-punch-panel .time-punch-panel-body > div {
        min-width: 272px;
        align-self: stretch;
    }
	
    .time-punch-panel .time-punch-panel-body .input-group {
        max-width: 500px;
    }

    .time-punch-panel .time-punch-panel-body .tab-content {
        border-top: 2px solid rgb(0,95,147);
}

    .time-punch-panel .time-punch-panel-body .time-punch-nav-tabs {
    display: flex;
    }

        .time-punch-panel .time-punch-panel-body .time-punch-nav-tabs > li {
            flex: 1;
            text-align: center;
        }

            .time-punch-panel .time-punch-panel-body .time-punch-nav-tabs > li > a {
                margin: 4px;
                margin-bottom: 0px;
            }

            .time-punch-panel .time-punch-panel-body .time-punch-nav-tabs > li.active > a {
                background-color: rgb(0,95,147);
                color: white;
}

.time-punch-panel .time-punch-panel-heading {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        grid-column-gap: 40px;
        grid-row-gap: 9px;
    }

    .time-punch-panel .time-punch-panel-heading #DefaultActionSettings {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            grid-column-gap: 15px;
            grid-row-gap: 5px;
        }

    .time-punch-panel .time-punch-panel-heading .btn-group .btn:not(.default-width) {
            width: 90px;
        }


#TimePickerEmployeeInfoTable {
    overflow-x: hidden;
}

    #TimePickerEmployeeInfoTable tr > td:first-child {
        width: 125px;
        text-align: end;
    }
    
    #TimePickerEmployeeInfoTable tr > td:nth-child(2) {
        text-align: start;
        display: block;
    }
    
        #TimePickerEmployeeInfoTable tr > td:nth-child(2) > div {
            max-width: 200px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.manual-clock-functions-div {
    background-color: white;
    border-radius: 4px;
    border: 1px solid black;
}

    .manual-clock-functions-div .btn {
        width: 132px;
    }

.fade-in {
    animation: .5s ease-out 0s 1 fadeIn;
}

.text-darkblue {
    color: rgb(0,70,109);
}

.select2-green-wrapper {
    border: 5px solid rgb(0, 137, 69);
    border-radius: 7px;
}

.select2-red-wrapper {
    border: 5px solid rgb(201, 48, 44);
    border-radius: 7px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.control-prevent-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#CustomFileUploadFlexContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    row-gap: 5px;
}

.overflow-hidden {
    overflow: hidden;
}
.bulk-break--wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: space-between;
    border-color: #337ab7;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
}

    .bulk-break--wrapper .bulk-break-flex-div {
        display: flex;
        row-gap: 1em;
        column-gap: 3em;
        align-items: center;
        justify-content: center;
        padding: 1em;
    }

    .bulk-break--wrapper .bulk-break-flex-div--time {
        flex: 4;
    }
    
    .bulk-break--wrapper .bulk-break-flex-div--filters {
        flex: 2;
        border-radius: 5px 0 0 5px;
    }

.flex-wrap {
    flex-wrap: wrap;
}

.flex-column {
    flex-direction: column;
}

.flex-fill {
    flex: 1;
}

.cursor-pointer {
    cursor: pointer;
}

.grid-gap {
    gap: 1em;
}
/*Setting max height for reportviewer so it doesnt grow past footer*/
.report-viewer div[role=document] {
    height: 100% !important;
}

.bulk-edit-content {
    flex-grow:1; min-width:230px;
}

/* Since Bootstrap 3 doesnt have a flex variation of this */
.visible-xs-flex {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs-flex {
        display: flex !important;
    }
}
/*Making number/unit scan input larger*/ 
.custom-unit-scan-input {
    font-size: 1.5em;
    height: 40px;
}

.max-height-400px {
    overflow-y: auto;
    max-height: 400px;
}

#modalClockInOutScanBadgesCamera .modal-dialog {
    height: 100vh;
}

#modalClockInOutScanBadgesCamera .modal-content {
    background-color: #4c4c4c;
    height: 100%;
}

#modalClockInOutScanBadgesCamera .modal-footer {
    text-align: center;
}

/* This is the best hacky way to re-style the scanner paused div in the qr code library. It has the potential to break if they update the library */
#datamatrixreader > div:last-of-type {
    background-color: rgba(55,55,55,.9) !IMPORTANT;
    height: 100%;
    color: #fff;
}

    #datamatrixreader > div:last-of-type::after {
        content: "\f110";
        font-family: FontAwesome;
        font-size: 140px; /* Adjust the margin if you change this */
        color: white; 
        animation: fa-spin 1s steps(8) infinite;
        position: absolute;
        top: 50%; /* Add this */
        left: 50%; /* Add this */
        margin-top: -90px; /* about half of the font-size or adjust as needed */
        margin-left: -75px; /* Half of the font-size */
    }

/* End Hacky scanner paused div update for the qr code library */
