﻿html, body {
    height: 100%;
    width: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 5px;
    padding-right: 5px;
}

#timeadder-layout {
  height: auto;
  padding-bottom: 53px;
}

.no-header {
    height: inherit;
}

    .no-header footer {
        height: 8%;
    }

        .no-header footer p {
            text-align: center;
            line-height: 5em;
            color: #CBCBCB;
        }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 302px;
}

.clearfix {
    display: inline-block;
}

    .clearfix:after {
        clear: both;
        content: " ";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden;
    }

#timeadder-layout .error-container .text-danger {
    color: #b94a48;
    margin-left: 30px;
}

.no-header .text-danger {
    font-weight: 500;
}

.no-header h2.text-danger {
    font-size: 1.6rem;
    margin-bottom: 44%;
}

#timeadder-layout h1 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

#timeadder-layout h2 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

/* Table */
#timeadder-layout .table th,
#timeadder-layout .table td {
    border: none;
}

#timeadder-layout .table thead tr {
    background-color: #E3F2F9;
}

#timeadder-layout .table th {
    color: #0089BE;
    font-weight: normal;
}

#timeadder-layout .table tbody tr td {
    vertical-align: middle;
    color: #5A5A5A;
}

#timeadder-layout .table-striped > tbody > tr:nth-child(even) > td {
    background-color: #f9f9f9;
}

#timeadder-layout .table-striped > tbody > tr:nth-child(odd) > td {
    background-color: #fff;
}

/* Table Sorting */
#timeadder-content table.timeadder-striped > thead > tr:first-child span,
#companies table.table > thead > tr > th > a > span {
    background-color: #E3F2F9;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: none;
    height: 12px;
    width: 17px;
}

#timeadder-content table.timeadder-striped > thead > tr:first-child > th.sorting_asc span,
#companies table.table > thead > tr > th.sorting_asc span {
    display: inline-block;
    background-image: url(/Content/Images/sort-asc-blue.png);
}

#timeadder-content table.timeadder-striped > thead > tr:first-child > th.sorting_desc span,
#companies table.table > thead > tr > th.sorting_desc span {
    display: inline-block;
    background-image: url(/Content/Images/sort-desc-blue.png);
}

/* Buttons */
#timeadder-layout .btn,
#timeadder-layout .btn:hover,
#timeadder-layout .btn:focus,
#timeadder-layout .btn:active,
#timeadder-layout .btn.active {
    border: none;
    /*  outline: none;*/
}

#timeadder-layout .btn-primary {
    color: #FFF;
    border: none;
    background-color: #A9CB41;
}

#main-layout .btn-primary {
    float: left;
}

.empty-header-cell {
    width: 110px;
}

/* Footer */
#main-layout,
#timeadder-content {
    padding-bottom: 53px;
}

.bottom {
    margin-bottom: 65px;
}

#timeadder-layout footer {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    min-height: 53px;
    background-color: #F4F4F4;
    box-sizing: border-box;
}

    #timeadder-layout footer p {
        margin-bottom: 0;
        color: #BABABA;
    }

        #timeadder-layout footer p.logo {
            float: left;
        }

        #timeadder-layout footer p.copyright {
            float: right;
            line-height: 4em;
        }

/* Header */
#header {
    min-height: 38px;
    background-color: #363B41;
    margin-bottom: 0;
}

    #header li a {
        padding: 0 6px;
    }

    #header li > span {
        color: #A8ACAF;
        line-height: 2.8em;
    }

    #header li.dropdown {
        height: 100%;
    }

    #header .dropdown-menu {
        background-color: #363B41;
        margin-top: 10px;
    }

        #header .dropdown-menu .divider {
            background-color: #50545D;
        }

        #header .dropdown-menu > li > a {
            color: #999A9C;
            padding-left: 12px;
        }

        #header .dropdown-menu > li:last-child {
            margin-bottom: 5px;
        }

        #header .dropdown-menu > li > a:hover,
        #header .dropdown-menu > li > a:focus {
            color: #FEFFFF;
            text-decoration: none;
            background-color: #363B41;
        }

    #header ul.navbar-right .dropdown-menu > li {
        background-repeat: no-repeat;
        padding-left: 36px;
        background-position: 10px 0;
    }

        #header ul.navbar-right .dropdown-menu > li:first-child {
            padding-top: 5px;
            background-position: 10px 5px;
        }

    #header ul.navbar-right .dropdown-menu li.profile {
        background-image: url(/Content/Images/person-icon.png);
    }

    #header ul.navbar-right .dropdown-menu li.logout {
        background-image: url(/Content/Images/logout-icon.png);
    }

    #header ul.navbar-right .dropdown-menu li.profile:hover {
        background-image: url(/Content/Images/person-icon-active.png);
    }

    #header ul.navbar-right .dropdown-menu li.logout:hover {
        background-image: url(/Content/Images/logout-icon-active.png);
    }

    #header ul.navbar-right .dropdown-menu > li.companies {
        background-image: url(/Content/Images/companies-icon.png);
    }

    #header ul.navbar-right .dropdown-menu > li.settings {
        background-image: url(/Content/Images/settings-icon.png);
    }

    #header ul.navbar-right .dropdown-menu > li.companies:hover {
        background-image: url(/Content/Images/companies-icon-active.png);
    }

    #header ul.navbar-right .dropdown-menu > li.settings:hover {
        background-image: url(/Content/Images/settings-icon-active.png);
    }

    #header ul.navbar-right img[alt="Help"],
    #header img[alt="Select Company"] {
        padding-top: 10px;
    }

    #header ul.navbar-right img[alt="Help"] {
        cursor: pointer;
    }

    #header ul.navbar-right a.user-tasks {
        padding-top: 8px;
    }

    #header em {
        font-size: 0.9em;
    }

/* TABS */

/* Approver tabs */
#approver-tabs {
    margin-top: -1em;
    background-color: #24ACE6;
}

    #approver-tabs .nav-tabs,
    #approver-sub-tabs .nav-tabs {
        border-bottom: 1px solid transparent;
    }

        #approver-tabs .nav-tabs li,
        #approver-sub-tabs .nav-tabs li {
            background-color: #3FC2EE;
        }

            #approver-tabs .nav-tabs li:last-child {
                background-color: #24ACE6;
            }

        #approver-tabs .nav-tabs a {
            color: #FFFEFB;
            background-color: #24ACE6;
        }

        #approver-tabs .nav-tabs > li.active > a,
        #approver-tabs .nav-tabs > li > a:hover,
        #approver-tabs .nav-tabs > li.active > a:focus {
            color: #FFFEFB;
            background-color: #3FC2EE;
            border: 1px solid transparent;
            border-bottom: none;
            outline: 0;
        }

            #approver-tabs .nav-tabs > li > a,
            #approver-tabs .nav-tabs > li.active > a,
            #approver-tabs .nav-tabs > li.active > a:focus,
            #approver-sub-tabs .nav-tabs > li > a,
            #approver-sub-tabs .nav-tabs > li.active > a,
            #approver-sub-tabs .nav-tabs > li.active > a:focus {
                border-bottom: none;
            }


                #approver-tabs .nav-tabs > li.active > a:hover,
                #approver-tabs .nav-tabs > li.active > a:focus {
                    cursor: default;
                }

                #approver-tabs .nav-tabs > li.active > a:before,
                #approver-sub-tabs .nav-tabs > li.active > a:before {
                    position: absolute;
                    left: 50%;
                    bottom: 0;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 0 4.5px 6px 4.5px;
                    margin-left: -5px;
                    border-color: transparent transparent #FFF transparent;
                    content: "";
                    z-index: 1000;
                    box-sizing: border-box;
                    margin-bottom: -1px;
                }

#approver-sub-tabs {
    padding-bottom: 1px;
}

#approver-tabs .nav-tabs > li.active:first-child > a:before,
#approver-tabs .nav-tabs > li.active:nth-child(5) > a:before {
    border: none;
}

#approver-sub-tabs {
    background-color: #3FC2EE;
}

    #approver-sub-tabs .nav-tabs a {
        color: #3685AC;
        background-color: #3FC2EE;
    }

    #approver-sub-tabs .nav-tabs > li.active > a,
    #approver-sub-tabs .nav-tabs > li > a:hover,
    #approver-sub-tabs .nav-tabs > li.active > a:focus {
        color: #3E3643;
        background-color: #3FC2EE;
        border: 1px solid transparent;
        border-bottom: none;
        outline: 0;
    }

/* Employee tabs */
#employee-tabs {
    padding-top: 0.8em;
    margin-top: -1em;
    background-color: #24ACE6;
}

    #employee-tabs .nav-tabs {
        float: left;
    }

        #employee-tabs .nav-tabs a {
            color: #FFFEFB;
        }

        #employee-tabs .nav-tabs > li.active > a,
        #employee-tabs .nav-tabs > li > a:hover,
        #employee-tabs .nav-tabs > li.active > a:focus {
            color: #24ACE6;
            background-color: #FFFEFB;
            outline: 0;
        }

            #employee-tabs .nav-tabs > li.active > a:hover,
            #employee-tabs .nav-tabs > li.active > a:focus {
                cursor: default;
            }

    #employee-tabs button {
        background-color: #A9CB43;
        color: #FCFFF8;
        border: 1px solid #C6E073;
        float: right;
        font-size: 14px;
        font-weight: bold;
        max-width: 180px;
        max-height: 34px;
        margin: auto;
        padding: 0.5em;
    }

/* Login form */
#login {
    height: 94%;
}

    #login > div, #login-form {
        height: inherit;
    }

        #login-form form {
            margin: auto;
            display: table;
        }

        #login-form button {
            margin-bottom: 18px;
        }

        #login-form .form-control {
            margin-bottom: 18px;
            padding: 0;
            padding-left: 52px;
            border: 1px solid #D7EAF1;
            background: #D7EAF1 no-repeat left top;
            height: 46px;
            max-width: 400px;
        }

            #login-form .form-control.email {
                background-image: url(/Content/Images/email-icon.png);
            }

            #login-form .form-control.password {
                background-image: url(/Content/Images/password-icon.png);
            }

            #login-form .form-control input:-webkit-autofill {
                -webkit-box-shadow: 0 0 0 1000px #D7EAF1 inset;
            }

            #login-form .form-control input {
                height: 100%;
                width: 100%;
                border: 0;
                background-color: transparent !important;
                outline: none;
            }

        #login-form button {
            background-color: #A8CB39;
            color: #FFF;
            border: 1px solid #A8CB39;
        }

        #login-form .btn-primary:hover,
        #login-form .btn-primary:focus,
        #login-form .btn-primary:active,
        #login-form .btn-primary.active {
            border: 1px solid #A8CB39;
            outline: none;
        }

        #login-form p {
            text-align: center;
        }

            #login-form p a {
                color: #679C00;
            }

/* Confirm modal */
#confirm-modal {
    max-width: 280px;
}

    #confirm-modal .modal-content {
        border-color: #C6C6C6;
        background-color: #F3F3F3;
        color: #333;
    }

    #confirm-modal .modal-header {
        border-bottom: none;
        padding-bottom: 10px;
    }

    #confirm-modal .modal-body {
        padding: 10px 15px;
    }

    #confirm-modal .modal-footer {
        padding-top: 10px;
        margin-top: 0;
        border-top: none;
    }

    #confirm-modal .btn-primary,
    #confirm-modal .btn-default {
        float: left;
        color: #FCFFFB;
        border: none;
    }

        #confirm-modal .btn-primary:focus,
        #confirm-modal .btn-default:focus {
            font-weight: bold;
        }

    #confirm-modal .btn-primary {
        background-color: #A9CB41;
    }

    #confirm-modal .btn-default {
        margin-left: 15px;
        background-color: #B6B6B6;
    }

/* Input modal */
#add-note,
#custom-configuration {
    max-width: 304px;
}

    #add-note .modal-content,
    #custom-configuration .modal-content {
        border-color: #C6C6C6;
        background-color: #F3F3F3;
        color: #333;
    }

    #add-note .modal-header,
    #custom-configuration .modal-header {
        border-bottom: none;
        padding-bottom: 0;
    }

    #add-note .modal-body,
    #custom-configuration .modal-body {
        padding: 0px 15px;
        margin: 10px 0;
    }

        #add-note .modal-body label,
        #custom-configuration .modal-body label {
            font-weight: normal;
        }

        #add-note .modal-body textarea,
        #custom-configuration .modal-body textarea {
            width: 100%;
            min-height: 62px;
        }

    #add-note .modal-footer #custom-configuration .modal-footer {
        margin-top: 10px;
        border-top: none;
        padding-top: 0;
    }

    #add-note .btn-primary,
    #add-note .btn-default,
    #custom-configuration .btn-primary,
    #custom-configuration .btn-default {
        float: left;
        color: #FCFFFB;
        border: none;
    }

    #add-note .btn-primary,
    #custom-configuration .btn-primary {
        background-color: #3FC2EE;
    }

    #add-note .btn-default,
    #custom-configuration .btn-default {
        margin-left: 15px;
        background-color: #B6B6B6;
    }

#header ul.nav span.update-alert {
    display: inline-block;
    color: #F5FFFC;
    margin-left: 4px;
    text-align: center;
    font-weight: bold;
}

#header a[data-company] span.update-alert:last-child {
    margin-right: 4px;
}

#header ul.nav.navbar-nav > li:last-child span.update-alert {
    line-height: 2rem;
}

#header ul.nav span.update-alert.count {
    height: 20px;
    min-width: 18px;
    padding: 0 2px;
    background-color: #EC0089;
    border-radius: 1px;
    cursor: default;
}

#header ul.nav span.update-alert.info {
    height: 20px;
    width: 20px;
    background-color: #E09F3B;
    border-radius: 10px;
}

/* My Profile */
#my-profile {
    color: #333;
}

    #my-profile h1 {
        margin-top: 30px;
    }

    #my-profile .table > tbody > tr > td {
        border-top: none;
        padding-left: 0;
    }

        #my-profile .table > tbody > tr > td:first-child {
            width: 136px;
            color: #999;
        }

    #my-profile .btn-default {
        margin-left: 15px;
        background-color: #B6B6B6;
        color: #FCFFFB;
        border: none;
    }

/* Timesheets */
#timeadder-content button {
    margin-left: 10px;
}

    #timeadder-content button span {
        font-weight: bold;
        font-size: 1.2em;
    }

#timeadder-content .btn-default {
    background-color: #666;
    color: #C6C6C6;
}

#pending-approval > form > div,
#timeadder-content div.timeadder-striped-header {
    margin-bottom: 12px;
}

#admin-companies .timeadder-striped tbody tr,
#select-login-table tbody tr {
    border-bottom: 1px solid #EEEEEE;
    height: 100px;
}

/* Fix for Firefox not clearing correctly with clearfix pseudo-element. */
#pending-approval > form > div.table-responsive,
#approved > form > div.table-responsive,
#approved div.table-responsive,
#recentlyApproved > form > div.table-responsive,
#recentlyApproved div.table-responsive,
#rejected div.table-responsive,
#approver-employees div.table-responsive,
#employee-timesheets div.table-responsive,
#approver-approvers div.table-responsive,
#timeadder-content table.timeadder-striped {
  clear: both;
}

#timeadder-content div.timeadder-striped-header {
    padding-top: 20px;
    float: left;
}

    #timeadder-content div.timeadder-striped-header > h1 {
        margin-top: 0;
        margin-right: 10px;
        display: inline;
    }

    #timeadder-content div.timeadder-striped-header > span {
        color: #999;
    }

#pending-approval > form > div.clearfix, #approved > form > div.clearfix, #recentlyApproved > form > div.clearfix {
  float: right;
  padding-top: 12px;
}

#timeadder-content table.table-striped > thead > tr > th,
#timeadder-content table.table-striped > tbody > tr > td {
    padding-right: 5px;
    padding-left: 0;
}

#timeadder-content table.table-striped > thead > tr:first-child > th {
    padding-top: 10px;
    padding-bottom: 5px;
}

#timeadder-content table.table-striped > thead > tr:last-child > th {
    padding-top: 5px;
    padding-bottom: 10px;
}

#timeadder-content table.table-striped > thead > tr > th:first-child,
#timeadder-content table.table-striped > tbody > tr > td:first-child {
    padding-left: 16px;
}

#pending-approval table.table-striped > thead > tr:first-child > th:first-child,
#pending-approval table.table-striped > tbody > tr > td:first-child {
    padding: 10px 10px 5px 10px;
}

#timeadder-content table.timeadder-striped input[name="search-employee"] {
    width: 168px;
}

#timeadder-content table.timeadder-striped input[name="search-week"] {
    width: 180px;
}

#timeadder-content table.timeadder-striped input[name="search-hours"] {
    width: 72px;
}

#timeadder-content table.timeadder-striped input[name="search-notes"] {
    width: 344px;
}

#timeadder-content table.timeadder-striped input[name="search-submitted"] {
    width: 100px;
}

#timeadder-content table.timeadder-striped input[name="search-name"],
#timeadder-content table.timeadder-striped input[name="search-job-title"] {
    width: 190px;
}

#timeadder-content table.timeadder-striped input[name="search-employee-type"] {
    width: 164px;
}

#timeadder-content table.timeadder-striped input[name="search-email"] {
    width: 244px;
}

#timeadder-content table.table > tbody > tr {
    height: 50px;
}

#timeadder-content table.table-striped > tbody > tr:hover > td,
#timeadder-content table.table-striped > tbody > tr:active > td,
#timeadder-content table.table-striped > tbody > tr:focus > td {
    background-color: #B7EBFF;
}

/* Timesheet details */
#timeadder-content #timesheet-summary {
    margin: 20px 0;
}

    #timeadder-content #timesheet-summary th {
        padding: 24px;
        color: #333;
        font-weight: bold;
        background-color: #F3F3F3;
    }

        #timeadder-content #timesheet-summary th > div {
            color: #989898;
        }

        #timeadder-content #timesheet-summary th:last-child > div {
            float: right;
        }

            #timeadder-content #timesheet-summary th:last-child > div > button {
                min-width: 100px;
            }

#timeadder-content #timesheet-details {
    margin: 40px 0;
}

    #timeadder-content #timesheet-details.override {
        margin: 20px 0;
    }

    #timeadder-content #timesheet-details.bottom-margin-small {
        margin-bottom: 30px;
    }

    #timeadder-content #timesheet-details th {
        background-color: #F3F3F3;
        font-weight: bold;
        color: #686868;
        padding: 10px 10px;
    }

        #timeadder-content #timesheet-details th:last-child {
            vertical-align: baseline;
            font-weight: bold;
            padding-left: 20px;
        }

        #timeadder-content #timesheet-details th > span {
            color: #010101;
            font-size: 1.2em;
        }

    #timeadder-content #timesheet-details td:last-child {
        font-weight: bold;
        background-color: #EBEBEB;
        padding-left: 20px;
    }

    #timeadder-content #timesheet-details td:first-child {
        font-weight: bold;
    }

    #timeadder-content #timesheet-details tbody tr:first-child td:last-child {
        border-top: 2px solid #FFF;
    }

    #timeadder-content #timesheet-details tbody tr:last-child {
        border-bottom: 1px solid #E5E5E5;
    }

    #timeadder-content #timesheet-details tbody tr.non-working td:first-child,
    #timeadder-content #timesheet-details tbody tr.non-working td:nth-child(2) {
        color: #CACACA;
    }

    #timeadder-content #timesheet-details tbody tr.non-working td:last-child {
        color: #656565;
        font-size: 0.9em;
        font-weight: normal;
    }

div#non-default-timesheet > div:first-child {
  width: 50%;
}

#non-default-timesheet h1 {
    margin-bottom: 20px;
}

#non-default-timesheet table.table#timesheet-summary {
    margin: 10px 0;
}

    #non-default-timesheet table.table#timesheet-summary tr,
    #non-default-timesheet table.table#timesheet-summary td {
        height: 1em;
        color: #999;
    }

#timesheet-summary strong {
    color: #313131;
}

    #timesheet-summary strong.approved,
    span.approved {
        color: #679C04;
    }

    #timesheet-summary strong.submitted,
    span.submitted {
        color: #DE9E44;
    }

    #timesheet-summary strong.rejected,
    span.rejected {
        color: #E4008C;
    }

span.approved {
    color: #679C04;
}


#non-default-timesheet #timesheet-details th:last-child {
    width: 32%;
}

#non-default-timesheet #timesheet-details td:first-child {
    width: 5%;
    padding-left: 18px;
}

    #non-default-timesheet #timesheet-details td:first-child > div {
        height: 16px;
        width: 16px;
        background-color: #A6CC39;
        border-radius: 3px;
        line-height: 1em;
        text-align: center;
        color: #FFF;
    }

        #non-default-timesheet #timesheet-details td:first-child > div.row-unchecked {
            background-color: #FFF;
        }

#non-default-timesheet #timesheet-details td:last-child {
    background: none;
    font-weight: normal;
}

#non-default-timesheet tr.non-working > td:nth-child(2) {
    color: #CBCBCB;
}

#non-default-timesheet tr.non-working > td:last-child {
    color: #656565;
}

.summary-form {
    background-color: #F3F3F3;
    padding: 2px 18px 20px 18px;
}

#timeadder-content button[name="btn-export"] {
    background: #A9CB41 url(/Content/Images/pdf-icon.png) 12px center no-repeat;
    height: 36px;
    padding-left: 36px;
}

.note-history > div {
    background-color: #F3F3F3;
    padding: 10px;
}

    .note-history > div > h2 {
        margin: 0;
    }

#timeadder-content .note-history ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
}

    #timeadder-content .note-history ul li {
        border-bottom: 1px solid #E5E5E5;
        padding-top: 20px;
        color: #636363;
    }

        #timeadder-content .note-history ul li > div.entered-by {
            width: 154px;
            display: inline-block;
        }

        #timeadder-content .note-history ul li > div.date-entered {
            color: #959595;
            display: inline-block;
        }

        #timeadder-content .note-history ul li > p {
            display: block;
            margin: 10px 0 20px 0;
        }

.note-history button#btn-show-add-note-modal {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
    background-color: #3FC2EE;
}

#timeadder-content .note-history ul li:last-child {
    border-bottom: none;
}

#timeadder-content div.form-group.override .col-sm-10 {
    padding: 0;
}

#timeadder-content div.form-group.override button.btn-lg.btn-primary {
  margin: 0;
  margin-bottom: 70px;
}

#timeadder-content button#btn-reset-override {
    background-color: #3FC2EE;
    color: #FFF;
}

div.form-group a.cancel-edit-link,
#edit-time-zone a.cancel-edit-link {
    margin-left: 10px;
    color: #9C9C9C;
}

/* Approvers */
#approver-approvers input[name="search-admin-name"] {
    width: 194px;
}

#approver-approvers input[name="search-admin-job-title"] {
    width: 194px;
}

#approver-approvers input[name="search-admin-email"] {
    width: 380px;
}

/* Paging */
div.bottom > div {
    text-align: center;
}

div.top {
    float: right;
    padding-top: 20px;
}

    div.top label {
        font-size: 1em;
        font-weight: normal;
        color: #979797;
    }

    div.top select {
        color: #757575;
    }

#pending-approval div.top {
    padding-top: 0;
    padding-bottom: 10px;
}

ol.timeadder-pagination {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}

    ol.timeadder-pagination li {
        float: left;
        margin-right: 0.6em;
    }

        ol.timeadder-pagination li span {
            display: block;
            padding: 0.2em 0;
            color: #C0C0C0;
            font-weight: 600;
        }

    ol.timeadder-pagination a {
        display: block;
        padding: 0.2em 0.5em;
        cursor: pointer;
        color: #15A3D5;
        text-decoration: none;
    }

        ol.timeadder-pagination a:hover,
        ol.timeadder-pagination a:focus,
        ol.timeadder-pagination li.current a {
            color: #333;
        }

        ol.timeadder-pagination li.current a,
        ol.timeadder-pagination a.disabled {
            cursor: default;
        }

        ol.timeadder-pagination a.first,
        ol.timeadder-pagination a.previous,
        ol.timeadder-pagination a.next,
        ol.timeadder-pagination a.last {
            min-height: 26px;
        }

        ol.timeadder-pagination a.first {
            background: transparent url(/Content/Images/first-page.png) left center no-repeat;
        }

        ol.timeadder-pagination a.previous {
            background: transparent url(/Content/Images/previous-page.png) left center no-repeat;
        }

        ol.timeadder-pagination a.next {
            background: transparent url(/Content/Images/next-page.png) right center no-repeat;
        }

        ol.timeadder-pagination a.last {
            background: transparent url(/Content/Images/last-page.png) right center no-repeat;
        }

        ol.timeadder-pagination a.first.disabled {
            background: transparent url(/Content/Images/first-page-disabled.png) left center no-repeat;
        }

        ol.timeadder-pagination a.previous.disabled {
            background: transparent url(/Content/Images/previous-page-disabled.png) left center no-repeat;
        }

        ol.timeadder-pagination a.next.disabled {
            background: transparent url(/Content/Images/next-page-disabled.png) right center no-repeat;
        }

        ol.timeadder-pagination a.last.disabled {
            background: transparent url(/Content/Images/last-page-disabled.png) right center no-repeat;
        }




div.employee-header > h1 {
    margin-top: 0;
    margin-right: 10px;
    display: inline;
    font-size: 18px;
    color: #333;
}

div.employee-header > span {
    color: #999;
}

div.employee-header {
    padding-top: 20px;
    float: left;
}

div.employee-header-row {
    margin-top: 25px;
    margin-bottom: 25px;
}

/* User details */

.top-margin-large {
    margin-top: 20px;
}

section.summary {
    margin-top: 20px;
}

    section.summary div.table-responsive {
        float: left;
        width: 85%;
        margin-left: 20px;
    }

    section.summary table.table-condensed > caption {
        padding-left: 2px;
        padding-bottom: 2px;
    }

    section.summary table.table-condensed tr td:first-child {
        width: 18%;
    }

div.photo-box {
    width: 61px;
    height: 61px;
    border: 1px solid #DBDBDB;
    background: #FFF;
    float: left;
}

    div.photo-box img {
        position: relative;
        top: 3px;
        left: 3px;
    }

section.details {
    clear: both;
}

    section.details h2.simple-list-header {
        padding-left: 40px;
    }

form#update-admin-status > h2 {
    margin-top: 0;
    padding-top: 20px;
}

section.default-timesheet table.table-condensed {
    width: 380px;
    margin-top: 40px;
}

#timeadder-content.default-timesheet-detail > h1 {
    margin: 30px 0 20px 0;
}

#timeadder-content.default-timesheet-detail > p {
    margin-bottom: 0;
    color: #656565;
}

#timeadder-content.default-timesheet-detail section.default-timesheet table.table-condensed {
    width: 416px;
    margin-top: 20px;
}

#timeadder-content.user-detail table.table-condensed tr,
#timeadder-content.default-timesheet-detail table.table-condensed tr {
    height: 1em;
}

#timeadder-content.user-detail table.table-condensed td {
    padding: 2px;
}

#timeadder-content.default-timesheet-detail table.table-condensed td {
    padding: 6px;
}

.table-condensed > caption {
    text-align: left;
}

.table-condensed h1 {
    margin: 0;
}

#timeadder-content.user-detail .table-condensed tr > td:first-child,
#timeadder-content.default-timesheet-detail .table-condensed tr > td:first-child {
    color: #9B9B9B;
}

#timeadder-content.user-detail .table-condensed.override tr > td:first-child {
    width: 124px;
}

#timeadder-content.default-timesheet-detail .table-condensed.override tr > td:first-child {
    width: 130px;
    padding-left: 0;
}

#timeadder-content.user-detail .table-condensed.override tr:last-child > td:last-child select,
#timeadder-content.default-timesheet-detail .table-condensed.override tr:last-child > td:last-child select, td select.col-sm-4 {
    display: inline-block;
    width: 70px;
}

#timeadder-content.default-timesheet-detail .table-condensed.override tr > td select.col-sm-4,
#timeadder-content.default-timesheet-detail .table-condensed.override tr > td input.col-sm-4 {
    width: 33%;
}

input[name='HoursInDay'].col-sm-4, input[name='HoursInHalfDay'].col-sm-4 {
    width: 28%;
}

input[name='HoursInHalfDay'].col-sm-4 {
    margin-right:2px;
}

#timeadder-content.default-timesheet-detail .table-condensed.override tr > td input.col-sm-8 {
    margin-left: 11px;
    width: 172px;
}


#timeadder-content.default-timesheet-detail .table-condensed.override tr:last-child > td:last-child select {
    width: 33%;
}

#timeadder-content.user-detail .table-condensed.override tr:last-child > td:last-child input.increment, td input.col-sm-8 {
    display: inline-block;
    width: 178px;
}

/*#timeadder-content.default-timesheet-detail .table-condensed.override tr:last-child > td:last-child input {
  margin-left: 6px;
  width: 63%;
}*/

#timeadder-content.default-timesheet-detail .table-condensed.override tr:last-child > td:last-child input.increment {
    display: inline-block;
    margin-left: 9px;
    width: 63%;
}

#timeadder-content.user-detail .table-condensed tr > td:last-child,
#timeadder-content.default-timesheet-detail .table-condensed tr > td:last-child,
ul.simple-list li {
    color: #646464;
}

#timeadder-content.user-detail h1,
#timeadder-content.user-detail h2,
#timeadder-content.default-timesheet-detail h1,
#timeadder-content.default-timesheet-detail h2 {
    color: #303030;
    font-size: 18px;
}

#timeadder-content.default-timesheet-detail .table-condensed.override tr > td input[type=checkbox] {
    margin-left: 0;
    width: 2rem;
    height: 2rem;
}

ul.simple-list {
    list-style-type: none;
}

form#update-admin-status div.form-group {
    margin-left: 0;
}

form#update-admin-status div.first-form-group {
    margin-bottom: 0;
}

form#update-admin-status label[for="isAdmin"] {
    padding: 0;
    font-weight: normal;
    text-align: left;
    color: rgb(155, 155, 155);
}

form#update-admin-status div.radio {
    padding: 0;
}

#timeadder-content div.timeadder-striped-header {
    margin-bottom: 12px;
}

span.sub-header {
    font-size: 18px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
}



.row-checked {
    background-color: #A6CC39;
    border-radius: 3px;
    line-height: 1em;
    text-align: center;
    color: #FFF;
    background-image: url('/content/images/check.png');
    height: 16px;
    width: 16px;
    border-width: 1px;
}

.row-unchecked {
    background-color: #ffffff;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #A6CC39;
    line-height: 1em;
    text-align: center;
    color: #FFF;
    height: 16px;
    width: 16px;
}

.disabled-button-left {
    background-image: url('/content/images/arrow-left-disabled.png');
    background-repeat: no-repeat;
    background-color: #ffffff;
    height: 30px;
    width: 30px;
    border: 1px #c8c8c8 solid;
    border-radius: 3px;
    padding-top: 15px;
}


.disabled-button-right {
    background-image: url('/content/images/arrow-right-disabled.png');
    background-repeat: no-repeat;
    background-color: #ffffff;
    height: 30px;
    width: 30px;
    border: 1px #c8c8c8 solid;
    border-radius: 3px;
    padding-top: 15px;
}

.button-left {
    background-image: url('/content/images/arrow-left.png');
    background-repeat: no-repeat;
    background-color: #ffffff;
    height: 30px;
    width: 30px;
    border: 1px #c8c8c8 solid;
    border-radius: 3px;
    padding-top: 15px;
}

.button-right {
    background-image: url('/content/images/arrow-right.png');
    background-repeat: no-repeat;
    background-color: #ffffff;
    height: 30px;
    width: 30px;
    border: 1px #c8c8c8 solid;
    border-radius: 3px;
    padding-top: 15px;
}

.time-select {
    width: 150px;
}

.non-working .time-select,
.non-working .hour-select {
    color: #eee;
}



tr.working > td > label {
    font-weight: bold;
    color: #333;
}

#timesheet-details tr td {
    border: 0;
}

#timesheet-details tr th {
    border-color: #ffffff;
}

button.primary-button {
    background-color: #A6CC39;
    color: #eeeeee;
    border-radius: 2px;
    border: 1px #a6cc39 solid;
    padding: 10px;
    width: 150px;
}

button.secondary-button {
    background-color: #3FC2EE;
    color: #eeeeee;
    border-radius: 2px;
    border: 1px #3FC2EE solid;
    padding: 10px;
    width: 150px;
}

.days-total {
    width: 200px;
    font-size: 1.0em;
}

form.inline {
    display: inline;
    margin: 0;
    padding: 0;
}

#timesheet-details tbody tr:last-child {
    border-bottom: 1px #E5E5E5 solid;
}

#timesheet-total > label {
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
}

/* Reports */
#approver-reports label {
    text-align: left;
    font-weight: normal;
    color: #999;
}

#approver-reports input[name^="ReportDate"] {
    width: 31%;
    float: left;
}

#approver-reports img.ui-datepicker-trigger {
    float: left;
    cursor: pointer;
    padding: 10px;
}

    #approver-reports img.ui-datepicker-trigger:last-child {
        display: none;
    }

#approver-reports button {
    background: #A9CB41 url(/Content/Images/download.png) 7px 7px no-repeat;
    padding-left: 28px;
}

span#date-range-text {
    float: left;
    padding-right: 10px;
    line-height: 2.5em;
}

#select-login table.table thead th {
    color: #666;
    background-color: #E3F2F9;
    border-bottom: none;
}

#select-login-table tr td {
    border-top: none;
}

#select-login-table ul {
    list-style: none;
    padding-left: 0px;
}

    #select-login-table ul li {
        color: #666;
        line-height: 1.9em;
    }

.new-alerts {
    background-color: #EA048B;
    color: #fff;
    font-size: .9em;
    font-weight: 500;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 2px;
}

.button-group {
    margin-left: 5px;
    padding-left: 0 !important;
}

span.saved,
span.pending-approval {
    color: #DAB46B;
    font-weight: bold;
}

span.rejected {
    color: #EA048B;
    font-weight: bold;
}

.cancel-link {
    color: #333;
    margin-left: 20px;
}

.cancel-link-no-margin {
    color: #333;
}

/* Validation */
.validation-summary-errors ul,
#custom-name-required ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.validation-summary-errors li,
#custom-name-required li,
span.field-validation-error,
span.field-validation-error > span {
    color: #C30B09;
}

#custom-name-required {
    padding-top: 6px;
}

/*
    Email templates
*/
#timeadder-content.email-template {
    height: 91%;
}

    #timeadder-content.email-template nav {
        width: 17%;
        height: 100%;
        float: left;
        background-color: #F3F3F3;
        min-height: 410px;
    }

        #timeadder-content.email-template nav h2 {
            padding-left: 16px;
            margin: 1.5em 0 1.0em 0;
        }

        #timeadder-content.email-template nav ul {
            list-style: none;
            padding-left: 0;
        }

        #timeadder-content.email-template nav li {
            padding: 0.25em 0 0.25em 16px;
        }

            #timeadder-content.email-template nav li > a {
                font-size: 1.06em;
                font-variant: small-caps;
                letter-spacing: 0.05em;
                color: #939393;
            }

            #timeadder-content.email-template nav li.active-template {
                background-color: #3FC2EE;
            }

                #timeadder-content.email-template nav li.active-template > a {
                    color: #FFF;
                }

    #timeadder-content.email-template div.main {
        width: 80%;
        float: right;
    }

        #timeadder-content.email-template div.main > div {
            text-align: left;
        }

        #timeadder-content.email-template div.main h1 {
            margin: 30px 0 20px 0;
        }

        #timeadder-content.email-template div.main p {
            width: 80%;
            color: #626262;
            margin-bottom: 20px;
        }

    #timeadder-content.email-template label {
        text-align: left;
        font-weight: normal;
        color: #999;
    }

    #timeadder-content.email-template input {
        float: left;
    }

    #timeadder-content.email-template div.form-group.rich-text-container {
        padding-left: 14px;
        margin-top: 20px;
    }

    #timeadder-content.email-template label[for="IsHighImportance"] {
        color: #626262;
    }

        #timeadder-content.email-template label[for="IsHighImportance"] > span {
            padding-left: 8px;
        }

    #timeadder-content.email-template div.form-bottom {
        margin-bottom: 70px;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #timeadder-content.email-template nav li > a {
        font-size: 1.2em;
    }
}

.no-left-gutter {
    padding-left: 0;
}

.no-right-gutter {
    padding-right: 0;
}

.bottom-buffer {
    padding-bottom: 8px;
}

.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background: transparent; /* fixing TA-55 */
}

img.logo {
    display: block;
    max-width: 143px;
    max-height: 84px;
    width: auto;
    height: auto;
    vertical-align: middle;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
}

span.ja-image-done img {
    max-height: 120px;
    max-width: 120px;
}
