/* --------------------------------

Nav Bar

-------------------------------- */
.bulk-time-nav {
    height: 100px;
}

.bulk-time-nav .container-fluid {
    height: 100%;
}

.navbar.navbar-default.bulk-time-nav {
    left: 0;
    margin-left: 82px;
}

.bulk-time-nav .timer-mobile-preferences-icon {
    margin-top: -53px;
}

.date-cycler-container {
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 320px;
    height: 60px;
}

.timer-mobile-date-picker-date {
    color: white;
    font-size: 24px;
}

.timer-mobile-date-picker-duration {
    color: white;
    font-size: 16px;
}

@media (max-width: 991px) {
    .bulk-time-nav {
        height: 80px;
    }

    .navbar.navbar-default.bulk-time-nav {
        margin-left: 0;
        margin-bottom: 0;
    }
    .header-cell{
        width: 150px;
    }
    .date-cycler-container {
        padding-left: 8px;
    }

    .cycle-button-left.mobile,
    .cycle-button-right.mobile {
        display: initial;
    }
}

@media (max-width: 425px) {
    .bulk-time-nav .timer-mobile-logout {
        margin-left: 0;
    }
    .bulk-time-nav .timer-mobile-date-picker-date {
        font-size: 20px;
    }
}

@media (max-width: 350px) {
    .bulk-time-nav .timer-mobile-date-picker-date {
        font-size: 18px;
    }
    .date-cycler-container {
        padding-top: 8px;
    }
}

/* --------------------------------

Manual Entries Container

-------------------------------- */
.manual-entries-page-container.container-fluid {
    background-color: white;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
}



/* --------------------------------

Bulk Time Display and Manual Entries table

-------------------------------- */
.bulk-time-display {
    width: 90%;
    margin: auto;
  overflow: auto;
}

.manual-entries-table.table > thead > tr > th.header-button {
    min-width: 260px;
}

.manual-entries-page-container {
    margin-left: 82px;
}
.header-row {
    border-bottom: 1px solid #ECECEC;
}

.header-cell {
    position: relative;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
    width: 8.33333333%;
}

.header-date {
    font-weight: bold;
}

.timer-row.bulk-time  {
    margin-bottom: 0;
}

.timer-text-elem {
    margin-left: 78px;
}

.header-row,
.timer-row {
    border-bottom: 1px solid #ECECEC;
}

.input-cell {
    min-height: 60px;
}

.header-cell--current,
.input-cell--current {
    position: relative;
}

.marker-container--bulk-time {
    top: 0;
    right: -4px;
    bottom: -1px;
}

.input-cell input {
    width: 100%;
    min-height: 60px;
    text-align: center;
    border: 0;
    font-size: 20px;
}

.input-cell input[disabled] {
    opacity: .5;
}

.manual-entries-table.table>tbody>tr>td,
.manual-entries-table.table>tbody>tr>th,
.manual-entries-table.table>tfoot>tr>td,
.manual-entries-table.table>tfoot>tr>th,
.manual-entries-table.table>thead>tr>td,
.manual-entries-table.table>thead>tr>th {
    min-width: 90px;
    padding: 16px 6px;
    border: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 0;
    font-size: 13px;
}

.table-responsive>.manual-entries-table.table>tbody>tr>td,
.table-responsive>.manual-entries-table.table>tbody>tr>th,
.table-responsive>.manual-entries-table.table>tfoot>tr>td,
.table-responsive>.manual-entries-table.table>tfoot>tr>th,
.table-responsive>.manual-entries-table.table>thead>tr>td,
.table-responsive>.manual-entries-table.table>thead>tr>th {
    white-space: inherit;
}

.manual-entries-table.table>tbody>tr>.timer-block-elem {
    min-width: 260px;
    padding: 16px;
}

.manual-entries-table thead {
    background: #fff;
}

@media (max-width: 1280px) {
    .bulk-time-display.table-responsive  {
        width: 95%;
    }
}

@media (max-width: 991px) {
    .manual-entries-page-container {
        margin-left: 0;
    }
    .bulk-time-display.table-responsive {
        width: 100%;
        border: 0;
        margin-bottom: 0;
    }
    .timer-row.bulk-time {
        padding: 0;
    }
    .timer-block-elem .timer-block {
        margin-right: 0;
        margin-left: 0;
    }
    .timer-text-elem {
        margin-left: 75px;
        min-width: 155px;
    }
}

/* --------------------------------

Accessories

-------------------------------- */
.pill-btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #4F595E;
    float: left;
    border: 1px solid #E4E4E4;
    background-color: #ffffff;
    padding: 10px 30px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}

.container-fluid.white-background {
    background: white;
}

.alert-container {
    z-index: 1001;
    width: 100%;
    bottom: 10px;
    padding-left: 82px; /* sidebar width */
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.alert-info.bulk-time {
    color: #000;
    border: 1px solid #1A91FF;
    background-color: #d9edf7;
    padding: 15px;
}

.alert.bulk-time {
    bottom: 0px !important;
    margin: 8px auto;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}

.modal-icon {
    cursor: pointer;
    margin-left: 16px;
}

@media (max-width: 991px) {
    .alert-container {
        padding-left: 0;
    }

    .modal-icon {
        cursor: pointer;
        margin-left: 16px;
        padding: 0;
        border: 0;
        margin: 0;
        border-radius: 0;
        margin-left: 16px;
    }
}
