
body {
    color: #232323;
}

ul li {
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}

.paginate-links.sortedTimecards li.active {
    font-weight: bold;
}
.paginate-links.sortedTimecards li.next:before {
    content: ' | ';
    margin-right: 13px;
    color: #ddd;
}
.paginate-links.sortedTimecards li.disabled {
    color: #ccc;
    cursor: no-drop;
}

.ui-tooltip {
    white-space:pre-line;
  }
/* site manager */
.sitelistname{
    width: 100%;
}

.sitelistaction{
    width: 100px;
    white-space: nowrap;
    vertical-align: middle !important;
}

  .hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
  }

.mapContainer {
    object-fit: cover;
    width: 600px;
    height: 390px;
    flex-grow: 1;
    }

#map_canvas {
        bottom: 0;
        left: 0;
        position: relative;
        right: 0;
        top: 0;
}

.closeIcon {
    position: relative;
    top: -15px;
    right: -15px;
    margin-left: -50px;
    opacity: 100%;
    z-index: 1001;
}

    
  
.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
}

.clockin_gap {
    padding: 2;
}

.clockin_icon {
    margin-top: -10px;
    margin-right: 12px;
}

.clockin_name {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.clockin_value {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #1E1E1E;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, .5);
 }


.modal-mask {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.modal-container {
  width: 600px;
  margin: 0px auto;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  font-family: Helvetica, Arial, sans-serif;
  overflow-y: auto;
  max-height: 600px;


}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

[v-cloak] { display:none; }

/*
.vanilla {
    font-weight:normal !important;
}
*/

.text-hidden{
    font-size:1px !important;
}

.nav>li>a:hover {
    background-color: transparent;
}

.navbarx {
    padding-top: 12px;
    padding-bottom: 22px;
}

.navhead, .navcompany {
    font-size:16px;
    vertical-align: middle;
    display: inline-block;
    float: none;
}

.navcompany {
    font-size:18px;
    color:#7f7f7f;

}

.bg-dark {
    color:#fff;
    background: #36313A;
}

.nav-container-full {
    min-height: 40px;
    overflow-x: hidden;
    width: 100%;
}

.navhead_manager > a,  .navhead_manager > a:visited {
    color: #fff !important;
}

.navhead_manager > a:hover {
    color: #ACACAC !important;
}

.navback_manager > a,  .navhead > a:visited {
    color: #36313A !important;
}

.navback_manager > a:hover {
    color: #ACACAC !important;
}

.login_as > a,  .navhead > a:visited {
    color: #36313A !important;
}

/* paddings */
.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-20 {
    padding: 16px 20px;
}

.pagehead_manager {
    overflow-x: hidden;
    background: linear-gradient(268.58deg, #CB373B -10.63%, #D4595C 123%);
    margin-bottom: 40px;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
    margin-right: 30px;
}

.pagehead_manager h1, .pagehead-button{
    margin: 15px 0 !important;
}

.pagehead_manager .container{
    padding: 0;
    margin: auto;
}

.pagehead_manager_container {
    padding: 0;
    margin: auto;
}


.pagehead {
    padding: 24px 0px 32px 0px;
    background: linear-gradient(180deg, #ee7375 0%, #9e0e0e 100%);
    margin-bottom: 40px;
    width:100%;
    margin-right: 30px;
}

.stafflist {
    margin-top: 30px;
}

.etr-footer {
    margin-top: 60px;
    margin-bottom: 100px;

}

.lightlabel {
    font-weight: 400;
    padding-right: 10px;
}

.pagehead-title>header>h1 {
    color: white;
    font-weight: 300 !important;
    letter-spacing: 1px;
}

.timecard-nav {
    margin-top: 25px;
    margin-bottom: 20px;
}

.timecard-shift, .staff-search {
    margin-bottom: 10px;
}

.pagehead-button {
    box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #232323;
    border-radius: 20px;
    padding: 10px 20px 10px 20px;
    margin-top: 20px;
}

.etr-button-solid {
    box-sizing: border-box;
    background-color: #bb2020;
    border: 1px solid #b71819;
    border-radius: 20px;
    padding: 10px 30px 10px 30px;
    color: white;
}

.spaced {
    margin-left: 10px;
    margin-right: 10px;
}

.staff-selection {
    margin-bottom: 20px;
}
.etr-button-solid-xl {
    padding: 15px 30px 15px 30px;
    border-radius: 30px;
    border: 1px solid #dfdfdf;
}

.etr-button-solid:hover {
    background-color: white;
    color: #d6201c;
}

.pagehead-button:hover {
    background-color: #f0f0f0;
}

.pagehead-btn-txt {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    color: #C71C1E;
}

body {
  font-family: Open Sans;
}

.fnt-lg {
    font-size: 18px;
}

.fnt-14 {
    font-size: 14px;
}

.dateselector2 {
    width: 140px;
    height: 40px;
    background-color: #FFFFFF;
    border: 1px solid #979797;
    border-radius: 4px;
    padding-left: 10px;
}


.etr-link {
    font-size: 16px;
    text-decoration: underline;
}

.input-group-something {
    position: relative;
    left: -32px;
    border: 0px;
}

.input-dob {
    width: 160px;
}

.input-doe {
    width: 160px;
}

.input-phone {
    width: 220px;
}

.input-staff-id {
    width: 100px;
}

.icon-dob {
    position: relative;
    left: 53px;
    top: 32px;
    border: 0px;
}

.icon-doe {
    position: relative;
    top: 32px;
    border: 0px;
}

.cursor-pointer {
    cursor: pointer;
}

.icon-dateselector {
    position: relative;
    left: -28px;
    top: 0px;
    border: 0px;
}

.dateselector {
    width: 181px;
    height: 40px;
    background-color: #FFFFFF;
    border: 1px solid #979797;
    border-radius: 4px;
    padding: 8px 25px 8px 8px;
}

.icon-clearfilter {
    border: 0px;
}

.timecard-left-padding
{
    padding-left: 10px !important;
}

.ui-datepicker-trigger {
    border: 0px;
    background: none;
}

.nav-tabs>li {
    margin: 0px 0px !important;
}
.nav-tabs>li>a {
    background-color: #6f6c6d;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
}

.nav-tabs>li.active>a {
    background-color: #C91C1D !important;
	position: relative;
	border: 1px solid #1px solid #8E0909;
    color: white !important;
}

.nav-tabs > li > a:hover {
    background-color: #232323;
}

.nav-tabs>li.active>a:after, .nav-tabs>li.active>a:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.nav-tabs>li.active>a:after {
	border-color: rgba(201, 28, 29, 0);
	border-top-color: #C91C1D;
	border-width: 10px;
	margin-left: -10px;
}
.nav-tabs>li.active>a:before {
	border-color: rgba(1, NaN, NaN, 0);
	border-top-color: #1px solid #8E0909;
	border-width: 11px;
	margin-left: -11px;
}

.tinybox {
    padding-left: 12px;
}

.tinybox:before {
    height:16px;
    width:16px;
    border: 1px solid;
    content: '';
    position:absolute;
    left: -4px;
    margin-left:-7px;
    margin-top:3px;
}


.clr-approved-pre:before {
    background-color: #83d4c5;
}

.clr-exported-pre:before {
    background-color: #f5f5f5;
}

.clr-synced-pre:before {
    background-color: #a0e0ff;
}

.table > tbody > tr.clr-approved td {
    background-color: #83d4c5;
    border-color: #72b9ac;
}

.clr-exported {
    background-color: #f5f5f5;
}

.clr-synced {
    background-color: #a0e0ff;
}

table > tbody > tr.running-total td {
    background-color: #e0dadc;
    border: solid #c3bec0;
    border-width: 1px 0 0 0;
}
table > tbody > tr.running-total td:not(:empty) {
 border-right: 1px solid #c3bdbf;
}


.running-total td:nth-child(7):before {
    content:"Running Totals:";
}

.running-total td:nth-child(7) {
    border-right: 1px solid #c3bdbf;
}

.running-total td:nth-child(n+13) {
    /*border: none;*/
}

.running-total td:nth-child(-n+6) {
    /*border: none;*/
}

.group-checkbox > label {
    margin-right: 80px;
}

.select-all {
    color: #337ab7;
    font-weight: 600;
}


input[type=checkbox] {
    font-size: 5000px;
}

th {
    font-weight: normal;
    font-size: 13px;
}

th>a, th>a:visited, th>a:hover {
    color: black;
    font-weight: bold;
}

td {
    font-size: 13px;
}

.tdpad {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.tdpad-small {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.width73 {
    text-align: center;
}

.border-right {
  /*border: 1px solid #dfdfdf;*/
  /*border-left-width: 0;*/
  /*border-top-width: 0;*/
  /*border-bottom-width: 0;*/
}

.border-no-upper {
  /*border-top-width: 0 !important;*/
}

.strong {
    font-weight: 600;
}



#id_login_message, #id_auto_clockoff_message {
    height: 100px !important;
    width: 80% !important;
}

#id_auto_clockoff_value {
    width: 60px;
}

.navhead > a,  .navhead > a:visited {
    color: #232323;
}

.navhead > a:hover {
    color: #760000 !important;
}

.etr-red {
    color: #d6201c;
}

.xero-blue > a {
    color: #00b0e0 !important;
}

.xero-blue > a:hover {
    color: #007090 !important;
}

.etr-red > a, .etr-red  > a:visited {
    color: #d6201c !important;
    font-size: 13px;
}


a:not(.etr-button-solid), a:not(.etr-button-solid):visited {
        color: #d6201c;
}

.nav>.etr-red>a:hover {
    color: #bb2020 !important;
}

.nav-settings:before{
    content: '';
    background:url('../images/Icon_Settings_Black.png');
    background-size:cover;
    position:absolute;
    width:16px;
    height:16px;
    margin-left:-20px;
    margin-top:3px;
}

.nav-settings-manager:before{
    content: '';
    background:url('../images/Icon_Settings_Gray.png');
    background-size:cover;
    position:absolute;
    width:12px;
    height:12px;
    margin-left:-20px;
    margin-top:3px;
}

.navcompany {
    margin-top: 12px;
}

li.active>a {
    color: #232323;
}

.etr-strong {
    font-weight: 600;
}

.legend-text {
    position: relative;
    left:5px;
}


::-webkit-input-placeholder {
   font-style: italic;
}
:-moz-placeholder {
   font-style: italic;
}
::-moz-placeholder {
   font-style: italic;
}
:-ms-input-placeholder {
   font-style: italic;
}

.table>thead>tr>th {
    padding: 6px 8px;
    color: #a9a7a7;
    text-transform: uppercase;
    font-family: serif;
}

.timecard-table>tbody>tr:not(.running-total)>td.tc-action,
.timecard-table>tbody>tr:not(.running-total)>td.tc-info {
    border-width: 1px 0;
}

.timecard-table>thead>tr>th.nopad, .timecard-table>tbody>tr>td.nopad {
    padding: 6px;
}

.table>thead>tr>th {
    border-bottom: 2px solid #7F7F7F;
}

.table>tbody>tr>td {
    /*border-top: 1px solid #dfdfdf;*/
    border: 1px solid #dedede;
}

.table>tbody>tr>td:empty {
    /*border: none;*/
    min-width: 20px;
}

.table>tbody>tr>td:first-child {
    border-left: none;
    border-right: none;
}

.table>tbody>tr>td:first-child + td {
    border-left: none;
}

.table>tbody>tr>td:last-child {
    border-right: none;
}

.tooltip.top .tooltip-inner {
    background-color:#6f6c6d;
    opacity: 1 !important;
    filter:alpha(opacity=100) !important;
    padding: 10px;
    width:180px;
    font-size:13px;
}

.tooltip.in {
  opacity: 1 !important;
  filter: alpha(opacity=100);
}

.tooltip.top .tooltip-arrow {
    border-top-color: #6f6c6d;
}

td.day {
    color: #d6201c;
}

.bgwhite {
    background-color: white !important;
}

.vx {
  position:relative;
  top:12px;
}

.login {
    max-width: 420px;
    margin: 0 auto;
    margin-top: 100px;
}

.login label,
.login input[type="text"],
.login input[type="password"] {
    display: block;
    width: 100%;
}

.login__logo {
  margin: 0 auto;
  display: block;
  margin-bottom: 75px;
}

.toggle-link-disabled::before {
    cursor: not-allowed !important;
    background-color: #ccc !important;
    display: none;
  }

.timecard-action {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
  top: 3px;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  text-indent: -9999em;
}

.timecard-action-edit {
  background:url('../images/Icon_Edit_Black.png');
  background-size:16px;
}

.timecard-action-edit-disabled {
    background:url('../images/Icon_Edit_Disabled.png');
    background-size:16px;
    cursor: not-allowed;
  }

.timecard-action-editot {
  background:url('../images/icon-date-picker.png');
  background-size:16px;
}

.timecard-action-editot-disabled {
    background:url('../images/icon-date-picker-disabled.png');
    background-size:16px;
    cursor: not-allowed;
  }

.timecard-action-delete {
  background:url('../images/Icon_Delete_Black.png');
  background-size:16px;
}

.timecard-action-delete-disabled {
    background:url('../images/Icon_Delete_Disabled.png');
    background-size:16px;
    cursor: not-allowed;
  }

.toggle-link {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
  padding: 2px;
  width: 50px;
  height: 25px;
  background-color: #d8d8d8;
  border-radius: 60px;
  transition: background 0.4s;
  margin: 0 auto;
  text-indent: -9999em;
}

.toggle-link::before,
.toggle-link::after {
  display: block;
  position: absolute;
  content: "";
}

.toggle-link::before {
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  background-color: #efefef;
  border-radius: 60px;
  transition: background 0.4s;
}

.toggle-link::after {
  top: 3px;
  left: 3px;
  bottom: 3px;
  width: 22px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 52px;
  transition: margin 0.4s, background 0.4s;
}

.toggle-link--active {
  background-color: #058971;
}

.toggle-link--active::before {
  background-color: #07a185;
}

.toggle-link--active::after {
  margin-left: 24px;
  background-color: #fff;
  border-color: #058971;
}

.smallinput {
    width: 60px !important;
    padding: 6px;
}

.otcolor {
    color: #6d1fc3;
}

.legend {
    top: 80px;
    position: relative;
}

.downby5px {
    padding-top:5px;
}

.input-extrasmall {
    width: 60px !important;
}

.shiftzone-text-orange {
    color: #f0ad4e;
}

.shiftzone-text-red {
    color: #d9534f;
}

.shiftzone-text-green {
    color: #5cb85c;
}


/* Settings */


.grid-container {
    display: grid;
    grid-template-columns: 25% auto;
    grid-gap: 10px;
}

.setting-sections > .setting-section {
    display: none;
}

.settings-tab {
    background-color: #F5F5F5; 
    color: #36313A;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 29px;
    gap: 10px;
    margin: 4px 0;
    cursor: pointer;
}

.settings-tab.top {
    border-radius: 5px 5px 0 0;
}

.settings-tab.bottom {
    border-radius: 5px 5px;
}

.settings-tab.active.options {
    background-color: #BB2020; 
    color: #FFFFFF;
}

.settings-tab.active.user-access {
    background-color: #0D98BA; 
    color: #FFFFFF;
}

.settings-tab.active.lunchbreak {
    background-color: #E48934; 
    color: #FFFFFF;
}

.settings-tab.active.overtime {
    background-color: #0182FF; 
    color: #FFFFFF;
}

.settings-tab.active.shift-zones {
    background-color: #6C47D4; 
    color: #FFFFFF;
}

.settings-tab.active.clock-out {
    background-color: #E1B61B; 
    color: #FFFFFF;
}

.settings-tab.active.welcome {
    background-color: #2CBE69; 
    color: #FFFFFF;
}

.settings-tab  > img.unselected{
    display: inline;
}
.settings-tab > img.selected{
    display: none;
}

.settings-tab:hover {
    filter: brightness(85%);
}

.settings-tab.active:hover {
    filter: brightness(100%);
}

.pl-15 {
    padding-left: 15px;
}

.settings-tab > h1{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0;
}

.dropdownDiv {
    display: none;
}

.dropdown-arrow {
    height: 10px;
    position: absolute; 
    left: 190px;
    margin-top: -4px;
}


@media(max-width: 1200px) {
    .settings-tab > h1{
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 25px;
        flex: none;
        order: 1;
        flex-grow: 0;
        margin: 0;
    }
}


@media(max-width: 992px) {
    .grid-container {
        grid-template-columns: auto;
    }
    .settings-tab {
        background-color: #F5F5F5; 
        color: #36313A;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 15px 29px;
        gap: 10px;
        margin: 4px 0;
        cursor: pointer;
    }
    .settings-tab > h1{
        text-align: center;
        justify-self: center;
    }

    .open>.option-list{
        display: block;
    }

    .option-list {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    }

    .dropdownDiv {
        background-color: #F5F5F5; 
        color: #F5F5F5;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 15px 29px;
        width: 216.61px;
        box-shadow: 5px 10px;
        gap: 10px;
        margin: 4px 0;
        cursor: pointer;
    }

    .dropdownDiv > h1{
        text-align: center;
        justify-self: center;
        font-family: 'Open Sans';
        color: #F5F5F5;
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 25px;
        flex: none;
        order: 1;
        flex-grow: 0;
        margin: 0;
    }

    .settings-tab.top {
        border-radius: 0;
    }

}

.settings legend {
    border-bottom: none;
    font-size: 18px;
}

.settings fieldset > legend {
    color: #BD1D17;
    font-weight: 700;
}

.settings fieldset {
    border-bottom: 1px solid #979797;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
}

.settings fieldset fieldset {
    border-bottom: none;
    padding: 0;
}

.key-details {
    background: #f5f5f5;
    padding: 15px;
    margin-top: -40px;
    margin-bottom: 20px;
}

.key-details h2 {
    font-size: 18px;
    color: #BD1D17;
    font-weight: 700;
}

.key-details__item {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    padding: 0 15px;
}

.key-details__item p + p {
    font-size: 21px;
    font-weight: 300;
}

.key-details .page-header {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    padding: 0;
    border: none;
}

.key-details .page-header h2 {
    margin: 0;
}

.key-details .page-header a {
    margin-left: auto;
}

legend.control-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
}

.settings-bd {
    padding: 0 0 0 20px;
    font-size: 16px;
}

.settings-assign {
    padding-left: 20px;
}

.settings-bd p {
    margin-bottom: 20px;
}

.settings-bd legend.control-label {
    font-size: 16px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    display: inline-block;
    width: auto;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.settings-options legend.control-label {
    padding-top: 7px;
    margin-bottom: 0;
}

.settings-options .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.settings-options label {
    font-weight: normal;
}

.lunch-rule {
    padding: 15px;
    border: 1px solid #979797;
    border-radius: 6px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.lunch-rule-remove {
    margin-top: 20px;
}

.lunch-rule input {
    width: 60px;
}

.lunch-rule label {
    font-weight: 400;
}

.add-rule-btn {
    background: none;
    border: none;
    padding: 8px 20px;
    color: #bc2422;
    font-size: 16px;
    text-decoration: none;
    margin: 10px 0;
}

.add-rule-btn span {
    margin-right: 5px;
}

.add-rule-btn em {
    color: #8d8d8d;
    display: inline-block;
    margin-left: 5px;

}

.settings-overtime .table > tbody > tr > th {
    font-weight: bold;
    border-bottom: 1px solid #dedede;
    font-size: 16px;
}

.settings-overtime .table > thead > tr > th input[type="text"] {
    max-width: 50px;
}

.settings-overtime .table > thead > tr > th,
.settings-shift-rules .table > thead > tr > th {
    border-bottom: 1px solid #dedede;
    font-family: serif;
    text-transform: uppercase;
    color: #6f6c6d;
}

.settings-shift-rules .table > thead > tr:first-child > th {
    text-transform: none;
    color: #000;
    font-family: sans-serif;
}

.settings-overtime .table > tbody > tr > td,
.settings-shift-rules .table > tbody > tr > td {
    border-width: 1px 0;
}

.settings-shift-rules .table {
    margin: 50px 0;
}

.settings-shift-rules .bootstrap-timepicker {
    max-width: 130px;
}

.settings-shift-rules input[type="number"] {
    padding: 6px;
}

.bootstrap-timepicker-widget table td input {
    width: 45px;
}

.pagination span {
    display: inline-block;
}

.pagination .paginate-links {
    margin: 0;
    padding-left: 5px;
    display: inline-block;
}

.xero-app {
    padding: 20px;
    background: #fff;
    border: 1px solid #bd1d17;
    margin: 20px;
}

.xero-app p > span {
    cursor: pointer;
}

.connect-app-row {
    padding-left: 25px;
    margin-bottom: 30px;
}

.btn-link {
    padding: 0;
}

.section-spacer {
    margin: 40px auto;
}

.timecard-cells button {
    background: none;
    border: none;
    padding: 0;
    line-height: 1;
    vertical-align: middle;
    color: #bd1d17;
}

/* Location */

.location__container {

    display: grid;

    grid-template-columns: 1fr 2fr 1fr;

    gap: 32px;

    padding: 0 20px;

}



.location__clockInOut {

    line-height: 140%;

    text-align: center;

    color: #C91C1C;

    display: flex;

    flex-direction: row;

    justify-content: center;

    align-items: center;

    padding: 2px 8px;

    width: fit-content;

    padding: 0 12px;

    height: 24px;

    background: #FFEAEA;

    border-radius: 16px;

}



.blue-chip {

    color: #0A84FF;

    background: #E2F0FF;

}



.gap-10 {

    gap: 10px;

}



.background_lightGray {

    background: #FCFCFC;

}



.location-scroll {

    overflow-y: scroll;

    max-height: 200px;

}



.location-scroll::-webkit-scrollbar {

    width: 5px;

  }





.location-scroll::-webkit-scrollbar-thumb {

    background-color: #979797; 

    border-radius: 10px;

  }



.flex-column {

    display: flex;

    flex-direction: column;

}



#location-entries {

    margin: -5px -15px -15px;

}



.center-y {

    display: flex;

    flex-direction: column;

    justify-content: center;

}